﻿
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400|Roboto:100,300');*/

.Roboto-Condensed {
    /*font-family: 'Roboto Condensed',Arial;*/
    font-family: Roboto Condensed,sans-serif !important;
}

body, html {
    border-style: solid;
    border-width: 0;
    /*font-family: Roboto,sans-serif;*/
    font-family: Roboto Condensed,sans-serif !important;
    font-size: 13px;
    font-weight: 300;
    /*color: #ccc;*/
    background: #fff !important;
}
.header-top {
    padding-top: 2px;
    padding-bottom: 2px;
}
.body-container {
    min-height: 380px;
}

.body-innercontainer {
    min-height: 350px;
}

.position-relative {
    position: relative;
}

.product-content .img-thumbnail {
    width: 100%;
}

.yellow-bar-color {
    background-color: #eaab00;
}

.bg-dark-blue {
    background-color: #003945;
}

.color-dark-blue {
    color: #003945;
}

.margin-notopbottom {
    margin-top: 0px;
    margin-bottom: 0px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-left-30 {
    padding-left: 30px;
}


.padding-bottom-5 {
    padding-bottom: 5px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-top-0 {
    margin-top: 0px;
}

.height-5 {
    height: 5px;
}

.height-5 {
    height: 5px;
}

.sunlife-logo {
    background-repeat: no-repeat;
    height: 53px;
    width: 128px;
}

.xerox-logo {
    background-repeat: no-repeat;
    width: 6rem;
    float: right;
    height: 1.5rem;
    margin-left: 1rem;
}
.provider {
    justify-content: end;
    align-items: center;
    display: inline-flex;
    float: right;
}

.nav-font {
    font-size: 14px;
}

.header-container {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 400;
    background-color: #ffffff;
}

.navcontent-hide a, .navcontent-hide a:active {
    text-decoration: none;
    outline: none;
    outline-color: transparent !important;
}


/*#HeaderMenuNav_DivHeaderMenuNav a {
    padding: 5px 5px 15px 5px;
}

#HeaderMenuNav_DivHeaderMenuNav > a:first-child {
    padding: 5px 5px 15px 0px;
}

#HeaderMenuNav_DivHeaderMenuNav > span {
    margin: 0px 2px;
}*/




.navbar-light {
    color: #003945 !important;
    background-color: #eaab00 !important;
}



.font-12 {
    font-size: 12px;
}

.foot {
    height: 20px;
    font-size: 13px !important;
    color: #6b6d6f;

    /*color: #ffffff;*/
}

.text-align {
    text-align: center;
    /*padding-top: 40px;*/
}

.text-bolder {
    font-weight: 700;
}
.text-black {
    font-weight: 900;
}

.text-clr-white {
    color: #fff;
}

.btn-white {
    background-color: #fff;
}

.form-control, .btn-white, .no-border-radius {
    border-radius: 0px !important;
}

.no-border {
    border: 0px;
}

.grad {
    background: linear-gradient(#ffe499, #eaab00);
    min-height: 380px;
    width: 100%;
}


.hide-block {
    display: none;
}
.hide-zoom {
    display: none !important;
}

.spinner-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10009;
    opacity: 0.7;
    background-color: #ffffff;
    display: none;
}

    .spinner-container .spinner {
        position: relative;
        top: 50%;
        left: 50%;
        z-index: 10010;
    }


.btn-select:focus {
    outline: 0px solid #054c70 !important;
    color: #fff;
    background-color: #bc1620 !important;
    border-radius: 3px !important;
}

.form-control:focus {
    /*border-color: #054c70;
    -webkit-box-shadow: inset 0 1px 1px rgba(106, 136, 164, 1), 0 0 3px rgba(106, 136, 164, 1);
    box-shadow: inset 0px 0px 0px rgba(5,76,112,1), 0px 0px 3px rgba(5,76,112,1);*/
    outline: none;
    border-color: #054c70;
    border-bottom: 1px solid #054c70 !important;
}

.btn-transparent {
    background-color: transparent;
    border: 0px;
}


.breadcrum-border {
    margin: 5px 0px 10px 0px;
}

.border-top-dash {
    border-top: 1px dashed #054c70;
}

.bg-light-red {
    background-color: #d92231;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054c70', endColorstr='#0c608b',GradientType=1 );
}

.padding-10 {
    padding: 10px;
}




.margin-topbottom-10 {
    margin: 10px 0;
}



.full-width {
    width: 100%;
}

.navbar-toggle:hover {
    background-color: transparent !important;
    border-radius: 0px;
    border-width: 1px;
}

.pad0 {
    padding: 0;
}
/*Media actions*/

@media (max-width: 769px) {
    .nav-hide {
        display: none;
    }

    .first-nav {
        padding-top: 20px !important;
    }

    .sunlife-logo {
        height: 45px;
        width: 90px;
    }

    .xerox-logo {
        background-repeat: no-repeat;
        height: 55px;
        width: 125px;
        float: right;
    }

    .body-container, .body-innercontainer {
        min-height: 20px;
    }
}
.m15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
@media (min-width: 770px) {
    .navbar-hide {
        display: none;
    }
}


/*Modal Dialog*/

/*.modal-dialog {
    margin-top: 250px;
}*/

.modal-content {
    border-radius: 0px;
    background-color: white;
}

.modal-body .form-control {
    margin-bottom: 5px;
}

.title-bold {
    font-weight: 700;
}

button:hover:not(.xdsoft_prev):not(.xdsoft_today_button):not(.xdsoft_next),
.btn-sec-transparent {
    background: #d92231 !important;
    color: #ffffff !important;
    border: 2px solid #054c70;
}

.chosen-container {
    width: 100% !important;
}

.form-group, .chosen-single {
    border-radius: 0px !important;
}

.chosen-container-single .chosen-single {
    background: #ffffff !important;
}

.modal-head {
    padding: 5px 15px;
}

.opacity-none {
    opacity: 1;
}

.opacity-full {
    opacity: 0;
}

.font-weight {
    font-weight: 100;
}

.first-nav {
    float: right !important;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.color-darkgrey {
    color: #333;
}

.color-lightgrey {
    color: #E5E5E5;
}

.bg-grey {
    background-color: #E5E5E5;
}

.font-size-16 {
    font-size: 16px;
}

.top-0 {
    top: 0;
}

.font-light {
    font-weight: lighter;
}





.panel {
    background-color: #fff !important;
    padding: 10px 0;
    border-radius: 0px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
    .panel:hover {
        background-color: rgba(230, 230, 230, 0.8);
    }
.margin-topbottom-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.border-bottom {
    border: 0px;
    border-top: 1px solid #f6f6f6;
}

.text-400 {
    font-weight: 400;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
}

.color-grey {
    color: #c1c1c1;
}

.text-size-14 {
    font-size: 14px;
}

.color-black {
    color: #000000;
}

.bg-red {
    background-color: #c2011b;
}

.breadcrum-border > a:hover {
    color: #054c70 !important;
}

.color-blue{
    color: #054c70;
}


/*carousel*/


/*.carousel-inner .active.left {
    left: -5.66666667%;
}

.carousel-inner .next {
    left: 5.66666667%;
}

.col-lg-2 {
    width: 25%;
}*/

.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.col-lg-temp-3 {
    width: 16.66666667%;
}

.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    left: 0;
    /*-webkit-transform: translate3d(16.66666667%, 0, 0);
    transform: translate3d(16.66666667%, 0, 0);*/
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    left: 0;
    /*-webkit-transform: translate3d(-16.66666667%, 0, 0);
    transform: translate3d(-16.66666667%, 0, 0);*/
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

/*carousel control*/


.carousel-control {
    color: #C2011B;
    opacity: 1;
    width: 2%;
    text-shadow: none;
}

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #C2011B;
        opacity: 0.5;
    }

    .carousel-control.right {
        background-image: none !important;
    }

    .carousel-control.left {
        background-image: none !important;
        margin-left:-25px;
    }

    .carousel-control span {
        font-size: 25px !important;
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .glyphicon-menu-left {
        left: 0%;
    }

    .carousel-control .glyphicon-menu-right {
        right: 0%;
    }

    .carousel-control .glyphicon-menu-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -15px;
    }

    .carousel-control .glyphicon-menu-right, .carousel-control .icon-prev {
        right: 50%;
        margin-right: -15px;
    }

.bg-info {
    background-color: #fff !important;
    position: relative;
    color: #484848;
}

    .bg-info.fixed-height {
        height: 150px;
    }

    .bg-info .header-text {
        font-size: 14px;
    }

    .bg-info .header-text, .bg-info .sub-text {
        padding: 0px 1px;
    }

    .bg-info .sub-text {
        font-size: 13px;
        position: absolute;
        top: 70px;
    }

    .bg-info .header-text > .red-arrow {
        background: #054c70;
        color: #FFFFFF;
        font-weight: bold;
        margin-left: 2px;
        padding: 1px;
        font-size: 12px;
        width: 14px;
    }

h5.m-0.bg-info.hdr-text.hdr-font {
    padding: 20px 15px;
}
img.img-prodthumbnail {
    width: 200px;
    object-fit: contain;
}
.f-11{
    font-size:11px !important;
}
.p-8 {
    padding: 16px !important;
}
.header-text-1 {
    font-size: 13.5px;
    font-weight: 400;
    margin-right: 4px;
    margin-left: 7px;
    margin-top: 5px;
    line-height: 1.6;
    font-family: Roboto Condensed,sans-serif;
}
.hdr-text {
    width: 95%;
    -webkit-box-shadow: 0 0 4px;
    height: 60px;
    border-radius: 3px;
}
.hdr-text-bottom {
    width: 95%;
    -webkit-box-shadow: 0 0 4px;
    height: 60px;
    border-radius: 3px;
    font-size: 13.5px;
}
.hdr-button {
    padding: 0.5rem !important;
    bottom: 10px;
    right: 10px;
    position: absolute;
}
.hdr-padding-left{
    padding-left:13px !important;
}
.hdr-font {
    font-weight: 600;
    vertical-align: -webkit-baseline-middle !important;
    font-size: 17px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: block;
}
.hdr-img {
    width: 95%;
    -webkit-box-shadow: 0 0 4px;
}

.m-0 {
    margin: 0 !important;
}

.white-arrow {
    font-weight: bold;
    /*margin-left: 8px;
    padding: 4px 1px;*/
}

    .white-arrow img {
        margin-top: -2px;
    }

.red-arrow {
    background: #bc1620;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 8px;
    padding: 4px 1px;
}

.red-no-bgd {
    color: #054c70;
    font-weight: bold;
    margin-left: 8px;
    padding: 0 5px;
}

.color-black:hover, .color-black:focus {
    color: black;
    text-decoration: none;
}


    .color-black:hover div.bg-info, .color-black:focus div.bg-info, .color-black:active div.bg-info {
        /*background-color: #bc1620 !important;
        color: #FFFFFF;*/
    }

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-5 {
    padding-right: 5px!important;
}

.table-noborder > tbody > tr > td, .table-noborder > tbody > tr > th, .table-noborder > tfoot > tr > td, .table-noborder > tfoot > tr > th, .table-noborder > thead > tr > td, .table-noborder > thead > tr > th {
    border: none !important;
}

.card {
    font-family: "Roboto",sans-serif;
}

.catalogue-header, .catalogue-text {
    font-weight: 100;
}

.catalogue-text {
    font-size: 14px;
}

.card-img-overlay {
    right: 0%;
    height: 170px;
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
}

.card-title {
    color: black;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.catalogue-img {
    background-image: url('Images/New-Header-Page.jpg');
    width: 99%;
    height: 170px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.x-logo {
    margin-top: 22px;
    margin-bottom: 15px;
    width:120px;
}
.MOJ-logo {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mleft10 {
    margin-left: 10px;
}
.pageFooter span, .pageFooter a {
    padding: 2px 4px;
}

.pageFooter span {
    background-color: #054c70;
    color: #ffffff;
}

.pageFooter a {
    color: #054c70;
}

.height-resize {
    height: 44px;
}

@media (max-width: 769px) {
    .height-resize {
        height: 0px;
    }
}

/*dashboard-responsive starts*/
/*xs*/
@media (max-width: 763px) {
    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .active.right {
        left: 100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .carousel-col {
        width: 100%;
    }

    .img-responsive {
        width: 100%;
        display: block;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    /*.active > div:first-child + div {
        display: block;
    }*/
}

/*sm*/
@media (min-width: 763px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }

    .img-responsive {
        width: 100%;
        display: block;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -33%;
    }

    .carousel-inner .active.right {
        left: 33%;
    }

    .carousel-inner .next {
        left: 33%;
    }

    .carousel-inner .prev {
        left: -33%;
    }

    .carousel-col {
        width: 33%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }

    .img-responsive {
        width: 100% !important;
        display: block;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-33%, 0, 0);
        transform: translate3d(-33%, 0, 0);
    }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .active.right {
        left: 25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }

    .carousel-col {
        width: 25%;
    }

    .card-img-overlay {
        max-width: 38%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }

            .active > div:first-child + div + div + div {
                display: block;
            }


    .modal-lg {
        width: 1200px;
    }
}

.block {
    width: 306px;
    height: 230px;
}

.active > div {
    display: none;
}

    .active > div:first-child {
        display: block;
    }
/*dashboard-responsive ends*/

.pbar-rtul > .pbar-li > a > .active > .pbar-rdspan, .pbar-ul > .pbar-li > a > .active > .pbar-rdspan {
    background-color: #C2011B;
    border-color: #C2011B;
}

.item > .linkprop > a:focus, .item > .linkprop > a:hover {
    text-decoration: none !important;
    color: black !important;
}

    .item > .linkprop > a:focus div.bg-info, .item > .linkprop > a:hover div.bg-info {
        background-color: #bc1620 !important;
        color: #FFFFFF !important;
    }

.recipient-footer {
    float: left;
}

    .recipient-footer .actionbtn, .recipient-footer .paginationlist {
        float: left;
        margin: 0px 5px;
    }

        .recipient-footer .paginationlist ul {
            margin: 0px;
            padding: 0px;
        }

            .recipient-footer .paginationlist ul li {
                text-decoration: none;
                list-style: none;
                float: left;
                margin: 0px 2px;
            }

                .recipient-footer .paginationlist ul li a span {
                    padding: 2px;
                    color: #000000;
                }

                    .recipient-footer .paginationlist ul li a span.active {
                        border: 1px solid #2f2f2f;
                        border-radius: 2px;
                        background-color: #ffffff;
                    }

.Recipient_table {
    margin-bottom: 30px;
}

.clickHere-prop > a {
    color: #054c70;
}

    .clickHere-prop > a:hover, .clickHere-prop > a:focus {
        color: #054c70;
        text-decoration-color: #054c70;
    }

.color-white {
    color: white;
}

.linkcolor > a:focus, .linkcolor > a:hover {
    color: white;
}

.item-width {
    float: left;
    width: 25%;
}

.goodyear-logo {
    width: 333px;
    height: 48px;
    margin-top: 0px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}
.image-sec img {
    width: 360px;
    margin-top: 30px;
}

#HeaderMenuNav_CustomerLogo {
    padding-top: 5px;
   margin-left:10px;
   width:345px;
}

.has-error .form-control {
    border-color: #054c70;
    -webkit-box-shadow: inset 0 1px 1px rgba(106, 136, 164, 1), 0 0 3px rgba(106, 136, 164, 1);
    box-shadow: inset 0px 0px 0px rgba(5,76,112,1), 0px 0px 3px rgba(5,76,112,1);
}

.has-error .form-control:focus {
    border-color: #054c70;
    -webkit-box-shadow: inset 0 1px 1px rgba(106, 136, 164, 1), 0 0 3px rgba(106, 136, 164, 1);
    box-shadow: inset 0px 0px 0px rgba(5,76,112,1), 0px 0px 3px rgba(5,76,112,1);
}
.a{
    text-align: center;
    
   
}
    .a h3 {
        margin-top: 30px;
        font-weight: bold;
        font-size: 30px;
    }
.header-wrapper {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
}

.border_div1 {
    padding: 20px;
    border: 1px solid #BEBEBE;
    height: auto;
    display:table;
}

/*MOJ code*/



.inpubox {
    padding: 0 10px;
    position: relative;
    z-index: 2;
    background: transparent;
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
}

    .inpubox:focus {
        outline: none;
        border-color: #054c70;
        border-bottom: 1px solid #054c70 !important;
    }

.go_up_effect {
    position: relative;
    width: 100%;
}

    .go_up_effect label {
        color: #054c70;
        position: absolute;
        left: 10px;
        top: 0;
        line-height: 35px;
        z-index: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-weight: bold;
        font-size: 12px;
    }

    .go_up_effect input:focus + label,
    .go_up_effect.has-data label {
        left: 0;
        top: -30px;
        color: #0066CC;
        font-weight: bold;
        font-size: 12px;
    }

.hide-block {
    display: none;
}
.red_btn {
    background-color: #054c70 !important;
    color: #fff !important;
    padding: 7px 25px !important;
    text-transform: uppercase;
    border-radius: 4px !important;
}

    .red_btn:hover {
        color: #fff !important;
        background: #086999 !important;
    }

    .red_btn:visited {
        color: #fff;
        outline: none;
    }

    .red_btn:focus {
        color: #fff;
        outline: none;
    }

.form-login input[type="password"], .form-login input[type="text"] {
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 0;
    color: #054c70;
    border-bottom: 1px solid #333;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #777;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */ border: 1px solid #e2e2e4;
}

.form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}

.forget_passwd {
    color: rgba(121, 121, 121, 0.8196078431372549);
    font-weight: bold;
}

.text-center {
    text-align: center;
}
.btn-home {
    background-color: #ffff !important;
    border-color: #000 !important;
    border-width: 1px;
    outline: none;
    border-radius: unset !important;
    font-weight: 700;
    font-size: 13px;
    color: #212529;
    font-family: Roboto Condensed,sans-serif;
}
.btn-select {
    background-color: #d92231 !important;
    border-color: #d92231 !important;
    border-width: 1px;
    outline: none;
    color: #ffffff;
}

    .btn-select:hover {
        background: #bc1620 !important;
        color: #ffffff !important;
        border-color: #C2011B;
    }
.btn-home:hover {
    background: #bc1620 !important;
    color: #ffffff !important;
    border-color: #C2011B;
}

.common-head {
       border-bottom: 5px solid #d9edf7;
    padding: 10px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 8px 6px -6px black;
    background: #f6f6f6;
    margin-bottom: 10px;
    text-shadow: 3px 4px 3px rgba(0,0,0,0.32) !important;
    color: #333;
}
.mtop{
    margin-top:30px;
}
.m50{
    margin-top:50px;
}
.line_horiz {
    border-bottom: 1px solid #f6f6f6;
    -webkit-box-shadow: 3px 3px 10px 6px #fff;
    -moz-box-shadow: 3px 3px 10px 6px #fff;
    box-shadow: 3px 3px 10px 6px #fff;
}

.login-footer {
    background-color: #d2d3d7;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054c70', endColorstr='#0c608b',GradientType=1 ); /* ie6-9 */
    height: auto;
    padding: 10px;
}


    

/*#footer {
    height: 80px;
    width:100%;
}*/

.form_course {
    height: auto;
    display: table;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 25px;
    border-bottom: 5px solid #054c70;
    width:100%;
}

input.hide-block {
    font-size: 12px !important;
   /* -webkit-animation: floating-text 2s ease alternate infinite;
    -moz-animation: floating-text 2s ease alternate infinite;
    -ms-animation: floating-text 2s ease alternate infinite;
    -o-animation: floating-text 2s ease alternate infinite;
    animation: floating-text 2s ease alternate infinite;*/
}
.form-field .hide-block {
    font-size: 12px !important;
   /* -webkit-animation: floating-text 2s ease alternate infinite;
    -moz-animation: floating-text 2s ease alternate infinite;
    -ms-animation: floating-text 2s ease alternate infinite;
    -o-animation: floating-text 2s ease alternate infinite;
    animation: floating-text 2s ease alternate infinite;*/
}
.animation-danger {
    -webkit-animation: floating-text 2s ease alternate infinite !important;
    -moz-animation: floating-text 2s ease alternate infinite !important;
    -ms-animation: floating-text 2s ease alternate infinite !important;
    -o-animation: floating-text 2s ease alternate infinite !important;
    animation: floating-text 2s ease alternate infinite !important;
}

@-webkit-keyframes floating-text {
    0% {
        -webkit-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@-moz-keyframes floating-text {
    0% {
        -moz-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@-ms-keyframes floating-text {
    0% {
        -ms-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@-o-keyframes floating-text {
    0% {
        -o-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@keyframes floating-text {
    0% {
        transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}


.gradient {
    background-color: #c2011b !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.table-bordered > tbody > tr > th {
    border: 1px solid transparent !important;
}




.table-bordered > tbody > tr > td:not(:last-child) {
    border-right: 1px solid transparent;
}

.m30{
    margin-top:30px;
}

.red {
    color: #D92332
}

.highlight span {
    background-color: #C2011B;
    padding: 5px;
    color: #ffffff;
    padding: 0px 5px;
}

.highlight a {
    color: black;
    padding: 0px 5px;
}



.popover-content {
    height: auto;
    width: 270px;
}
    .popover-content:hover{
        background:#f6f6f6;
    }

    .popover-content .popover-textarea ul {
        list-style: none;
        cursor: pointer;
        font-family: Roboto Condensed,sans-serif;
    }

    .popover-content .popover-textarea ul li a{
        color:#000;
    }
        .popover-content .popover-textarea ul li {
            margin-bottom:5px;
        }
        .popover-content .popover-textarea ul li a:hover {
            color: #054c70;
        }

.upp {
    font-size: 10px;
    padding-left: 4px;
}

.col-sm-2.banner-bg-red.h5.padding-10 {
    background: #bc1620 !important;
    color: #ffffff !important;
    border-color: #C2011B;
}

div#HeaderMenuNav_DivHeaderMenuNav {
    font-family: Roboto Condensed,sans-serif !important;
}

.catalogue-header, .catalogue-text {
    font-family: Roboto Condensed,sans-serif !important;
}

.mb0{
    margin-bottom:0px !important;
}
.mb30{
    margin-bottom:15px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #054c70;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #C2011B;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


.address-sec {
    border-bottom: 5px solid #e34635 !important;
    padding: 5px;
    -webkit-box-shadow: 8px 8px 8px -8px black;
    -moz-box-shadow: 8px 8px 8px -8px black;
    box-shadow: 8px 8px 8px -8px black;
    background: #f6f6f6 !important;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 170px;
    max-height: 250px;
    border: 1px solid #adadad;
}

.adred_btn {
    padding: 2px 9px !important;
    text-transform: none;
    border-radius: 5px !important;
    background-color :#d92231;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054c70', endColorstr='#0c608b',GradientType=1 );
    color: #fff;
    border: none;
}

    .adred_btn:hover {
        color: #fff !important;
        background: #bc1620;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    }

    .adred_btn:visited {
        color: #fff;
    }

    .adred_btn:focus {
        color: #fff;
        outline: none !important;
    }
.bold {
    font-family: 'Open Sans Semibold';
}

.blue{
    color:#1375a7;
}

.recalculate_sec {
    background-image: linear-gradient(to right top, #054c70, #0c608b, #1375a7, #198ac4, #1fa0e1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054c70', endColorstr='#0c608b',GradientType=1 );
    color: #fff;
    padding: 20px;
    display: table;
    height: auto;
    width: 100%;
}

textarea {
    resize: none;
}

.btn_calc {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #439bc7 !important;
}
.m10{
    margin-top:10px;
}

.m5 {
    margin-top: 5px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        /*color: #fff;*/
        font-weight:normal;
    }

        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 1px solid #333;
            background: #fff;
        }

        [type="checkbox"]:checked + label:after,
        [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 6px;
            height: 6px;
            background: #C2011B;
            position: absolute;
            top: 5px;
            left: 5px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.tprice {
    background: #3e6f96;
    padding: 10px;
    width: 250px;
    color: #fff;
}

.spantprice{
    padding-left: 10px;
}

.product-content .img-thumbnail {
    transition: all .2s ease-in-out;
}

    .product-content .img-thumbnail:hover {
        transform: scale(1.1);
    }

#HeaderMenuNav_divWelcomeBar, #HeaderMenuNav_divSearchContainer {
    font-family: Roboto Condensed,sans-serif;
}
.container-fluid > .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav {
    margin: 0px;
}
.modal_add {
    background-color: #d92231;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054c70', endColorstr='#0c608b',GradientType=1 );
    color: #fff;
}

.go_up_effect select {
    color: #054c70;
}
.pric_amt {
    font-size: 15px;
    float: right;
    margin-right:40px;
}


/*select {
   
    background-color: white;
    border: thin solid #054c70;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}



    select.inpubox {
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
    }

       select.inpubox:focus {
            background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
            background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
            border-color: #086999;
            outline: 0;
        }


    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

    select::-ms-expand {
        display: none;
    }*/

iframe {
    border: none !important;
}

.modalfooterCustom {
    border-top: 1px solid #fff !important;
}
.center {
    display: table;
    margin: 0 auto;
}
.navbar-custom {
    background: linear-gradient(-45deg,#6e7074,#454649);
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-family: Roboto Condensed,Roboto,San Francisco,Helvetica Neue,Helvetica,Arial,sans-serif;
    height:64px;
    
}

    .navbar-custom .navbar-content > li > a, .navbar-custom .navbar-right > li > a {
        padding: 22px 22px;
        font-size: 20px;
        color: #ffffff;
        font-weight: 400;
        font-family: Roboto Condensed,Roboto,San Francisco,Helvetica Neue,Helvetica,Arial,sans-serif;
        margin-left:-20px;
        
    }

    .navbar-custom .navbar-right .nav-user-icon {
        border: 2px solid;
        padding: 5px 5px 0px 5px;
        border-radius: 5px;
        margin: 0px 5px;
    }

    .navbar-custom .navbar-right > li > .nav-img {
        position: relative;
        width: 50px;
        height: 64px;
    }

        .navbar-custom .navbar-right > li > .nav-img > .img-drpdwn {
            position: absolute;
            bottom: 18px;
        }

    .navbar-custom .navbar-right > li > .nav-search-cont {
        width: 400px;
        color: #000000;
        padding: 5px 10px;
    }

    .navbar-custom .navbar-right > li > .nav-search {
        padding: 19px 10px;
    }

    .navbar-custom .navbar-right > li > .nav-user {
        padding: 17px 10px;
    }

    .navbar-custom .navbar-content > li > a:hover, .navbar-custom .navbar-content > .active > a, .navbar-custom .navbar-content > .active > a:hover, .navbar-custom .navbar-content > .active > a:focus,
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: hsla(0,0%,100%,.1);
        transition: none;
    }
 .banner-curve {
    border-radius: 4px;
    box-shadow: 0 0 4px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 60%);
    -o-box-shadow: 0 0 4px rgba(0,0,0,.6);
}

label {
    display: inline-block
}

   

        label > input + img { /* IMAGE STYLES */
            cursor: pointer;
            border: 2px solid transparent;
        }

        label > input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
            border: 2px solid red;
        }

        .mtop8{
            margin-top:8px;
        }
.font12 {
    margin-left: 10px;
}
/************custom changes***********/
.pull-right {
    float: right !important;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-nav {
    flex-direction:initial !important;
    float:left;
       
}
.nav {
    padding-left: 0;
    list-style: none;
}
.hide {
    display: none !important;
}
.input-group{
    width:auto !important;
}
p {
    margin: 0 0 10px;
}
.card{
    border:none !important;
}
a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.carousel {
    position: relative;
}
.col-lg-12, .col-md-6, .col-md-2, .col-md-12, .col-md-4, .col-sm-3, .col-sm-8, .col-sm-9, .col-sm-1, .col-md-5, .col-sm-12, .col-md-3, .col-sm-7, .col-sm-2, .col-sm-4, .col-sm-10, .col-md-8, .col-md-1, .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
b,
strong {
    font-weight: 700 !important;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }


.col-lg-3{
    float:left;
}
    

    .input-group-addon:last-child {
        border-left: 0;
    }
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        box-shadow:none !important;
    }

    
    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #333;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('Font/glyphicons-halflings-regular.eot');
    src: url('Font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('Font/glyphicons-halflings-regular.woff2') format('woff2'), url('Font/glyphicons-halflings-regular.woff') format('woff'), url('Font/glyphicons-halflings-regular.ttf') format('truetype'), url('Font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}
.table-bordered {
    border: 1px solid #333;
}
.col-xs-6 {
    width: 50%;
    float:left;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}
.btn-group-vertical > .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before {
    display: table;
    content: " ";
}
.btn-group-vertical>   .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after {
    clear: both;
}

.btn-group-vertical > .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before {
    display: table;
    content: " ";
}

.form-group {
    margin-bottom: 15px;
}

.text-right {
    text-align: right;
}
@media (min-width: 768px) {
    .col-sm-6, .col-sm-2, .col-sm-3, .col-sm-8, .col-sm-9, .col-sm-1, .col-sm-12, .col-sm-7, .col-sm-4, .col-sm-10 {
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-6, .col-md-2, .col-md-4, .col-md-12, .col-md-5, .col-md-3, .col-md-8, .col-md-1, .col-md-9 {
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-6, col-lg-2,.col-lg-12 {
        float: left;
    }
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    /*border-radius: 6px;*/
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display:block !important;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


    
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.panel-default {
    border-color: #333 !important;
}

.panel {
    margin-bottom: 20px !important;
    background-color: #fff !important;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.fade.in {
    opacity: 1;
    background: #3333;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}
.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }
.text-warning {
    color: #8a6d3b !important;
}
.text-danger {
    color: #a94442 !important;
    text-shadow: none !important;
}
.text-info {
    color: #31708f !important;
}
.text-success {
    color: #3c763d !important;
}
.container:before,
.container:after
{
    display: table;
    content: " ";
}
.container:after
{
    clear: both;
}
.navbar > .container
{
    display:block;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }
select.input-sm {
    height: 30px;
   -webkit-appearance:button !important;
    width:100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #666 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #bbb !important;
    box-shadow: #666 0 1px 3px 0 inset !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #aaa !important;
}

.clock {
    width: 20px;
    margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #666 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #bbb !important;
    box-shadow: #666 0 1px 3px 0 inset !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #aaa !important;
}

.clock {
    width: 20px;
    margin-top: 7px;
}


[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #C2011B;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 11px;
    height: 11px;
    border: 1px solid #054c70;
    border-radius: 100%;
    background: #fff;
}
/************custom changes***********/

[data-bs-toggle="tooltip"] {
    position: relative;
}

.tooltip-text {
    visibility: hidden;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
        transform: translateX(-50%);
    }

[data-bs-toggle="tooltip"]:hover .tooltip-text {
    visibility: visible;
}

.default-address {
    font-size: 9.5px;
    color: #fff;
    background-color: #d92231;
    --f: .4em; 
    --r: .8em;
    position: absolute;
    left: 8px;
    bottom: 22px;
    padding-inline: .25em;
    line-height: 1.8;
    border-top: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path: polygon(calc(100% - var(--r)) 100%,0 100%,0 var(--f),var(--f) 0, var(--f) var(--f),calc(100% - var(--r)) var(--f), 100% calc(50% + var(--f)/2));
}
.empty-cart {
    opacity: 0.2;
    width: 35%;
    padding-right: 2rem;
    margin-bottom: 1rem;
}
.empty-address {
    opacity: 0.2;
    width: 35%;
    margin-bottom: 1rem;
}
.mt-20 {
    margin-top: 20px;
}
.fs-12{
    font-size:12px;
}
.glyph-nav{
    margin-right: 8px;
    font-size: 14px;
}
.empty-search-div {
    position: absolute;
    top: 50%;
    left: 50%;
}
.empty-search {
    width: 250px;
    margin-bottom: 1rem;
    filter: grayscale(100%);
}
.borderpx {
    border: solid 1px black !important;
}

.kit {
    height: 125px;
    overflow-y: scroll;
    margin-bottom: 30px;
    box-shadow: 0px 15px 10px -15px #3e3c3c;
}

.kit_amount span {
    color: red;
}

.btn-continue {
    background: transparent;
    border: 1px solid #e97272;
    padding: 5px 30px 5px 30px;
}

.kit table {
    width: 100%;
    border-collapse: collapse;
}

    .kit table td {
        padding: 10px;
        border: 1px solid #ccc;
        text-align: left;
        font-size: 18px;
    }
/* ::-webkit-scrollbar {    display: none; } */
.kit-product .fixed-size-right .kit-item-list-wrapper {
    margin-top: 31px;
}

.kit-item {
    margin-top: 11px;
}

    .kit-item .kit-item-panel {
        background-color: #fff;
        width: 100%;
        height: 110px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border: 1px solid #d6d6d6;
        position: relative;
    }

        .kit-item .kit-item-panel .item-image {
            height: 100px;
            width: 100px;
            min-width: 100px;
            background-color: #fff;
            display: flex;
            color: #484848;
            cursor: pointer;
            justify-content: center;
            padding: 6px;
            align-items: center;
        }

            .kit-item .kit-item-panel .item-image .image {
                object-fit: contain;
                min-height: 50px;
                height: 100%;
                max-width: 100px;
                width: 100%;
            }

.kit-item-list-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.kit-item .kit-item-panel .item-name-price-quantity {
    width: 100%;
    height: 108px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 1px solid #d6d6d6;
}

    .kit-item .kit-item-panel .item-name-price-quantity .item-name-and-price {
        width: 100%;
        height: 100%;
        align-items: center;
        display: flex;
    }

        .kit-item .kit-item-panel .item-name-price-quantity .item-name-and-price .item-name {
            padding: 0 28px;
            display: inline-block;
            width: 55%;
            font-size: 16px;
            color: #484848;
        }

.kit-item .kit-item-panel .item-price {
    padding-right: 28px;
    display: inline-block;
    width: 45%;
    font-size: 16px;
    color: #484848;
}

.kit-item .kit-item-panel .quantity {
    min-width: 200px;
    font-size: 16px;
    color: #767676;
}

.kit-product input[type=number] {
    -moz-appearance: textfield;
}

.kit-quantity-component {
    display: inline-flex;
    flex-direction: column;
}

.kit-item .kit-item-panel .quantity .quantity-label {
    margin-left: 6px;
}

.kit-item .kit-item-panel .remove-btn {
    padding: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    color: #767676;
}

.kit-includes {
    font-size: 18px;
}

.kit-product .fixed-size-right .sticky-price-panel.fixed {
    position: fixed;
    width: 800px;
    left: 800px;
}

.kit-product .fixed-size-right .sticky-price-panel {
    padding-left: 67px;
    padding-right: 80px;
    margin-top: 30px;
}

    .kit-product .fixed-size-right .sticky-price-panel .total-price {
        float: left;
        margin: 5px 0;
        font-size: 16px;
        position: relative;
        min-height: 20px;
    }

        .kit-product .fixed-size-right .sticky-price-panel .total-price .price-display {
            display: flex;
            flex-direction: column;
            align-items: unset;
        }

.kit-item .kit-item-panel.excluded .item-name-price-quantity {
    background-color: #f1f1f3;
}


.kitIncluded {
    cursor: pointer !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.alternate-row-1 {
    background-color: #e7e7e7;
}

.alternate-row-2 {
    background-color: #ffffff;
}