﻿#divSlopedDoorSizingProgram .col-md-12 {
    padding-left: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.required_field {
    margin-left: 4px;
    color: red;
    float: none;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.woff2');
    src: url('../fonts/glyphicons-halflings-regular.woff');
    src: url('../fonts/glyphicons-halflings-regular.woff');
}

/*Property searching*/


.property-search .form-control {
    height: 44px;
    margin-bottom: 15px;
    border-radius: 0;
}

.property-search .btn-red {
    margin-top: 0;
}

.divmember {
    z-index: 1;
}

.joinnow-box {
    background: #fff;
    float: right;
    text-align: center;
    max-width: 350px;
    width: 100%;
    padding: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.58);
}

    .joinnow-box h3 {
        font-size: 30px;
        color: #363636;
    }

    .joinnow-box .btn-red {
        white-space: normal;
        z-index: 1 !important;
    }

.property-search-map {
    position: absolute;
    right: 45px;
    top: 40px;
}

.map-tooltip {
    /*max-width: 400px;*/
    width: 100%;
    background: #fff;
    /*border: 1px solid #cccccc*/
}

    .map-tooltip .site-title {
        /*background: url(../images/heart.png) no-repeat 3px 5px;*/
        padding: 5px 2px;
        background-size: 15px;
    }

    .map-tooltip .site-details {
        padding: 5px;
    }

        .map-tooltip .site-details img {
            display: inline-block;
            vertical-align: top;
        }

    .map-tooltip .tooltip-details {
        display: inline-block;
        vertical-align: top;
        width: 185px;
        padding-left: 10px;
    }

        .map-tooltip .tooltip-details h4 {
            font-style: italic;
            color: #2267a3;
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 5px;
        }

        .map-tooltip .tooltip-details .btn {
            background: #2267a3;
            color: #fff;
            margin-top: 5px;
            border-radius: 0;
            padding: 2px 7px;
        }

.map-indicator-icon li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333333;
    margin-right: 20px;
    padding: 5px 0;
}

    .map-indicator-icon li img {
        margin-right: 4px;
    }

.property-detail-page h5 {
    font-size: 15px;
    color: #333;
    font-weight: 700;
}

.reserve-property-box {
    border: 1px solid #cccccc;
}

    .reserve-property-box .reserve-title {
        color: #fff;
        background: #000;
        font-size: 20px;
        padding: 12px 10px;
        font-weight: bold;
    }



.reserve-container {
    padding: 10px;
}

    .reserve-container .btn {
        box-shadow: none;
        width: 100%;
        font-size: 20px;
        z-index: 1 !important;
    }

    .reserve-container ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-right: -4px;
        padding: 5px;
    }

.types-of-leases {
    margin-bottom: 40px;
}

    .types-of-leases li {
        font-size: 15px;
        padding-bottom: 5px;
    }

        .types-of-leases li img {
            margin-right: 4px;
        }


.review-box .review-date {
    font-weight: bold;
    width: 50%;
    float: left;
}

.review-box .review-by {
    font-weight: bold;
    float: left;
    width: 50%;
    text-align: right;
}

.review-box li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 5px;
}

.review-box p {
    font-size: 15px;
    padding: 8px 0;
    font-weight: 500;
    font-style: italic;
}

.review-box .rating-star {
    font-weight: bold;
}

.post-review {
    margin-bottom: 20px;
}

    .post-review .form-lable {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
    }

@media(max-width: 767px) {
    .joinnow-box {
        max-width: 100%;
    }

    /*header template 1*/
    .topheader-inside .submenu1 {
        margin: 0 0 0 15px;
    }

    .topheader-inside .username {
        padding-right: 15px;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-search-heading {
        padding-top: 10px;
    }


    /*header template 1*/
}



/*review*/
.gray-star {
    font-size: 14px;
    color: #bdc3c7 !important;
}

.glyphicon-star {
    font-size: 14px;
    color: #e67e22;
}

    .glyphicon-star.half {
        position: relative;
    }

        .glyphicon-star.half:before {
            position: relative;
            z-index: 9;
            width: 47%;
            display: block;
            overflow: hidden;
        }

        .glyphicon-star.half:after {
            content: '\e006';
            position: absolute;
            z-index: 8;
            color: #bdc3c7;
            top: 0;
            left: 0;
        }


.rating-block {
    /*background-color: #FAFAFA;
        border: 1px solid #EFEFEF;*/
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
}

.bold {
    font-weight: 700;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.review-block {
    /*background-color: #FAFAFA;
        border: 1px solid #EFEFEF;*/
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.review-block-name {
    font-size: 12px;
    margin: 0px 0px 10px 0px;
}

.review-block-date {
    font-size: 12px;
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-block-description {
    font-size: 13px;
}
/*review*/

.Property-info > li {
    padding: 10px;
}

.btn-red-map {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 9;
    color: rgb(255, 255, 255) !important;
    font-size: 15px;
    background: #2267a3;
    font-weight: bold;
    padding: 5px 13px;
    margin-top: 7px;
    border-radius: 0;
    line-height: normal;
}

.joinnow-box-map {
    background: #fff;
    float: right;
    text-align: center;
    max-width: 240px;
    width: 100%;
    padding: 11px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.58);
}

/*End property searching*/

.pslider-tab-content {
    overflow: hidden;
    padding: 3px 0 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    max-width: 540px;
}

    .pslider-tab-content p {
        margin: 0 0 5px;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        text-align: left;
    }

    .pslider-tab-content a img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 0 5px;
        min-width: 250px;
    }

.productslider-tabset {
    margin-bottom: 10px;
}

    .productslider-tabset li {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        color: #333;
    }

        .productslider-tabset li a {
            color: #333;
            max-width: 340px;
            overflow: hidden;
            padding-bottom: 2px;
            text-overflow: ellipsis;
            /* width: 250px; */
            display: inline-block;
            vertical-align: top;
            font-weight: bold;
        }

        .productslider-tabset li.active a {
            font-weight: bold;
            padding-bottom: 2px;
            text-decoration: none;
            color: red;
        }

        .productslider-tabset li a:hover {
            font-weight: bold;
            padding-bottom: 2px;
            text-decoration: none;
            color: red !important;
        }

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.product-review {
    width: 100%;
    float: left;
}

    .product-review .top-header {
        border-bottom: 1px solid #ccc;
    }

        .product-review .top-header .writereviewbtn {
            float: right;
            padding: 0;
            margin: 0;
        }

    .product-review ul li {
        border-bottom: 1px solid #ccc;
    }

        .product-review ul li .first-line {
            padding: 10px 0;
        }

        .product-review ul li span {
            float: left;
            padding-right: 15px;
        }

        .product-review ul li .second-line span {
            color: #C6C6C6;
        }

        .product-review ul li p {
            padding: 8px 0;
            font-style: normal;
        }

    .product-review .no-review-comment {
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px;
        margin-bottom: 10px;
        padding-top: 10px;
    }

.disabled-cart-button {
    background-color: #ccc !important;
    border-color: #ccc !important;
    cursor: default !important;
}

.price-block {
    border: 1px solid #ccc;
}

    .price-block .footer-tab {
        background: #fff !important;
    }

.pricing-table h3 {
    border-bottom: 1px dashed !important;
    padding: 10px 0 !important;
}


/*=============== Membership CSS ============== */

.membership-plan {
    display: flex;
    justify-content: center;
}

.mebmership-block {
    width: 25%;
    margin: 10px 10px;
    padding: 0;
    border: solid 1px #ccc;
    text-align: center;
    transition: all ease-in-out 0.3s;
    background: #fff;
    position: relative;
    padding-bottom: 60px;
}

    .mebmership-block:hover {
        box-shadow: 0 0 10px #0003;
        transform: scale(1.15);
    }

.mebmership-title {
    margin: 0;
    padding: 13px;
    text-align: center;
    font-size: 25px;
    background: #2267a3;
    color: #fff;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mebmership-title h2 {
        margin: 0;
        padding: 0;
    }

.mebmership-price {
    margin: 0;
    padding: 15px 10px;
    background: rgb(230, 243, 255);
    border-radius: 0 0 100px 100px;
}

    .mebmership-price h3 {
        font-size: 30px;
        font-weight: bold;
        margin: 0;
        color: #000;
    }

.membership-features {
    padding-top: 5px;
}

    .membership-features ul {
        padding-left: 25px;
        padding-right: 10px;
    }

        .membership-features ul li {
            list-style: disc;
            overflow-wrap: break-word;
            text-align: left;
        }


.membership-description {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

    .membership-description p {
        padding: 5px;
    }

    .membership-description h4 {
        margin: 0;
        padding: 15px 5px;
        border-bottom: solid 1px #ccc;
        border-top: solid 1px #ccc;
        color: #000;
    }

    .membership-description ul {
        padding: 20px 5px;
    }

.membership-action {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border-top: solid 1px #ccc;
    background: #f0f0f0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.selected-planinfo {
    margin: 20px 0px;
    background: #e7f4ff;
    padding: 15px;
    border: solid 1px #80a2d5;
    border-radius: 5px;
}

.planinfo {
    margin: 0;
    padding: 0;
    float: left;
}

    .planinfo strong {
        font-size: 16px;
    }

.selectplan-price {
    float: right;
}

.smallpadding {
    margin-bottom: 5px !important;
}

.color-black {
    color: #000;
}

@media (max-width: 992px) {
    .membership-plan {
        flex-flow: wrap;
    }

    .mebmership-block {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .mebmership-block {
        width: 45%;
        transform: scale(1) !important;
    }

    .LogoLeft .paddleftright0 {
        margin-left: 0px !important;
    }
}

@media (max-width: 480px) {
    .mebmership-block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .planinfo {
        float: none;
    }

    .selectplan-price {
        float: none;
    }
}

/*=============== Membership CSS ============== */
.admin-plan-feature label {
    float: left;
    width: 20%;
    padding-top: 5px;
}

.admin-plan-feature input {
    float: left;
    width: 80%;
    margin-bottom: 10px;
}


/*User Grop module*/

.title-section {
    margin: 15px 0;
}

    .title-section > h2 {
        font-size: 18px;
        font-weight: normal;
    }

.note {
    background-color: #CCC;
    border: #999 solid 1px;
    padding: 5px 10px;
    margin: 0;
    border-radius: 3px;
}

.map-wrapper {
    min-height: 500px;
    overflow: hidden;
    width: 100%;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 15px;
}

    .map-wrapper .GroupMap {
        position: static !important;
    }

    .map-wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.container-box {
    border: #CCCCCC solid 1px;
    position: relative;
    margin-bottom: 25px;
}

.box {
    padding-bottom: 10px;
}

.box-banner-img {
    height: 200px;
    text-align: center;
    vertical-align: middle;
}

    .box-banner-img > img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.box-profile-img {
    position: absolute;
    top: 130px;
    left: 20px;
    width: 100px;
    height: 100px;
    border: #ffffff solid 5px;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
}

    .box-profile-img > img {
        width: 100%;
        object-fit: cover;
        height: 100px;
    }

.box-details {
    padding: 35px 20px 20px 20px;
}

    .box-details .group-followers {
        display: block;
        text-align: center;
        color: #a2a2a2;
    }

.box-action {
    text-align: center;
    margin: 15px 0 0 0;
}

    .box-action a.learn-more {
        transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
        color: #a2a2a2;
        padding: 5px 10px;
        background: #fff;
        border: #a2a2a2 solid 2px;
        text-decoration: none;
    }

        .box-action a.learn-more:hover, .box-action a.learn-more:focus, .box-action a.learn-more:active {
            letter-spacing: 0.125rem;
        }

/*****************/
.banner-wrapper {
    min-height: 400px;
    width: 100%;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

    .banner-wrapper .banner-img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .banner-wrapper .banner-img > img {
            width: 100%;
            min-height: 400px;
            object-fit: cover;
        }

    .banner-wrapper .banner-text {
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 2;
        padding: 0 25px;
    }

        .banner-wrapper .banner-text h3 {
            color: #ffffff;
            font-size: 24px;
        }

        .banner-wrapper .banner-text p {
            color: #ffffff;
            font-size: 16px;
        }

    .banner-wrapper .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(18, 83, 183, 0.7);
        width: 100%;
        height: 100%;
    }
/**/
.meeting-info-details {
}

    .meeting-info-details h4 {
        font-size: 18px;
    }

    .meeting-info-details p {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .meeting-info-details .detail-row {
        margin-bottom: 20px;
    }

    .meeting-info-details ul.list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .meeting-info-details ul.list li {
            padding: 0 5px;
            width: 100%;
            display: inline-block;
        }

            .meeting-info-details ul.list li > label {
                font-size: 14px;
                width: 150px;
                display: block;
                float: left;
                position: relative;
                padding-right: 10px;
            }

                .meeting-info-details ul.list li > label > b {
                    position: absolute;
                    right: 10px;
                }

            .meeting-info-details ul.list li > span {
                font-size: 14px;
            }

                .meeting-info-details ul.list li > span > a {
                    color: #06F;
                    text-decoration: underline;
                }

                    .meeting-info-details ul.list li > span > a:hover {
                        text-decoration: none;
                    }
/**/
.gl-box {
    background-color: #efefef;
    width: 100%;
    padding: 20px;
    text-align: center;
}

    .gl-box > h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .gl-box .user-avtar {
        background-color: #ffffff;
        width: 165px;
        height: 165px;
        margin: 0 auto;
        position: relative;
    }

        .gl-box .user-avtar img {
            border-radius: 100px;
            width: 115px;
            height: 115px;
            object-fit: cover;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -56px;
            margin-top: -56px;
        }

    .gl-box .gl-info {
        margin: 20px 0 0 0;
    }

        .gl-box .gl-info h4 {
            font-size: 16px;
            margin: 0 0 5px 0;
            font-weight: bold;
        }

        .gl-box .gl-info p {
            font-size: 14px;
            margin: 0;
            line-height: 25px;
        }

/***/
.group-members-section {
    margin-top: 25px;
    /*border-top: #c8c8c8 solid 1px;*/
    padding-top: 25px;
}

    .group-members-section ul.gm-list {
        list-style: none;
        padding: 0;
        margin: 20px -5px;
        display: flex;
        flex-wrap: wrap;
    }

        .group-members-section ul.gm-list li {
            width: 213px;
            text-align: center;
            margin: 0 5px 10px 5px;
        }

            .group-members-section ul.gm-list li a {
                display: block;
                text-align: center;
                padding: 20px 20px 10px 20px;
                text-decoration: none;
                border: #c8c8c8 solid 1px;
                min-height: 210px;
            }

                .group-members-section ul.gm-list li a img {
                    width: 115px;
                    height: 115px;
                    border-radius: 100px;
                    margin: 0 auto;
                    display: block;
                }

                .group-members-section ul.gm-list li a span {
                    font-size: 16px;
                    padding: 10px 0;
                    display: block;
                    color: #000;
                }

                .group-members-section ul.gm-list li a:hover {
                    border-color: #f6323e;
                }

                    .group-members-section ul.gm-list li a:hover span {
                        color: #f6323e;
                    }

.UserProfileImg {
    width: 115px;
    height: 115px;
    border-radius: 100px;
    margin: 0 auto;
    display: block;
}
/*END User Grop module*/

#store-sidebar {
    width: 225px;
    /*position: fixed;*/
    /*top: 0;
    left: 0;*/
    /*height: 100%;*/
    z-index: 999;
    background: #f5f5f5;
    color: #000;
    transition: all 0.3s;
}

    #store-sidebar.active {
        margin-left: -220px;
    }

    #store-sidebar .sidebar-header {
        padding: 15px 10px 5px 15px;
        background: #428bca;
        color: #fff;
    }

    #store-sidebar ul.components {
        padding: 10px 0;
        border-bottom: 1px solid #dddddd;
    }

    #store-sidebar ul p {
        color: #000;
        padding: 10px;
    }

    #store-sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #000;
        border-bottom: 1px solid #ddd;
    }

        #store-sidebar ul li a:hover {
            color: #428bca;
            background: #fff;
        }

    #store-sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #000;
        background: #f5f5f5;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#store-sidebar .list-unstyled {
    padding: 0 !important;
    list-style: none;
}

#store-sidebar ul ul a {
    font-size: 1.0em !important;
    padding-left: 30px !important;
}

.store-bar {
    border-bottom: 0;
    padding-bottom: 0;
}

#story_category .box-content {
    height: 150px;
}

.d-inline-block {
    display: inline-block !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.top-fieldset fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

    .top-fieldset fieldset legend {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        line-height: inherit;
        color: #333;
        border: 0;
        border-bottom: 1px solid #e5e5e5 !important;
        padding-bottom: 5px;
    }

.fix-page-header {
    padding-bottom: 5px;
    margin: 0 0 15px;
    border-bottom: 1px solid #eeeeee;
}

    .fix-page-header .title {
        float: left;
        display: inline-block !important;
    }

    .fix-page-header .breadcum {
        float: right;
        padding-top: 12px;
        display: inline-block !important;
    }

.bottom-buttons {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
/*******/
.product-data-list ul {
    padding: 10px 70px 10px 20px;
    margin: 0 0 10px 0;
    list-style: none;
    border: #dddddd 1px solid;
    overflow: hidden;
    position: relative;
}

    .product-data-list ul > li {
        width: 33.333%;
        float: left;
    }

        .product-data-list ul > li span {
            font-weight: bold;
            font-size: 12px;
            width: 150px;
            display: block;
        }

        .product-data-list ul > li label {
            font-weight: normal;
            font-size: 12px;
            display: block;
        }

        .product-data-list ul > li.product-data-action {
            position: absolute;
            top: 10px;
            right: 10px;
            width: auto;
        }

            .product-data-list ul > li.product-data-action a {
                width: 20px;
                height: 20px;
                display: inline-block;
                cursor: pointer;
            }

                .product-data-list ul > li.product-data-action a i {
                    font-size: 14px;
                }

                .product-data-list ul > li.product-data-action a:hover i {
                    color: #000000;
                }

        .product-data-list ul > li.product-data-comments {
            width: 66.666%;
        }

.token-page {
    margin-top: -15px !important;
}

    .token-page h5 {
        margin-bottom: 4px;
    }

    .token-page .ul-token {
        max-height: 250px;
        overflow: auto;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

/*.popover-content .tax-line {
    width: 100%;
    float: left;
}*/


.popover-content .taxdetail-total {
    padding: 10px 0 8px 0;
    line-height: 15px;
    font-weight: bold;
    width: 100%;
    float: left;
    border-top: 1px dotted #ccc;
    margin-top: 5px;
}

    .popover-content .taxdetail-total label {
        float: left;
        font-weight: 500;
        padding-right: 10px;
    }

    .popover-content .taxdetail-total span {
        float: right;
        font-weight: bold;
    }

.popover-content .tax-line label {
    float: left;
    font-weight: 500;
    padding-right: 10px;
}

.popover-content .tax-line span {
    float: right;
    font-weight: bold;
}

.popover-content .tax-line ul li {
    padding-left: 5px;
    font-size: 10px;
}

    .popover-content .tax-line ul li span {
        float: left;
        font-weight: normal;
    }

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px !important;
    border-bottom: 1px solid #eee;
}

.note-box {
    background: #F3F2F2;
    color: #000;
    padding: 7px;
}

.control-panel-label {
    text-shadow: 1px 0px #ccc !important;
}

.form-control-feedback {
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}

.search-option {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.replace-notice {
    border: 1px solid #ccc;
    background-color: #ededed;
    padding: 10px;
    margin: 15px 0;
}

.button-right {
    text-align: right;
    padding: 10px;
}

.PartsContain {
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.registration-captcha {
}

    .registration-captcha .captchatxt {
        font-size: 40px;
        text-align: center;
        border: none;
        font-weight: 600;
        font-style: oblique;
    }

    .registration-captcha .inputtext {
        width: 200px;
        display: block;
        margin: 0 auto;
    }

.parts-item .inner {
    padding: 10px;
    border: 1px solid #ccc;
    display: inline-block;
}

.parts-item .selected {
    background: #ededed !important;
}

.parts-item .inner input[type=checkbox] {
    vertical-align: middle;
    width: 173px;
    height: 15px;
}

/*Product MAnager - Where Used*/
.top-search {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .top-search span {
        margin-left: 10px;
    }

.mb-15 {
    margin-bottom: 15px;
}

.parts-inner {
    padding: 15px 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

    .parts-inner.active {
        border: 1px solid #428bca;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    }

.part-info {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}

    .part-info label {
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        margin-left: 5px;
    }

    .part-info h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    .part-info input {
        height: 30px;
        padding-top: 4px;
        margin-top: 5px;
    }

    .part-info .btn {
        margin-top: 3px;
    }

.replaceiteminfo {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .replaceiteminfo h2 {
        color: #428bca;
    }

    .replaceiteminfo p {
        margin-bottom: 15px;
    }


@media (max-width: 768px) {
    .part-info label {
        width: 80%;
    }
}


@media (max-width: 480px) {
    .part-info {
        display: block;
    }

        .part-info strong {
            display: block;
            width: 100%;
        }

        .part-info label {
            margin-left: 0;
            width: 99%;
        }
}
/*Product MAnager - Where Used*/
.CustomerAlsoPurchase {
    border: 1px solid #ccc;
    margin-right: 10px;
    width: 30%;
    margin-bottom: 10px;
}
/*Our Brand*/
.allLettersBrand {
    margin: 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
    margin: 50px;
}

.lettersbrands {
    font-size: 1.2em;
    border: 1px solid #dedede;
    display: inline-block;
    padding: 8px 13px;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 15px;
}

.brand-name {
    clear: both;
    margin: 5px 5px;
    padding: 10px;
    font: normal 14px/18px 'Open Sans', sans-serif;
}

    .brand-name a {
        text-decoration: none;
        white-space: nowrap;
        display: block;
        width: 220px;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*Technology Template*/

.product-detail-img {
    border: #eeeeee solid 1px;
    position: relative;
}

.product-information {
    border: yellow solid 0px;
}

ul.price-container {
    border-color: #eeeeee;
    border-width: 1px 0;
    border-style: solid;
    padding: 15px 0 !important;
    display: flex;
}

    ul.price-container li.productPrice {
        width: 25%;
    }

        ul.price-container li.productPrice label, ul.price-container li.productPrice span {
            display: block;
        }

        ul.price-container li.productPrice label {
            margin: 0;
            font-size: 16px;
            color: #72777d;
        }

        ul.price-container li.productPrice span {
            font-size: 18px;
            padding: 20px 0 0 0;
            font-weight: bold;
            color: #06F;
        }

            ul.price-container li.productPrice span b {
                font-weight: normal;
                font-size: 14px;
                color: #000;
            }

    ul.price-container li.productAction {
        width: 37.5%;
        padding: 0 10px 5px 20px;
        display: inline-block;
        vertical-align: top;
        float: none;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        margin-bottom: 0;
    }

        ul.price-container li.productAction a i {
            padding-right: 5px;
        }

        ul.price-container li.productAction .alert i {
            padding-right: 5px;
        }

        ul.price-container li.productAction .addToCartForm {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

            ul.price-container li.productAction .addToCartForm .form-control {
                margin-right: 10px;
                width: 60px;
                text-align: center;
            }

    ul.price-container li.productAvailability {
        padding: 0 20px;
    }

    ul.price-container li.productAvailability {
        padding: 0 0 0 10px;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 30%;
    }

        ul.price-container li.productAvailability label {
            font-size: 12px;
        }

        ul.price-container li.productAvailability .ship {
            display: flex;
            align-items: flex-start;
            margin: 10px 0;
        }

            ul.price-container li.productAvailability .ship .form-control {
                margin: 0 10px 0 0;
            }

.productInfo {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    color: #72777d;
}

    .productInfo label {
        color: #000000;
    }

.countryOfOrigin {
    padding: 10px 0;
}

    .countryOfOrigin ul {
        display: flex;
    }

        .countryOfOrigin ul li {
            font-size: 12px;
            padding: 0 10px 0 0;
            border-right: 1px solid #eeeeee;
            margin: 0 10px 0 0;
            color: #72777d;
        }

            .countryOfOrigin ul li:last-child {
                margin-right: 0;
                padding-right: 0;
                border-right: 0;
            }

            .countryOfOrigin ul li label {
                color: #000;
            }

    .countryOfOrigin p {
        font-size: 12px;
        color: #72777d;
        padding: 10px 0 0 0;
        font-style: italic;
    }
/******/
ul.product-item-info {
    padding: 0;
    margin: -10px 0 20px 0;
    display: flex;
}

    ul.product-item-info li {
        margin-right: 10px;
        color: #000000;
    }

        ul.product-item-info li label {
            color: #72777d;
            margin: 0 5px 0 0;
        }
/****/
.product-item-number {
    margin: 0 0 25px 0;
}
/******/
.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}

    .breadcrumb ul.breadcrumb_container {
        display: flex;
        margin: 0 15px;
        padding: 0;
    }

        .breadcrumb ul.breadcrumb_container li {
            padding-right: 10px;
            position: relative;
        }

            .breadcrumb ul.breadcrumb_container li a {
                display: block;
                position: relative;
                padding: 0 10px 0 0;
            }

                .breadcrumb ul.breadcrumb_container li a:before {
                    content: '/';
                    position: absolute;
                    right: -13px;
                    margin-right: 10px;
                }

            .breadcrumb ul.breadcrumb_container li span {
                color: #72777d;
            }
/******/
.view-header-description {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 10px;
}

.view-header-message {
    padding: 0 0 30px 0;
}

.browse-pane {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 2px 1px 1px 1px;
    margin-bottom: 15px;
    background-color: #ffffff;
}

    .browse-pane .browse-pane-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border-bottom: #eeeeee solid 1px;
    }

        .browse-pane .browse-pane-header h2 {
            margin: 0;
            padding: 0;
            font-size: 14px;
            font-weight: bold;
        }

    .browse-pane .browse-pane-content {
        padding: 10px;
    }

        .browse-pane .browse-pane-content .browse-group {
            margin: 0 0 10px 0;
            border-bottom: #eeeeee solid 1px;
        }

            .browse-pane .browse-pane-content .browse-group:last-child {
                border-bottom: 0;
            }

        .browse-pane .browse-pane-content .browse-group-heading {
            font-size: 12px;
            margin: 0;
            padding: 0 0 10px 0;
            font-weight: bold;
        }

        .browse-pane .browse-pane-content ul {
            padding: 0;
            margin: 0;
        }

            .browse-pane .browse-pane-content ul li {
                padding: 0 0 5px 0;
                display: flex;
            }

                .browse-pane .browse-pane-content ul li a {
                    padding: 0 5px 0 0;
                    display: inline-block;
                }

                    .browse-pane .browse-pane-content ul li a.filter-label {
                        color: #000000;
                    }

                        .browse-pane .browse-pane-content ul li a.filter-label span {
                            color: #72777d;
                            display: inline-block;
                            padding-left: 5px;
                        }

                .browse-pane .browse-pane-content ul li .form-check {
                    display: flex;
                    align-items: flex-start;
                }

                    .browse-pane .browse-pane-content ul li .form-check .form-check-input {
                        margin-right: 10px;
                        margin-top: 4px;
                    }

                .browse-pane .browse-pane-content ul li .form-check-label b {
                    font-size: 12px;
                    color: #72777d;
                    font-weight: normal;
                }

        .browse-pane .browse-pane-content .branchavailability-message {
            font-size: 12px;
            color: #000000;
        }

            .browse-pane .browse-pane-content .branchavailability-message a {
                font-size: 12px;
                color: #428bca;
            }
/****/
.browse-keyword-filter {
    margin-bottom: 15px;
}

    .browse-keyword-filter .form-inline {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .browse-keyword-filter .form-inline .form-group {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

            .browse-keyword-filter .form-inline .form-group .form-control-plaintext {
                width: 100%;
                padding: 6px 10px;
                border-radius: 0;
                border: #eeeeee solid 1px;
            }

                .browse-keyword-filter .form-inline .form-group .form-control-plaintext:focus {
                    outline: 0;
                    box-shadow: none;
                }

        .browse-keyword-filter .form-inline .btn {
            border-radius: 0;
            padding: 7px 10px;
        }
/*******/
.toolbar-filter {
}

ul.toolbar-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    ul.toolbar-list li .form-group {
        display: flex;
        align-items: center;
        margin: 0;
    }

        ul.toolbar-list li .form-group label {
            margin-right: 10px;
        }

        ul.toolbar-list li .form-group .form-control {
            width: 175px;
        }

    ul.toolbar-list li span label {
        font-size: 14px;
        display: inline-block;
        padding-right: 10px;
    }

    ul.toolbar-list li span a {
        font-size: 14px;
        color: #000000;
    }

        ul.toolbar-list li span a i {
            margin-right: 5px;
        }
/********/
.product-listview {
    padding: 25px 0;
}

.product-panel {
    border: #eeeeee solid 1px;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 230px;
}

.product-panel-left {
    display: inline-block;
    width: 128px;
    min-height: 178px;
    margin-right: 16px;
}

.product-panel-right {
    display: inline-block;
    width: calc(100% - 148px);
    min-height: 178px;
    vertical-align: top;
}

.product-compare-container {
    margin-bottom: 20px;
}

    .product-compare-container .form-check {
        display: flex;
        align-items: center;
    }

        .product-compare-container .form-check .form-check-input {
            margin-right: 10px;
            margin-top: -2px;
        }

.product-image-container {
    height: 128px;
    width: 128px;
}

    .product-image-container .product-image-link {
        display: block;
        height: 128px;
    }

.product-details-container {
    display: inline-block;
    min-height: 176px;
    width: calc(100% - 304px);
    padding-right: 24px;
    min-width: 235px;
}

.product-brand-name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.29;
}

.product-description {
    max-height: 80px;
    overflow: hidden;
    margin: 8px 0;
}

    .product-description .product-details-link {
        font-size: 14px;
        font-weight: normal;
        color: #00739e;
        line-height: 1.25;
        display: block;
        max-height: 80px;
    }

ul.product-details li {
    clear: both;
    margin-bottom: 4px;
}

    ul.product-details li label {
        font-weight: 400;
        font-size: 14px;
        color: #72777d;
        margin-right: 4px;
    }

    ul.product-details li span, ul.product-details li span a {
        font-weight: 500;
        font-size: 14px;
        color: #000;
    }

.product-details-link {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 8px;
}

.product-buy-box-container {
    min-height: 176px;
    width: 50%;
    height: 100%;
    float: right;
    border-left: 1px solid #d8d8d8;
    padding-left: 24px;
    max-width: 304px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.product-pricing-wrapper {
    margin-bottom: 16px;
    min-height: 56px;
}

.pricing-regular {
    display: inline-block;
}

    .pricing-regular label, .pricing-regular span {
        display: block;
    }

    .pricing-regular label {
        margin: 0;
        font-size: 16px;
        color: #72777d;
    }

    .pricing-regular span {
        font-size: 18px;
        padding: 5px 0 0 0;
        font-weight: bold;
        color: #06F;
    }

        .pricing-regular span b {
            font-weight: normal;
            font-size: 14px;
            color: #000;
        }

.rta-module-message {
    min-height: 26px;
}

.rta-module-fulfillment-method {
    font-weight: bold;
    color: #00739e;
}

.product-add-to-cart-container form {
    display: flex;
    padding: 10px 0 0 0;
}

    .product-add-to-cart-container form input {
        margin-right: 10px;
        width: 100px;
        padding: 6px 10px;
        border-radius: 0;
        border: #eeeeee solid 1px;
    }

        .product-add-to-cart-container form input:focus {
            outline: 0;
            box-shadow: none;
        }

@media only screen and (max-width:1024px) {
    .product-details-container {
        width: auto;
        padding: 0 0 20px 0;
    }

    .product-buy-box-container {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        max-width: inherit;
    }
}

@media only screen and (max-width:767px) {
    .product-panel {
        min-height: inherit;
    }

    ul.product-details, .rta-module-message {
        display: none;
    }

    .product-details-container, .product-buy-box-container {
        min-height: auto;
    }

    .rta-module-fulfillment-method, .product-add-to-cart-container {
        display: none;
    }
}

.tooltip-price {
    padding-left: 5px;
    position: relative;
}

.tooltip.show {
    opacity: 9;
}

.ui-tooltip {
    background: black;
    width: 200px !important;
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0.9;
    font-size: 12px;
    padding: 10px;
    color: #fff;
    border: 2px solid white;
    /* for IE */
    filter: alpha(opacity=80);
    /* CSS3 standard */
}
/*ui-widget ui-corner-all ui-widget-content*/

.tooltip {
    width: 200px !important;
}
/*
.tooltip-price:hover .tooltip{opacity:9;}*/

/*****/
.browse-pane-accordion .card {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 2px 1px 1px 1px;
    margin-bottom: 15px;
    background-color: #ffffff;
}

    .browse-pane-accordion .card .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border-bottom: #eeeeee solid 1px;
    }

        .browse-pane-accordion .card .card-header h2 .btn {
            margin: 0;
            padding: 0;
            color: #000000;
            font-size: 14px;
            font-weight: bold;
        }

            .browse-pane-accordion .card .card-header h2 .btn:focus {
                outline: 0;
                box-shadow: none;
            }

    .browse-pane-accordion .card .card-body {
        padding: 10px;
    }

        .browse-pane-accordion .card .card-body ul {
            padding: 0;
            margin: 0;
        }

            .browse-pane-accordion .card .card-body ul li {
                padding: 0 0 5px 0;
                display: flex;
            }

                .browse-pane-accordion .card .card-body ul li a {
                    padding: 0 5px 0 0;
                    display: inline-block;
                }

                    .browse-pane-accordion .card .card-body ul li a.filter-label {
                        color: #000000;
                    }

                        .browse-pane-accordion .card .card-body ul li a.filter-label span {
                            color: #72777d;
                            display: inline-block;
                            padding-left: 5px;
                        }

                .browse-pane-accordion .card .card-body ul li .form-check {
                    display: flex;
                    align-items: flex-start;
                }

                    .browse-pane-accordion .card .card-body ul li .form-check .form-check-input {
                        margin-right: 10px;
                        margin-top: 4px;
                    }

                .browse-pane-accordion .card .card-body ul li .form-check-label b {
                    font-size: 12px;
                    color: #72777d;
                    font-weight: normal;
                }

        .browse-pane-accordion .card .card-body .branchavailability-message {
            font-size: 12px;
            color: #000000;
        }

            .browse-pane-accordion .card .card-body .branchavailability-message a {
                font-size: 12px;
                color: #428bca;
            }

/*****/
.compare-tray {
    position: relative;
    z-index: 4;
}

.compare-tray-container {
    position: fixed;
    bottom: 0;
    z-index: 3;
    background: #f9f9f9;
    width: 809px;
    height: 102px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 10px 0 10px -10px rgba(0,0,0,.3);
    box-shadow: 10px 0 10px -10px rgba(0,0,0,.3);
    display: flex;
}

.compare-tray-highlight {
    margin: 0 auto;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 102px;
    height: 5px;
    width: 809px;
    background-color: #00739e;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

.compare-tray-products {
    width: 652px;
    display: inline-block;
    border-left: 1px solid #d8d8d8;
}

.compare-tray-controls {
    float: right;
    width: 157px;
    height: 102px;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    padding-top: 20px;
}

    .compare-tray-controls button {
        margin: 0 0 20px 0;
    }

    .compare-tray-controls a {
        cursor: pointer;
    }

.compare-tray-products ul li {
    float: left;
    width: 130px !important;
    box-sizing: border-box;
    height: 102px;
    border-right: 1px solid #d8d8d8;
    padding: 8px;
}

.compare-tray .compare-tray__image-container {
    width: 89px;
    height: 66px;
    display: inline-block;
}

.compare-tray .compare-tray__info-container {
    float: right;
    width: 20px;
    height: 66px;
}

.compare-tray .compare-tray__remove-product {
    width: 10px;
    height: 10px;
    float: right;
}

.compare-tray .compare-tray__image-title {
    padding-top: 20px;
}

.compare-tray .compare-tray__image-title, .compare-tray .compare-tray__item-number {
    float: right;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: right;
}

.compare-tray .compare-tray__item-number {
    font-weight: 500;
    color: #00739e;
}

.compare-tray .compare-tray__remove-product {
    width: 10px;
    height: 10px;
    float: right;
}

.compare-tray__close {
    display: block;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

@media only screen and (max-width:767px) {
    .compare-tray {
        display: none;
    }
}

/**********/
ul.categories-list {
    border: 0px solid #d8d8d8;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.categories-list > li {
        float: left;
        width: 16.66%;
        text-align: center;
        border-color: #d8d8d8;
        border-style: solid;
        border-width: 0 0 1px 1px;
    }

        ul.categories-list > li a {
            display: block;
            text-align: center;
            padding: 15px;
            text-decoration: none;
        }

            ul.categories-list > li a span {
                display: block;
                height: 25px;
                font-size: 14px;
                color: #000000;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: inline-block;
            }

            ul.categories-list > li a:hover {
                -webkit-box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.2);
                -moz-box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.2);
                box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.2);
            }

        ul.categories-list > li:last-child {
            border-right: 1px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(-n+6) {
            border-top: 1px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(6n) {
            border-right: 1px solid #d8d8d8;
        }

@media only screen and (max-width:768px) {
    ul.categories-list > li {
        width: 24.66%;
    }

        ul.categories-list > li:nth-child(-n+6) {
            border-top: 0px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(6n) {
            border-right: 0px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(-n+4) {
            border-top: 1px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(4n) {
            border-right: 1px solid #d8d8d8;
        }
}

@media only screen and (max-width:620px) {
    ul.categories-list > li {
        width: 49.66%;
    }

        ul.categories-list > li:nth-child(-n+6) {
            border-top: 0px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(6n) {
            border-right: 0px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(-n+4) {
            border-top: 0px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(4n) {
            border-right: 0px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(-n+2) {
            border-top: 1px solid #d8d8d8;
        }

        ul.categories-list > li:nth-child(2n) {
            border-right: 1px solid #d8d8d8;
        }
}

.category-items .category-header {
    display: block;
    margin-bottom: 20px;
}

.category-items .category-name {
    min-height: 20px;
}

    .category-items .category-name h5 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

.brand-img {
    width: 150px;
    border: 1px solid #ccc;
}

.parts-inner {
    position: relative;
}

.delete-product {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 15px !important;
}

@charset "utf-8";
/* CSS Document */

.d-flex {
    display: flex;
}

.d-space-between {
    justify-content: space-between;
}

/****/
.card-details {
    display: block;
    padding-bottom: 30px;
}

    .card-details .card-details-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .card-details .card-details-head.no-flex {
            display: block;
        }

        .card-details .card-details-head h4 {
            font-size: 14px;
        }
        /*.card-details .card-details-head .btn{border:#CCC solid 1px;color:#999;margin-left:10px;font-size:12px;}
.card-details .card-details-head .btn:hover{border:#00a6fc solid 1px;color:#fff;background-color:#00a6fc;}*/
        .card-details .card-details-head span {
            color: #999;
            font-size: 14px;
        }

    .card-details .card-details-body {
        background-color: #f5f7f8;
        padding: 20px 20px 10px 20px;
        margin-top: 20px;
    }

ul.card-details-info {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    ul.card-details-info li {
        width: 33.33%;
        float: left;
        padding: 0 0 10px 0;
    }

        ul.card-details-info li label {
            display: block;
            font-size: 14px;
            font-weight: bold;
        }

        ul.card-details-info li span {
            font-size: 14px;
            display: block;
        }

        ul.card-details-info li a.paymant-type {
            border: #CCC solid 1px;
            display: block;
            padding: 20px;
            text-align: center;
            margin: 20px;
            text-align: center;
            text-decoration: none;
            background-color: #ffffff;
        }

            ul.card-details-info li a.paymant-type span {
                font-size: 18px;
                color: #000;
                padding: 15px 0 0 0;
            }

            ul.card-details-info li a.paymant-type:hover {
                background-color: #ffffff;
                border-color: #00a6fc;
                -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
                background-color: #ffffff;
                -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
                box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
            }

.form-field {
    padding: 0 0 10px 0;
}

    .form-field label {
        font-size: 14px;
        display: block;
        padding: 0 0 5px 0;
    }

        .form-field label b {
            color: #F00;
        }

    .form-field .checkbox-field .checkbox-inline {
        display: flex;
        align-items: center;
    }

        .form-field .checkbox-field .checkbox-inline input {
            margin-right: 5px;
            margin-left: 0px;
        }

    .form-field .form-action-field {
        display: flex;
        justify-content: flex-end;
    }

        .form-field .form-action-field .button {
            margin-left: 10px;
        }

.box-highlight {
    padding: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    background: #ededed;
    border-radius: 5px;
}


.radio-inline, .checkbox-inline {
    padding-right: 10px !important;
    margin-left: 0 !important;
}

.custom-select {
    display: inline-block;
    width: 100%;
    /*height: calc(1.5em + .75rem + 2px);*/
    height: 34px;
    padding: .375rem 1.75rem .375rem .75rem;
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff; /*url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;*/
    border: 1px solid #ced4da;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .5rem;
    margin-left: -1.25rem;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 10px;
}

.CenterMenu .SpeedyDropDown > .nav {
    display: contents !important;
}

.pass-note {
    background: #ededed;
    padding: 3px;
    margin-top: 2px;
    display: flex;
    text-align: center;
    width: 100%;
}

.input-exist-notify-error {
    font-size: 10pt;
    color: red;
    display: flex;
}

    .input-exist-notify-error label {
        padding-left: 3px;
    }

.input-exist-notify-success {
    font-size: 10pt;
    color: green;
    display: flex;
}

    .input-exist-notify-success label {
        padding-left: 3px;
    }

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    margin-right : 12px;
    position: relative;
    z-index: 2;
}
