﻿


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

body {
    font-family: 'Noto sans';
    font-size: 14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    border: none;
    text-align: left;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all .3s;
}

    a:hover {
        color: #d92231;
    }

img {
    border: none;
}

p {
    line-height: 25px;
}

input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"], textarea {
    border-radius: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

input, input.form-control, select, select.form-control, button, textarea {
    color: #333;
    padding: 9px 13px;
    transition: all .3s;
}

    input:focus, input.form-control:focus, select:focus, select.form-control:focus, button:focus, textarea:focus, .product-viewmode .viewmode-icon:focus, .pager li > a:focus, .k-state-foused {
        outline: none;
        border-color: #d92231;
        box-shadow: 0 0 6px rgba(217, 34, 49, .5);
    }

/*Start Technova Web-Merger CSS*/
.login-forgot-password-link {
    font-size: 12px;
    position: absolute;
    right: 10px;
    color: indianred !important;
    margin-top: -22px;
}
.login-forgot-password-link:hover{
    color: #ea0013 !important;
}

/*End Technova Web-Merger CSS*/
    button, button[type='submit'], button[type='button'], input[type='button'], input[type='submit'], button.btn-red, .btn-red {
        padding: 9px 25px;
        color: #fff;
        background: #d92231;
        border-radius: 2px;
    }

        button:hover, button[type='submit']:hover, input[type='button']:hover, input[type='submit']:hover, button.btn-red:hover, .btn-red:hover {
            color: #fff;
            background: #ea0013;
        }

        button:active, button[type='submit']:active, input[type='button']:active, input[type='submit']:active, button.btn-red:active, .btn-red:active {
            color: #fff;
            background: #d92231;
        }

    input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
        outline: 5px auto #d92231;
    }

    button.button-secondary, input[type='button'].button-secondary, input[type='submit'].button-secondary, a.button-secondary {
        border-color: #d92231 !important;
    }

    button i {
        margin-right: 5px;
    }

.btn-white {
    color: #d92231;
    background: #fff;
}

select, select.form-control {
    cursor: pointer;
    /*background: url(/Themes/Technova/Content/images/select-arrow.jpg) no-repeat right;
    padding-right: 40px;*/
    height: 35px;
    padding: 5px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 99.5%;
}

.clear-fix {
    clear: both;
}

.read-more {
    color: #d92231;
}

    .read-more:hover {
        color: #000;
    }

select::-ms-expand {
    display: none;
}


/* header */
.acive-sticky-header {
    margin-top: 135px;
}

.top-header.sticky-header {
    width: 100%;
    max-width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    border-bottom: solid #ddd 1px;
}

.sticky-header .header {
    max-width: 1230px;
    margin: 0 auto;
}

.sticky-header .header-logo img {
    top: -20px;
    max-width: 285px;
}

.acive-sticky-header .admin-header-links, .buy-details {
    display: none;
}

.sticky-header .top-btn-section, .sticky-header .top-menu {
    margin-top: 0;
}

.sticky-header #small-search-box-form .search-box-text, .sticky-header #small-search-box-form .search-box-button {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sticky-header .header-links {
    top: 10px;
}

.sticky-header .header .header-lower {
    padding: 35px 0 5px;
}

.sticky-header #main-nav li:hover .sublist.first-level {
    top: 105px;
}

.header .header-lower {
    padding: 35px 0 20px;
    border: none;
    position: relative;
}

.header-tagline {
    font-size: 21px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -360px;
}

.header-logo img {
    max-width: 400px;
    position: absolute;
    top: -10px;
    transition: all .3s;
}

    .header-logo img:hover {
        filter: brightness(1.1);
    }

.header .header-upper {
    border-bottom: none;
    background: #d92231;
}

.mobile-icon-popup {
    border-top: solid 1px #fff;
}

.header .mobile-links a {
    padding: 10px 0;
    border-left: solid 1px #fff;
    border-right: none;
}

    .header .mobile-links a:first-child {
        border-left: none;
    }

.header .header-lower .header-menu .menu-toggle {
    color: #d92231;
    font-weight: 600;
    text-align: left;
    border: solid 1px #d92231;
    padding: 9px 10px;
}

.header-menu {
    text-align: left;
    position: static;
}

.header .header-lower .header-menu ul.top-menu.mobile {
    width: 100%;
    position: absolute;
    z-index: 2;
}

    .header .header-lower .header-menu ul.top-menu.mobile li a {
        color: #fff;
        background: #d92231;
        border-bottom: solid 1px #fff;
    }

    .header .header-lower .header-menu ul.top-menu.mobile li .sublist {
        border: none;
    }

    .header .header-lower .header-menu ul.top-menu.mobile li a:hover {
        color: #d92231;
        background: #ffffff;
    }

.header .header-lower .header-menu ul.top-menu > li {
    position: static;
}

#main-nav {
    float: right;
    clear: both;
}

    #main-nav > li {
        float: left;
    }

        #main-nav > li:hover {
            color: #fff;
            background: #e31f24;
            border-radius: 3px;
        }

    #main-nav li:hover a {
        color: #fff;
    }

    #main-nav > li > a {
        padding: 8px 15px;
    }

    #main-nav > li > .sublist {
        background: #fff;
        border: none;
        box-shadow: none;
        padding: 20px 15px 20px 20px;
        border-radius: 5px;
        box-shadow: 1px 2px 5px rgba(0,0,0,.3);
        z-index: 4;
    }

    #main-nav li:hover .sublist.first-level {
        max-width: 47%;
        /*min-width: 405px;*/
        min-width: 300px;
        top: 124px;
        right: 0;
        border-top: 6px solid #e31f24;
        display: block;
    }

    #main-nav li:hover > .sublist.first-level > li {
        width: 175px;
        display: inline-block;
        vertical-align: top;
        min-height: 150px;
        margin: 10px 0;
    }

    #main-nav li:hover .sublist li:hover {
        background: transparent;
    }

    #main-nav li .sublist a {
        color: #333;
        padding: 3px 12px; /*Customer wants to reduce gap*/
        transition: all .3s;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
    }

        #main-nav li .sublist a:hover {
            color: #e31f24;
        }

    #main-nav li .sublist .sublist {
        top: 0;
        position: static;
        box-shadow: none;
        border-radius: 0;
        display: block;
        border: none;
        padding-left: 5px;
    }

        #main-nav li .sublist .sublist li {
            width: 100%;
        }

        #main-nav li .sublist .sublist a {
            color: #777;
            text-transform: none;
            font-size: 0.9em;
            font-weight: normal;
            border: dotted 1px #fff;
        }

            #main-nav li .sublist .sublist a:hover {
                background: #F4F4F4 !important;
                text-decoration: none;
                border-radius: 0;
                border: dotted 1px #d92231;
            }

.header-links {
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .header-links li {
        padding: 0;
    }

        .header-links li.my-account-link {
            color: #666;
            position: relative;
            padding-bottom: 5px;
        }

.my-account-link:hover .myaccount-popup {
    display: block;
}

.myaccount-popup {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
}

    .myaccount-popup ul {
        background-color: #fff;
        border: solid 1px #d92231;
        box-shadow: 1px 1px 6px rgba(0,0,0,.3);
        margin-top: 5px;
        padding: 7px 10px;
    }

        .myaccount-popup > a, .myaccount-popup ul > a {
            display: none;
        }

#main-nav .header-links li .myaccount-popup li a {
    padding: 2px 0 2px 10px;
    display: block;
    position: relative;
    white-space: nowrap;
}

.myaccount-popup li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    top: 3px;
    left: 0;
    transition: all .3s;
}

.myaccount-popup li a:hover:before {
    left: 3px;
}

#main-nav .header-links li a {
    color: #666;
    padding: 0 7px;
}

#main-nav .header-links li:hover > a {
    color: #d92231;
}

#main-nav .header-links li:last-child a {
    padding-right: 0;
}

#main-nav .header-links li a i {
    font-size: 13px;
    margin-right: 3px;
}

    #main-nav .header-links li a i.fa-heart, #main-nav .header-links li a i.fa-user {
        font-size: 12px;
    }

.flyout-cart {
    top: 25px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    border-color: #d92231;
}

.mini-shopping-cart {
    color: #333;
}

.top-btn-section {
    clear: both;
    margin-top: 10px;
    text-align: right;
}

.store-search-box {
    display: inline-block;
    width: 270px;
}

    .store-search-box form {
        display: flex;
        float: left;
        width: 100%;
    }

#small-search-box-form .search-box-text {
    float: left;
    border-color: #d92231;
    width: 83%;
    margin: 0;
}

#small-search-box-form .search-box-button {
    width: 17%;
    float: left;
    margin: 0;
    padding: 9px 13px;
}

.nivo-caption {
    top: 0;
    left: 0;
    background: transparent;
    opacity: 1;
}

.slider-content {
    position: relative;
}


{
    min-height: 380px;
}

.about-technova {
    margin: 40px 0;
    padding: 0 15px;
}

.heading {
    text-align: left;
    color: #333;
    border: none;
    padding-bottom: 0;
    margin: 0 0 15px;
}

/* slider */
#tech-slider {
    height: 400px;
}

.tech-slidecontent {
    position: relative;
    overflow: hidden;
    border-top: solid #eee 1px;
}

    .tech-slidecontent .preload {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        text-align: center;
        background: #f5f5f5;
    }

        .tech-slidecontent .preload div {
            height: 100%;
            width: 100%;
            background: transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
        }

.tech-main-wapper {
    padding: 0px;
    margin: 0;
    position: relative;
}

    .tech-main-wapper li:after {
        content: "";
        position: absolute;
        background: url(../images/dot.png) 0 2px;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: .3;
    }

    .tech-main-wapper li {
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        position: absolute;
        width: 100%;
        height: 400px;
    }

.tech-opacity li {
    position: absolute;
    top: 0;
    left: 0;
    float: inherit;
    color: #fff;
}

.tech-main-wapper li:nth-child(1) {
    background: url(../images/slide-1.jpg) top center;
    background-size: cover;
}

.tech-main-wapper li:nth-child(2) {
    background: url(../images/slide-2.jpg) top center;
    background-size: cover;
}

    .tech-main-wapper li:nth-child(2) .book-demo {
        color: #d92231;
    }

.tech-main-wapper li:nth-child(3) {
    background: url(../images/slide-3.jpg) top center;
    background-size: cover;
}

.tech-main-wapper li:nth-child(4) {
    background: url(../images/slide-4.jpg) top center;
    background-size: cover;
}

.tech-main-wapper li img {
    display: none;
}

.theme-custom .nivo-controlNav {
    width: auto;
    left: 50%;
    bottom: 30px;
    margin-left: -50px;
    padding: 0;
}

.tech-navigator {
    width: 92px;
    padding: 0;
    margin: 0 0 0 -40px;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 30px;
}

    .tech-navigator li, .theme-custom .nivo-controlNav a {
        width: 12px;
        height: 12px;
        list-style: none;
        border: solid #fff 2px;
        border-radius: 10px;
        background: transparent;
        display: inline-block;
        margin: 0 4px;
        cursor: pointer;
        transition: all .3s;
    }

        .tech-navigator li:hover, .tech-navigator li.active, .theme-custom .nivo-controlNav a.active {
            border-color: #d92231;
            background: #d92231;
            box-shadow: 1px 1px 7px rgba(0,0,0,.3);
        }

.book-demo {
    text-align: right;
    max-width: 350px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
}

    .book-demo p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 30px 30px 0;
        color: white;
    }

    .book-demo .black-text {
        color: #333;
    }

    .book-demo .btn, .slide-content .btn {
        color: #fff;
        font-size: 16px;
        background: #d92231;
        padding: 11px 25px;
        text-decoration: none;
        display: inline-block;
        transition: all .3s;
    }

        .book-demo .btn:hover, .slide-content .btn:hover {
            color: #d92231;
            background: #fff;
        }

.btn-l-round {
    border-radius: 30px 0 0 30px;
    padding-left: 40px;
}

.btn-r-round {
    border-radius: 0 30px 30px 0;
    padding-right: 40px;
}

.tech-main-wapper .btn {
    color: #fff;
    font-size: 16px;
    background: #d92231;
    padding: 11px 25px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
}

    .tech-main-wapper .btn:hover {
        color: #d92231;
        background: #fff;
    }

.tech-main-wapper .btn-l-round {
    border-radius: 30px 0 0 30px;
    padding-left: 40px;
}

.tech-main-wapper .btn-r-round {
    border-radius: 0 30px 30px 0;
    padding-right: 40px;
}

.slide-content {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
}

.slider-text {
    background: rgba(0,0,0,.6);
    padding: 20px 30px 25px;
    margin: 0 30px 30px;
}

    .slider-text .heading-lg {
        font-size: 40px;
        font-weight: 600;
    }

    .slider-text .heading-md {
        font-size: 30px;
        margin: 10px 0;
    }

    .slider-text .heading-sm {
        font-size: 24px;
    }


/* products */
.products-technova li {
    width: 33.33%;
    height: 300px;
    margin: 0 0 7px;
    padding-left: 7px;
    float: left;
    position: relative;
    overflow: hidden;
}

    .products-technova li:first-child, .products-technova li:nth-child(4) {
        padding-left: 0;
    }

    .products-technova li img {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .products-technova li:hover .pro-heading {
        background: #fff;
    }

    .products-technova li .pro-heading {
        color: #d92231;
        font-size: 22px;
        width: 101%;
        height: 60px;
        padding: 0 20px;
        display: table;
        background: rgba(256,256,256,.94);
        border-top: solid 2px #d92231;
        border-bottom: solid 2px #fff;
        transition: all .3s;
    }

        .products-technova li .pro-heading a {
            color: #e31f24;
            line-height: 25px;
            display: table-cell;
            vertical-align: middle;
        }

    .products-technova li:hover .content {
        visibility: visible;
        opacity: 1;
    }

    .products-technova li .content {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        background: rgba(113,113,113,.8);
        padding: 22px;
        min-height: 270%;
        box-sizing: border-box;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }

        .products-technova li .content div {
            height: 140px;
            overflow: hidden;
        }

    .products-technova li .pro-btn {
        background: #d92231;
        color: #fff;
        position: absolute;
        bottom: 20px;
        right: 0;
        padding: 7px 20px 9px 30px;
        border-radius: 25px 0 0 25px;
    }

        .products-technova li .pro-btn span {
            margin-right: 8px;
            display: none;
        }

    .products-technova li:hover .pro-btn span {
        margin-right: 8px;
        display: inline-block;
    }

    .products-technova li .pro-btn i {
        font-size: 20px;
        font-weight: normal;
        position: relative;
        top: 1px;
    }

.specific-product {
    padding: 25px 20px 35px;
    border-top: solid #ccc 1px;
}

    .specific-product ul li {
        float: left;
        width: 25%;
        padding: 0 12px;
    }

        .specific-product ul li:first-child {
            padding-left: 0;
        }

        .specific-product ul li:last-child {
            padding-right: 0;
        }

    .specific-product .heading {
        margin-bottom: 25px;
    }

    .specific-product ul li label {
        color: #000;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
    }

    .specific-product ul li select {
        color: #666;
        background: url(/Themes/Technova/Content/images/select-arrow.jpg) no-repeat right;
        height: 41px;
        line-height: 40px;
        width: 100%;
        cursor: pointer;
        padding: 0 40px 0 10px;
        border-radius: 0;
    }

    .specific-product ul li a {
        font-weight: 600;
        text-transform: uppercase;
        line-height: 38px;
        color: #d92231;
        width: 100%;
        height: 40px;
        border: solid 1px #ccc;
        display: inline-block;
        padding-left: 20px;
        position: relative;
    }

        .specific-product ul li a:hover {
            color: #fff;
            background: #d92231;
        }

        .specific-product ul li a:focus {
            outline: none;
            border-color: #d92231;
            box-shadow: 0 0 6px rgba(217, 34, 49, .5);
        }

        .specific-product ul li a i {
            color: #fff;
            font-size: 15px;
            text-align: center;
            width: 50px;
            height: 100%;
            background: #d92231;
            position: absolute;
            left: initial;
            right: 0;
            padding-top: 10px;
            transition: all .3s;
        }

        .specific-product ul li a:hover i {
            color: #d92231;
            background: #fff;
        }

    .specific-product ul li input[type="submit"] {
        width: 100%;
    }

.footer-upper-section {
    border-top: solid #ccc 1px;
    padding-top: 8px;
    display: flex;
}

.blog-item {
    margin-bottom: 30px;
}

.imp-links {
    width: 67%;
    float: left;
    padding: 20px 25px 10px;
    background: #f5f5f5;
}

    .imp-links p {
        margin: 0 0 30px;
    }

    .imp-links ul li {
        float: left;
        width: 33.33%;
        padding-right: 10px;
        min-height: 190px;
    }

        .imp-links ul li:last-child {
            margin-right: 0;
        }

        .imp-links ul li label {
            text-transform: uppercase;
            color: #d92231;
        }

        .imp-links ul li a {
            color: #333;
            display: block;
            line-height: 26px;
        }

            .imp-links ul li a:hover {
                color: #d92231;
            }

            .imp-links ul li a .fa {
                margin-right: 8px;
                top: 5px;
                left: 0;
                position: relative;
                transition: all .3s;
                float: left;
            }

            .imp-links ul li a:hover .fa {
                left: 5px;
                transition: all .3s;
            }

            .imp-links ul li a span {
                display: block;
                margin-left: 15px;
            }

.connect-with-us {
    float: right;
    border: solid #ececec 1px;
    width: 33%;
    margin-left: 10px;
    padding: 20px 25px;
}

    .connect-with-us li {
        float: left;
        width: 100%;
        margin-top: 13px;
    }

        .connect-with-us li:first-child {
            margin-top: 0;
        }

        .connect-with-us li .fa {
            font-size: 15px;
            float: left;
            width: 35px;
            height: 35px;
            line-height: 34px;
            text-align: center;
            color: #d92231;
            border: solid #d3d3d3 1px;
            border-radius: 35px;
        }

        .connect-with-us li div {
            margin-left: 55px;
            margin-top: 7px;
            font-size: 15px;
        }

        .connect-with-us li a {
            color: #333;
        }

            .connect-with-us li a:hover {
                color: #d92231;
            }

footer {
    margin: 8px 0 40px;
}

.footer-link {
    border-top: solid #ececec 1px;
    padding-top: 30px;
}

    .footer-link a {
        color: #333;
        border-left: solid 1px #e9e9e9;
        margin-left: 10px;
        padding-left: 10px;
    }

        .footer-link a:first-child {
            border-left: 0;
            margin-left: 0;
            padding-left: 0;
        }

        .footer-link a:hover {
            color: #d92231;
        }

.copyright {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #999;
}

.page-heading, .prodmiddlebox-title {
    color: #555;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 10px 0;
    min-height: 51px;
    border-bottom: solid 1px #ddd;
}

    .prodmiddlebox-title strong {
        font-weight: normal;
    }

.prodbottombox .prodmiddlebox-title {
    font-size: 22px;
    color: #333;
    margin: 40px 0 0;
    border-top: dashed 1px #bbb;
    border-bottom: none;
    padding-top: 15px;
}

.prodmiddlebox-content {
    line-height: 28px;
}

.products-desc {
    margin-top: 30px;
}

    .products-desc li {
        line-height: 25px;
    }

    .products-desc > li > div {
        display: none;
        margin-bottom: 20px;
    }

    .products-desc > li > label {
        color: #d92231;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 300;
        border-top: dashed 1px #bbb;
        border-bottom: none;
        margin: 10px 0 0;
        padding: 20px 0 10px;
        display: block;
        cursor: pointer;
    }

    .products-desc li > label .fa {
        font-size: 14px;
        color: #d92231;
        line-height: 25px;
        text-align: center;
        width: 25px;
        height: 25px;
        border: solid #d92231 1px;
        border-radius: 25px;
        position: relative;
        top: -3px;
        margin-right: 9px;
    }

.side-2 .block .title {
    cursor: pointer;
    position: relative;
}

    .side-2 .block .title strong {
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        width: 85%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.block .title .fa {
    font-size: 14px;
    color: #ff7979;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    border: solid #ff7979 1px;
    border-radius: 25px;
    position: absolute;
    top: 7px;
    right: 0;
}

.sidebar-left .block {
    margin-bottom: 20px;
}

.side-2 .sidebar-left ul.list li.active > a {
    color: #d92231;
    background: transparent;
}

.side-2 .sidebar-left ul.list a {
    text-transform: capitalize;
    padding: 5px 0 5px 15px;
    transition: all .3s;
    position: relative;
}

    .side-2 .sidebar-left ul.list a.active {
        color: #d92231;
        background: transparent;
    }

    .side-2 .sidebar-left ul.list a:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f105";
        position: absolute;
        top: 7px;
        left: 0;
        transition: all .3s;
    }

    .side-2 .sidebar-left ul.list a:hover:before, .side-2 .sidebar-left ul.list li.active a:before, .side-2 .sidebar-left ul.list a.active:before {
        left: 4px;
        transition: all .3s;
    }

.side-2 .block-recently-viewed-products ul.list a:before {
    display: none;
}

.side-2 .sidebar-left .block-recently-viewed-products ul.list li a.product-picture {
    padding: 0 10px 0 0;
}

.customer-blocks h4 {
    color: #333;
    text-transform: uppercase;
    margin: 8px 0;
    border-bottom: dashed 1px #ccc;
}

.view-all a {
    color: #d92231;
    margin-top: 10px;
    display: inline-block;
}

.page {
    margin-bottom: 40px;
}

    .page h2 {
        margin: 0;
    }

    .page hr {
        display: none;
    }

    .page .buttons {
        margin: 10px 0;
    }

.fieldset .form-fields .inputs input {
    padding: 6px 13px;
}

.fieldset .form-fields .inputs {
    margin: 10px 0;
}

.inputs.mt-none.next input {
    max-width: 150px !important;
}

.divider {
    border-top: solid #ddd 1px;
}

.side-2 {
    padding-top: 0;
}

.breadcrumb {
    padding: 15px 0 15px;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-radius: 0;
}

    .breadcrumb .fa {
        color: #aaa;
        font-size: 16px;
        margin: 0 8px;
        display: inline-block;
        position: relative;
        top: 0;
    }

    .breadcrumb ul li p {
        display: inline-block;
        margin-bottom: 0;
    }

.product-filter-section, .page > .page-title {
    padding: 8px 0 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    text-align: left;
    min-height: 51px;
    clear: both;
}

    .product-filter-section label, .page > .page-title h3 {
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 2px 10px 0 0;
    }

.page > .page-title {
    display: table;
    width: 100%;
}

    .page > .page-title h3 {
        margin: 0;
        vertical-align: middle;
        display: table-cell;
    }

.product-filter-section .product-filter {
    float: right;
}

.product-filter-section:after {
    content: "";
    clear: both;
    display: block;
}

.product-filter > div {
    display: inline-block;
}

.product-filter-section select {
    margin: 0 0 10px 5px;
    padding: 5px 40px 5px 15px;
}

.product-filter-section span {
    display: inline-block;
    margin-left: 10px;
}

.product-filter-section a {
    margin-bottom: 10px;
}

.product-title a {
    color: #d92231;
}

.products-desc ul[style] {
    margin-left: 20px;
}

.product-grid .product-item {
    margin: 15px 0;
    border: dotted 1px #ddd;
    transition: all .3s;
    min-height: 310px;
}

.product-item .product-title {
    font-size: 14px;
    text-transform: capitalize;
    border-top: solid #eee 1px;
    min-height: 63px;
    margin-top: 4px;
    padding: 10px 15px 0 15px;
}

.product-grid .product-item .picture {
    height: 190px;
}

.product-item:hover {
    border: dotted 1px #d92231;
}

.add-info .buttons {
    margin: 10px 0;
}

    .add-info .buttons button {
        width: 50px;
        height: 35px;
        padding: 0;
    }

.product-viewmode .viewmode-icon {
    text-align: center;
    line-height: 30px;
    width: 32px;
    height: 32px;
    display: inline-block;
    border: solid #ccc 1px;
    outline: none;
}

    .product-viewmode .viewmode-icon.selected {
        font-weight: bold;
        color: #d92231;
    }

    .product-viewmode .viewmode-icon:hover {
        color: #d92231;
        border-color: #d92231;
    }

.products-title {
    font-size: 18px;
    color: #d92231;
    text-transform: capitalize;
    margin-bottom: 0;
}

.product-filters {
    margin: 15px 0;
    border: none;
}

    .product-filters .filtered-items {
        background-color: transparent;
        padding-left: 0;
    }

.remove-filter {
    margin-top: 5px;
}

.filter-title {
    color: #d92231;
    font-weight: bold;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.filter-content li {
    display: inline-block;
}

    .filter-content li.title {
        margin-right: 10px;
    }

    .filter-content li a {
        background: #eee;
        padding: 4px 7px;
        margin-bottom: 10px;
        color: #000;
        border-radius: 3px;
        display: inline-block;
    }

        .filter-content li a:hover {
            color: #fff;
            background: #ea0013;
        }

.product-spec-filter {
    margin-top: 15px;
}

.product-list .product-item {
    padding: 0;
    border: none;
    border-bottom: solid 1px #ddd;
    min-height: initial;
}

    .product-list .product-item .product-title {
        min-height: initial;
    }

    .product-list .product-item .picture {
        float: right;
        display: none;
    }

    .product-list .product-item .details .product-title, .product-list .product-item .description, .product-list .product-item .add-info {
        padding-left: 0;
    }

    .product-list .product-item .details {
        float: none;
        width: 100%;
        text-align: left;
        padding: 10px 0;
    }

        .product-list .product-item .details .product-title {
            border-top: none;
            padding: 0;
            margin: 0 0 10px;
        }

.product-item .description {
    padding: 11px 10px 10px;
    overflow: hidden;
}

.pager li.current-page span {
    background-color: #d92231;
    border: solid 1px #d92231;
}

.pager li > a:hover {
    color: #ea0013;
    background: #fff;
    border-color: #ea0013;
}

.product-viewmode .viewmode-icon:focus, .pager li > a:focus {
    color: #ea0013;
    background: #fff;
}

.available-items ul {
    width: 100%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

}

.bar-notification a {
    color: #fff;
}

.bar-notification {
    background: #d92231;
    color: #fff;
    z-index: 10;
    margin: 0;
    max-width: 406px;
    left: 50%;
    margin-left: -189px;
    top: 40%;
}

    .bar-notification p {
        margin-bottom: 0;
        margin-top: 10px !important;
    }

    .bar-notification .close {
        margin-bottom: 10px;
    }

        .bar-notification .close i.fa.fa-times {
            margin-top: 10px;
        }

    .bar-notification .cancel {
        margin-bottom: 10px;
    }

#bar-notification span[title="Checkout"] {
    padding-left: none;
}

.product-details-page .product-essential, .product-details-page .variant-overview {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.picture-thumbs img {
    padding: 10px 10px 10px 10px;
}

.product-details-page .overview-buttons > div {
    font-size: 14px;
}

.product-details-page .overview-buttons {
    margin-top: 25px;
}

.overview-buttons i {
    display: inline-block;
    margin-right: 4px;
}

.product-details-page {
    margin-top: 40px;
}

.list-style:after {
    content: "";
    display: block;
    clear: both;
}

.list-style > li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.list-style li strong a {
    color: #000;
    margin-left: 0;
}

.list-style > li a {
    line-height: 30px;
    display: block;
    padding: 0 13px;
    position: relative;
}

    .list-style > li a:hover {
        padding-left: 20px;
    }

.list-style li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 7px;
}

.list-style li label {
    font-size: 16px;
    color: #d92231;
    margin: 15px 0 10px;
}

.list-style > li .title {
    position: relative;
}

    .list-style > li .title a {
        color: #d92231;
        font-weight: 600;
        line-height: 40px;
        padding: 0;
    }

        .list-style > li .title a:before {
            display: none;
        }

.sitemap-list > li .sublist {
    margin-left: 15px;
}

.sitemap-list > li label {
    margin: 0;
    line-height: 40px;
}

.sitemap-list > li .list a {
    font-weight: bold;
}

.sitemap-list > li .sublist a {
    font-weight: normal;
}

.contact-section {
    background: transparent;
    border: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 0;
}

    .contact-section > li {
        margin-top: 40px;
    }

        .contact-section > li:first-child {
            margin-top: 0;
        }

    .contact-section ul {
        margin: 0 0 30px 30px;
        display: none;
    }

    .contact-section > li:first-child ul {
        display: block;
    }

    .contact-section .title {
        color: #d92231;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 0;
        padding-bottom: 12px;
        display: block;
        border-bottom: dashed #d92231 1px;
    }

    .contact-section .city-name {
        color: #000;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        position: relative;
        cursor: pointer;
        display: block;
        border-bottom: dashed #ccc 1px;
        margin: 10px 0;
        padding-bottom: 10px;
        transition: all .3s;
    }

        .contact-section .city-name:hover {
            color: #d92231;
        }

        .contact-section .city-name.active {
            border-color: #d92231;
        }

        .contact-section .city-name:before {
            font-family: 'Glyphicons Halflings';
            color: #d92231;
            font-size: 20px;
            content: "\e062";
            margin-right: 10px;
            position: relative;
            top: 2px;
            left: 1px;
        }

.topic-block-body p {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: dashed #d92231 1px;
    display: block;
}

.topic-block-bodyContactUs p {
    font-size: 16px;
    padding-bottom: 14px;
    border-bottom: dashed #d92231 1px;
    display: block;
}

.contact-section a {
    color: #d92231;
}

    .contact-section a:hover {
        color: #333;
    }

.product-collateral {
    margin-bottom: 30px;
}

.prodmiddlebox-listcontent {
    line-height: 25px;
}

    .prodmiddlebox-listcontent > div > div > div {
        display: inline-table;
    }

    .prodmiddlebox-listcontent > div {
        line-height: 30px;
    }

.fieldset .form-fields .inputs > label, .fieldset .form-fields .inputs input + label, .fieldset .inputs label {
    font-weight: normal;
}

.fieldset .form-fields .inputs > label {
    display: inline-block;
    width: 75px;
}

.fieldset .reversed.inputs > label {
    width: 115px;
}

.register-block {
    margin-bottom: 40px;
}

.bill-to {
    background: #fff;
    width: 100%;
    margin: 10px 0;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 5;
    padding: 10px 20px 20px;
    border: dashed #d92231 1px;
    display: none;
}

    .bill-to label {
        width: 20%;
        float: left;
        margin-top: 15px;
    }

    .bill-to select {
        width: 80%;
        margin-top: 10px;
    }

    .bill-to hr {
        margin-bottom: 0;
    }

#SearchSku {
    width: 100%;
    margin-top: 15px;
}

.search-box .ui-autocomplete {
    position: absolute;
}

    .search-box .ui-autocomplete.ui-menu {
        max-height: 350px;
        height: initial;
        z-index: 100;
    }

.search-box .ui-menu .ui-menu-item {
    width: 98%;
    list-style-image: none;
}

.ui-autocomplete.ui-menu {
    padding: 0;
    border-color: #d92231;
    border-radius: 0;
    overflow-y: scroll;
    max-height: 350px;
    word-wrap: break-word;
}

    .ui-autocomplete.ui-menu li a {
        font-size: 13px;
        text-align: left;
        min-height: 30px;
        line-height: 18px;
        border-radius: 0;
        cursor: pointer;
        padding: 5px 0 4px 10px;
    }

        .ui-autocomplete.ui-menu li a.ui-state-focus {
            color: #fff;
            background: #d92231;
            border: none;
            margin: 0;
        }

.overview-buttons .add-to-wishlist, .overview-buttons .compare-products {
    margin-bottom: 1px;
}

.input-form-style .fieldset input {
    max-width: 450px;
}

.modal-black-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 6;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .7;
    display: none;
}

.ajax-loading-block-window {
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    background: url(/Themes/Technova/Content/images/load-indicator.gif) center no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 7;
}

.inputs input[type='password'] {
    width: 100%;
}

.input-form-style .fieldset .inputs input[type='text'], .input-form-style .fieldset .inputs input[type='password'], .input-form-style select, .input-form-style .fieldset .inputs textarea {
    max-width: 100%;
}

.input-form-style .date-of-birth select {
    max-width: 32%;
}

    .input-form-style .date-of-birth select:last-child {
        margin-right: 0;
    }



.dob-flex {
    display: flex;
}

.field-validation-error {
    clear: both;
    display: block;
    color: #e31f24;
    margin-top: 5px;
}

.inputs {
    position: relative;
}

.input-form-style .required {
    color: #e31f24;
    position: absolute;
    right: 0;
    top: 3px;
}

.sub-category-item {
    border: dotted 1px #ddd;
    margin: 15px 0;
    padding: 15px;
    transition: all .3s;
}

    .sub-category-item:hover {
        border: dotted 1px #d92231;
    }

    .sub-category-item h3 {
        font-size: 18px;
        border-bottom: dotted #ddd 1px;
        margin: 0 0 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .sub-category-item:hover h3 {
        border-bottom: dotted 1px #d92231;
        transition: all .3s;
    }

        .sub-category-item:hover h3 a {
            color: #d92231;
        }

    .sub-category-item .picture {
        max-height: 140px;
        overflow: hidden;
        margin: 0;
    }

.popup-window {
    padding: 40px;
}

.sub-category-item .picture img {
    max-height: 100%;
}

table.tn-table-style {
    margin-bottom: 0;
    font-size: 13px;
}

    table.tn-table-style thead {
        background: #d92231;
        color: #fff;
    }

table.table-bordered thead {
    background: #d92231;
    color: #fff;
}

table.tn-table-style thead th {
    vertical-align: text-top;
    padding: 10px 7px;
}

table.tn-table-style tbody td {
    vertical-align: middle;
    padding: 7px;
}

table.tn-table-style input {
    padding: 5px 8px;
    text-align: right;
    width: 100%;
}

table.tn-table-style select {
    padding: 5px 35px 5px 10px;
}

/*#tblBasketItems thead{
    background: #f5f5f5;
}*/

.service-table input, #tblbody td:nth-child(4) {
    text-align: right;
}


/*datepicker*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #d92231;
    background: #d92231;
    color: #fff;
}

.remove-btn {
    font-size: 18px;
    text-align: center;
}

#dynamicTable th {
    font-weight: 300;
    white-space: nowrap;
    border: 1px solid #d1cfcf;
}

#dynamicTable td {
    border: 1px solid #d1cfcf;
}

.checkout-data {
    margin-top: 20px;
}

    .checkout-data .tab-section {
        border-bottom: dashed 1px #ccc;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

        .checkout-data .tab-section .step-title .number {
            line-height: 38px;
        }

        .checkout-data .tab-section.active .step-title .number {
            background: #d92231;
        }

        .checkout-data .tab-section.allow {
            border-color: #d92231;
        }

.step-title {
    margin: 10px 0;
    line-height: 40px;
}

    .step-title h2 {
        font-size: 24px;
        padding: 0;
    }

.checkout-data .tab-section.allow:not(.active) .step-title .number {
    background-color: #d92231;
    color: #d92231;
    position: relative;
    top: -3px;
}

.checkout-data .please-wait {
    display: inline-block;
    margin-left: 10px;
}

.checkout-data .button-sm {
    text-align: center;
    color: #fff;
    background: #d92231;
    width: auto;
    display: inline-block;
    padding: 9px 25px;
    border-radius: 2px;
    border: solid 1px transparent;
}

    .checkout-data .button-sm .fa {
        font-size: 17px;
        margin-right: 5px;
    }

#confirm-order-buttons-container form {
    display: inline-block;
}

div.cart .widget-box {
    margin-bottom: 30px;
}

.widget-table {
    background: #fff;
    border: dashed #d92231 1px;
    margin-bottom: 15px;
    padding: 10px;
}

    .widget-table table {
        width: 100%;
    }

        .widget-table table td {
            padding: 3px 10px;
        }

.widget-box .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.coupon-code {
    display: flex;
}

.cart .widget-box .coupon-code input[type='text'] {
    width: 65%;
    margin-right: 10px;
}

.cart .widget-box .coupon-code input[type='submit'] {
    width: 35%;
    padding: 9px 10px;
}

.terms-of-service {
    font-weight: 300;
    margin-bottom: 10px;
}

    .terms-of-service .terms {
        color: #d92231;
    }

.box-border-style > div {
    margin: 1%;
    padding: 15px;
    border: dashed #ccc 1px;
    box-sizing: border-box;
    transition: all .3s;
}

    .box-border-style > div:hover {
        border: dashed #d92231 1px;
    }

    /*.box-border-style > div:nth-child(odd) {
        margin-left: 0;
    }

    .box-border-style > div:nth-child(even) {
        margin-right: 0;
    }*/

    .box-border-style > div .buttons {
        margin: 15px 0 0;
    }

        .box-border-style > div .buttons input[type='button'] {
            padding: 7px 25px;
        }

.address-section {
    width: 48%;
    float: left;
    max-height: 350px;
}

    .address-section .title {
        cursor: pointer;
        position: relative;
    }

        .address-section .title .fa {
            font-size: 12px;
            color: #d92231;
            line-height: 20px;
            text-align: center;
            width: 20px;
            height: 20px;
            border: solid #d92231 1px;
            border-radius: 25px;
            position: absolute;
            top: 0;
            right: 0;
        }

    .address-section .info {
        height: 240px;
        display: none;
        margin-top: 6px;
    }

.order-list-page .order-item {
    width: 48%;
    float: left;
}

.service-table input, .service-table select, .service-table .form-control, .service-table label {
    margin: 0;
    border-radius: 0;
}

.table {
    color: #777;
}

.service-table .table td {
    vertical-align: middle;
    position: relative;
}

.service-table .field-validation-error {
    position: absolute;
    top: 11px;
    right: 14px;
}

.service-history-table table.dataTable {
    float: left;
    margin-top: 20px;
}

.service-history-table table.table.dataTable th {
    border-top: 1px solid #d92231;
    border-bottom: 1px solid #d92231;
    padding: 10px;
}

.service-history-table table.table.dataTable tr:first-child td {
    border: none;
}

.service-history-table table.dataTable.no-footer {
    border-bottom: 1px solid #d92231;
}

.service-history-table th, .service-history-table td {
    padding: 10px;
}

.service-history-table .dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
}

.dataTables_length select {
    margin: 0 10px;
}

.service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

    .service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: #d92231;
        color: #fff !important;
        box-shadow: none;
        outline: none;
    }

    .service-history-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #ea0013;
    }

.service-history-table .table-responsive {
    width: 100%;
    margin-top: 20px;
}

.service-history-table .dataTables_length, .service-history-table .dataTables_filter {
    text-align: left;
}

.col-left {
    text-align: left;
}

.col-right {
    text-align: right;
}

.cart-product-img img {
    margin-right: 15px;
}

.header-img {
    max-height: 220px;
    overflow: hidden;
}

input.return-items-button {
    padding: 4px 12px;
}

.order-details-area ul {
    padding: 0;
}

    .order-details-area ul li {
        margin-top: 5px;
    }

        .order-details-area ul li:first-child {
            margin-top: 0;
        }


.box-style {
    background: #f5f5f5;
    border: dashed 1px #d92231;
    margin: 15px 0;
    padding: 20px;
}

    .box-style .title {
        font-size: 18px;
        color: #d92231;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .box-style table {
        background: #fff;
    }

input[type='button'].return-items-button {
    font-size: 12px;
}

.account-rec-form input.form-control, .account-rec-form select.form-control, .account-rec-form input.disabled, .account-rec-form .k-widget {
    width: 100%;
    height: initial;
}

.account-rec-form .k-input {
    padding: 9px 13px;
    line-height: normal;
}

.k-numeric-wrap, .k-picker-wrap {
    border-radius: 0;
}

    .k-picker-wrap .k-icon {
        margin-top: 8px;
    }

    .k-numeric-wrap .k-link {
        margin-top: 3px;
    }

.k-state-foused {
    border-width: 1px;
    border-style: solid;
}

.pro-buy-btn {
    width: 100%;
    text-transform: uppercase;
}

    .pro-buy-btn:visited {
        color: #fff;
    }

#dialog-container-video {
    left: 50%;
    margin-left: -279px;
}

.pro-details-btn .btn {
    font-size: 18px;
    vertical-align: top;
    margin: 5px 10px 0 0;
    padding: 6px 20px;
    float: left;
}

.pro-buy-btn .fa {
    margin-right: 5px;
}



/* reset css */
.mt-none {
    margin-top: 0;
}

.mb-none {
    margin-bottom: 0;
}

.mtb-none {
    margin-top: 0;
    margin-bottom: 0;
}

.mb-lg {
    margin-bottom: 50px;
}

.mb-md {
    margin-bottom: 30px;
}

.mb-xs {
    margin-bottom: 10px;
}

.mt-xs {
    margin-top: 10px;
}

.mt-sm {
    margin-top: 20px;
}

.mr-sm {
    margin-right: 20px;
}

.mtb-sm {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-md {
    margin-top: 25px;
}

.mt-lg {
    margin-top: 40px;
}

.m-none {
    margin: 0 !important;
}

.p-none {
    padding: 0 !important;
}

.p-md {
    padding: 15px;
}

.pos-rel {
    position: relative;
}

.button-sm {
    /*width: 180px;*/
}

    .button-sm a {
        color: #fff;
    }

.red-text {
    color: #e31f24;
}

.display-in-block {
    display: inline-block;
}

.content-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.dashboard-content .box-header h3 {
    margin: 0 0 10px;
    padding: 0;
}

.dashboard-content .box-header.with-border {
    border-bottom: 1px solid #fdc2c7;
}

.dashboard-content .box-header .box-tools {
    position: static;
}

.dashboard-content h4 {
    margin: 0;
    background: #d92231;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    border-top:2px solid #fff;
}

.dashboard-content h5 {
    margin: 0;
    background: #d92231;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    width: 250px;
}

.dashboard-content ul li {
    padding: 0;
    margin-bottom: 15px;
    float: left;
}

.dashboard-content .content-data {
    min-height: 165px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 1px solid #d92231;
}

.dashboard-content .btn-info {
    background: #d92231;
    border-color: #d92231;
}

.dashboard-content .box.box-info {
    border-top-color: #d92231;
}

.dashboard-content .bg-dark-red {
    background: #af1320;
}

.dashboard-content .box-header .btn {
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 0;
    margin-bottom: 5px;
}

    .dashboard-content .box-header .btn:hover {
        color: #fff;
    }

.box-tools .btn:last-child {
    background: #ea7e7e;
}

.content-data table {
    width: 100%;
}

    .content-data table td {
        padding: 4px 0;
    }


a.btn-link {
    margin: 1px;
    background-color: #3984eb;
    color: #fff;
    border: solid 1px transparent !important;
}

.col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
}

.websites div {
    height: 120px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 15px 0;
}


.websites .img-responsive {
    margin: 0 auto;
    height: 30px;
    margin: 12px auto;
}

.websites .thumb-info-title {
    margin: 10px 0;
    display: block;
    vertical-align: middle;
}

/* customer changes*/
.product-details-page .grid-heading-padding, .grid-td-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.product-details-page .remove-button {
    padding-left: 13px;
}

.noproudct-message {
    text-align: center;
    font-size: 24px;
    color: orangered;
}

.activelink {
    color: #d92231;
}

.input-width {
    width: 100% !important;
}

/*search dropdown scrollbar*/
.search-box .ui-autocomplete.ui-menu::-webkit-scrollbar-thumb {
    background-color: #d92231;
}

.search-box .ui-autocomplete.ui-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.search-box .ui-autocomplete.ui-menu::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}

/*alliance logo*/
.websites div {
    height: 120px;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 15px 0;
}

.websites .img-responsive {
    margin: 0 auto;
    height: 30px;
    margin: 12px auto;
}

.websites .thumb-info-title {
    margin: 10px 0;
    display: block;
    vertical-align: middle;
}

.cust-refs-num {
    margin: 30px 0 20px;
}

    .cust-refs-num input {
        width: 320px;
        margin-left: 10px;
    }


/* Start Technova Web Merger CSS*/

.hidden-text {
    display: none;
    position: absolute;
    top: 0;
    padding: 29px;
    background: rgba(0,0,0,.6);
    margin: 0;
    border-radius: 7px;
    color: #fff;
    transition: all .3s ease;
    height: 100%;
    align-items: center;
}

    .hidden-text:hover {
        color: #fff;
    }

.hover-item:hover .hidden-text {
    display: flex;
}

.hover-item:hover .box-content {
    opacity: 0.2;
}

.input {
    -webkit-autofill: focus;
}

.input[type='button'], input[type='submit'], select[type='button'], select[type='submit'], button[type='button'], button[type='submit'], textarea[type='button'], textarea[type='submit']:active {
    margin: 0px;
}

.mfp-arrow:active {
    margin-top: 0px;
}

.overlay {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 998;
}

.blank-out {
    background-color: black;
    display: none;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 6;
    top: 0;
    left: 0;
}

[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}

[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}

[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}

[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}

[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}

[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}

[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}

[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}

.disablebtn {
    background-color: gray !important;
}

.myarrow {
    width: 0;
    height: 50px;
}


.myinfo-mobile-seprator {
    border-top: dashed 1px #bbb;
    padding-top: 20px;
}

.myinfo-mobile-tabs-title {
    color: #000 !important;
    font-size: 16px !important;
}

.OTP-Message {
    text-transform: capitalize;
}

#importexcel-window #downloadTemplate {
    color: white;
}


.top-menu.hidden-xs .modal-dialog {
    display: block !important;
}


/*New Css added by Prasad D. Sawant on 24th May 2018 for incorporating the '+' and '-' icons on the number input fields */

.grid-td-padding {
    position: relative !important;
}

.col-right {
    position: relative !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    text-align: left !important;
    padding-left: 5px !important;
}

.grid-td-padding input {
    min-width: 45px;
    min-height: 42px;
    line-height: 1.65;
    float: left !important;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    border: 1px solid #eee;
}

    .grid-td-padding input:focus {
        outline: 0;
    }

.col-right input {
    min-width: 45px;
    min-height: 42px;
    line-height: 1.65;
    float: left !important;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    border: 1px solid #eee;
}

    .col-right input:focus {
        outline: 0;
    }

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #eee;
    }

    .quantity-button.quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%;
    }
/*New Css added by Prasad D. Sawant on 24th May 2018 for incorporating the '+' and '-' icons on the number input fields */
.notfound {
    display: none;
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

/*index page*/
.product-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.featured-box {
    background: #F5F5F5;
    background: -webkit-linear-gradient( top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    height: 380px;
    position: relative;
    text-align: center;
    z-index: 1;
    width: 32%;
    margin: 5px;
}

    .featured-box .box-content {
        border-radius: 8px;
        border-top: 1px solid #CCC;
        border-top-width: 4px;
        padding: 15px;
        position: relative;
        transition: all .3s ease;
        height: 100%;
    }

    .featured-box:hover {
        box-shadow: 0 0px 7px 0px rgba(0,0,0,.5);
    }

.featured-box-primary .box-content {
    border-top-color: #ff0000;
}


.featured-box-primary h4 {
    color: #ff0000;
}

.no-image {
    display: flex;
    align-items: center;
    height: 260px;
}

.no-para {
    height: 210px;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px;
    text-decoration: none;
}

.featured-box .box-content:hover .learn-more {
    color: #ff0000;
}

p {
    color: #777;
    line-height: 24px;
    text-align: left;
    margin: 10px 0;
}

.content{
    color: #fff !important;
    text-align: center !important;
}

img {
    max-width: 100%;
}

/*inner pages css*/
.left-menu-container {
    display: flex;
}

/*about use left nav*/
#main-nav.about-left-nav {
    float: left;
}

.about-left-nav .sublist {
    padding-left: 0;
}
            
#main-nav.about-left-nav li .sublist .sublist a {
    font-size: 13px;
    border: none;
    display: block;
    padding: 10px 0 8px 5px;
    text-transform: capitalize;
    transition: all .3s;
    position: relative;
}

#main-nav.about-left-nav li .sublist .sublist a:hover {
    background: #eee;
    text-decoration: none;
    border-radius: 0;
    color: #d92231 !important;
    background: transparent !important;
}

#main-nav.about-left-nav li:hover {
    background: transparent;
}

#main-nav.about-left-nav li a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 5px 0 0 -9px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    top: 7px;
    left: 0;
    transition: all .3s;
}

#main-nav.about-left-nav > li > .sublist {
    max-width: 47%;
    min-width: 300px;
    padding: 20px 0px 0px 0px;
}

#main-nav.about-left-nav li .sublist .sublist li {
    width: 100%;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    transition: background 0.1s;
    border-bottom: none;
}

#main-nav.about-left-nav li .sublist.first-level {
    border-top: none;
    box-shadow: none;
}

#main-nav.about-left-nav li:hover > .sublist.first-level > li {
    width: 100%;
    margin: 0;
}


.left-menu-container .right-section{
    padding:15px;
}

.disc-ul {
    list-style-type: disc;
    padding-left: 40px;
    color: #777;
}

.disc-ul li {
    margin-bottom: 5px;
}

.squre-ul {
    list-style-type: square;
}

.green-color {
    color: #0a790a;
}

.red-color {
    color: red;
}

.about-us-hr {
    display: block !important;
}



.master-wrapper-content .page-body .container,
.left-menu-container, .product-page-container,
.home-page, .contact-page, .news-list-page {
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
}

/*End Technova Web Merger Prodct Page*/

/*
    Technova Web Merger CSS
.master-wrapper-content .container.full-width {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
*/


.page-body .breadcrumb {
    background: transparent;
    border: none;
    color: #777;
}

.about-breadcrumb .breadcrumb, .product-breadcrum .breadcrumb {
    background: transparent !important;
    color: #777;
    border: none;
}

.about-breadcrumb h2, .product-breadcrum h2 {
    color: #fff;
    border-bottom: solid 4px #ff0000;
    display: inline-block;
    margin: 0 0 -4px;
}

.about-breadcrumb, .product-breadcrum {
    background-image: url('../images/Banner04.jpg');
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #384045;
    background-size: cover;
}

ul.list.breadcrumb a {
    color: #CCC;
}

ul.list.breadcrumb .current-item {
    color: #f00;
}

/* mobile view port */
@media (min-width: 992px) {
    .dashboard-content ul li {
        width: 33.3%;
    }

    li:nth-child(1) .content-data, li:nth-child(3n+1) .content-data {
        border-left: 1px solid #ccc;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
        width:100%;
    }

    .search-box .ui-autocomplete {
        max-width: 230px;
    }
}

@media (max-width: 1260px) {
    /*.master-wrapper-content .container.full-width {
        padding: 0;
        width: 100%;
    }*/
    .left-menu-container, .home-page, 
    .contact-page, .news-list-page, .product-page-container {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .products-technova li {
        width: 33.33%;
    }
}

@media (max-width: 1020px) {
    .top-btn-section {
        text-align: left;
    }

    .store-search-box {
        width: 100%;
        margin: 0;
    }

    .header-tagline {
        font-size: 26px;
        top: 24%;
        left: initial;
        margin-top: 0;
        margin-left: 0;
        right: 15px;
    }

    .bill-to {
        margin-bottom: 0;
    }

        .bill-to hr {
            margin-bottom: 10px;
        }
}

@media (max-width: 992px) {
    .acive-sticky-header {
        margin-top: 0;
    }

    .mobile-icon i {
        color: white;
    }

    .mobile-icon.active {
        background-color: white;
    }

        .mobile-icon.active i {
            color: #d92231;
        }

    .sticky-header .top-btn-section, .acive-sticky-header .admin-header-links {
        display: block;
    }

    .sticky-header .top-btn-section {
        margin-top: 15px;
    }

    .top-header.sticky-header {
        border: none;
        position: static;
    }

    .header-logo {
        text-align: center;
    }

        .header-logo img, .sticky-header .header-logo img {
            position: static;
            width: 100% !important;
        }

    .header .header-lower, .sticky-header .header .header-lower {
        padding: 20px 0;
    }

    .sticky-header .header {
        margin-right: -15px;
        margin-left: -15px;
    }

    .mob-nav, .top-btn-section {
        width: 50%;
        display: inline-block;
        clear: none;
        float: right;
        position: relative;
    }

    .top-btn-section {
        padding-left: 15px;
        margin-top: 15px;
    }

    .header .header-lower .header-menu .menu-toggle {
        margin: 15px 0 0 0;
    }

    .footer-upper-section {
        display: block;
    }

    .imp-links, .connect-with-us {
        width: 100%;
        float: none;
        margin: 0 0 8px;
    }

        .imp-links > ul:after, .connect-with-us > ul:after {
            content: "";
            display: block;
            clear: both;
        }

    .dashboard-content ul li {
        width: 50%;
    }

    li:nth-child(odd) .content-data {
        border-left: 1px solid #ccc;
    }

    .clear-sm {
        clear: both;
    }

    .cart-product-img {
        text-align: center;
    }

        .cart-product-img img {
            float: none;
            margin: 0 0 15px;
        }

        .cart-product-img .product-name {
            display: block;
        }


    .slider-wrapper.theme-custom, .theme-custom .nivoSlider img {
        min-height: 250px;
    }

    .slider-text .heading-lg {
        font-size: 30px;
    }

    .slider-text .heading-md {
        font-size: 20px;
        margin: 5px 0;
    }

    .book-demo .btn, .slide-content .btn {
        font-size: 14px;
        padding: 8px 15px;
    }

    .slider-text .heading-sm {
        font-size: 14px;
    }

    .book-demo {
        top: 10px;
    }

        .book-demo p {
            font-size: 14px;
            margin: 0 15px 15px 0;
        }

    .slider-text {
        padding: 10px 20px 20px;
        margin: 0 15px 25px;
    }

    .pro-buy-btn {
        width: 200px;
    }

    .prod-name {
        margin-top: 40px;
    }

    #main-nav > li:not(:last-child) {
        display: none !important;
    }

    .header-links li:not(.my-account-link), .my-account-link > a:first-child {
        display: none !important;
    }

}

@media (max-width: 768px) {
    .about-technova {
        margin: 30px 0;
    }

    .specific-product ul li, .specific-product ul li:first-child, .specific-product ul li:last-child {
        width: 50%;
        padding: 10px 10px 10px 0;
    }

    .specific-product .heading {
        margin-bottom: 15px;
    }

    .products-technova > ul {
        position: relative;
        left: -4px;
    }

    .products-technova li:first-child, .products-technova li:nth-child(4) {
        padding-left: 7px;
    }

    .specific-product {
        padding: 25px 20px 25px;
    }

    .products-technova li {
        width: 50%;
    }

    .dashboard-content ul li {
        width: 100%;
    }

    li .content-data {
        border-left: 1px solid #ccc;
    }

    .bill-to hr {
        margin-bottom: 0;
    }

    .service-history-table table.dataTable {
        margin-top: 0;
    }

    .featured-box {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .product-filter-section label, .page > .page-title h3 {
        text-align: left;
        width: 100%;
    }

    .product-filter-section label {
        margin-bottom: 20px;
    }

    .product-filter {
        text-align: left;
        clear: both;
    }

    .input-form-style .date-of-birth select {
        margin-bottom: 5px;
    }

    .address-section, .order-list-page .order-item {
        width: 100%;
        min-height: initial;
    }

    .box-border-style > div {
        margin: 1% 0;
    }

    /*Start Technova Web Merger CSS - Product Page Left manu*/ 

    #main-nav.about-left-nav {
        width: 100%;
        overflow-x: auto;
        display: none;
    }

    #main-nav.about-left-nav li .sublist .sublist {
        display: flex;
    }

    #main-nav.about-left-nav li a:before {
        display: none;
    }

    #main-nav.about-left-nav li:hover > .sublist.first-level > li {
        min-height: 100%;
    }

    #main-nav.about-left-nav > li > .sublist {
        min-width: 100%;
        overflow-x: auto;
        padding: 15px 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    #main-nav.about-left-nav li .sublist .sublist a:hover {
        background: transparent !important;
        border-radius: 0;
        border-bottom: solid 2px #d92231;
        border-top: none;
        border-left: none;
        border-right: none;
        color: #d92231;
        padding-bottom: 10px;
    }

    .about-breadcrumb, .product-breadcrum {
        background-size: auto;
    }

    .mob-nav .menu-toggle .fa-sort {
        margin-top: 2px;
    }
}

/*End Technova Web Merger CSS - Product Page Left manu*/ 

@media (max-width: 620px) {
    .header-logo {
        text-align: center;
    }

    .header-tagline {
        font-size: 25px;
        text-align: center;
        position: static;
        margin-top: 25px;
    }

    .list-style li {
        width: 50%;
    }

    .imp-links ul li {
        width: 50%;
    }

    .product-filter > div {
        margin-bottom: 10px;
    }

    .mob-nav, .top-btn-section {
        width: 100%;
        padding-left: 0;
    }

    .slider-text .heading-lg {
        font-size: 20px;
    }

    .slider-text .heading-md {
        font-size: 16px;
    }

    .book-demo {
        display: none;
    }

    .slider-wrapper.theme-custom, .theme-custom .nivoSlider img {
        min-height: 200px;
    }

    .featured-box {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header-tagline {
        font-size: 20px;
        margin-top: 18px;
        letter-spacing: 1px;
    }

    .inner-slide img {
        min-height: 150px;
    }

    .store-search-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .header .header-lower .header-menu .menu-toggle {
        margin: 0;
    }

    .products-technova li .pro-heading {
        min-height: 55px;
    }

    .products-technova > ul {
        left: 0;
    }

    .products-technova li, .products-technova li:first-child, .products-technova li:nth-child(4) {
        width: 100%;
        padding: 0;
    }

    .specific-product {
        padding: 25px 0;
    }

        .specific-product ul li, .specific-product ul li:first-child, .specific-product ul li:last-child {
            width: 100%;
            padding: 10px 0 5px;
        }

            .specific-product ul li:last-child {
                margin-top: 10px;
            }

                .specific-product ul li:last-child label {
                    display: none;
                }

    .imp-links {
        padding: 15px 20px 5px;
    }

        .imp-links ul li {
            width: 100%;
            min-height: initial;
            margin-bottom: 15px;
        }

    .connect-with-us {
        padding: 20px;
    }

    .list-style li, .col-xxs-12 {
        width: 100%;
    }

    .product-spec-filter {
        margin-top: 25px;
    }

    .sub-category-item .picture {
        height: auto;
    }
}

@media (max-width: 414px) {

    .mobile-fixed {
        width: 100%;
        max-width: 100%;
        position: fixed;
        z-index: 4;
    }
}


@media (max-width: 420px) {
    .button, input[type="button"], button, .button-sm, .product-details-page .overview-buttons > div {
        width: 100%;
    }

    #cancleOrderPriview {
        width: 100%;
        margin-bottom: 5px;
    }

    #importexcel-window {
        padding-right: 0px !important;
    }

    .close span {
        float: right;
    }

    #main-nav .header-links li a {
        padding: 5px 15px !important;
    }

    .input {
        -webkit-autofill: hover;
    }

    .input-form-style .date-of-birth select {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .bar-notification {
        background: #d92231;
        color: #fff;
        z-index: 10;
        margin: 0;
        max-width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 40%;
    }

    .dob-flex, .coupon-code {
        display: block;
    }

    .cart .widget-box .coupon-code input[type='text'] {
        width: 100%;
        margin-bottom: 15px;
    }

    .cart .widget-box .coupon-code input[type='submit'] {
        width: 100%;
    }

    .address-section {
        max-height: initial;
    }

    .slider-wrapper.theme-custom, .theme-custom .nivoSlider img {
        min-height: 160px;
    }

    .slide-content {
        bottom: 10px;
        width: 100%;
    }

    .slider-text {
        padding: 10px;
        margin: 10px;
    }

    .book-demo .btn, .slide-content .btn {
        font-size: 12px;
        padding: 4px 10px;
    }

    .theme-custom .nivo-controlNav {
        bottom: 13px;
    }

    .slider-text .heading-lg {
        font-size: 16px;
    }

    .mylogo {
        margin-top: 40px;
    }

    .admin-header-links + .top-header .header-lower .mylogo {
        margin-top: 80px;
    }

    #customer-navigation .title {
        background: white;
        color: #d92231;
    }

    #customer-navigation .mynavigation {
        background: gray;
    }

    #customer-navigation .mylist {
        background: #d92231;
    }

        #customer-navigation .mylist li {
            border-bottom: 1px solid white;
        }

    #customer-navigation .myaccount {
        background: #d92231;
        color: white;
    }

    .mobile-icon.active {
        background-color: white;
    }

        .mobile-icon.active i {
            color: #d92231;
        }

    .mobile-icon i {
        color: white;
    }

    .pro-buy-btn {
        width: 100%;
    }

    .mobile-fixed {
        width: 100%;
        max-width: 100%;
        position: fixed;
        z-index: 4;
        margin-top: 0px;
    }

    .admin-header-links + .top-header .mobile-fixed {
        margin-top: 40px;
    }

    .myheader {
        position: fixed;
        z-index: 5;
        width: 100%;
    }

    .remove-top-margin {
        margin-top: 0 !important;
    }

    .mobile-icon-popup {
        top: 40px;
    }

    .admin-header-links + .top-header .mobile-icon-popup {
        top: 80px;
    }

    .remove-top-margin + .header-lower .mylogo {
        margin-top: 40px;
    }

    .remove-top-margin + .header-lower .mobile-icon-popup {
        top: 40px;
    }
}

@media (max-width: 360px) {
    .header-tagline {
        font-size: 16px;
        margin-top: 18px;
        letter-spacing: 1px;
    }

    .product-filter > div {
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
    }

        .product-filter > div span {
            display: inline-block;
            width: 60px;
        }

    .book-demo .btn, .slide-content .btn {
        font-size: 13px;
        padding: 6px 12px;
    }

    .tech-navigator li, .theme-custom .nivo-controlNav a {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }

    .theme-custom .nivo-controlNav {
        margin-left: -40px;
    }

    .mobile-fixed {
        width: 100%;
        max-width: 100%;
        position: fixed;
        z-index: 4;
    }

    .myheader {
        width: 100%;
        position: fixed;
        z-index: 5;
    }

    .input {
        -webkit-autofill: focus;
    }
}

.input {
    -webkit-autofill: focus;
}

    .input[type='button'], input[type='submit'], select[type='button'], select[type='submit'], button[type='button'], button[type='submit'], textarea[type='button'], textarea[type='submit']:active {
        margin: 0px;
    }

.mfp-arrow:active {
    margin-top: 0px;
}

.overlay {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 998;
}

.blank-out {
    background-color: black;
    display: none;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 6;
    top: 0;
    left: 0;
}

[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
}

    [data-tooltip]:before {
        content: attr(data-tooltip);
        display: none;
        position: absolute;
        background: #000;
        color: #fff;
        padding: 4px 8px;
        font-size: 14px;
        line-height: 1.4;
        min-width: 100px;
        text-align: center;
        border-radius: 4px;
    }
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}

[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}

[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}

[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}

[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}

[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}

[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}

[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}

.disablebtn {
    background-color: gray !important;
}

.myarrow {
    width: 0;
    height: 50px;
}


.myinfo-mobile-seprator {
    border-top: dashed 1px #bbb;
    padding-top: 20px;
}

.myinfo-mobile-tabs-title {
    color: #000 !important;
    font-size: 16px !important;
}

.OTP-Message {
    text-transform: capitalize;
}

#importexcel-window #downloadTemplate{
    color:white;
}


 .top-menu.hidden-xs .modal-dialog{
       display:block!important;
   }



/*New Css added by Prasad D. Sawant on 24th May 2018 for incorporating the '+' and '-' icons on the number input fields */

    .grid-td-padding {
      position: relative !important;
    }

    .col-right{
      position: relative !important;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button
    {
      -webkit-appearance: none;
      margin: 0;
    }

    input[type=number]
    {
      -moz-appearance: textfield;
      text-align:left !important;
      padding-left: 5px !important;
    }

    .grid-td-padding input {
      min-width: 45px;
      min-height: 42px;
      line-height: 1.65;
      float: left !important;
      display: block;
      padding: 0;
      margin: 0;
      padding-left: 5px;
      border: 1px solid #eee;
    }

    .grid-td-padding input:focus {
      outline: 0;
    }

    .col-right input {
      min-width: 45px;
      min-height: 42px;
      line-height: 1.65;
      float: left !important;
      display: block;
      padding: 0;
      margin: 0;
      padding-left: 5px;
      border: 1px solid #eee;
    }

    .col-right input:focus {
      outline: 0;
    }

    .quantity-nav {
      float: left;
      position: relative;
      height: 42px;
    }

    .quantity-button {
      position: relative;
      cursor: pointer;
      border-left: 1px solid #eee;
      width: 20px;
      text-align: center;
      color: #333;
      font-size: 13px;
      font-family: "Trebuchet MS", Helvetica, sans-serif !important;
      line-height: 1.7;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
    }

    .quantity-button.quantity-up {
      position: absolute;
      height: 50%;
      top: 0;
      border-bottom: 1px solid #eee;
    }

    .quantity-button.quantity-down {
      position: absolute;
      bottom: -1px;
      height: 50%;
    }
/*New Css added by Prasad D. Sawant on 24th May 2018 for incorporating the '+' and '-' icons on the number input fields */
    .notfound{
        display: none;
    }

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
   
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
   
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.content-data a{
    color:saddlebrown;
    cursor:pointer;
}
.content-data a:hover{
    color:orangered;
    cursor:pointer;
    text-decoration: underline;
}


.bill-to-location {
    background: #fff;
    /*width: 100%;*/
    margin: 10px 0;
   position: absolute;
    left: 400px;
    top: 4px;
    z-index: 5;
    padding: 10px 20px 20px;
    border: dashed #d92231 1px;
    /*display: none;*/
}

    .bill-to-location label {
       /*width: 20%;
        float: left;
        margin-top: 15px;*/ 
    }

    .bill-to-location select {
        /*width: 80%;*/
        margin-top: 10px;
    }

    .bill-to-location hr {
        margin-bottom: 0;
    }


/*! jQuery UI - v1.10.3 - 2013-12-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0; /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}

  .ui-button,
  .ui-button:link,
  .ui-button:visited,
  .ui-button:hover,
  .ui-button:active {
    text-decoration: none;
  }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
  }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
  }

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
  }

  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
  }

  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
  }

  .ui-datepicker .ui-datepicker-next {
    right: 2px;
  }

  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
  }

  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
  }

  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
  }

  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
  }

    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0;
    }

  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
  }

  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 49%;
  }

  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
  }

  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
  }

  .ui-datepicker td {
    border: 0;
    padding: 1px;
  }

    .ui-datepicker td span,
    .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none;
    }

  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible;
    }

      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left;
      }

  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
  }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left;
    }

      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
      .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
      }

  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
  }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

  .ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
  }

  .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
  }

  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
  }

  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
  }

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right;
    }

    .ui-dialog .ui-dialog-buttonpane button {
      margin: .5em .4em .5em 0;
      cursor: pointer;
    }

  .ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
  }

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

  .ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
  }

  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  }

  .ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
  }

  .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
  }

    .ui-menu .ui-menu-item a.ui-state-focus,
    .ui-menu .ui-menu-item a.ui-state-active {
      font-weight: normal;
      margin: -1px;
    }

  .ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
  }

    .ui-menu .ui-state-disabled a {
      cursor: default;
    }

/* icon support */
.ui-menu-icons {
  position: relative;
}

  .ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
  }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
  }

  .ui-progressbar .ui-progressbar-overlay {
    background: url("images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
  }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-slider {
  position: relative;
  text-align: left;
}

  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
  }

  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
  }

  /* For IE8 - See #6727 */
  .ui-slider.ui-state-disabled .ui-slider-handle,
  .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
  }

.ui-slider-horizontal {
  height: .8em;
}

  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
  }

  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }

  .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
  }

  .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
  }

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
  }

  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
  }

  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
  }

  .ui-slider-vertical .ui-slider-range-max {
    top: 0;
  }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
  }

    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 0;
      margin: 1px .2em 0 0;
      border-bottom-width: 0;
      padding: 0;
      white-space: nowrap;
    }

      .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: .5em 1em;
        text-decoration: none;
      }

      .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        margin-bottom: -1px;
        padding-bottom: 1px;
      }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
        .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
        .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
          cursor: text;
        }

      .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
      .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
        cursor: pointer;
      }

  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
  }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

  .ui-widget .ui-widget {
    font-size: 1em;
  }

  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
  }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

  .ui-widget-content a {
    color: #222222;
  }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

  .ui-widget-header a {
    color: #222222;
  }

  /* Interaction states
----------------------------------*/
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
  }

    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
      color: #555555;
      text-decoration: none;
    }

  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover,
  .ui-state-focus,
  .ui-widget-content .ui-state-focus,
  .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
  }

    .ui-state-hover a,
    .ui-state-hover a:hover,
    .ui-state-hover a:link,
    .ui-state-hover a:visited {
      color: #212121;
      text-decoration: none;
    }

  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
  }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
      color: #212121;
      text-decoration: none;
    }

  /* Interaction Cues
----------------------------------*/
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(../images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
  }

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
      color: #363636;
    }

  .ui-state-error,
  .ui-widget-content .ui-state-error,
  .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
  }

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
      color: #cd0a0a;
    }

  .ui-state-error-text,
  .ui-widget-content .ui-state-error-text,
  .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
  }

  .ui-priority-primary,
  .ui-widget-content .ui-priority-primary,
  .ui-widget-header .ui-priority-primary {
    font-weight: bold;
  }

  .ui-priority-secondary,
  .ui-widget-content .ui-priority-secondary,
  .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
  }

  .ui-state-disabled,
  .ui-widget-content .ui-state-disabled,
  .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
  }

    .ui-state-disabled .ui-icon {
      filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
    }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
