/* Minification failed. Returning unminified contents.
(256,1): run-time error CSS1019: Unexpected token, found '}'
(1216,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1217,10): run-time error CSS1035: Expected colon, found '{'
 */
@font-face {
    font-family: HelveticaNeueLT-Thin;
    src: url('/fonts/HelveticaNeueLTStd-Th.otf')
}

@font-face {
    font-family: Helvetica Neue Light;
    src: url('/fonts/HelveticaNeueLTStd-Lt-0.otf')
}

@font-face {
    font-family: Helvetica Neue;
    src: url('/fonts/HelveticaNeueLTStd-Bd0.otf')
}

@media (max-width: 500px) {
    .navbar-collapse {
        width: 70% !important;
    }
}

@media(max-width:991px) {
    .navbar-collapse {
        width: 60% !important;
    }
}

@media(max-width: 991px) and (min-width: 769px) {
    .navbar-collapse {
        width: 40% !important;
    }
}

.shop-list {
    font-size: 11px;
    margin: 0;
}

.shop-radio {
    margin: 1px 0 0 -20px !important;
}

.shop-list-heading {
    font-weight: bold;
    color: #0071bd;
    margin-bottom: 2px;
    font-size: 12px;
}

.shop-list-notification {
    font-size: 12px;
}

.product-badge {
    float: right;
    margin-right: 5px;
    font-size: 10px;
    background-color: #0071bd;
}

.products-label {
    max-width: 75%;
}

.design-tool-label {
    max-width: 65%;
}

.products-filter {
    max-width: 95%;
}

/***************/


.products-row {
    margin-left: -10px;
    margin-right: -10px;
}

.placeholder-box {
    height: 220px;
    width: 220px;
    background-color: #f88e1e;
}

.image-box {
    height: 220px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-box {
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.image-box-at {
    height: 220px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-img-shop {
    max-height: 220px;
    max-width: 220px;
}


@media(min-width: 992px) {
    .shop-mobile-nav {
        position: relative;
        min-height: 100%;
        height: auto;
        width: 100%;
    }
}

@media(max-width: 991px) {
    .container > .navbar-header, .container-fluid > .navbar-header,
    .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        z-index: 4;
    }

    .shop-mobile-nav {
        min-height: 100vh;
        height: initial;
        width: 50% !important;
    }

    .navbar-nav {
        /*        background-color: #F2F2F2;*/
        margin: 0;
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: solid 1px #eee;
        color: #0071be;
    }

    .navbar-collapse {
        left: 0;
        padding: 0;
        border-top-width: 0;
        top: 0;
        margin: 0 !important;
        position: fixed !important;
        z-index: 2;
        overflow-x: hidden;
        height: 100vh;
        width: 50%;
    }

    .nm-menu {
        height: 100vh;
        overflow-y: auto;
    }

    .shadeBG-animate-opacity {
        animation: opac 0.8s;
    }

    .leftNav-animate-left {
        animation: animateleft 0.4s;
    }

    .shadeBG-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 4;
    }

    .search-animate-right {
        animation: animateright 0.4s;
    }

    @keyframes animateleft {
        from {
            left: -300px;
            opacity: 0;
        }

        to {
            left: 0;
            opacity: 1;
        }
    }

    @keyframes animateright {
        from {
            left: 100vw;
        }

        to {
            left: 0;
        }
    }

    @keyframes opac {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: solid 1px #eee;
        color: #0071be;
    }

    .navbar-collapse {
        left: 0;
        padding: 0;
        border-top-width: 0;
        top: 0;
        margin: 0 !important;
        position: fixed !important;
        z-index: 4;
        overflow-x: hidden;
        height: 100vh;
        width: 50%;
    }

    .left-menu {
        width: 0;
        background-color: transparent;
        display: none;
    }

    .shop-mobile-nav {
        height: 100vh;
    }
}

@media(min-width:768px) {
    .cell-box:nth-child(3n+1) {
        clear: both;
    }
}

@media(max-width: 987px) {
    .navbar-nav > li {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .cell-box:nth-child(2n+1) {
        clear: both;
    }

    .left-menu {
        display: none;
    }

    .shop-mobile-nav {
        height: 100vh;
    }

    .shop-mobile-nav {
        width: 70%;
    }
}

@media(max-width: 500px) {
    .cell-box:nth-child(n+1) {
        clear: both;
        width: 100%;
        text-align: center;
    }

    .image-box {
        margin: auto;
    }

    .navbar-collapse {
        width: 75% !important;
    }

    .shop-mobile-nav {
        height: 100vh;
    }

    .shop-mobile-nav {
        width: 70% !important;
    }
}

/***************/

.embed-drawing-padding {
    padding-bottom: 84%;
}

.center-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-area-expand {
    resize: vertical;
}

.no-padding {
    padding: 0;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-auto {
    margin: auto;
}

.dont-show {
    display: none;
}

.quick-part-img {
    max-width: 225px;
}
/******/
.quick-view-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0071be;
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/******/
.quick-view-overlay-family {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0071be;
    position: absolute;
    z-index: 1;
    opacity: 0;
}
/****/
.quick-view-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    color: #fff;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    width: 172px;
    opacity: 0;
    z-index: 1;
    border-radius: 3px;
}

.quick-view-btn-family {
    width: 190px;
}

.quick-view-btn-line {
    max-width: 320px;
    width: 100%;
}

.quick-view-btn:hover {
    color: #0071be;
    border-color: #FFF;
    cursor: pointer;
    background: #FFF;
    opacity: .9 !important;
    cursor: pointer;
}


.product-container:Hover .quick-view-overlay {
    opacity: .7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.product-container:Hover .quick-view-overlay-family {
    opacity: .6;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.product-container:Hover .quick-view-btn {
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


div.product-container.flip-10 {
    -webkit-transform: rotateY( -10deg );
    -moz-transform: rotateY( -10deg );
    -o-transform: rotateY( -10deg );
    transform: rotateY( -10deg );
    transition: 50ms ease-out;
}

div.product-container.flip90 {
    -webkit-transform: rotateY( 90deg );
    -moz-transform: rotateY( 90deg );
    -o-transform: rotateY( 90deg );
    transform: rotateY( 90deg );
    transition: 100ms ease-in;
}

div.product-container.flip190 {
    -webkit-transform: rotateY( 190deg );
    -moz-transform: rotateY( 190deg );
    -o-transform: rotateY( 190deg );
    transform: rotateY( 190deg );
    transition: 100ms ease-out;
}

div.product-container.flip180 {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    transition: 150ms ease-out;
}

.flip-back {
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    color: #FFF;
}

.flip-back-purchased {
    position: absolute;
    top: 2px;
    right: 5px;
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    color: #FFF;
}

.cx, .cy {
    background: #FFF;
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.flip-back:hover .cx, .flip-back:hover .cy {
    background: #979ca7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.flip-back-purchased:hover .cx, .flip-back-purchased:hover .cy {
    background: #979ca7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.cx.s1, .cy.s1 {
    right: 0;
    width: 20px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s2 {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s3 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s1 {
    right: 0;
    width: 20px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s2 {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s3 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.shadow {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
}

.product-front, .product-back {
    background: #fff;
    left: -5px;
    top: -5px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.product-back {
    display: none;
    transform: rotateY( 180deg );
}

.product-card.animate .product-back, .product-card.animate .product-front {
    top: 0;
    left: 0;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.product-card {
    width: 325px;
    height: 490px;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

.product-info-quick {
    min-height: calc(100% - 50px);
    cursor: pointer;
}

.quick-view-spacer {
    height: 20px;
}

.carousel-container {
    overflow: hidden;
    position: relative;
}

    .carousel-container ul {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }

    .carousel-container li {
        float: left;
        overflow: hidden;
        list-style: none;
        height: 100%;
    }

.arrows-perspective {
    height: 55px;
    position: absolute;
    top: 90px;
    transform-style: preserve-3d;
    transition: transform 5s;
    perspective: 335px;
}

.carouselPrev, .carouselNext {
    width: 25px;
    height: 55px;
    background: #ccc;
    position: absolute;
    top: 0;
    transition: all 200ms ease-out;
    opacity: 0.9;
    cursor: pointer;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

/*    .carouselPrev:Hover, .carouselNext:Hover {*/
/*        background: #0071be !important;*/
/*    }*/

.carouselNext {
    top: 0;
    right: -26px;
    -webkit-transform: rotateY( -117deg );
    -moz-transform: rotateY( -117deg );
    -o-transform: rotateY( -117deg );
    transform: rotateY( -117deg );
    transition: all 200ms ease-out;
}

    .carouselNext.visible {
        right: 0;
        opacity: 0.8;
        background: #d4cfc9;
        -webkit-transform: rotateY( 0deg );
        -moz-transform: rotateY( 0deg );
        -o-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
        transition: all 200ms ease-out;
    }

.carouselPrev {
    left: -26px;
    top: 0;
    -webkit-transform: rotateY( 117deg );
    -moz-transform: rotateY( 117deg );
    -o-transform: rotateY( 117deg );
    transform: rotateY( 117deg );
    transition: all 200ms ease-out;
}

    .carouselPrev.visible {
        left: 0;
        opacity: 0.8;
        background: #d4cfc9;
        -webkit-transform: rotateY( 0deg );
        -moz-transform: rotateY( 0deg );
        -o-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
        transition: all 200ms ease-out;
    }

.carousel-container .x, .carousel-container .y {
    height: 2px;
    width: 15px;
    background: #0071be;
    position: absolute;
    top: 31px;
    left: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel-container .x {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 21px;
}

.carousel-container .carouselNext .x {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel-container .carouselNext .y {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.shop-card-height {
    height: calc(100% - 50px);
}

.image-box-quick {
    height: 200px;
    width: 200px;
}

.quick-view-image {
    max-height: 200px;
    max-width: 200px;
}

.space-between-btn {
    text-align: justify;
    height: 50px;
}

    .space-between-btn:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

hr {
    border-top: 1px solid #d4cfc9;
}

.quick-view-label {
    background-color: #d4cfc9;
    color: #0071be;
    position: absolute;
    height: 40px;
    width: 130px;
    line-height: 40px;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-45deg) translate(-32px, -15px);
    transform: rotate(-45deg) translate(-32px, -15px);
    font-size: 14px;
    font-weight: 400;
}

.purchased-together-label {
    background-color: #ce6b45;
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
    color: #FFF;
    height: 40px;
    width: 100%;
    line-height: 40px;
    top: 0;
    font-weight: 400;
}

.quick-view-top {
    background-color: #0071be;
    color: #FFF;
    overflow: hidden;
    padding: 25px 20px 25px 20px;
    position: relative;
}

.quick-view-top-at {
    background-color: #0071be;
    color: #FFF;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    position: relative;
}

.quick-view-bottom {
    position: relative;
    padding: 25px 20px 0 20px;
    color: #0071be;
}

.white-divider {
    border-top: 1px solid #FFF;
    margin-top: 0;
    margin-bottom: 10px;
}

.card-top-pricing {
    font-size: 18px;
}

.card-top-description {
    font-size: 12px;
}

.circle-details {
    border-radius: 50%;
    background-color: #0071be;
    color: #FFF;
    position: absolute;
    left: 50%;
    top: -25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 3px solid #FFF;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    line-height: 1.5;
    font-size: 22px;
}

.glyphicons-article {
    line-height: 1.5;
}

.quick-part-number {
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 1px;
}

.card {
    background: #FFF none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: none;
        color: #666;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #0071BE !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #0071BE;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 0 20px;
}

.clear-text {
    color: transparent;
}

.nav-tabs.nav-tabs-card > .active > a,
.nav-tabs.nav-tabs-card > .active > a:focus,
.nav-tabs.nav-tabs-card > .active > a:hover {
    border: none;
}

@media(max-width:991px) {
    .nav-tabs.nav-tabs-card > .active > a,
    .nav-tabs.nav-tabs-card > .active > a:focus,
    .nav-tabs.nav-tabs-card > .active > a:hover {
        margin-bottom: 0;
    }

    .nav-tabs-card > li.active {
        background-color: #CCC !important;
    }

        .nav-tabs-card > li.active > a {
            background-color: #CCC !important;
            border: none !important;
        }

    .nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-tabs > .active > a,
    .nav-tabs > .active > a:focus,
    .nav-tabs > .active > a:hover {
        margin-bottom: 0;
    }

    .nav-tabs > li.active {
        background-color: #CCC !important;
    }

        .nav-tabs > li.active > a {
            background-color: #CCC !important;
            border: none !important;
        }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.position-relative {
    position: relative;
}

.left-nav-pad {
    padding: 0 2px !important;
}

.at-box {
    padding: 10px;
}

    .at-box:nth-child(2n+1) {
        clear: both;
    }

.flex-center-btn-at {
    height: 100%;
}

.alert-card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    margin-bottom: 20px;
}

.card > .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control-filter {
    padding: 4px 4px;
    height: 30px;
}

    .form-control-filter > .dropdown-toggle {
        padding: 4px 4px;
        height: 30px;
    }

.filter-columns {
    padding: 0 5px;
}

.product-header {
    background-color: #0071be;
    color: #FFF;
}

.attribute-cell {
    vertical-align: middle !important;
    width: 90px;
    padding: 2px 0 2px 5px !important;
}

.attribute-cell-hs {
    vertical-align: middle !important;
    width: 90px;
    padding: 5px !important;
}

.value-cell {
    vertical-align: middle !important;
    width: 130px;
    padding: 2px 5px 2px 0 !important;
}

.value-cell-hs {
    vertical-align: middle !important;
    width: 130px;
    padding: 5px !important;
}

.slide-holder {
    position: relative;
    overflow: hidden;
}


.slide-in:hover {
    padding-right: 40px;
}

.slide-in {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #ef8f2b;
    padding: 6px 25px 6px 20px;
    font-size: 16px;
    color: #FFF;
    line-height: 39px;
    position: absolute;
    font-family: "HelveticaNeueLT-Thin", "Helvetica Neue Light", "Helvetica Neue";
    letter-spacing: 1px;
    transform: skew(-24deg);
    right: -25px;
    transition: 300ms ease all;
}

@media(min-width:768px) {
    .img-banner {
        display: none;
    }
}

@media(min-width: 1050px) {
    .slide-in-1 {
        top: 50px;
    }

    .slide-in-2 {
        top: 106px;
    }

    .slide-in-3 {
        top: 164px;
    }

    .img-banner-bottom {
        font-size: 26px;
    }
}

@media(max-width: 1050px) {
    .slide-in-1 {
        top: 35px;
    }

    .slide-in-2 {
        top: 91px;
    }

    .slide-in-3 {
        top: 149px;
    }

    .img-banner-bottom {
        font-size: 26px;
    }
}

@media(max-width:992px) {
    .slide-in {
        font-size: 14px;
    }

    .img-banner-bottom {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .slide-in {
        display: none;
    }

    .img-banner {
        display: block;
    }

    .img-banner-bottom {
        font-size: 22px;
    }
}

@media(max-width:600px) {
    .store-brand-text {
        font-size: 24px;
    }

    .store-img-description {
        display: none;
    }
}

@media(max-width:500px) {
    .img-banner {
        display: none;
    }
}

.img-banner {
    position: absolute;
    color: #FFF;
    font-family: "HelveticaNeueLT-Thin", "Helvetica Neue Light", "Helvetica Neue";
    font-size: 16px;
    text-align: center;
    width: 100%;
    top: 20px;
    background-color: #f88e1e;
    padding: 5px;
    letter-spacing: 1px;
}

.img-banner-bottom {
    text-align: left;
    position: absolute;
    bottom: 24px;
    left: 20px;
    color: #FFF;
    letter-spacing: 1px;
    font-family: "HelveticaNeueLT-Thin", "Helvetica Neue Light", "Helvetica Neue";
    width: 100%;
}

.slide-in-1 {
    padding-left: 30px;
    animation: slide-in-right 1.3s;
}

.slide-in-2 {
    padding-left: 14px;
    animation: slide-in-right 1.6s;
}

.slide-in-3 {
    padding-left: 14px;
    animation: slide-in-right 2s;
}

.reverse-skew {
    transform: skew(24deg);
}

@keyframes slide-in-right {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: -25px;
        opacity: 1;
    }
}

.nm-home-grey {
    background-color: #F5F5F5;
}

.heroshop-img {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
}

.card-table {
    margin: 0 0 10px 0;
}

.card-table-row > td.attribute-cell {
    padding-right: 20px !important;
    text-align: right;
    border: none;
    color: #cc4700;
}

.card-table-row > td.value-cell {
    border: none;
}

/** CDS 3d Model Styling **/
canvas#inset {
    position: absolute;
    bottom: 50px;
    left: 10px;
}

#cds-icon-container {
    margin: 4px 4px 0;
    z-index: 99;
}

    #cds-icon-container img {
        cursor: pointer;
        height: 24px;
        margin-left: 2px;
    }

span.ui-dialog-title {
    color: #ce5b25;
    font-size: 25px;
    font-weight: 500;
    float: none;
    font-family: "HelveticaNeueLT-Thin", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cds-cad-viewer-container .cds-cad-viewer-loading-icon {
    background: #fff;
    border-radius: 5px;
    display: block;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.cds-cad-viewer-container .cds-cad-viewer-loading-icon-image {
    margin: 2px 3px 0;
    padding: 0;
    border: 0;
}

/** CDS Download Modal Styling **/

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 0;
    width: 500px !important;
    /* height: 175px !important; */
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    background: #FFF;
    border-radius: 6px 6px 0 0;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.8);
    opacity: .6;
}

#cds-cad-request-dialog table {
    margin-top: 15px;
    width: 100%;
}

div#cds-cad-request-dialog {
    font-family: Helvetica, Arial, sans-serif;
}

button.ui-dialog-titlebar-close::after {
    content: "x";
    font-family: Helvetica, Arial, sans-serif;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .3;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle .ui-dialog-titlebar-close {
    position: absolute;
    right: .5em;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    top: 1em;
    background: none;
    border: none;
}

span.ui-dialog-title {
    color: #ce5b25;
    font-size: 25px;
    font-weight: 500;
    float: none;
    font-family: "HelveticaNeueLT-Thin", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-widget-overlay.ui-front {
    background: rgba(0,0,0);
    opacity: .5;
}

button.ui-dialog-titlebar-close:focus {
    outline: none;
}

div#cds-cad-request-dialog {
    font-family: Helvetica, Arial, sans-serif;
}

@media(max-width:768px) {
    .rectanglesingle {
        font-size: 36px;
    }
}
.cta-submit {
    margin: 30px 5px;
}

.card-design {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.form-group-design label {
    padding-left: 0;
    padding-right: 5px;
    font-weight: normal;
}

.form-group-design > div {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
}

.design-val-col {
    text-align: right;
}

.nm-thin-padding > div {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .design-val-col {
        text-align: left;
    }

    .flex-design {
        display: flex;
    }

    span.badge-design {
        margin-top: 0;
        margin-bottom: 5px;
        padding: 4px 6px;
        background-color: #5e4776;
        width: 21px;
    }


}



html .k-upload {
    position: initial;
}

.k-button {
    padding: 7px 10px;
    text-transform: initial;
}

    .k-widget .k-button.k-state-active, .k-widget .k-button:active,
    .k-button.k-state-focused, .k-button:focus {
        color: #0071be;
        background-color: white;
        border: 1px solid #0071be;
    }

.img-design {
    margin: 10px auto;
}

.design-label-deg {
    text-align: left;
    padding-top: 7px;
    padding-left: 0;
}

textarea {
    resize: vertical;
}

@media (min-width: 768px) {
    label.badge-label-design {
        margin-right: 21px;
        margin-left: -19px;
        padding-left: 18px;
    }

    span.badge-design {
        float: left;
        margin-left: -21px;
        margin-top: 7px;
        padding: 4px 6px;
        background-color: #5e4776;
        width: 21px;
    }

    .visualShaftMakerNote {
        float: right;
    }
}



div.flex-design {
    padding-left: 0;
}

/*.modcath-design > div > label {*/
/*    font-weight: bold;*/
/*}*/
.modcath-design {
    margin-bottom: 10px
}

    .modcath-design > div > span:not(.badge) {
        padding-left: 10px;
    }

    .modcath-design > div:not(.flex-design) {
        padding-top: 6px;
    }

.parameter-hint {
    display: flex;
    align-items: center;
    color: forestgreen;
    font-size: small;
}

.k-numerictextbox .k-formatted-value[readonly],
.k-numerictextbox .k-state-focused .k-input[readonly] {
    background-color: #eee;
}

.design-step-tabs {
    background-color: #f5f5f5;
}

    .design-step-tabs > li {
        border-radius: 0;
    }

@media (min-width: 768px) {
    .design-step-tabs.design-modcath > li {
        width: 33.33%;
    }

    .design-step-tabs > li {
        width: 25%;
    }
}

.design-step-tabs.nm-tabs > li > a {
    text-align: center;
    color: #666;
    font-size: 16px;
    padding: 15px;
    border-radius: 0;
    white-space: nowrap;
}

.design-step-tabs > li:not(:last-child) {
    border-right: 1px solid #ddd !important;
}

.design-step-tabs > li > a > .badge {
    position: absolute;
    left: 47%;
    top: 41px;
    z-index: 1;
    background-color: #dddddd;
    color: #666;
    padding: 5px 8px;
    border-radius: 20px;
}

    .design-step-tabs > li > a > .badge > .glyphicon {
        font-weight: bold;
        font-size: 9px;
        padding: 3px 0px;
        top: 0px;
    }

.design-step-tabs > li.disabled,
.design-step-tabs > li.disabled:hover {
    background-color: #999;
    color: white !important;
    border-bottom: 1px solid #666;
    opacity: 0.5;
}

    .design-step-tabs > li.disabled > a,
    .design-step-tabs > li.disabled:hover > a {
        background-color: #999;
        color: white !important;
        opacity: 0.7;
    }

        .design-step-tabs > li.disabled > a > .badge,
        .design-step-tabs > li.disabled:hover > a > .badge {
            background-color: #666;
            color: white !important;
        }

.design-step-tabs > li.active > a > .badge {
    background-color: #0071BE;
    color: white;
}

.design-step-tabs > li:hover > a > .badge {
    background-color: #0071BE;
    color: white;
}

.design-step-tabs > li.active > a {
    padding-bottom: 16px;
}

.design-step-tabs > li:hover > a {
    padding-bottom: 16px;
}

.btn-sbc {
    margin: 0 10px;
    font-size: 14px !important;
}

.design-cb {
    width: 16px;
    height: 16px;
    margin: 9px 0 10px 5px !important;
}

.modcath-grid-item {
    width: 100%;
    height: 100%;
}

    .modcath-grid-item > button {
        width: 100%;
        height: 100%;
    }

.modcath-2 {
    background-color: #0071be;
    border: 3px solid white !important;
}

    .modcath-2:hover {
        background-color: #005087;
    }

.modcath-4 {
    background-color: #7ab5dd;
    border: 3px solid white !important;
}

    .modcath-4:hover {
        background-color: #5e8baa;
    }

.modcath-na {
    background-color: #939598;
    border: 3px solid white !important;
}

.modcath-un {
    border: 3px solid white !important;
    background-color: #f5f5f5;
}

.modcath-tooltip + .tooltip > .tooltip-inner {
    background-color: #424242;
    line-height: 1.7;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    border-radius: 0;
    box-shadow: 3px 4px 7px rgba(0,0,0,0.3);
}

.modcath-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #4c5153;
}

.modcath-tooltip + .tooltip {
    margin-top: 0px;
}

span.badge-modcath {
    margin-left: 5px;
    margin-top: -3px;
    padding: 4px 6px;
    background-color: #5e4776;
    width: 20px;
}


.table.modcath > tbody > tr > td,
.table.modcath > tbody > tr > th,
.table.modcath > tfoot > tr > td,
.table.modcath > tfoot > tr > th,
.table.modcath > thead > tr > td,
.table.modcath > thead > tr > th {
    border: 0;
    padding: 0;
    height: 25px;
}

.modcath-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .modcath-flex > p {
        transform: rotate(270deg);
        margin: 0 -26px -162px -15px;
        width: 15px;
        white-space: nowrap;
    }

.modcath-legend-label {
    white-space: nowrap;
    padding-top: 4px !important;
    color: #666;
}

.modcathHPOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-Index: 1000000;
    background-color: #dddddd;
    background-color: rgba(221, 221, 221, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modcathHPOverlay > p {
        font-size: 60px;
        font-weight: bold;
    }

@media (max-width: 500px) {
    .modcathHPOverlay > p {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .modcathCommentsBox {
        margin: 0 !important;
    }

        .modcathCommentsBox > label {
            padding-bottom: 5px;
        }
}

.modcathCustomCatheter {
    margin-left: -10px;
    line-height: 2.4;
}

@media (max-width: 767px) {
    .modcathCustomCatheter {
        text-align: center;
        margin: -15px 0 0 0;
    }

    .modcathCommentsBox {
        margin: 0 -10px !important;
    }
}

.btn-versatility {
    padding: 3px;
    width: 120px;
    font-size: 14px;
}

.versatility-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .versatility-flex div {
        align-self: center;
        width: 100%;
    }

    .versatility-flex button {
        align-self: flex-end;
    }

.versatility-flex-nopref {
    margin-top: 263.25px;
}

.imgSecondaryFunction {
    height: 21px;
    margin: -1px 4px 0px 0px;
}

.versatility-box {
    border-radius: 0;
}

    .versatility-box > .panel-body {
        border: 0;
        cursor: pointer;
    }

    .versatility-box h4 {
        margin: 0;
    }

/*    .versatility-box:hover {*/
/*        border-color: #afaba7;*/
/*    }*/


.superscriptList {
    list-style: none;
    padding-left: 15px;
}

    .superscriptList > li > sup {
        left: -13px;
        margin-right: -6px;
    }

