﻿/*
TODO: 
    - typography and fonts need a bit more permanent solution
        - the fonts used are split up between bold and font weight and are at the moment using separate font families
          this is not optimal, should be only one font-family, with the different font-files assigned to different font-weights

        - all text-elements (h1, p etc) need to be reworked a bit to be more general
        
        - we should use em as for sizing, as it works a lot better than pixels
          this may cause issues with older browsers, further investigation needed.btn-sca-success
        - move to a less-based stylesheets, more maintainable and more flexible

*/

@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,600,600i,700,700i&display=swap');

body {
    font-family: 'Asap', HelveticaNeueW01-55Roma, helvetica neue, helvetica, sans-serif;
}

/* Download Catalog  */
a {
    outline: none;
}

    a:focus {
        outline: none;
    }

.text-underline {
    text-decoration: underline;
}

.font-italic {
    font-style: italic;
}

.padding-zero-x {
    padding-left: 0;
    padding-right: 0;
}

.download-catalog div.top-row {
    margin-bottom: 0px;
}

.dialog-image-container img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .download-catalog .download-row {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: -35px;
        padding-bottom: 5px;
        z-index: 10;
        background-color: #fff;
        float: left;
        width: 100%;
    }
}

.download-row.list-inline > li {
    vertical-align: sub;
}

    .download-row.list-inline > li a {
        color: #005597;
    }

.download-catalog.sticky-container .top-row > .row {
    padding: 0
}

.download-catalog .pim-product-body {
    margin-top: 20px;
    min-height: 500px;
}

.download-catalog .download-filter > div {
    padding-bottom: 15px;
}

.download-catalog .pim-product-box.selected-product,
.download-catalog .pim-product-box:hover,
.download-catalog .selected-product .block-with-text:after,
.download-catalog .pim-product-box:hover .block-with-text:after {
    background-color: #edf4f3;
    border-color: #83adca;
}

.download-catalog .downloadbtn a {
    color: #fff !important;
}

.block-with-text:after {
}

.download-catalog .pim-family-filter label,
.download-catalog .pim-product-box {
    cursor: pointer;
}

.download-catalog .download-filter .pim-product-search a {
    top: 21px;
}

.download-catalog .clear-all {
    display: block;
    padding-bottom: 8px;
}

.download-catalog .pim-family-filter label {
    height: 18px;
}

.download-catalog .pim-left-label {
    font-size: 14px;
    font-weight: bold;
}

.download-catalog .pim-left-input {
    width: 100%;
}

.download-catalog .download-filter {
    /*overflow: auto;*/
    z-index: 1; /* position it above footer */
}

.download-catalog.sticky-container .download-filter {
    position: fixed;
    width: 100%;
    max-width: 292px;
}

.download-catalog .pim-product-box .pim-title {
    margin: 8px 0 5px
}

.download-catalog .pim-product-box p {
    font-size: 12px;
    margin: 0 0 0px;
    font-weight: 600;
}

.download-catalog .pim-product-box .pro-img { /*margin-top:9px; margin-bottom:9px;*/
    /*height: 100px;*/
}

    .download-catalog .pim-product-box .pro-img img {
        max-height: 90px !important;
        max-width: 182px !important;
    }

.download-catalog .pim-product-box .pim-product-description .pro-des {
    margin-top: 10px;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.download-catalog .pim-product-box .package-count {
    font-size: 12px;
    font-weight: bold;
}

.download-catalog .pim-product-box .content-pos {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
/*---/*---Start Pim Product Catalog---------------*/


/* styles for '...' */
.block-with-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (2) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
    /* create the ... */
    .block-with-text:before {
        /* points in the end */
        content: '...';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 3px;
        bottom: 2px;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .block-with-text:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: #f9f6f2;
    }

/*.product-catalog .mainBodyTextHeading > h1 {
    margin: 0;
}*/

.product-catalog .mainBodyText {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .product-catalog .mainBodyText > p {
        margin: 0;
    }

.product-catalog .top-row {
    margin-bottom: 5px;
}

.dropDownContainerCustom {
    font-weight: normal;
}

    .dropDownContainerCustom span {
        padding-left: 10px;
    }

@media screen and (min-width: 992px) {
    /*.product-catalog:not(.sticky-container) .pim-product-actions {
	    padding-top: 40px;
	}*/
}

@media screen and (max-width: 768px) {
    .product-catalog .pim-search-sec .mega-menu-container {
        width: 95vw;
    }

    .elearning-course .content {
        float: left !important;
        font-size: 12px;
        width: 100% !important;
    }

    .elearning-course .bor span {
        font-size: 12px !important;
    }

    .elearning-course .btn {
        padding: 3px 4px !important;
        font-size: 11px !important;
        white-space: inherit;
    }

    .site-logo-login {
        margin-left: -21px !important;
        margin-top: -1px !important;
    }

        .site-logo-login img {
            width: 250px;
            height: 52px;
        }

    .header .header-banner {
        height: 100px;
    }

    .header .header-banner2 {
        height: 71px !important;
    }

    .logo-pad {
        margin-top: -30px;
    }

    .approvalpendinglist .input-group {
        margin-bottom: 20px;
    }

    .modal-dialog {
        margin: 80px 10px 10px 10px;
    }

    .modal-open .modal {
        padding-right: 0px !important;
    }
}

@media screen and (min-width: 812px) {
    .product-catalog.sticky-container .pim-search-sec {
        max-width: none;
    }
}

.pim-product-search > input {
    width: 100%;
    height: 32px;
    padding: 5px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.pim-checkbox {
    display: inline-block;
    width: 16%;
}

    .pim-checkbox .checkbox-container {
        display: inline-block;
        /*float: right;*/
        margin-right: 15px;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .pim-checkbox .checkbox-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    /* Create a custom checkbox */
    .pim-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #eee;
        border: 1px solid #ddd;
    }



.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}


.checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pim-product-search a {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 2px;
    text-align: center;
}

    .pim-product-search a i[class^=icon] {
        font-size: 26px;
        color: #303030;
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
    }

.pim-product-actions .pim-add-box {
    /* Restore inital values. */
    /*width: initial; 
    padding-left: 0;
    position: initial; */
    width: 131px;
}

.pim-product-actions .pim-search-sec .mega-menu-arrow {
    right: 60px;
}

.result-container, .family-row {
    /*background-color: #f7f4f0;*/
    /*border: 1px solid #e6e6e6;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.family-row {
    /* margin-top: 10px;*/
}

.product-catalog .thumb-view-table .product-family-title {
    background-color: inherit;
    font-size: 22px;
    padding-left: 0;
}


/*.pim-product-box img{width:100%;}*/
.pim-product-box a img {
    width: inherit;
    height: inherit
}

.pim-product-box {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f9f6f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

    .pim-product-box .pim-title {
        font-size: 14px;
        margin: 10px 0 5px;
        font-weight: bold;
    }

        .pim-product-box .pim-title a {
            cursor: pointer;
        }

    .pim-product-box .pim-title2 {
        font-size: 13px;
        margin: 10px 0 5px;
        font-weight: normal;
    }

.pim-product-description {
    margin-bottom: auto;
}

.pim-product-box img {
    height: 100px;
}

.pim-product-buy .quantity-button {
    padding-left: 0;
    padding-right: 3px;
}

.pim-product-buy .buy-button {
    padding: 0;
}

    .pim-product-buy .buy-button > a {
        font-size: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 5
    }

.pim-product-padding {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0;
}

/*alerts section*/
.alerts-section {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    padding: 6px 15px;
    line-height: 19px;
    letter-spacing: 0.25px;
    font-weight: normal;
    margin-top: 22px;
    margin-bottom: 0px;
    border: none;
}

    .alerts-section .icon {
        align-self: center;
        padding-right: 14px;
    }

    .alerts-section .content {
        flex: 1;
        font-size: 14px;
        font-weight: 400;
        color: #303030 !important;
    }

    .alerts-section .close-icon {
        align-self: center;
    }

        .alerts-section .close-icon a {
            font-size: 18px;
            color: #303030;
        }
/*alerts section*/

/*product-assortment*/
.product-assortment {
}

    .product-assortment table td .upload-button {
        float: left;
        /*margin: 5px 0px 0px 2px !important;
        padding: 2px 4px !important;
        font-size: 12px !important;*/
        margin: 5px 0px 0px 0px !important;
        padding: 2px 2px !important;
        font-size: 11px !important;
    }

    .product-assortment table td a.btn {
        font-weight: normal;
    }

    .product-assortment table td input[type="text"] {
        width: 100% !important
    }

    .product-assortment table td select {
        width: 100% !important
    }

    .product-assortment table td .download-btn {
        /*float: right;
        margin: 5px 0px 0px 0px !important;
        padding: 2px 4px !important;
        font-size: 12px !important;*/
        float: left;
        margin: 5px 0px 0px 2px !important;
        padding: 2px 2px !important;
        font-size: 11px !important;
    }
/*product-assortment*/

/*MEDICAL-DEVICES*/
/*MDR-page*/
.mdr-page {
    margin: 1px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    border-top: 1px dashed #AFAFAF;
}

.MdrColumnPage {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .MdrColumnPage {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .accordion.accordion-boxed .accordion-item .accordion-content .accordion-content-inner.with-cols.MdrColumnPage {
        padding: 0 0 15px;
    }
}

.MdrItemPage {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .MdrItemPage {
        margin-top: 15px;
        padding: 0;
    }
}

.MdrIconPage {
    margin-right: 10px;
    width: 25px;
    flex-shrink: 0;
}

    /*.MdrItemPage:nth-child(2) {
    width: 45px;
    box-sizing: content-box
}*/

    .MdrIconPage img {
        max-height: 25px;
        max-width: 25px;
        vertical-align: top;
    }

.MdrInfoPage {
    /*width: calc(100% - 35px);*/
}

    .MdrInfoPage p {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        color: #303030;
    }

/*.MdrInfoPage p:last-child {
            margin-bottom: 0;
        }*/
/*MDR-page*/
/*MDR-popup*/
.mdr-popup {
    padding-top: 21px;
    padding-bottom: 10px;
    margin: 10px 0px 10px 0px;
    border-top: #ddd 1px solid;
}

.MdrColumnpopup {
    display: flex;
    padding-left: 2%;
}

@media (max-width: 991px) {
    .MdrColumnpopup {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .accordion.accordion-boxed .accordion-item .accordion-content .accordion-content-inner.with-cols.MdrColumnpopup {
        padding: 0 0 15px;
    }
}

.MdrItempopup {
    align-items: center;
    display: flex;
    flex: 1;
    padding: 0 10px;
    /*flex-basis:25%;*/
    /*max-width:25%;*/
    max-width: 250px;
    /*flex-shrink:0;*/
}

    .MdrItempopup:nth-child(1) {
        flex-basis: 50px;
        max-width: 50px;
    }

@media (max-width: 991px) {
    .MdrItempopup {
        margin-top: 15px;
        padding: 0;
    }
}

.MdrIconpopup {
    height: 25px;
    line-height: 25px;
    /*margin-right: 5px;*/
    width: 25px;
}

    /*.MdrIconpopup:nth-child(1) {
    flex:1;
    text-align:center;
}*/

    .MdrIconpopup img {
        max-height: 20px;
        max-width: 20px;
        vertical-align: top;
    }

.MdrInfopopup { /*width:calc(100% - 35px);*/
    flex: 1;
}

    .MdrInfopopup p {
        font-size: 10px !important;
        line-height: 11px;
        color: #303030;
        font-weight: 500;
    }

        .MdrInfopopup p.highlight {
            margin-bottom: 0px;
            font-weight: 600;
        }
/*MDR-popup*/
/*mdr-download*/
.mdr-download {
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    border-top: 1px dashed #AFAFAF;
}

    .mdr-download .contain {
        display: flex;
        margin-bottom: 10px;
    }

        .mdr-download .contain a {
            color: #00abbd;
            font-size: 12px;
            line-height: 14px;
            font-weight: 500;
        }

            .mdr-download .contain a:hover {
                color: #00808e;
            }

        .mdr-download .contain img {
            padding-right: 10px;
        }
/*mdr-download*/

/*MDR-popup-download*/
.MDR-popup-download {
    margin: 0px 0px 0px 0px;
    padding: 16px 15px 0px 15px;
    border-top: 1px solid #ddd;
    display: flex;
}

    .MDR-popup-download .contain {
        margin-right: 20px;
    }

        .MDR-popup-download .contain a {
            color: #00abbd;
            font-size: 10px;
            line-height: 11px;
            font-weight: 500;
        }

            .MDR-popup-download .contain a:hover {
                color: #00808e;
            }

        .MDR-popup-download .contain img {
            padding-right: 3px;
            width: 20px;
            height: 20px;
        }
/*mdr-download*/

/*MEDICAL-DEVICES*/

/*pim-product-catalouge*/
.pim-button-bg {
    background-color: #f9f6f2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pim-product-box-new a img {
    width: inherit;
    height: inherit
}

.pim-product-box-new .discrip {
    font-size: 13px;
}

.pim-product-box-new {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    height: 310px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f9f6f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

    .pim-product-box-new .pim-title {
        font-size: 14px;
        margin: 10px 0 5px;
        font-weight: bold;
    }

        .pim-product-box-new .pim-title a {
            cursor: pointer;
            color: #005597;
        }

            .pim-product-box-new .pim-title a:hover {
                cursor: pointer;
                color: #4c85b1;
            }

    .pim-product-box-new .pim-title2 {
        font-size: 13px;
        margin: 10px 0 5px;
        font-weight: normal;
    }

.pim-product-description-new {
    margin-bottom: auto;
}

.pim-product-box-new img {
    /*height: 100px;*/
    max-width: 175px;
    max-height: 100px;
}

.pim-product-box-new .brochure-img {
    max-width: 230px;
    max-height: 202px;
}

.pim-product-buy-new .quantity-button {
    padding-left: 0;
    padding-right: 3px;
}

.pim-product-buy-new .buy-button {
    padding: 0;
}

    .pim-product-buy-new .buy-button > a {
        font-size: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 5
    }

.pim-product-padding-new {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0;
}

.popup-section {
    width: 50%;
}

.pim-product-buy2 {
    min-height: 35px;
}

    .pim-product-buy2 .quantity-section {
        padding-left: 0px;
        margin-left: -14px;
    }

    .pim-product-buy2 .download-btn {
        padding-top: 8px;
        padding-bottom: 8px;
    }
/*pim-product-catalouge*/

.product-catalog .pim-add-box .badge.success {
    right: 39px;
    top: -1px;
}
/*---TN-1051---------------*/
.product-catalog .pim-add-box .badge.success2 {
    right: 0px;
    top: -1px;
}

.product-catalog .pim-search-sec .product-flash-message {
    left: -27px;
    right: auto;
    min-width: 139px;
}

.product-catalog .pim-search-sec .product-flash-message1 {
    left: -27px;
    right: auto;
    min-width: 139px;
}

.pim-family-filter input {
    position: absolute;
    visibility: hidden;
}

.pim-family-filter label {
    height: 15px;
    /*font-family: 'helvetica neue',helvetica,sans-serif;*/
    font-size: 13px;
    line-height: 14px;
    padding-left: 20px;
    padding-right: 10px;
    background-repeat: no-repeat;
    margin-top: 3px;
    background-image: url(../img/checkbox.png);
    background-position: 0 0;
}

.product-catalog .pim-left-label {
    vertical-align: inherit;
}

.popup-download-info {
    margin: 0px;
}

    .popup-download-info .button-section {
        overflow: auto;
    }

    .popup-download-info .alert {
        margin-bottom: 0px;
        padding: 10px;
    }

@media screen and (min-width:991px) {
    .product-catalog .pim-left-label {
        width: auto;
        padding-right: 20px;
    }
}


.pim-family-filter input:checked + label {
    background-position: 0 -17px;
}

.product-catalog .product-catalog-filter {
    border: 5px solid #003b75;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -10px;
    margin-right: 0;
    padding: 0;
    background-color: #f7f4f0;
}

.product-catalog-filter-heading {
    background-color: #003b75;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}

    .product-catalog-filter-heading a {
        color: #fff !important;
        padding-right: 10px;
        text-decoration: underline;
        float: right;
    }

.product-catalog-filter-body {
    padding: 15px;
}

.product-catalog-filter .pim-left-label {
    font-weight: bold;
    vertical-align: top !important;
    vertical-align: initial !important;
}

.foldable-filter-button {
    background-color: #003b75;
    border-color: #003b75;
    font-size: 22px;
    padding: 3px 7px 5px;
    line-height: 22px;
    float: right;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .foldable-filter-button:hover,
    .foldable-filter-button:focus {
        color: white;
    }

.foldable-filter-arrow {
    background-color: #003b75;
    width: 38px;
    height: 10px;
    float: right;
}

.icon-filter2 {
    font-family: 'icomoon-new';
}

    .icon-filter2:before {
        content: "\e9a5";
    }

.sticky-container .top-row {
    position: fixed;
    top: 81px;
    width: inherit;
    z-index: 8;
    background-color: #fff;
    padding-right: 30px;
    left: 0px;
}

    .sticky-container .top-row > .row {
        background-color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }


/*.sticky-container .filter-row {
	position: fixed;
	top: 184px;
	width: inherit;
	z-index: 8;
}*/

@media screen and (max-width: 768px) {
    .sticky-container .top-row {
        width: 96%;
    }
}

.product-catalog.sticky-container {
    display: block;
}

    .product-catalog.sticky-container .pim-search-sec {
        position: static;
        top: auto;
        width: auto;
        z-index: auto;
    }

    .product-catalog.sticky-container .product-list {
        float: none;
        width: auto;
        padding-right: 0;
    }

.align-right {
    text-align: right;
}

/*---End Pim Product Catalog---------------*/

.tabs-menu {
    height: 40px;
    clear: both;
    border-bottom: 1px solid #ddd;
}

ul.tabs-menu li {
    margin-right: 9px !important;
    line-height: 40px !important;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tabs-menu li {
    height: 40px;
    line-height: 30px;
    float: left;
    padding: 5px;
    list-style-type: none;
    background: #e1e8e7;
}

    .tabs-menu li.current {
        position: relative;
        background-color: #edf4f3;
        border-top: 1px solid #d4d4d1;
        border-right: 1px solid #d4d4d1;
        border-left: 1px solid #d4d4d1;
        z-index: 5;
    }

    .tabs-menu li a {
        padding: 0px 60px;
        color: #2e7da3;
        text-decoration: none;
    }

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border-right: 1px solid #d4d4d1;
    border-bottom: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    background-color: #edf4f3;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.tab-content {
    width: 660px;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;
}

.thead-txt {
    table-layout: fixed;
    background-color: #e1e8e7;
    color: #2e7da3;
    display: table;
}

    .thead-txt > tr > th {
        font-weight: normal;
    }

.menu-heading h2 {
    margin: 25px 0 2px;
}

li.shopping-cart {
    margin-right: 0 !important;
    float: right !important;
}

    li.shopping-cart .badge {
        position: absolute;
        top: 9px;
        right: 7px;
        font-size: 10px;
    }

    li.shopping-cart > a > i {
        font-size: 40px;
        line-height: 52px;
    }

    li.shopping-cart input[type=text] {
        text-align: center;
    }

/* fonts and general styles */

/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'ITCOfficinaSansW04-Book 1123228';*/
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        /*font-family: inherit;*/
    }

p {
    /* font-family:'helvetica neue', helvetica, sans-serif;*/
}

a {
    /*font-family: inherit;*/
}

    a.btn {
        /*font-family:'helvetica neue',helvetica,sans-serif;*/
        font-weight: 600;
    }

    a, a:active, a:visited, a:focus {
        text-decoration: none;
    }

        a:hover {
            text-decoration: underline;
        }

strong, b, .strong {
    font-weight: 600;
    /*font-family:'helvetica neue', helvetica, sans-serif;*/
}

/*#################################*/

/* utility classes */


/* utilities */

.absolute {
    position: absolute;
}

.top {
    top: 0;
}

.right {
    right: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.float-right {
    float: right !important;
}

.horizontal-separator {
    border-bottom: 1px solid;
    height: 1px;
    margin: 8px;
}

.modal-backdrop.show {
    opacity: .5;
}

.sca-modal {
    display: block;
    padding: 16px;
    background-color: rgb(249, 246, 242);
    border: 1px solid rgba(0,0,0,0.1);
    border: 1px solid #e6e6e6;
    azimuth-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75)
}

    .sca-modal h2 a {
        color: #005597;
    }

        .sca-modal h2 a:hover {
            color: #4c85b1;
            text-decoration: none;
        }

    .sca-modal.full-width {
        width: 100%;
    }

    .sca-modal.adjust-position {
        left: 0 !important;
        top: 0 !important;
    }

.sca-modal-background, .modalBackground {
    background-color: Black;
    opacity: 0.3;
}

.icon.strong {
    font-weight: 600;
}

/* margins and paddings */

.padding-small {
    padding: 16px;
}

.top-padding-small {
    padding-top: 16px;
}

.right-padding-small {
    padding-right: 20px !important;
}

.top-padding-medium {
    padding-top: 32px;
}

.top-margin-extra-small {
    margin-top: 8px;
}

.top-margin-small {
    margin-top: 16px;
}

.top-margin-medium {
    margin-top: 32px;
}

.top-margin-extra-large {
    margin-top: 64px;
}

.bottom-margin-extra-small {
    margin-bottom: 8px;
}

.horizontal-padding-small {
    padding-left: 16px;
    padding-right: 16px;
}

.bottom-margin-small {
    margin-bottom: 16px;
}

.bottom-margin-medium {
    margin-bottom: 32px;
}

.bottom-padding-small {
    padding-bottom: 16px;
}

.bottom-padding-medium {
    padding-bottom: 32px;
}

.right-margin-small {
    margin-right: 16px;
}

.left-margin-small {
    margin-left: 16px;
}

.no-margin {
    margin: 0 !important;
}

/* borders and backgrounds */
.border-radius-small {
    border-radius: 3px;
}

.border-1px {
    border: 1px solid;
}

.border-left-1px {
    border-left: 1px solid;
}

.border-right-1px {
    border-right: 1px solid;
}

    .border-right-1px.last {
        border-right: none;
    }

.border-bottom-1px {
    border-bottom: 1px solid;
}

.border-top-1px {
    border-top: 1px solid;
}

.border-color-gray {
    border-color: #d9dede;
}

.min-height-200px {
    min-height: 200px;
}

.min-height-50px {
    min-height: 50px;
}

.bg-white {
    background-color: white;
}

.bg-gray {
    background-color: #f9f6f2;
}

.bg-light-gray {
    background-color: #f7faf5;
    height: 12px;
}

.bg-light-blue {
    background-color: #eff5ec;
}

.bg-blue {
    background-color: #005597;
}

.bg-green {
    background-color: #00abbd;
}

.bg-dark-gray {
    background-color: #f4f1ed;
}

.position-relative {
    position: relative;
}

.list-style-none, .list-style-none ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.margin-label input[type=radio] + label {
    margin-left: 6px;
}

.clear {
    clear: both;
}
/* text */
.align-text-right {
    text-align: right;
}

.align-text-center {
    text-align: center;
}

.float-right {
    float: right;
}

/*Class to put on the "asp-labels" that actually are spans, to make them look like normal labels*/
.asp-label {
    font-weight: 600;
    /*font-family:'helvetica neue',helvetica,sans-serif;*/
}

.form-horizontal a {
    /*font-family:'helvetica neue',helvetica,sans-serif;*/
    font-weight: 600;
    font-size: 16px;
    /*color: #85ba35;*/
}

    .form-horizontal a.btn {
        color: #fff;
    }

.form-horizontal input[type=radio],
.form-horizontal input[type=checkbox] {
    margin-right: 5px;
}

/*Radio button list - use this to avoid line breaks between input and label*/
span.handsomeRadioList > span {
    float: left;
    white-space: nowrap;
}

/*Use this class on validation messages in forms if you want them to appear on a separate line*/
.validationText {
    display: block;
}

.pim-search-box input[type='text']::-ms-clear {
    display: none;
}

.pim-search-box-pim input[type='text']::-ms-clear {
    display: none;
}

.videos {
    width: 50%;
    margin: 30px auto;
}

    .videos .jwplayer {
        margin: 30px 0;
    }

.myOrderLabel {
    padding: 10px 0;
    margin-bottom: 0 !important;
}

#B2bQuickBasketPanel tbody {
    display: block;
    /*height: 150px;*/
    overflow: auto;
    border: 1px solid #ddd;
    border-top: 0px;
}

    #B2bQuickBasketPanel thead, #B2bQuickBasketPanel tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#B2bQuickBasketPanel .input-group-btn:last-child > .btn {
    margin-left: 0 !important;
}


.Resinentdummybuttonheader {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

    .Resinentdummybuttonheader h2 {
        display: inline-block;
    }

.sca-modal {
    content: "";
    clear: both;
    display: table;
}

    .sca-modal .prod-disc {
        background-color: #edf4f3;
        border: #ddd 1px solid;
        border-radius: 3px;
    }

    .sca-modal .mainresidentpopup-btn {
        margin-bottom: 15px;
    }

/*offer-popup start*/
.offer-popup {
    margin: 15px 0px 0px 0px;
}

    .offer-popup table {
        margin-bottom: 10px;
    }

    .offer-popup td {
        color: #303030;
        font-size: 12px;
    }

        .offer-popup td input[type="text"] {
            border: #ccc 1px solid;
            border-radius: 4px;
            width: 90%;
            padding-left: 3px;
            color: #303030;
            font-size: 12px;
        }

            .offer-popup td input[type='text']:-ms-input-placeholder {
                text-overflow: ellipsis;
                color: Gray !important;
            }
        /*added for custom IE placeholder*/
        .offer-popup td input[readonly] {
            background-color: #ddd;
            color: #878787;
        }

    .offer-popup .has-error {
        border: #cb3934 solid 1px;
    }

    .offer-popup th {
        text-align: left;
        background-color: #003b75;
        color: #fff;
        padding: 5px 0px 5px 5px;
    }

    .offer-popup .table > tbody > tr > td,
    .offer-popup .table > tbody > tr > th,
    .offer-popup.table > thead > tr > td,
    .offer-popup.table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .offer-popup .table-bordered {
        border: 1px solid #ddd
    }

    .offer-popup .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #e7e7e7
    }

    .offer-popup .info {
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

        .offer-popup .info span {
            font-size: 12px;
            color: #303030;
            font-weights: bold;
        }
/*offer-popup end*/

/*loyalty-checkout-page start*/

.chekout-container {
}

    .chekout-container .title {
        background-color: #faf7f2;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
    }

    .chekout-container .text-box {
        padding-left: 15px;
    }

    .chekout-container .form-control {
        width: 95%;
        margin-top: 10px;
    }

.checkout-container-details1 {
    padding-top: 10px;
    padding-left: 16px;
}

    .checkout-container-details1 p {
        padding: 5px 0px 5px 0px;
        font-size: 13px;
    }

.checkout-container-details2 {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

    .checkout-container-details2 h3 {
        background-color: #faf7f2 !important;
        padding: 8px 0px 8px 15px;
    }

    .checkout-container-details2 h2 {
        padding: 8px 0px 5px 15px;
        font-size: 15px;
        font-weight: bold; /*font-family:'helvetica neue', helvetica, sans-serif;*/
    }

    .checkout-container-details2 p {
        padding: 0px 0px 5px 15px;
        font-size: 13px;
    }

    .checkout-container-details2 .cifnum {
        display: flex;
        width: 95%;
    }

        .checkout-container-details2 .cifnum .msg {
            width: 100%;
        }

    .checkout-container-details2 .content input[type=text] {
        float: left;
        width: 45%;
        border-radius: 4px;
        padding: 3px;
        border: 1px solid #ddd;
        height: 34px;
        display: block;
        border-right: none;
    }

    .checkout-container-details2 .content select {
        width: 45%;
    }

    .checkout-container-details2 .content a {
        float: left;
        background-color: #00abbd;
        border-color: #00abbd;
        margin-top: 10px;
        width: auto;
        height: 34px;
        font-weight: bold;
        text-align: center;
        margin-left: 0px;
        padding: 6px 8px;
        font-size: 14px;
        line-height: 1.42857143;
        margin-bottom: 4px;
        color: #fff;
        display: block;
        border-radius: 0px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.checkout-container-details3 {
    border-bottom: #d9d9d9 solid 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

    .checkout-container-details3 h3 {
        background-color: #faf7f2 !important;
        padding: 8px 0px 8px 15px;
    }

    .checkout-container-details3 .content {
        overflow: auto;
    }

        .checkout-container-details3 .content input[type=text] {
            float: left;
            width: 45%;
            border-radius: 4px;
            padding: 3px;
            border: 1px solid #ddd;
            height: 34px;
            display: block;
            border-right: none;
        }

        .checkout-container-details3 .content a {
            float: left;
            background-color: #F16E00;
            border-color: #F16E00;
            margin-top: 10px;
            width: auto;
            height: 34px;
            font-weight: bold;
            text-align: center;
            margin-left: 0px;
            padding: 6px 8px;
            font-size: 14px;
            line-height: 1.42857143;
            margin-bottom: 4px;
            color: #fff;
            display: block;
            border-radius: 0px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

            .checkout-container-details3 .content a:hover {
                text-decoration: none;
            }

        .checkout-container-details3 .content .mutiple-coupon {
            font-weight: 600;
            padding-top: 16px;
            float: left;
            width: auto;
            margin-left: 8px;
        }

    .checkout-container-details3 .validation {
        float: left;
    }

    .checkout-container-details3 .error-msg {
        margin-bottom: 10px;
        color: #ff0000;
    }

    .checkout-container-details3 .msg {
        padding-left: 15px;
    }

        .checkout-container-details3 .msg .alert-success {
            width: 97%;
            margin-bottom: 5px;
            padding: 8px;
        }

            .checkout-container-details3 .msg .alert-success a {
                color: #3c763d;
                font-weight: 600;
                font-size: 18px;
            }

.chekout-container .order-mail {
    margin-top: 10px;
}

    .chekout-container .order-mail p {
        font-size: 12px;
        font-weight: bold;
    }

    .chekout-container .order-mail input[type='checkbox'] {
        margin-right: 5px;
    }

.chekout-container-button-bg {
    background-color: #faf7f2;
    overflow: auto;
    padding: 10px 0px 10px 0px;
    border-radius: 4px;
}

/*loyalty-checkout-page end*/

/*loyalty-unsubscribe-page start*/
.lo-unsubscribe-page {
}

    .lo-unsubscribe-page h2 {
        padding-bottom: 10px !important;
    }

.lo-unsubscribe-page-button-bg {
    background-color: #faf7f2;
    overflow: auto;
    padding: 10px 10px 10px 0px;
    border-radius: 4px;
}
/*loyalty-unsubscribe-page end*/

/*loyalty-prod-catg finetuning start*/

.pim-product-box2 a img {
    width: inherit;
    height: inherit
}

.pim-product-box2 {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    height: 310px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f9f6f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

    .pim-product-box2 .pim-title {
        font-size: 18px;
        margin: 0px 0px 10px 0px;
        font-weight: bold;
    }

        .pim-product-box2 .pim-title a {
            cursor: pointer;
            color: #005597;
        }

            .pim-product-box2 .pim-title a:hover {
                cursor: pointer;
                color: #4c85b1;
            }

    .pim-product-box2 .pim-title2 {
        font-size: 13px;
        margin: 5px 0 5px;
        font-weight: normal;
    }

    .pim-product-box2 img {
        height: 100px;
    }

    .pim-product-box2 .pieces-con {
        font-weight: bold;
    }

    .pim-product-box2 .discrip {
        font-size: 13px;
        text-align: center;
    }

.pim-product-buy2 .quantity-button {
    width: 90px;
    display: inline-block;
}

    .pim-product-buy2 .quantity-button .form-control {
        display: inline-block;
    }

.pim-product-buy2 .buy-button {
    /*width: 50px;*/
    display: inline-block;
    margin-left: -5px;
}

    .pim-product-buy2 .buy-button > a {
        font-size: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: -3px;
        z-index: 5;
        outline: none;
    }

        .pim-product-buy2 .buy-button > a:focus {
            outline: none;
        }

.popup-img-container {
    text-align: center;
}

/*loyalty-prod-catg finetuning start*/
/*loyalty approve reject start*/
.navigation {
}

    .navigation a {
        color: #1d388b !important;
    }

        .navigation a:hover {
            color: #4c85b1 !important;
            text-decoration: underline;
        }

.approvalpendinglist {
}

    .approvalpendinglist .search-panel {
        margin-bottom: 35px;
    }

    .approvalpendinglist .input-group-btn:last-child > .btn {
        margin-left: 0px !important;
    }

    .approvalpendinglist .error-msg {
        color: #ff0000;
        position: absolute;
        width: 100%;
        left: 0;
        top: 34px;
        line-height: 15px;
        font-size: 12px;
    }

    .approvalpendinglist .alert {
        margin-bottom: 8px;
        padding: 10px;
        text-align: center;
    }

/*loyalty approve reject end*/

.close-button-cookies {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

    .close-button-cookies:hover {
        text-decoration: underline;
    }

.product-qty-number.ng-binding {
    display: inline-block;
}

.add-all-error, .add-all-error-resident {
    display: none;
}

.add-all-errorpopup, .add-all-error-residentpopup {
    display: none;
}

.pim-add-box .shopping-cart-button {
    width: 37px;
    height: 32px;
    display: inline-block;
    background-image: url(../img/shopping-cart.png);
    background-position: 40%;
    background-repeat: no-repeat;
}

.pim-view-box span {
    vertical-align: top;
    display: inline-block;
    height: 32px;
}

    .pim-view-box span a {
        padding: 4px 8px;
        display: block;
    }

        .pim-view-box span a i {
            font-size: 22px;
        }

#mytabs {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.sticky-container {
    content: "";
    clear: both;
    display: table;
    float: none;
}

    .sticky-container .filter {
        position: fixed;
        top: 20.5%;
        width: 100%;
        padding-right: /*30px*/ 16px;
    }

    .sticky-container .pim-search-sec,
    .sticky-container #mytabs {
        position: fixed;
        top: 20.5%;
        width: 100%;
        z-index: 9;
        background-color: #fff;
        max-width: 1170px;
    }

    .sticky-container .product-list {
        float: right;
        width: 66%;
        padding-right: 5px;
    }

    .sticky-container .product-count-error {
        display: block;
        /*position: fixed;*/
        top: 25.4%;
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
        z-index: 9;
    }

.sticky-export-button, .sticky-button-mobile {
    position: fixed;
    /*left: 7.7%;*/
    display: block;
    width: 100%;
    /*background-color: #fff;*/
    padding-top: 10px;
}

.thumb-view-table, .list-view-table {
    min-height: 240px;
}

    .thumb-view-table li {
        margin-left: 0 !important;
    }

.VideoTeaserWrapper {
    padding: 5px;
}

    .VideoTeaserWrapper .jwplayer {
        max-height: 360px;
        min-height: 360px;
    }

    .VideoTeaserWrapper .TeaserWrapper {
        padding: 10px;
        border: 1px solid #e6e6e6;
        border-radius: 3px;
    }

.pim-search-sec .mega-menu-container {
    position: absolute;
    top: 42px;
    right: -12px;
    z-index: 9;
    width: 745px;
    -webkit-box-shadow: 6px 6px 9px -2px #a6a6a6;
    box-shadow: 6px 6px 9px -2px #a6a6a6;
}

.pim-search-sec .mega-menu-arrow {
    position: absolute;
    top: 43px;
    right: 18px;
}

.pim-search-sec .foldable {
    display: none;
}

    .pim-search-sec .foldable .btn {
        line-height: 22px;
        font-size: 14px;
        padding: 3px 7px;
    }

    .pim-search-sec .foldable .text {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        padding-bottom: 10px;
        display: inline-block;
        color: #303030;
    }

    .pim-search-sec .foldable a.description {
        color: #303030;
    }

    .pim-search-sec .foldable .mega-menu {
        padding: 15px;
    }

.pim-search-sec .header {
    background-color: #f9f6f2;
    padding: 5px 0px 5px 10px;
}

.pim-search-sec .header {
    background-color: #f9f6f2;
    padding: 3px 0px 3px 10px;
}

.pim-search-sec .footer {
    background-color: #f9f6f2;
    padding: 8px 10px 8px 10px;
    margin-top: 10px;
}

.pim-search-sec .table-content {
}

    .pim-search-sec .table-content table {
        width: 98%;
        margin: 0 auto;
    }

        .pim-search-sec .table-content table tbody td {
            background-color: #f9f9f9;
            padding: 8px;
            border-bottom: 3px #fff solid;
        }

        .pim-search-sec .table-content table thead th {
            padding: 8px;
        }

.pim-search-sec .foldable .save-templet {
    display: block;
    float: right;
}

    .pim-search-sec .foldable .save-templet .btn-success {
        margin-left: 20px;
    }

.pim-search-sec .footersec {
    background-color: #f9f6f2;
    padding: 8px 10px 8px 10px;
    margin-top: 10px;
}

.pim-add-box .badge.success {
    position: absolute;
    top: 1px;
    right: -4px;
    z-index: 1;
    background-color: #003c73;
}

/*---TN-1051---------------*/
.pim-add-box .badge.success2 {
    position: absolute;
    /*top: 1px;*/
    right: 25px;
    z-index: 1;
    background-color: #003c73;
}

.pim-search-sec .foldable .FoldabeShoppingbasketlink {
    display: block;
    font-weight: bold;
    text-align: right;
    color: #003c73;
    margin: 0 10px 10px 0;
    text-decoration: underline;
}

    .pim-search-sec .foldable .FoldabeShoppingbasketlink:hover {
        color: #4c85b1;
        text-decoration: underline;
    }

.pim-search-sec .foldable .btn {
    padding: 1px 7px;
}

.pim-search-sec .foldable .input-sm {
    height: 25px;
}

.pim-search-sec .foldable #B2bQuickBasketPanel tbody {
    height: 220px;
    overflow-y: overlay;
}

.pim-web-product tbody {
    height: 220px !important;
}

.pim-web-product-price td {
    font-weight: bold;
}

.pim-search-sec .foldable .table-striped {
    margin-bottom: 10px;
    table-layout: fixed;
}
/*.pim-search-sec .foldable .table-striped td, .pim-search-sec .foldable .table-striped th{ text-align: center; }*/
.pim-search-sec .foldable .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.pim-search-sec .product-flash-message {
    position: absolute;
    top: -45px;
    right: -30px;
    background-color: #fff;
    min-width: 130px;
    border: 1px solid #003c73;
    border-radius: 4px;
    padding: 6px;
    display: none;
    color: #003c73;
    font-weight: normal;
}

    .pim-search-sec .product-flash-message:before {
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #003c73;
        position: absolute;
        bottom: -10px;
        left: 80px;
        transform: rotate(180deg);
    }


.pim-search-sec .product-flash-message1 {
    position: absolute;
    top: -30px;
    right: -10px;
    background-color: #fff;
    min-width: 130px;
    border: 1px solid #003c73;
    border-radius: 4px;
    padding: 6px;
    display: none;
    z-index: 9999;
}

    .pim-search-sec .product-flash-message1:before {
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #003c73;
        position: absolute;
        bottom: -10px;
        left: 80px;
        transform: rotate(180deg);
    }

.thumb-view-table .product-family-title {
    margin: 0;
    padding-top: 10px;
}

    .thumb-view-table .product-family-title h3 {
        font-size: 18px;
        font-weight: bold;
        color: #303030;
        margin: 0 !important;
        padding: 0px;
    }

    .thumb-view-table .product-family-title p {
        font-size: 13px !important;
        font-weight: normal;
        color: #303030;
        margin: 0;
        padding: 10px 0px 10px 0px;
    }

        .thumb-view-table .product-family-title p a.data-ballon {
            background-color: #ff0000;
        }

/*pim checkout page*/
.checkout {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 0px;
}

    .checkout h3 {
        background: #f9f6f2;
        margin-bottom: 15px;
        padding: 10px;
    }

    .checkout h2 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .checkout .content {
        margin: 0px;
    }

    .checkout .cifnum {
        display: flex;
    }

        .checkout .cifnum .msg {
            width: 100%;
            color: #ff0000;
        }
/*pim checkout page*/

/*discount range start*/
.product-family-title div.pim-rig-dis {
    width: 100%;
    display: inline-block;
    margin: 1% 0;
}

    .product-family-title div.pim-rig-dis span {
        background-color: #ccc;
        color: #444;
        font-weight: normal;
        margin-right: 1%;
        padding: 5px 12px 5px 12px;
        font-size: 11px;
        border-radius: 4px;
    }

.thumb-view-table .product-family-title span.discont-range {
    font-size: 12px;
    color: #303030;
    font-weight: bold;
    border: 0;
    margin: 0;
    padding: 0px;
}
/*discount range end*/
/*body, textarea, input[type=text], input[type=select], button, td{border-color:#f3f2f2}*/

/*#ctl00_ContentRegion_ProductList_TabCompany_UserTabPanel1_productList td{border:#ddd 1px solid;}
.productlist-wrapper table{border:1px solid #ddd!important;}*/

/*Start Product assortments page*/

/* Angular JS validation for Max quanity End */
.max-quantity-error {
    display: none;
}

.ng-invalid-max ~ .max-quantity-error {
    display: block;
    color: Red;
}

.productlist-wrapper { /*margin: 0 8%;*/
    margin: 0;
}

.content-region ul.tabs {
    background-color: #f3f2f2 !important;
    padding-top: 3px;
    padding-bottom: 3px; /*padding-left:8%*/
    padding-left: 0;
}

.content-region .tabs li {
    display: inline-block;
    text-decoration: none;
    /*border: 1px solid #ddd;*/
    border-radius: 4px;
    cursor: pointer;
}

    .content-region .tabs li a {
        width: 100%;
        display: block;
        text-decoration: none;
        padding: 10px 20px;
        background-color: #ddd;
        /*font-family:Arial!important;*/
        font-size: 14px;
    }

        .content-region .tabs li a:hover {
            background-color: #e4e4e4;
        }

    .content-region .tabs li:hover { /*border: 1px solid #afafaf;*/
    }

    .content-region .tabs li a.active {
        background-color: #fff;
        font-weight: bold;
    }

.productlist-wrapper .trigger {
    margin: 20px 0 15px 0;
    font-size: 24px;
}

.productlist-wrapper i {
    margin-bottom: 10px;
    display: inline-block;
}

.manuals-container {
}

    .manuals-container .add-quesans-wrapper {
    }

        .manuals-container .add-quesans-wrapper .add-new {
            margin: 0px;
        }

            .manuals-container .add-quesans-wrapper .add-new input[type=button] {
                width: auto;
            }

        .manuals-container .add-quesans-wrapper .dataTables_length {
            width: 40%;
        }

            .manuals-container .add-quesans-wrapper .dataTables_length label {
                display: block;
            }

            .manuals-container .add-quesans-wrapper .dataTables_length select {
                width: 30%;
            }

        .manuals-container .add-quesans-wrapper table {
            margin: 0px;
        }

            .manuals-container .add-quesans-wrapper table th {
                background-color: #1D388B;
                color: #fff;
                font-size: 14px;
                line-height: 20px;
                padding: 5px 10px 5px 10px;
            }

                .manuals-container .add-quesans-wrapper table th.align-center {
                    text-align: center;
                    padding: 0px;
                }

            .manuals-container .add-quesans-wrapper table td {
                color: #000;
                font-size: 14px;
                line-height: 20px;
                padding: 5px 10px 5px 10px;
                border: #e2e3e4 1px solid;
                vertical-align: inherit;
            }

                .manuals-container .add-quesans-wrapper table td.count {
                    text-align: right;
                }

            .manuals-container .add-quesans-wrapper table th:first-child {
                border-top-left-radius: 4px;
            }

            .manuals-container .add-quesans-wrapper table th:last-child {
                border-top-right-radius: 4px;
            }

            .manuals-container .add-quesans-wrapper table.dataTable {
                border-collapse: collapse;
            }

                .manuals-container .add-quesans-wrapper table.dataTable thead th, table.dataTable thead td {
                    border-bottom: none;
                }

                .manuals-container .add-quesans-wrapper table.dataTable.no-footer {
                    border-bottom: none;
                }

        .manuals-container .add-quesans-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
            padding: 0px;
        }

            .manuals-container .add-quesans-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current {
                color: #fff !important;
                background: none;
                background-color: #00abbd;
            }

            .manuals-container .add-quesans-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                background: none;
                background-color: #00808e;
                border: #00abbd 1px solid;
            }

    .manuals-container .quesans-wrapper .form-group {
        display: flex;
    }

        .manuals-container .quesans-wrapper .form-group label {
            padding-right: 10px;
        }

        .manuals-container .quesans-wrapper .form-group input[type=text] {
            width: 40%;
        }

    .manuals-container .quesans-wrapper table {
        margin: 0px;
    }

        .manuals-container .quesans-wrapper table th {
            background-color: #1D388B;
            color: #fff;
            font-size: 14px;
            line-height: 20px;
            padding: 5px 10px 5px 10px;
        }

            .manuals-container .quesans-wrapper table th.align-center {
                text-align: center;
                padding: 0px;
            }

        .manuals-container .quesans-wrapper table td {
            color: #000;
            font-size: 14px;
            line-height: 20px;
            padding: 5px 10px 5px 10px;
            border: #e2e3e4 1px solid;
        }

            .manuals-container .quesans-wrapper table td.count {
                text-align: right;
            }

        .manuals-container .quesans-wrapper table th:first-child {
            border-top-left-radius: 4px;
        }

        .manuals-container .quesans-wrapper table th:last-child {
            border-top-right-radius: 4px;
        }

        .manuals-container .quesans-wrapper table.dataTable {
            border-collapse: collapse;
        }

            .manuals-container .quesans-wrapper table.dataTable thead th, table.dataTable thead td {
                border-bottom: none;
            }

            .manuals-container .quesans-wrapper table.dataTable.no-footer {
                border-bottom: none;
            }

/*new-tab*/
.prod-catg .ultabs {
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.prod-catg #mytabs {
    padding: 0px;
    border-bottom: #d9d9d9 1px solid;
    margin-bottom: 10px;
    z-index: 8;
}

.prod-catg .tabs li {
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

    .prod-catg .tabs li a {
        width: 100%;
        display: block;
        text-decoration: none;
        padding: 8px 26px;
        background-color: transparent;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        background-color: #d9d9d9;
        border-radius: 3px 3px 0px 0px;
    }
        .prod-catg .tabs li a.active {
            background-color: #004d7f;
            font-size: 14px;
            color: #fff;
            font-weight: bold;
            border-radius: 3px 3px 0px 0px;
            border-bottom: none;
        }
/*new-tab*/


/*tab for product absorbent page*/
.prod-catg2 .ultabs {
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.prod-catg2 #mytabs {
    padding: 0px;
    border-bottom: #d9d9d9 1px solid;
    margin-bottom: 10px;
    z-index: 8;
}

.prod-catg2 .tabs li {
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 26px;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #d9d9d9;
    border-radius: 3px 3px 0px 0px;
}

    .prod-catg2 .tabs li a {
        color: #fff;
    }

        .prod-catg2 .tabs li a:hover {
            text-decoration: none;
        }

    .prod-catg2 .tabs li.active {
        background-color: #004d7f !important;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px 3px 0px 0px;
        border-bottom: none;
    }

        .prod-catg2 .tabs li.active a {
            color: #fff !important;
        }

            .prod-catg2 .tabs li.active a:hover {
                text-decoration: none;
            }
/*tab for product absorbent page*/



/*e-learning*/
.elearing table td span.multiselect-native-select .btn-group {
    width: 200px !important;
}

    .elearing table td span.multiselect-native-select .btn-group ul.dropdown-menu {
        width: 100% !important;
        min-width: inherit !important;
        max-height: 250px;
        overflow: auto;
    }

        .elearing table td span.multiselect-native-select .btn-group ul.dropdown-menu > li > a {
            white-space: normal;
        }

.elearning ul.tabs {
    border-bottom: #d9d9d9 1px solid;
    margin-bottom: 10px;
    padding-left: 0px;
}

.elearning .tabs li {
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

    .elearning .tabs li a {
        width: 100%;
        display: block;
        text-decoration: none;
        padding: 8px 26px; /*background-color: transparent;*/
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        background-color: #d9d9d9;
        border-radius: 3px 3px 0 0;
    }

        .elearning .tabs li a.active {
            background-color: #004d7f;
            font-size: 14px;
            color: #fff;
            font-weight: bold;
            border-radius: 3px 3px 0 0;
            border-bottom: none;
        }

/*ul, ol {
    list-style: none;
}*/

.elearning ul.tabs-new {
    border-bottom: #d9d9d9 1px solid;
    margin-bottom: 10px;
    padding-left: 0px;
}

.elearning .tabs-new li {
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

    .elearning .tabs-new li a {
        width: 100%;
        display: block;
        text-decoration: none;
        padding: 10px 30px;
        font-size: 14px;
        color: #737373;
        font-weight: bold;
    }

        .elearning .tabs-new li a.active {
            border-bottom: 2px #004d7f solid !important;
            font-size: 14px;
            color: #004d7f;
            font-weight: bold;
            border-bottom: none;
        }

.elearning .tab5_2 .content {
    overflow: auto;
    margin-bottom: 10px;
}

    .elearning .tab5_2 .content .title {
        float: left;
        width: auto;
        margin: 0px;
        padding-top: 10px;
        font-size: 14px;
    }

    .elearning .tab5_2 .content .btn-create-new {
        float: right;
    }

.elearning .popup-table {
    margin: 0px;
}

    .elearning .popup-table table {
        width: 100%;
        margin-top: 5px;
    }

        .elearning .popup-table table th {
            padding: 0px;
            font-weight: normal;
        }

        .elearning .popup-table table td {
            padding: 0px;
            color: #303030;
        }

.elearning table td input[type="text"] {
    text-align: left !important;
}

.elearning .popup-table table td select {
    width: 100%;
    margin: 3px;
    border: #ccc 1px solid;
    border-radius: 4px;
    padding-left: 3px;
    height: 30px;
}

.elearning .popup-table .table2 {
    margin-top: 5px;
    padding: 8px 0px 8px 10px;
    background-color: #d9edf7;
    border-radius: 3px;
}

    .elearning .popup-table .table2 table {
        margin-top: 5px;
        padding: 0px 0px 0px 10px;
        border: none;
        background-color: #d9edf7;
        border-radius: 3px;
    }

        .elearning .popup-table .table2 table td {
            padding: 0px;
            border: none;
            color: #303030;
            text-align: left;
        }

        .elearning .popup-table .table2 table .check-box {
            padding-left: 10px;
        }

.elearning table {
    text-align: center;
    border: #f3f2f2 1px solid;
    width: 100%;
}

    .elearning table th {
        padding: 10px;
        text-align: center;
        background-color: #003366;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }

    .elearning table td {
        padding: 10px;
        color: #000;
        font-size: 12px;
        border: #f3f2f2 1px solid;
    }

        .elearning table td input[type="text"] {
            width: 100%;
            margin: 3px;
            border: #ccc 1px solid;
            border-radius: 4px;
            padding-left: 3px;
            height: 30px;
            text-align: center;
        }

        .elearning table td textarea {
            width: 90%;
            margin: 3px;
            border: #ccc 1px solid;
            border-radius: 4px;
            padding-left: 3px;
        }

        .elearning table td select {
            width: 90%;
            margin: 3px;
            border: #ccc 1px solid;
            border-radius: 4px;
            padding-left: 3px;
            height: 30px;
        }

.elearning .add-new {
 height: 30px;
    padding: 3px 10px;
    margin-bottom: 5px;
    width: auto;
    font-weight: normal;
}

.elearning .alert-danger {
    width: 100%;
    height: 30px;
    text-align: center;
}

.elearning .alert {
    padding: 3px;
    margin-bottom: 5px;
}

.elearning .alert-success {
    width: 100%;
    height: 30px;
    text-align: center;
}

.elearning-course {
    margin: 0px;
}

    .elearning-course table td {
        padding: 0px;
        vertical-align: top;
    }

    .elearning-course .heading {
        background-color: #faf7f2;
        border: #d9d9d9 solid 1px;
        border-radius: 4px;
        color: #005597;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 0px 10px 0px;
        overflow: auto;
        margin-top: 5px;
    }

        .elearning-course .heading a {
            color: #00abbd;
        }

            .elearning-course .heading a:hover {
                color: #00808e;
            }

        .elearning-course .heading .rig-content {
            display: flex;
            justify-content: flex-end;
            font-size: 14px;
            color: #303030;
        }

            .elearning-course .heading .rig-content span {
                padding-top: 2px;
            }

            .elearning-course .heading .rig-content img {
                padding-left: 5px;
            }

    .elearning-course .image {
        float: left;
        margin-left: 15px;
        margin-right: 10px;
    }

    .elearning-course .content {
        float: right;
        vertical-align: top;
        width: 65%;
        padding-right: 1%;
    }

    .elearning-course .sec {
        padding-left: 10px;
    }

    .elearning-course .title {
        padding: 8px 0px 8px 0px;
        font-weight: bold;
        color: #000;
    }

    .elearning-course h4 {
        padding: 8px 0px 15px 10px;
        font-weight: bold;
    }

    .elearning-course .bor {
        border-right: #d9d9d9 solid 1px;
        padding-bottom: 25px;
    }

    .elearning-course .bor1 {
        border-right: #d9d9d9 solid 1px;
    }
    /*.elearning-course .bghover{padding-top:5px; padding-bottom:5px;}*/
    /*.elearning-course .bghover:hover {background-color:#fcf8e3;}*/
    .elearning-course .bor-none {
        border-right: none;
    }

    .elearning-course .bor span {
        vertical-align: top;
        font-size: 14px;
        color: #005597;
    }

    .elearning-course .btn {
        padding: 3px 9px;
        font-size: 12px;
        white-space: inherit;
    }

    .elearning-course .btn-disabled {
        background-color: #d9d9d9 !important;
        border: none;
        cursor: default;
    }

        .elearning-course .btn-disabled:hover {
            background-color: #d9d9d9;
            border: none;
        }

    .elearning-course .btn-disabled2 {
        background-color: transparent !important;
        border: none;
        cursor: default;
        opacity: 0.2;
        padding: 0px;
    }

    .elearning-course .btnbg {
        background-color: #00abbd;
        border: none;
    }

        .elearning-course .btnbg:hover {
            background-color: #00808e;
        }

.elearing-upload {
    background-color: #faf7f2;
    border: #d9d9d9 solid 1px;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}

    .elearing-upload label {
        font-size: 13px;
        color: #005597;
        font-weight: bold;
    }
/*.elearing .modal-wid{width:500px}*/
.elearning-course-rating-Questionnaire {
}

    .elearning-course-rating-Questionnaire h3 {
        font-size: 20px;
        padding: 6px 0 6px 0;
    }

    .elearning-course-rating-Questionnaire input[type="radio"] {
        margin: 4px 5px 4px 0;
        vertical-align: top;
    }

    .elearning-course-rating-Questionnaire input[type="checkbox"] {
        margin: 4px 5px 4px 0;
        vertical-align: top;
    }

    .elearning-course-rating-Questionnaire .checked {
        color: orange;
    }

.elearing .checked {
    color: orange;
}

.elearning-course-rating-Questionnaire .modal-wid2 {
    width: 450px;
}
/*e-learning*/
/*attendenc start*/
.attendence table {
    text-align: center;
    width: 100%;
    border: #f3f2f2 1px solid;
}

    .attendence table th {
        padding: 10px;
        text-align: center;
        background-color: #003366;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }

    .attendence table td {
        padding: 10px;
        color: #303030;
        font-size: 14px;
        background-color: #e4e4e4;
        border: #f3f2f2 1px solid;
    }

.attendence .button-bg {
    background-color: #faf7f2;
    overflow: auto;
    padding: 10px 0px 10px 0px;
    border-radius: 4px;
    margin-top: 10px;
}

    .attendence .button-bg a.btn {
        font-weight: normal;
    }

.backToTop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #003c73;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}
/*attendenc start*/



.productlist-wrapper .ajax__tab_xp .ajax__tab_body {
    border: 0;
    padding: 0;
}

.productlist-wrapper .ajax__tab_xp .ajax__tab_header {
    background: none;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_tab, .ajax__tab_xp .ajax__tab_active .ajax__tab_outer, .ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
    background: none !important;
    padding: 0;
    font-size: 16px;
    margin-bottom: 5px;
    display: none;
}

.ajax__tab_xp .ajax__tab_tab {
    height: auto !important;
}

#ctl00_ContentRegion_ExportImportTool_TabCompany_UserTabPanel1_Iframe1 {
    border: none;
}

.productlist-wrapper table {
    text-align: center;
    border: #f3f2f2 1px solid;
    width: 100%;
}

    .productlist-wrapper table th {
        padding: 10px 3px 10px 3px;
        text-align: center;
        background-color: #003366;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
    }

    .productlist-wrapper table td {
        padding: 10px 5px 10px 5px;
        color: #303030 !important;
        font-size: 12px;
        border: #f3f2f2 1px solid;
    }

        .productlist-wrapper table td input[type="text"] {
            width: 60%;
            /*margin: 3px;*/
            border: #ccc 1px solid !important;
            padding-left: 3px;
            border-radius: 3px;
        }

        .productlist-wrapper table td select {
            width: 90%;
            /*margin: 3px;*/
            border: #ccc 1px solid !important;
            padding-left: 3px;
            border-radius: 3px;
        }

        .productlist-wrapper table td textarea {
            /*width: 100%;*/
            border: #ccc 1px solid !important;
            padding-left: 3px;
            border-radius: 3px;
        }

.productlist-wrapper .widthcol {
    width: 135px;
}

.productlist-wrapper .widthcol2 {
    width: 53px;
}

/*loyalty-product-assortment-tool-coupontab*/
.productlist-wrapper .coupon-tab {
}

    .productlist-wrapper .coupon-tab .input-group input[type="text"] {
        width: 95%;
    }

    .productlist-wrapper .coupon-tab .input-group .input-group-btn a {
        color: #005597;
    }

    .productlist-wrapper .coupon-tab .input-group i {
        margin-bottom: 0px;
    }


    .productlist-wrapper .coupon-tab .ajax__calendar_container .ajax__calendar_body {
        width: 100% !important;
    }

        .productlist-wrapper .coupon-tab .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
            width: 100% !important;
        }

    .productlist-wrapper .coupon-tab .ajax__calendar_container table td {
        padding: 0px;
    }

.multiselect-wrapper .multiselect-section .btn {
    color: #303030;
}

.multiselect-wrapper .multiselect-section .dropdown-menu > li > a {
    white-space: normal;
}

.multiselect-wrapper .multiselect-section .dropdown-menu {
    width: 300px;
    max-height: 200px;
    min-height: 100px;
    overflow: auto;
    z-index: 8;
}
/*loyalty-product-assortment-tool-coupontab*/



/*MultiSelect*/
.multiselect-section .btn {
    font-size: 12px;
    color: #303030
}

.multiselect-section .dropdown-menu {
    font-size: 12px;
}

    .multiselect-section .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background-color: #003366;
    }

#expimpmain h2 {
    margin-top: 0px;
    color: #303030;
}
/*Multiselect*/

.orderhistory-wrapper {
    margin: 0;
}

    .orderhistory-wrapper .ajax__tab_xp .ajax__tab_body {
        border: 0;
        padding: 0;
    }

    .orderhistory-wrapper table {
        text-align: center;
        border: transparent;
        width: 100%;
    }

        .orderhistory-wrapper table th, td {
            border: none;
        }

        .orderhistory-wrapper table th {
            padding: 10px;
            text-align: center;
            font-weight: bold;
            font-size: 12px;
            border-bottom: #ddd 1px solid;
            border-top: #ddd 1px solid;
        }

        .orderhistory-wrapper table td {
            padding: 10px;
            color: #303030 !important;
            font-size: 12px;
            border-bottom: #ddd 1px solid;
        }

            .orderhistory-wrapper table td input[type="text"] {
                width: 60%;
                margin: 3px;
                border: #ccc 1px solid !important;
                padding-left: 3px;
                border-radius: 3px;
            }

            .orderhistory-wrapper table td select {
                width: 90%;
                margin: 3px;
                border: #ccc 1px solid !important;
                padding-left: 3px;
                border-radius: 3px;
            }

        .orderhistory-wrapper table.grid-view-table table {
            width: auto;
        }

            .orderhistory-wrapper table.grid-view-table table tbody tr td {
                border-bottom: none !important;
                padding: 0px 10px 0px 0px;
            }

.import-sec-update input {
    display: inline-block;
}

.import-export-submit {
    padding: 4px 20px;
    border-radius: 2px;
    border: 1px solid #afafaf;
}

    .import-export-submit:hover {
        background-color: #ddd;
    }

#tbEmail {
    width: 36% !important;
}


.RemoveCross::-ms-clear {
    display: none;
}

@media screen and (max-width: 768px) {
    .bottom-margin-small-xs {
        margin-bottom: 16px;
    }

    .bottom-margin-medium-xs {
        margin-bottom: 32px;
    }
}

.btn.btn-hollow {
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: transparent;
}

    .btn.btn-hollow:hover {
        color: rgba(0, 0, 0, .4);
        border-color: rgba(0, 0, 0, .4);
    }

/* wrapper */
form {
    width: 100%;
    height: 100%;
}

.main__wrapper {
    height: 100%;
    width: 100%;
    margin-top: 0px;
}

/* give body-class a top margin of 60px when mobile header is shown */
@media screen and (max-width: 768px) {

    .wrapper {
        /*padding-top: 60px;*/
    }

    .order-history-facelifted .wrapper {
        padding-top: 0px;
    }

    .header .site-logo-new {
        /*width:280px!important;*/
        margin-top: -49px;
        margin-left: -24px !important;
    }

    .logo-pad .new-logo-text {
        font-size: 13px;
    }

    .header .site-logo-new img {
        width: 278px !important;
    }

    .wrapper.login {
        padding: 0;
    }

    .popup-section {
        width: 100%;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 40% !important;
    }

    .ordersample-discp {
        flex-direction: column !important;
    }

        .ordersample-discp .heading {
            width: auto !important;
        }

        .ordersample-discp .product-count {
            width: 100% !important;
            text-align: left !important;
        }

    .product-catalog .product-catalog-filter {
        top: 290px !important;
    }

    .MdrItempopup:nth-child(1) {
        flex-basis: 100%;
    }

    .MdrItempopup {
        flex-basis: 100%;
        max-width: 100%;
    }

    .product-catalog .pim-add-box .badge.success {
        top: 5px !important;
    }

    .checkout-container-details2 .content input[type=text] {
        width: 100% !important;
        border-right: 1px solid #ddd;
    }

    .checkout-container-details3 .content input[type=text] {
        width: 100% !important;
        border-right: 1px solid #ddd;
    }

    .checkout-container-details2 .content select {
        width: 100%;
    }

    .checkout-container-details3 .content .mutiple-coupon {
        padding-top: 16px !important;
    }

    .create-order-quadrant .select-form {
        width: 100%;
    }

    .pim-page .tab .product-details .detail .detail-info {
        width: auto;
    }

    .sca-modal {
        max-height: 500px;
        overflow: auto;
        display: block;
    }

    .elearing .modal-wid {
        width: 370px;
    }

    .elearning-course-rating-Questionnaire .modal-wid2 {
        width: 370px;
    }

    .elearning-course-rating-Questionnaire .btn {
        padding: 4px 4px;
        font-size: 12px;
    }

    .elearing .btn {
        padding: 4px 4px;
        font-size: 12px;
    }

    .pim-p-left .select-all, .pim-p-left .clear-all {
        font-size: 13px;
        padding-right: 5px !important;
    }

    .order-history .order-history-prod-search a.icon-img {
        right: 21px;
        left: inherit !important;
    }
}


/* cookies */
.cookiebar {
    display: none;
    background: #005597;
    color: #fff;
    padding: 18px 0;
    font-size: 14px;
    line-height: 1.6em;
    top: 0;
    left: 0;
    width: 100%;
}

    .cookiebar a {
        color: #fff !important;
    }

    .cookiebar .cookiebar-close {
        /*font-family:'helvetica neue',helvetica,sans-serif;*/
        /*  margin-left: 20px;
    display: inline-block;
    float: right; */
        font-weight: 600;
        text-decoration: underline;
    }

/* header */
.header.login .header-image {
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%;
    width: auto;
}

.header.login .header-image2 {
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%;
    width: auto;
}

@media screen and (max-width: 768px) {
    .header .header-banner2 .site-logo-new {
        padding-top: 50px;
        position: absolute;
        float: none;
        z-index: 9999;
    }

    .site-logo-login {
        position: absolute;
        z-index: 9999;
    }

    .header .header-banner2 .header-image2 {
        right: 0;
        display: none;
    }

    .header .header-banner .header-image {
        right: 0;
    }

    .login-container1 {
        margin-bottom: 40px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .login-container1 .login-sec {
            flex-direction: column !important;
            box-shadow: none !important;
        }

            .login-container1 .login-sec .login-banner-wrapper {
                width: auto !important;
                height: 176px !important;
            }

                .login-container1 .login-sec .login-banner-wrapper .banner-text {
                    padding: 0px 20px 0px 20px !important;
                }

                    .login-container1 .login-sec .login-banner-wrapper .banner-text h1 {
                        font-size: 48px !important;
                        line-height: 55px !important;
                        padding: 0px !important;
                    }

                    .login-container1 .login-sec .login-banner-wrapper .banner-text h2 {
                        display: none !important;
                    }

        .login-container1 .login-content-wrapper {
            width: auto !important;
        }

            .login-container1 .login-content-wrapper .logon-box-new {
                padding: 40px 26px 0px 26px !important;
            }

                .login-container1 .login-content-wrapper .logon-box-new h1 {
                    padding-top: 0px !important;
                }

    .login-container2 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .login-container2 .login-discp {
            flex-direction: column !important;
            box-shadow: none !important;
        }

            .login-container2 .login-discp .content-wrapper {
                order: 2;
                width: auto !important;
                padding: 40px 26px 0px 26px !important;
            }

        .login-container2 .banner-wrapper {
            order: 1;
            width: auto !important;
            height: 250px !important;
            min-height: 250px !important;
        }

        .login-container2 .login-discp .content-wrapper p {
            font-size: 14px !important;
            line-height: 26px !important;
            font-weight: normal !important;
            padding-bottom: 22px !important;
            margin: 0 0 0px !important;
        }

        .login-container2 .login-discp .content-wrapper a {
            font-size: 14px !important;
            line-height: 26px !important;
            font-weight: normal !important;
        }

        .login-container2 .login-discp .content-wrapper ul {
            padding: 0px 0px 0px 16px !important;
        }

            .login-container2 .login-discp .content-wrapper ul li {
                font-size: 14px !important;
                line-height: 26px !important;
                font-weight: normal !important;
            }

        .login-container2 .login-discp .content-wrapper2 {
            order: 2;
            width: auto !important;
            padding: 40px 26px 0px 26px !important;
        }

            .login-container2 .login-discp .content-wrapper2 h2 {
                font-size: 14px !important;
                line-height: 22px !important;
            }

            .login-container2 .login-discp .content-wrapper2 p {
                font-size: 14px !important;
                line-height: 22px !important;
                font-weight: normal !important;
                padding-bottom: 22px !important;
                margin: 0 0 0px !important;
            }

            .login-container2 .login-discp .content-wrapper2 ul {
                padding: 0px 0px 0px 16px !important;
            }

                .login-container2 .login-discp .content-wrapper2 ul li {
                    font-size: 14px !important;
                    line-height: 22px !important;
                    font-weight: normal !important;
                }

            .login-container2 .login-discp .content-wrapper2 a {
                font-size: 14px !important;
                line-height: 22px !important;
                font-weight: normal !important;
            }

        .login-container2 .banner-wrapper2 {
            width: auto !important;
            padding: 0px !important;
            height: auto !important;
        }

    .new-login-divider1 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .new-login-divider2 {
        display: block !important;
        width: 50%;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .site-visit-wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 0px !important;
        width: auto !important;
        padding: 0px 26px 0px 26px !important;
        line-height: 34px !important;
    }

    .manuals-container .add-quesans-wrapper .add-new input[type=button] {
        width: 100%;
    }

    .manuals-container .add-quesans-wrapper .dataTables_length {
        width: 100%;
    }
}

.header i.marginated {
    margin-left: 10px;
    margin-right: 10px;
}

.header .sticky-bar {
    z-index: 9;
    width: 100%;
}


.header .header-banner {
    height: 200px;
}

.header .header-banner2 {
    height: 100px;
}

/*old-logo*/

.header .header-banner .site-logo {
    padding-top: 40px;
    position: absolute;
    float: none;
    z-index: 9999;
}

.header .header-banner .site-logo {
    padding-top: 40px;
    float: none;
    z-index: 9999;
}

.header .site-logo {
    float: left;
    width: 126px;
    height: 77px;
}

    .header .site-logo img {
        width: 100%;
    }


/*old-logo*/


.header .header-banner .site-logo-new {
    /*padding-top: 40px;*/
    float: none;
    z-index: 9999;
}

.header .site-logo-new {
    float: left;
    width: 400px;
    /*height: 46px;*/
    margin-top: -22px;
    margin-left: -127px;
}

    .header .site-logo-new img {
        width: 100%;
    }

.site-logo-login {
    margin-left: -127px;
    margin-top: -1px;
}

.header .heading-container {
    float: left;
    margin-left: 20px;
}

    .header .heading-container .heading h1 {
        margin-top: 8px;
        margin-bottom: 0;
        /*font-family:'helvetica neue',helvetica,sans-serif;*/
        font-weight: 600;
        font-size: 32px;
    }

    .header .heading-container .language-selector {
        margin-top: -2px;
    }

        .header .heading-container .language-selector > ul {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .header .heading-container .language-selector > ul > li {
                display: block;
                float: none;
            }

        .header .heading-container .language-selector:hover > ul {
            display: block;
        }

.header .quicksearch {
    float: right;
    width: 220px;
    height: 55px;
    position: relative;
    line-height: 55px;
    vertical-align: middle;
    padding-left: 20px;
    border-left: 1px solid;
    border-color: rgba(0,0,0,0.1);
    border-color: #e6e6e6;
    margin-top: 22px;
}

    .header .quicksearch .search-form {
        position: absolute;
        margin: 0;
        top: 50%;
        height: 34px;
        margin-top: -17px;
    }

.mobile-header .mobile-quicksearch {
    height: 60px;
    padding: 0 16px;
    background-color: #00abbd;
}

    .mobile-header .mobile-quicksearch .search-field {
        width: 100%;
        margin-top: 15px;
        outline: 0;
        background-color: #00abbd;
        border: none;
        border-bottom: 2px solid white;
        line-height: 25px;
        padding: 5px 16px;
        color: white;
        /*font-family:'helvetica neue',helvetica,sans-serif;*/
        font-weight: 600;
        font-size: 16px;
    }

    .mobile-header .mobile-quicksearch .search-button {
        position: absolute;
        right: 16px;
        top: 15px;
        font-size: 32px;
        color: white;
        cursor: pointer;
    }

.search-form {
    position: relative;
}

    .search-form .search-field {
        border: 1px solid #e5e5e5;
        outline: 0;
        padding: 7px 32px 8px 18px;
        font-size: 16px;
        font-weight: 100;
        background-color: #edf4f3;
        color: #303030;
        cursor: text;
    }

.header .quicksearch .search-form button {
    font-size: 20px;
    border: 1px solid #e5e5e5;
    border-left: none;
    outline: 0;
    background-color: #edf4f3;
    color: #303030;
}

.search-button {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    text-align: center;
}

.quicksearch .search-button {
    top: 2px;
    right: 2px;
}

.search-form i[class^=icon] {
    font-size: 24px;
    color: #005597;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.header .menu-bar {
    background-position: initial;
    min-height: 40px;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: /*#eff5ec*/ #fff;
    border-bottom: 1px solid #e4e7e2;
    /*background-image: linear-gradient(to right, rgb(239, 245, 236) 0px, rgb(236, 244, 246) 100%);*/
    /*Teal color line below Tenanet logo*/
    border-top: 8px solid #00abd8;
    /*Teal color line below Tenanet logo*/
}

.header .menu-list {
}

    .header .menu-list a {
        color: #005597;
    }

        .header .menu-list a:hover {
            color: #4c85b1;
            text-decoration: none;
        }

    .header .menu-list .arrow {
        border-bottom: 12px solid rgba(0,0,0,0.1);
        border-bottom: 12px solid #e6e6e6;
    }

        .header .menu-list arrow:before, .header .menu-list .arrow:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
        }

.header .menu-bar .menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .menu-bar .secondary-list {
    float: right;
}

.header .menu-bar .menu-list li {
    margin: 0;
    margin-right: 40px;
    padding: 0;
    display: block;
    line-height: 42px;
    float: left;
    font-size: 17px;
    /*font-family:'helvetica neue',helvetica,sans-serif;*/
    font-weight: 600;
}

    .header .menu-bar .menu-list li:last-child {
        margin-right: 0;
    }

    .header .menu-bar .menu-list li.expandable > .mega-menu-arrow {
        display: none;
    }

    .header .menu-bar .menu-list li.expandable.expanded > .mega-menu-arrow {
        display: block;
    }

    .header .menu-bar .menu-list li.expandable > .mega-menu-container {
        position: absolute;
        left: 0;
        z-index: 9998;
        display: none;
    }

.mega-menu-container .mega-menu {
    padding: 10px;
    /*background: #f9f6f2;*/
    border: 1px solid #d9dede;
}

.pim-content .bg-gray {
    background-color: #fff !important;
}

.mega-menu-container .mega-menu.col-xs-12 {
    padding: 24px;
    margin-right: 0;
    margin-left: 0;
}

.mega-menu-arrow {
    position: relative;
    z-index: 9999;
    bottom: -1px;
}

    .mega-menu-arrow:after, .mega-menu-arrow:before {
        position: absolute;
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .mega-menu-arrow:after {
        border-color: rgba(249, 246, 242, 0);
        border-bottom-color: #f9f6f2;
        border-width: 10px;
        margin-left: -10px;
    }

    .mega-menu-arrow:before {
        border-color: rgba(217, 222, 222, 0);
        border-bottom-color: #d9dede;
        border-width: 11px;
        margin-left: -11px;
    }

.mega-menu-container .mega-menu .column.first {
    border-left: none;
}

.mega-menu-container .mega-menu .column {
    border-left: 1px solid rgba(0,0,0,0.05);
    border-left: 1px solid #e6e6e6;
}

.mega-menu-container .mega-menu a:hover {
    text-decoration: none;
}

.header .menu-bar .menu-list a:hover {
    text-decoration: none;
}

.header .menu-bar .menu-list li.expandable.expanded > .mega-menu-container {
    display: block;
}

.header .menu-bar .menu-list li.expandable.expanded > .mega-menu .column.first {
    border-left: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid #e6e6e6;
}

.header .menu-bar .menu-list li.expandable.expanded > .mega-menu .column.first {
    border-left: none;
}

.header .menu-bar .menu-list .mega-menu .sub-menu-item {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 17px;
}


    .header .menu-bar .menu-list .mega-menu .sub-menu-item ul a {
        margin: 0;
        padding: 0;
        font-size: 15px;
        /*font-family:'helvetica neue',helvetica,sans-serif;*/
    }

    .header .menu-bar .menu-list .mega-menu .sub-menu-item ul li {
        display: block;
        float: none;
        line-height: 1.8;
    }

.header .menu-bar .menu-list .mega-menu .menu-heading {
    font-size: 20px;
    margin-bottom: 6px;
}

/*
.header .menu-bar .menu-list li li
{
    float: none;
}

.header .menu-bar .menu-list ul ul
{
    position: absolute;
}

.header .menu-bar .menu-list ul ul
{
    position: absolute;
}

.header .menu-bar .menu-list > ul > li
{
    margin-right: 40px;
}

.header .menu-bar .menu-list > ul > li:last-child 
{
    margin-right: 0;
}

.header .menu-bar .menu-list li.expandable 
{
    position: relative;
}

.header .menu-bar .menu-list li.expandable > ul 
{
    display: none;
    position: absolute;
    min-width: 250px;
}

.header .menu-bar .menu-list li.expandable:hover > ul 
{
    display: block;
    left: -17px;
    padding-left: 16px;
    z-index: 9999;
    background-color: rgb(249, 246, 242);
    border: 1px solid #e4e7e2;
    border-top: none;
}*/

.header .breadcrumb-bar {
    background-position: initial;
    padding: 4px 0;
    /*background-image: linear-gradient(to right, rgb(247, 250, 245) 0px, rgb(243, 246, 247) 100%);*/
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    border-bottom: 1px solid #e4e7e2;
    background-color: /*#f7faf5*/ #fff;
}

    .header .breadcrumb-bar .breadcrumbs {
        color: rgb(128, 128, 128);
        text-transform: uppercase;
        float: left;
        /*font-family:'helvetica neue',helvetica,sans-serif;*/
        vertical-align: middle;
    }

        .header .breadcrumb-bar .breadcrumbs a {
            color: rgb(128, 128, 128);
            text-transform: uppercase;
            /*font-family:'helvetica neue',helvetica,sans-serif;*/
            vertical-align: middle;
            font-size: 14px;
        }

        .header .breadcrumb-bar .breadcrumbs ul li {
            float: left;
        }

        .header .breadcrumb-bar .breadcrumbs li.home i {
            font-size: 20px;
        }

        .header .breadcrumb-bar .breadcrumbs li.home a {
            text-decoration: none;
        }

        .header .breadcrumb-bar .breadcrumbs li.home:last-child i {
            color: rgb(128, 128, 128);
        }

        .header .breadcrumb-bar .breadcrumbs .separator {
            margin: 0 12px;
            vertical-align: middle;
        }

        .header .breadcrumb-bar .breadcrumbs ul li:last-child i {
            color: #808080;
        }

        .header .breadcrumb-bar .breadcrumbs ul li:first-child {
            margin-left: 0;
        }

        .header .breadcrumb-bar .breadcrumbs ul li:last-child {
            margin-left: 0;
        }

            .header .breadcrumb-bar .breadcrumbs ul li:last-child a {
                color: #808080;
            }

                .header .breadcrumb-bar .breadcrumbs ul li:last-child a:hover {
                    text-decoration: underline;
                    color: #808080;
                }

    .header .breadcrumb-bar .quicklinks {
        float: right;
        position: relative;
        top: 2px;
    }

    .header .breadcrumb-bar .subscribe {
        float: right;
        position: absolute;
        top: 33px;
        width: 38%;
        right: 5%;
        z-index: 1001;
    }

    .header .breadcrumb-bar .quicklinks .quicklink-modal {
        display: block;
        min-width: 300px;
        min-height: 100px;
        padding: 16px;
        background-color: rgb(249, 246, 242);
        border: 1px solid rgba(0,0,0,0.1);
        border: 1px solid #e6e6e6;
        azimuth-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    }

    .header .breadcrumb-bar .quicklinks .text {
        cursor: pointer;
        /*font-family:'helvetica neue',helvetica,sans-serif;*/
        font-weight: 600;
        color: #808080;
    }

    .header .breadcrumb-bar .quicklinks > ul {
        display: none;
        position: absolute;
        min-width: 261px;
        z-index: 9999;
        background-color: rgb(249, 246, 242);
        border: 1px solid #e4e7e2;
        /* border-top: none; */
        right: 0;
        top: 24px;
        /* padding-left: 16px; */
        padding: 10px;
    }

    .header .breadcrumb-bar .quicklinks .arrow {
        position: absolute;
        z-index: 9999;
        bottom: -5px;
        margin-left: 31px;
        display: none;
    }

    .header .breadcrumb-bar .quicklinks.expanded .arrow {
        display: block;
    }

.quicklinks .arrow:after, .quicklinks .arrow:before {
    position: absolute;
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.header .breadcrumb-bar .quicklinks .arrow:before {
    border-color: rgba(217, 222, 222, 0);
    border-bottom-color: #d9dede;
    border-width: 8px;
    margin-left: -8px;
}

.header .breadcrumb-bar .quicklinks .arrow:after {
    border-color: rgba(249, 246, 242, 0);
    border-bottom-color: #f9f6f2;
    border-width: 7px;
    margin-left: -7px;
}

.header .breadcrumb-bar .quicklinks > ul li {
    float: none;
}

    .header .breadcrumb-bar .quicklinks > ul li a {
        color: #808080;
    }

.header .breadcrumb-bar .quicklinks li.action {
    line-height: 20px;
    margin-bottom: 8px;
}

.header .breadcrumb-bar .quicklinks.expanded > ul {
    display: block;
    margin-top: 6px;
}

.header .breadcrumb-bar .server-info {
    float: left;
    margin-left: 50px;
}

.header .breadcrumb-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*new-logo*/

.header .mobile-header.mobile-header-new .mobile-menu-toggle {
    width: inherit;
    height: inherit;
    background-color: transparent;
    color: #003c73;
    position: fixed;
    cursor: pointer;
}

    .header .mobile-header.mobile-header-new .mobile-menu-toggle i {
        width: 60px;
        /*height: 60px;*/
        display: inline-block;
        text-align: center;
        line-height: 45px;
        font-size: 22px;
    }

.header .mobile-header.mobile-header-new .header-content {
    /*margin-left: 78px;*/
    padding: 0;
}

    .header .mobile-header.mobile-header-new .header-content .site-logo-new, .header .mobile-header .header-content .site-logo-new img {
        width: auto;
    }

    .header .mobile-header.mobile-header-new .header-content .site-logo-new {
        margin-left: -78px !important;
        margin-top: -10px !important;
    }
/*new-logo*/



/* mobile header */

.header .mobile-header-container {
    width: 100%;
}

.header .mobile-header {
    top: 0;
    left: 0;
    height: 60px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 9998;
}


    .header .mobile-header .mobile-menu-toggle {
        width: 70px;
        height: 60px;
        background-color: #00abbd;
        color: #fff;
        position: fixed;
        cursor: pointer;
    }

        .header .mobile-header .mobile-menu-toggle i {
            width: 70px;
            height: 60px;
            display: inline-block;
            text-align: center;
            line-height: 60px;
            font-size: 24px;
        }

    .header .mobile-header .header-content {
        margin-left: 78px;
        padding: 4px 0;
    }

        .header .mobile-header .header-content .site-logo, .header .mobile-header .header-content .site-logo img {
            max-height: 50px;
            width: auto;
        }

        .header .mobile-header .header-content h1 {
            margin-top: 10px;
            font-size: 24px;
        }

    .header .mobile-header .mobile-menu-container {
        max-height: 80%;
        overflow-y: auto;
    }

    .header .mobile-header .mobile-menu {
        position: fixed;
        width: 75%;
        height: 100%;
        left: -75%;
        background: #fff;
        z-index: 9999;
    }

    .header .mobile-header .mobile-menu-footer {
        padding-top: 16px;
        height: 100%;
    }

        .header .mobile-header .mobile-menu-footer .link-section {
            padding-bottom: 16px;
        }

        .header .mobile-header .mobile-menu-footer a {
            color: White;
        }

        .header .mobile-header .mobile-menu-footer .log-out {
            color: White;
            padding-left: 46px;
        }

    .header .mobile-header .mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header .mobile-header .mobile-menu li.current > a {
        color: #85ba35;
    }

    .header .mobile-header .mobile-menu ul li {
        position: relative;
        line-height: 32px;
        background: linear-gradient(to right,#eff5ec 0,#ecf4f6 100%);
        border-bottom: 1px solid rgba(0,0,0,0.05);
        border-bottom: 1px solid #f2f2f2;
        padding: 0 46px;
    }

        .header .mobile-header .mobile-menu ul li.expandable > ul {
            display: none;
        }

        .header .mobile-header .mobile-menu ul li.expandable {
            cursor: pointer;
        }

            .header .mobile-header .mobile-menu ul li.expandable:before {
                content: "+";
                position: absolute;
                left: 16px;
            }

            .header .mobile-header .mobile-menu ul li.expandable.expanded:before {
                content: "-";
            }

    .header .mobile-header .mobile-menu ul ul {
        margin-left: -46px;
        margin-right: -46px;
    }

        .header .mobile-header .mobile-menu ul ul li {
            background: rgba(0,0,0,0.025);
            border-bottom: none;
        }


    .header .mobile-header .mobile-menu ul li.expandable.expanded > ul {
        display: block;
    }


/*login-page-new*/
.login-container1 {
    margin-bottom: 93px;
}

    .login-container1 .login-sec {
        display: flex;
        flex-direction: row;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    }

        .login-container1 .login-sec .login-banner-wrapper {
            width: 61.4%;
        }

            .login-container1 .login-sec .login-banner-wrapper .banner-section {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                height: 100%;
                display: flex;
                align-items: center;
                position: relative;
            }

                .login-container1 .login-sec .login-banner-wrapper .banner-section::before {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    background-color: rgba(0, 0, 0, 0.3);
                    content: '';
                }

            .login-container1 .login-sec .login-banner-wrapper .banner-text {
                position: relative;
                padding: 0px 64px 0px 64px;
            }

                .login-container1 .login-sec .login-banner-wrapper .banner-text h1 {
                    text-align: center;
                    color: #fff;
                    font-weight: 500;
                    font-size: 72px;
                    line-height: 83px;
                    padding: 0px 0px 44px 0px;
                    margin: 0px;
                    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                }

                .login-container1 .login-sec .login-banner-wrapper .banner-text h2 {
                    text-align: center;
                    color: #fff;
                    font-weight: 500;
                    font-size: 42px;
                    line-height: 48px;
                    padding: 0px;
                    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
                }

    .login-container1 .login-content-wrapper {
        width: 38.6%
    }

        .login-container1 .login-content-wrapper .supportIEtext {
            font-weight: 500;
            font-size: 18px;
            text-align: center;
            padding: 0px 15px;
            line-height: 19px;
            letter-spacing: 0.25px;
            color: #ff0000;
            padding-top: 24px;
            display: none;
        }

            .login-container1 .login-content-wrapper .supportIEtext i.icon-warning {
                font-size: 45px;
                color: #ff0000;
                padding-right: 13px;
            }

            .login-container1 .login-content-wrapper .supportIEtext .text {
                padding-top: 3px;
            }

        .login-container1 .login-content-wrapper .logon-box-new {
            font-size: 14px;
            color: #303030;
            line-height: 26px;
            padding: 71px 64px 80px 64px;
            text-align: center;
        }

            .login-container1 .login-content-wrapper .logon-box-new .form-group .form-control {
                font-size: 16px !important;
            }

            .login-container1 .login-content-wrapper .logon-box-new h1 {
                font-size: 28px;
                line-height: 24px;
                font-weight: 600;
                margin: 0px;
                padding: 0px 0px 46px 0px;
                color: #303030;
            }

            .login-container1 .login-content-wrapper .logon-box-new h2 {
                font-size: 28px;
                line-height: 24px;
                font-weight: 600;
                margin: 0px;
                padding: 0px 0px 31px 0px;
                color: #303030;
            }

            .login-container1 .login-content-wrapper .logon-box-new p {
                font-size: 14px;
                color: #303030;
                line-height: 26px;
            }

            .login-container1 .login-content-wrapper .logon-box-new a {
                font-size: 16px;
                line-height: 26px;
                font-weight: 500;
            }

            .login-container1 .login-content-wrapper .logon-box-new .error-msg {
                color: #ff0000;
            }

            .login-container1 .login-content-wrapper .logon-box-new ul {
                margin: 0px 0px 10px 0px;
            }

                .login-container1 .login-content-wrapper .logon-box-new ul li {
                    text-align: left !important;
                    color: #303030;
                    line-height: 30px;
                }

            .login-container1 .login-content-wrapper .logon-box-new .btn-sca-submit {
                float: left;
                margin-right: 2%;
                margin-bottom: 10px;
            }

            .login-container1 .login-content-wrapper .logon-box-new .btn-sca-cancel {
                width: 36%;
                background-color: #005596;
            }

            .login-container1 .login-content-wrapper .logon-box-new .divLblRegistration { /*display: inline-block;*/
                vertical-align: top;
            }

            .login-container1 .login-content-wrapper .logon-box-new .btn-update-consent {
                width: 100%;
                margin-bottom: 10px;
            }

            .login-container1 .login-content-wrapper .logon-box-new .consent-text {
                font-size: 18px;
                color: #303030;
                margin: 10px 0;
                font-weight: bold;
            }

            .login-container1 .login-content-wrapper .logon-box-new .consent-text-update {
                font-size: 18px;
                color: #303030;
                margin-bottom: 15px;
            }

            .login-container1 .login-content-wrapper .logon-box-new a.btn {
                width: 100%;
            }

            .login-container1 .login-content-wrapper .logon-box-new textarea, input[type=text], input[type=select] {
                color: #303030;
            }

            .login-container1 .login-content-wrapper .logon-box-new label {
                color: #303030;
            }

    .login-container1 .login-sec .login-banner-wrapper .banner-section-withoutoverlay {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

.login-container2 {
}

    .login-container2 .login-discp {
        padding-right: 0px;
        display: flex;
        flex-direction: row;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    }

        .login-container2 .login-discp .content-wrapper {
            color: #303030;
            width: 50%;
            padding: 64px;
            font-size: 24px;
            line-height: 38px;
            color: #303030;
            font-weight: normal;
        }

            .login-container2 .login-discp .content-wrapper h2 {
                font-size: 22px;
                line-height: 38px;
                color: #303030;
                padding-bottom: 20px;
                font-weight: bold;
            }

            .login-container2 .login-discp .content-wrapper p {
                font-size: 24px;
                line-height: 38px;
                padding-bottom: 36px;
                color: #303030;
                font-weight: 600;
            }

            .login-container2 .login-discp .content-wrapper ul {
                margin: 0px;
                padding: 0px 0px 0px 21px;
            }

                .login-container2 .login-discp .content-wrapper ul li {
                    color: #030303;
                    font-size: 24px;
                    line-height: 33px;
                    padding-bottom: 12px;
                    font-weight: normal;
                }

            .login-container2 .login-discp .content-wrapper a {
                font-size: 24px;
                line-height: 38px;
                font-weight: normal;
            }

    .login-container2 .banner-wrapper {
        width: 50%;
        height: auto !important;
    }

    .login-container2 .login-discp .banner-wrapper .banner-section {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
        min-height: 250px;
    }

    .login-container2 .login-discp .content-wrapper2 {
        color: #303030;
        width: 61.4%;
        padding: 64px;
        font-size: 24px;
        line-height: 38px;
        color: #303030;
        font-weight: normal;
    }

        .login-container2 .login-discp .content-wrapper2 h2 {
            font-size: 16px;
            line-height: 22px;
            color: #303030;
            padding-bottom: 12px;
            font-weight: 600;
        }

        .login-container2 .login-discp .content-wrapper2 p {
            font-size: 16px;
            line-height: 22px;
            padding-bottom: 12px;
            margin: 0px;
            color: #303030;
            font-weight: 600;
        }

        .login-container2 .login-discp .content-wrapper2 ul {
            margin: 0px;
            padding: 0px 0px 0px 21px;
        }

            .login-container2 .login-discp .content-wrapper2 ul li {
                color: #030303;
                font-size: 16px;
                line-height: 22px;
                padding-bottom: 12px;
                font-weight: normal;
            }

        .login-container2 .login-discp .content-wrapper2 a {
            font-size: 16px;
            line-height: 22px;
            font-weight: normal;
        }

    .login-container2 .banner-wrapper2 {
        width: 38.6%;
        padding: 64px 64px 64px 0px;
        height: auto !important;
    }

    .login-container2 .login-discp .banner-wrapper2 img {
        width: 100%;
        height: auto;
    }

.new-login-divider1 {
    margin-top: 43px;
    margin-bottom: 41px;
    width: 50%;
}

.new-login-divider2 {
    display: none;
}

.site-visit-wrapper {
    width: 74.9%;
    margin-top: 52px;
    margin-bottom: 90px;
    color: #303030;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
}

    .site-visit-wrapper p {
        color: #303030;
        font-size: 24px;
        line-height: 43px;
        text-align: center;
        margin: 0px;
    }
/*login-page-new*/

/* logon box */
.logon-box {
    padding: 16px;
    background: #f9f6f2;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border: 1px solid #e6e6e6;
}

    .logon-box .btn-sca-submit {
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .logon-box .btn-sca-cancel {
        width: 36%;
        background-color: #005596;
    }

    .logon-box .divLblRegistration {
        /* margin-left: 5px; */
        display: inline-block;
        vertical-align: top;
    }

    .logon-box .btn-update-consent {
        width: 100%;
        margin-bottom: 10px;
    }

    .logon-box .consent-text {
        /*font-family: 'helvetica neue',helvetica,sans-serif;*/
        font-size: 18px;
        color: #85ba35;
        margin: 10px 0;
        font-weight: bold;
    }

    .logon-box .consent-text-update {
        /*font-family: 'helvetica neue',helvetica,sans-serif;*/
        font-size: 18px;
        color: #005596;
        margin-bottom: 15px;
    }

.language-selector {
    margin-top: 2px;
}

    .logon-box a, .language-selector a {
        /*font-family:'helvetica neue',helvetica,sans-serif;*/
        font-weight: 600;
        font-size: 16px;
        color: #00abbd;
    }

        .logon-box a:hover, .language-selector a:hover {
            color: #00808e;
            text-decoration: underline;
        }

        .logon-box a.btn {
            color: white;
        }

        .logon-box a:hover.btn {
            text-decoration: none;
        }


/*language selector*/
.chooseLanguage-loginpage {
    position: absolute;
    top: 26px;
    left: 27%;
}

    .chooseLanguage-loginpage a { /*font-family:'helvetica neue',helvetica,sans-serif;*/
        font-weight: 600;
        font-size: 16px;
        color: #85ba35;
    }
/*language selector*/

/* footer */

.footer-wave {
    height: 120px;
    background-color: #85ba35;
}

    .footer-wave .footer-wave-white {
        /* position it 1px up. This fixes a problem on IE where footer will show 1px green background. */
        position: relative;
        top: -1px;
        height: 121px;
        background-color: #fff;
        -webkit-border-bottom-right-radius: 200px;
        -webkit-border-bottom-left-radius: 75px;
        -moz-border-radius-bottomright: 200px;
        -moz-border-radius-bottomleft: 75px;
        border-bottom-right-radius: 200px;
        border-bottom-left-radius: 75px;
    }

.forum .heading-comment-section {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.forum h2 {
    display: inline-block;
}

.forum .like-comment-button {
    float: right;
}

.like-comment-button .like-image {
    vertical-align: middle;
}

.like-comment-button .like-button {
    border: none;
    background: transparent;
    font-weight: bold;
    padding: 0;
}

    .like-comment-button .like-button:last-of-type {
        margin-right: 10px;
    }

.like-comment-button .comment:hover {
    text-decoration: none;
}

.like-comment-button .like-button:hover {
    text-decoration: underline;
    ucolor: #4c85b1;
}

.like-comment-button .comment, .like-comment-button .like-comment-text {
    cursor: pointer;
}

.forum .like-comment-text {
    font-size: 14px;
    font-weight: bold;
    color: #303030;
}

@media screen and (max-width: 768px) {
    .footer-wave .footer-wave-white {
        border-bottom-right-radius: 60px;
        border-bottom-left-radius: 35px;
    }
}

.footer {
    background-color: #e6e7e8;
    color: #303030 !important;
    margin-top: 20px;
}

    .footer p {
        font-size: 14px;
        font-family: Asap;
        font-weight: 400;
    }

    .footer span {
        font-size: 12px;
        font-family: Asap;
        font-weight: 400;
    }

    .footer a {
        color: /*#fff*/ #303030;
        font-weight: bold;
        /*font-family: inherit;*/
    }

        .footer a:hover {
            color: #6AC0EC;
            text-decoration: none;
        }

        .footer a.btn {
            border: #303030 2px solid;
        }

            .footer a.btn:hover {
               border: #6AC0EC 2px solid;
                color: #6AC0EC;
            }

    .footer h3 {
        /*font-family:'helvetica neue',helvetica,sans-serif;*/
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 15px;
    }

    .footer .social-links ul li {
        list-style: none;
    }

        .footer .social-links ul li.facebook:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 45px;
            height: 45px;
            background: url(https://cdntenauat.blob.core.windows.net/images/Inco/Global/_Global_assets/system_assets/facebook_icon.png/71548/facebook_icon.png/original);
            background-size: cover;
            border-radius: 3px;
        }

    .footer .footer-bottom-bar {
        background: #003A81 /*#005597*/;
        color: #fff;
        padding: 18px 0;
        font-size: 14px;
        line-height: 1.6em;
    }

        .footer .footer-bottom-bar .copyright {
            text-align: left;
        }

        .footer .footer-bottom-bar ul {
            margin: 0;
            padding: 0;
            float: left;
        }

            .footer .footer-bottom-bar ul li {
                display: inline-block;
                list-style: none;
            }

@media screen and (max-width: 768px) {

    .footer .footer-bottom-bar ul {
        display: block;
        float: none;
        text-align: center;
    }

    .footer .footer-bottom-bar .copyright {
        text-align: left;
    }

    .footer .footer-bottom-bar ul li {
        display: block;
        margin: 10px 0;
        text-align: left;
    }

        .footer .footer-bottom-bar ul li:first-child {
            margin-left: auto;
        }

        .footer .footer-bottom-bar ul li i[class^=icon] {
            display: none;
        }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-1 {
        order: 1;
    }
}

.footer .footer-bottom-bar ul li:first-child {
    margin-left: 0;
}

.footer .footer-bottom-bar ul li i {
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.footer .footer-bottom-bar ul li:first-child i[class^=icon] {
    display: none;
}

.footer .footer-bottom {
    padding: /*65px 0*/ 20px 0;
    background-color: white;
    text-align: center;
}

.footer-bottom-bar a {
    color: #fff !important;
    font-weight: normal;
}

    .footer-bottom-bar a:hover {
        text-decoration: underline;
    }

.footer-bottom img {
    width: 120px;
    height: auto;
}

/* components */
.mainBodyText {
    margin-bottom: 16px;
}



/* buttons */
.btn-sca-success {
    color: #fff;
    font-weight: bold;
    background-color: /*#85ba35*/ #00abbd;
    font-weight: 600;
    font-size: 16px;
    width:100%;
}

.btn-sca-success:hover, .btn-sca-success:focus-visible {
    color: #fff;
    background-color: /*#77a62f*/ #00808e;
}

/* teasers */
.teaser {
    border: 1px solid rgba(0,0,0,0.1);
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    max-height: 360px;
    min-height: 360px;
}

    .teaser.dark {
        color: #fff;
    }

        .teaser.dark a {
            color: #fff;
        }

    .teaser .teaser-image {
        overflow: hidden;
    }

        .teaser .teaser-image img {
            width: 100%;
            border-radius: 3px;
        }

    .teaser .teaser-content {
        padding: 16px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .teaser .teaser-content .btn-teaser {
            position: absolute;
            bottom: 16px;
            right: 16px;
        }

            .teaser .teaser-content .btn-teaser i {
                margin-left: 10px;
            }

.pos_relative {
    position: relative;
}

.teaser_img_top {
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
}

.teaser_img_bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
}

.teaser_img_middle {
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: auto;
}

/* Demand -1969837 - Description width of teaser -extprpa */
/* Teaser 2/3 Image - extprpa */
/*.col-md-8 .teaser .teaser-image img { width: 45%;} 

/* Description width of teaser*/
.text-one {
    width: 33%;
}

.text-two {
    width: 66%;
}

.text-three {
    width: 100%;
}

/*extprpa*/


/* news and events */
.section-heading {
    margin: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid #e6e6e6;
    font-size: 28px;
    /*font-family: HelveticaNeueW01-45Ligh,HelveticaNeue-Light,"Helvetica Neue Light",'helvetica neue',helvetica,sans-serif;*/
    padding-bottom: 10px;
}

.news, .events {
    margin-top: 60px;
}

/* news-list */
.news-list {
}

.no-js .news-list .item-with-image {
    height: auto !important;
}

.news-list .item-with-image {
    height: 230px;
    overflow: hidden;
}

    .news-list .item-with-image.full-width {
        height: auto;
    }

    .news-list .item-with-image > div {
        height: 100%;
    }

@media screen and (max-width: 768px) {
    .news-list .item-with-image {
        height: auto !important;
    }
}

@media screen and (max-width: 1200px) {
    .news-list .item-with-image {
        height: auto !important;
    }
}

.news-list .item-with-image .image-container {
    height: 100%;
    padding-right: 0;
}

    .news-list .item-with-image .image-container img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

.news-list .item-with-image.full-width .image-container img {
    max-width: 100%;
    height: auto;
}

.event-list {
}

    .event-list .event-item {
        position: relative;
        height: 170px;
    }

        .event-list .event-item.full-width {
            height: auto;
        }

        .event-list .event-item .event-date {
            position: absolute;
            top: 16px;
            left: 16px;
            width: 100px;
            height: 102px;
            background: url(https://az735690.vo.msecnd.net/images/Inco/Global/_Global_assets/system_assets/tpw/circle.png/78094/circle.png/original);
            background-size: cover;
            margin-right: 16px;
        }

        .event-list .event-item .content {
            padding-left: 116px;
        }

        .event-list .event-item .event-date {
            text-align: center;
        }

            .event-list .event-item .event-date .month {
                width: 100%;
                text-transform: uppercase;
                margin-top: 24px;
                font-size: 20px;
            }

            .event-list .event-item .event-date .date {
                width: 100%;
                text-transform: uppercase;
                font-size: 32px;
                margin-top: -12px;
            }

@media screen and (max-width: 768px) {
    .event-list .event-item {
        position: relative;
        min-height: 170px;
        height: auto;
    }
}

.search-results {
    margin-bottom: 32px;
}


/*order list*/
#popupsearchresultscontainer {
    display: none;
}

.box-with-border {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 16px;
    padding: 16px;
}

    .box-with-border.gray {
        background: #f9f6f2;
    }

    .box-with-border.white {
        background: #f8f9fa;
        border: none !important;
    }

.orderListPage h1,
.orderListPage h2,
.orderListPage h3 {
    /*font-family:'helvetica neue', helvetica, sans-serif;*/
}

.orderListPage .searchPanel input,
.orderListPage .searchPanel span {
    display: inline-block;
}

.orderListPage .popupsearchitem {
    background: #f9f6f2;
    /*Orde Sample search item- extprpa*/
    margin: 0;
    padding: 8px 14px;
    border-bottom: 1px solid #ccc;
    /* extprpa*/
}

    .orderListPage .popupsearchitem input {
        width: 30px;
        margin-right: 10px;
    }

.orderListPage .productBox .ordersamplecontainer {
    display: inline-block;
    width: 33%;
}

    .orderListPage .productBox .ordersamplecontainer .desc {
        display: block;
    }

    .orderListPage .productBox .ordersamplecontainer input {
        width: 80px;
        margin-right: 10px;
    }

.orderListPage .productBox h3 {
    margin-bottom: 15px;
}

.orderListPage label {
    max-width: 72%;
    vertical-align: top;
}
/* end order list*/

/*basket checkout*/

.basketCheckoutPage h1,
.basketCheckoutPage h2,
.basketCheckoutPage h3 {
    /*font-family:'helvetica neue', helvetica, sans-serif*/
}

.basketCheckoutPage label {
    display: block;
}

.basketCheckoutPage .basketcheckoutgroup {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
    background: #f9f6f2;
}

    .basketCheckoutPage .basketcheckoutgroup .formTable {
        display: table;
    }

        .basketCheckoutPage .basketcheckoutgroup .formTable .formTableRow {
            display: table-row;
        }

            .basketCheckoutPage .basketcheckoutgroup .formTable .formTableRow label {
                padding-right: 15px;
            }



            .basketCheckoutPage .basketcheckoutgroup .formTable .formTableRow label,
            .basketCheckoutPage .basketcheckoutgroup .formTable .formTableRow input,
            .basketCheckoutPage .basketcheckoutgroup .formTable .formTableRow textarea {
                display: table-cell;
                margin-top: 7px;
                margin-bottom: 7px;
            }

/*end basket checkout*/

.search-results a {
    /*font-family: 'ITCOfficinaSansW04-Book 1123228';*/
    font-size: 24px;
}


.search-results p {
    padding: 0;
    margin: 0;
}

.search-results .date {
    display: block;
    margin-top: 8px;
}


.search-results .to-top {
    text-align: right;
    margin-top: 4px;
}



    .search-results .to-top a, .search-results .to-top a i {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        color: white;
    }


/* create order */

.create-order-quadrant {
    min-height: 200px;
}

    .create-order-quadrant h4 {
        margin-bottom: 16px;
    }

    .create-order-quadrant .select-form {
        width: 290px;
    }

/* product list */

.product-list {
}

    .product-list h3 {
        margin: 16px;
    }

    .product-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .product-list ul li {
            background-color: white;
            padding: 8px 16px;
            margin: 8px 16px;
            border: 1px solid rgba(0,0,0,0.1);
            border: 1px solid #e6e6e6;
            /*cursor: pointer;*/
        }

        /* .product-list ul li:before 
{
    content: "\e60f";
    font-family: 'icomoon';
    margin-right: 16px;
} */

        .product-list ul ul {
            margin-left: 8px;
        }

ul.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.accordion > li {
        background-color: #f9f6f2;
        border: 1px solid rgba(0,0,0,0.1);
        border: 1px solid #e6e6e6;
        margin-bottom: 16px;
    }

    ul.accordion .accordion-heading {
        font-size: 18px;
        padding: 16px;
    }

        ul.accordion .accordion-heading:before {
            content: "\e61b";
            font-family: 'icomoon';
            font-size: 18px;
            margin-right: 16px;
            vertical-align: middle;
        }

    ul.accordion li.active .accordion-heading:before {
        content: "\e61d";
    }

.edit-quicklinks-box {
    width: 400px;
    position: relative;
}

    .edit-quicklinks-box .edit-quicklinks-controls {
        position: absolute;
        width: 20px;
        right: -6px;
        top: 50px;
    }

        .edit-quicklinks-box .edit-quicklinks-controls i {
            font-size: 18px;
            cursor: pointer;
        }

            .edit-quicklinks-box .edit-quicklinks-controls i.color-red {
                color: red;
            }

        .edit-quicklinks-box .edit-quicklinks-controls > input {
            display: block;
        }

/*Self Registration*/

.self-registration-form .form-control {
    display: inline-block;
    width: 100% !important;
    margin-right: 10px;
    /*height: 50px !important;*/
    height: 40px !important;
    border-block: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    background: #FFFFFF;
    font-size: 16px !important;
    text-transform: none;
    font-weight: 400;
    padding: 7px 14px;
    border: 1px solid #bdbdbd;
}

.error-border {
    /*border: 2px solid red !important;*/ /* Ensure to override any default styles */
    border: 1px solid red !important; /* Ensure to override any default styles */
}

.error_formPera span {
    font-size: 14px !important;
}

#ctl00_ContentMainBody_btnRegisterUser {
    color: #fff;
    outline: 1px solid transparent;
    margin-right: 16px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-asap-bold);
    padding: 10px 24px;
    border-radius: 2px;
    outline: none;
    border: none;
    text-align: center;
    display: flex;
    position: relative;
}



.self-registration-form .form-control-list {
    height: auto !important;
}

.self-registration-form p {
    font-size: 12px;
    margin: 0px;
}

.padding-small > span {
    display: flex;
}

#ctl00_ContentMainBody_chkAgreeToRecieveInfo {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin-right: 12px;
    min-width: 24px;
}

#ctl00_ContentMainBody_btnRegisterUser svg {
    width: 34px;
    height: 24px;
}

.self-registration-form .divLblRegistration {
    font-weight: 600;
    /*font-family:'helvetica neue',helvetica,sans-serif;*/
    margin-bottom: 5px;
}

.icon-validation-error {
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 30%;
    right: 4%;
    transform: translate(-50%, -50%);
}

    .icon-validation-error:before {
        content: " ";
    }

.icon-validation-tick {
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 44%;
    right: 4%;
    transform: translate(-50%, -50%);
}


.icon-validation-tick:before {
    content: " ";
}

#div_to_popup {
    display: none;
    position: fixed !important;
    top: 30px;
    background-color: #fff;
    padding: 32px;
    border-radius: 5px;
    text-align: left;
    overflow-y: auto;
    z-index: 9999;
    height: 90%;
}

    #div_to_popup .bClose {
        float: right;
    }

/*end Self Registration*/

/*Forum*/
.forum.informationPanel {
    clear: both;
}


.forum {
    margin-top: 15px;
}

.forumthread_post {
    margin: 16px 0;
}

/*end Forum*/

/* hotfixes */
/*
    this section needs to be reworked in to a more permanent solution
*/

ul.reset {
    padding: 0;
    margin: 0;
}

table.table.no-bottom-margin {
    margin-bottom: 0;
}

table.full-width {
    width: 100%;
}

.table.vertical-align-middle td {
    vertical-align: middle;
}

.table thead tr:first-child {
    border-top: 2px solid rgba(0,0,0,0.1);
    border-top: 2px solid #e6e6e6;
}

.table.no-border-top thead tr:first-child {
    border-top: none;
}

.calendar i {
    line-height: 20px;
    font-size: 16px;
}

.width-140px {
    width: 140px;
}

.width-90px {
    width: 90px;
}

.width-60px {
    width: 60px;
}

.max-width-768px {
    max-width: 768px;
}

.min-width-44px {
    min-width: 44px;
}

.max-height-70pcnt {
    max-height: 70%;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.ajax__calendar_container {
    z-index: 9999;
}

label {
    font-weight: 600;
    /*font-family:'helvetica neue',helvetica,sans-serif;*/
}

i.tiny {
    font-size: 10px;
}

span.checkbox input[type=checkbox] + label {
    margin-left: 8px;
}

img.size-by-width {
    width: 100%;
    height: auto;
}

#updateProgressDiv {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0,0,0,0.2) !important;
    background-color: #cccccc !important;
    z-index: 9000;
}

    #updateProgressDiv img {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        margin-top: -23px !important;
        margin-left: -23px !important;
    }

.divWaitText {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9000;
    background-color: rgba(202, 195, 195, 0.3) !important
}

    .divWaitText h2 {
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
    }

.loader-text {
    position: absolute !important;
    top: 45% !important;
    left: 45% !important;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    width: 180px;
    word-break: break-word;
}
/* move later */
.percent-box {
    background: url(https://az735690.vo.msecnd.net/images/Inco/Global/_Global_assets/system_assets/tpw/statistics-circle-small.png/78103/statistics-circle-small.png/original);
    background-repeat: no-repeat;
    background-position: center center;
    height: 129px;
    text-align: center;
}

    .percent-box span {
        color: white;
        font-size: 80px;
        letter-spacing: -.08em;
        padding-right: 44px;
        margin-top: 12px;
        display: inline-block;
        position: relative;
    }

        .percent-box span:after {
            content: "%";
            font-size: 48px;
            position: absolute;
            top: 4px;
            right: 0;
        }

.testimonial-title {
    font-weight: 600;
    /*font-family:'helvetica neue',helvetica,sans-serif;*/
    font-size: 14px;
    text-transform: uppercase;
}

blockquote.sca-blockquote {
    margin: 20px 15px 15px;
    /*font-family: Rollerscript-Smooth;*/
    text-transform: none;
    line-height: 1.3em;
    font-size: 24px;
    border: none;
}

    blockquote.sca-blockquote:before, blockquote.sca-blockquote:after {
        content: '\201C';
        font-size: 24px;
    }

.height-400px {
    height: 400px;
}

.loyalty-points {
    float: right;
    margin-top: 22px;
    height: 55px;
    padding: 0 16px;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid #e6e6e6;
}

    .loyalty-points p {
        font-size: 14px;
        text-align: right;
    }

.big-heading {
    font-size: 53px;
    /*font-family: 'ITCOfficinaSansW04-Book 1123228';*/
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.03em;
}

ul.inline {
    margin: 0;
    padding: 0;
}

    ul.inline li {
        display: inline-block;
    }



/*Start LMS Styles*/
.LMSUploadPanel label {
    float: left;
    width: 120px;
    display: inline-block;
    color: #002E9B
}

.LMSUploadPanel input, .LMSUploadPanel textarea {
    width: 400px;
    margin-bottom: 7px;
    border: #96a6cb 1px solid;
}

    .LMSUploadPanel select, .LMSUploadPanel input[type=file] {
        width: 406px;
        margin-bottom: 7px;
        border: #96a6cb 1px solid;
        color: #777;
        font: 1em Verdana, Arial, Helvetica, sans-serif;
        height: 20px;
    }

.LMSUploadPanel div {
    clear: both;
    width: 536px;
}

    .LMSUploadPanel div .button {
        float: right !important
    }

div.commandrow .button {
    float: right !important
}

.LMSCourseItem {
    padding: 4px 7px 4px 65px;
    background: url(./Frameset/Images/bg_unit.png) no-repeat 0 4px;
    margin-bottom: 14px;
    min-height: 78px;
}

    .LMSCourseItem:hover {
        background-color: #e3eed2
    }

    .LMSCourseItem p {
        margin-top: 20px
    }

    .LMSCourseItem .spacing {
        margin-top: 3px
    }

    .LMSCourseItem p a {
        margin-right: 56px
    }

    .LMSCourseItem span {
        float: right;
        margin-right: 100px
    }

#LMS #toptitle {
    background-color: #A2C273;
    height: 35px;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
}

#LMS #modulename {
    font-size: 28px;
    text-align: center;
    padding-top: 15px;
    color: #002E9B;
}

#LMS #moduletext {
    margin-top: 15px;
    margin-top: 30px;
}

#LMS #startbutton {
    background-color: #A2C273;
    margin-top: 30px;
    text-align: center;
}


/*End LMS Styles*/

/* XForms fix */
.xForm table td {
    padding-right: 16px;
}

/*
.xForm fieldset legend
{
    display: none;
}
*/

.xForm input[type=checkbox] + label, .xForm input[type=radio] + label {
    margin-left: 8px;
    vertical-align: top;
}
/* End XForms fix */

/* start page popup */

.dialog-container {
    width: 400px;
}

    .dialog-container .dialog-image-container img {
        max-width: 100%;
        height: auto;
    }

/* start page popup end */
/* loyalty cc*/
.ui-tabs {
    position: relative;
}
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a,
            .ui-tabs.ui-tabs-collapsible
            .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
                pointer-events: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                cursor: text;
            }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.1em;
        background: none;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }


/* Component containers */
----------------------------------
.ui-widget { /*font-family: Verdana,Arial,sans-serif*/ /*{ffDefault}*/
    ;
    font-size: 1.1em /*{fsDefault}*/;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { /*font-family: Verdana,Arial,sans-serif*/ /*{ffDefault}*/
    ;
    font-size: 1em;
}

.ui-widget-header {
    background: #ffffff /*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    color: #222222 /*{fcHeader}*/;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222 /*{fcHeader}*/;
    }
    /* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { /*{borderColorDefault}*/
        ;
        background: #00abbd !important /*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png) /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
        font-weight: normal /*{fwDefault}*/;
        color: #555555 /*{fcDefault}*/;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555555 /*{fcDefault}*/;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { /*{borderColorHover}*/
        ;
        background: #00abbd /*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
        font-weight: normal /*{fwDefault}*/;
        color: #212121 /*{fcHover}*/;
    }

        .ui-state-hover a, .ui-state-hover a:hover {
            background: #00abbd;
            color: #212121 /*{fcHover}*/;
            text-decoration: none;
        }

.ui-state-active a:after {
    border-left-color: hsla(89,44.1%,49.8%,1) !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { /*{borderColorActive}*/
    background: #00abbd !important; /*{bgColorActive}*/
    background:url(images/ui-bg_glass_65_ffffff_1x400.png) /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcActive}*/;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        background: #00abbd !important;
        color: #ffffff !important; /*{fcActive}*/
        text-decoration: none;
    }

.ui-widget :active {
    outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { /*{borderColorHighlight}*/
    background: #fbf9ee /*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
    color: #363636 /*{fcHighlight}*/;
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        background: #00abbd;
        color: #363636 /*{fcHighlight}*/;
    }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { /*{borderColorError}*/
    background: #fef1ec /*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png) /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/;
    color: #cd0a0a /*{fcError}*/;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #cd0a0a /*{fcError}*/;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a /*{fcError}*/;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1.0;
    filter: Alpha(Opacity=100);
    background-color: #FAF7F2;
}

/* Icons
----------------------------------*/
/* Loyalty */
/* Loyalty */
.product-box {
    width: 350px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: -5px;
    min-height: 215px;
    border: 1px solid #ccc;
    background: #f9f6f2;
    padding-top: 5px;
    position: relative;
}

.produvt-close {
    position: absolute;
    top: 3px;
    right: 5px;
}

    .produvt-close a {
        font-size: 25px;
        font-weight: bold;
    }

.img-box {
    margin: 2px 3px;
    float: left;
    height: 144px
}

.box-label {
    margin-left: 124px;
    width: 62%;
}

.box-labelredeem {
    margin-left: 115px;
    width: 62%;
    margin-top: 20px;
}

label.cntext {
    /*font-family: 'helvetica neue',helvetica,sans-serif;*/
    font-weight: normal !important;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 4px;
}

label.cntextredeem {
    /*font-family: 'helvetica neue',helvetica,sans-serif;*/
    font-weight: normal !important;
    margin-top: 5px;
    margin-right: 4px;
}

.expand-label {
    padding: 9px;
}

.label-text {
    margin-top: 20px;
    font-weight: bold !important; /*font-family: "HelveticaNeueW01-75Bold",'helvetica neue',helvetica,sans-serif;*/
    font-size: 17px;
}

.text-box {
    width: 14% !important;
    margin-left: 242px !important;
}

.img-box img {
    position: relative;
    width: 100px;
    height: auto;
    float: left;
    padding-top: 19px;
}

.img-boxredeem img {
    position: relative;
    width: 100px;
    height: 144px;
    float: left;
    padding-bottom: 29px;
}

.div3 {
    margin-top: -93px;
}

.input-group-btn:last-child > .btn {
    margin-left: 5px !important;
}

.from-control-btn {
    margin-left: 6px;
    height: 30px;
    width: 60px !important;
}



.breadcrumb > li + li:before {
    content: "" !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #005597;
}

.btn-primary {
    margin-right: 5px;
}

.QuantityClass {
    display: block;
    float: none;
    clear: both;
    margin-left: 128px;
}

.box-label .productdetails .pull-left img {
    max-width: 615px;
}


/*  Start Bulk Upload Tool */

.cell {
    clear: both;
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
}

.cell-lable-div {
    width: 20%;
    float: left;
}

.cell-input-div {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.cell-input-div-100per {
    width: 100%;
    padding-left: 0px;
    float: none;
}

.cell-input-div input[type='file'] {
    width: 100%;
    height: 24px;
}

.cell::after {
    clear: both;
    display: block;
    float: none;
    content: '';
}

#Import, #ExportUsersToExcel, #tbEmail {
    width: 100%;
    max-width: 241px;
}

#ExportUsersToExcel {
    margin-top: 28px;
}

.exp-imp-main {
    width: 100%;
    max-width: 680px;
    border: 1px solid #ccc;
    margin: 150px auto 50px;
    padding: 20px;
    background: #ecf4f6;
}

.export-sec {
    width: 48%;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #ccc;
    height: 180px;
}

.import-sec {
    width: 52%;
    float: left;
    padding-left: 30px;
}

.exp-imp-main::after {
    clear: both;
    display: block;
    float: none;
    content: '';
}

.exp-imp-main h2 {
    padding-bottom: 10px;
}

.cell-input-div input[type=text] {
    width: 100%;
}

.cell-input-div input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.exp-imp-main .btn-primary {
    width: 100%;
    max-width: 241px;
    margin-top: 10px;
}

.exp-imp-main .btn-right-50per {
    width: 49%;
    float: right;
    margin-right: 0px;
}

.exp-imp-main .btn-left-50per {
    width: 49%;
    float: left;
    margin-right: 0px;
}

.margin-0-auto {
    margin: 0 auto !important;
}

.e-i-lms-button {
    width: 48%;
    float: left;
    padding-right: 30px;
    border-right: 1px;
    min-height: 100px;
}

.e-i-lms-button-2 {
    width: 52%;
    float: left;
    padding-left: 30px;
}



/*  End Bulk Upload Tool */


.cell2 {
    clear: both;
    margin-bottom: 10px;
    width: 100%;
    max-width: 450px;
}

.cell2-lable-div {
    width: 35%;
    float: left;
}

.cell2-input-div {
    width: 65%;
    float: left;
    padding-left: 20px;
}

.cell2::after {
    clear: both;
    display: block;
    float: none;
    content: '';
}

.cell2-input-div input[type=text] {
    width: 88%;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 15px;
}

.cell2-input-div input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.cell2-input-div input[type=file] {
    width: 100%;
    height: 26px;
}

.cell2-lable-div span {
    font-weight: bold;
    font-size: 14px;
    padding-top: 7px;
    display: block;
}

.cell2-input-div .btn-primary {
    margin-top: -4px;
    margin-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    margin-left: -4px;
    width: 35px;
}


.width-100per {
    width: 100% !important;
}

.pager {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}


.width_47pec {
    width: 47%;
}

.width_50pec {
    width: 50%;
}

.width_79pec {
    width: 79%;
}

.float_left {
    float: left;
}

.padding-left-3per {
    padding-left: 3%;
}

.padding-right-3per {
    padding-right: 3%;
}

.padding-top-35px {
    padding-top: 35px;
}

#id_matrix {
    width: 100%;
}

    #id_matrix tr td {
        padding-left: 30px;
        padding-bottom: 15px;
    }

    #id_matrix .bottom-margin-small {
        margin-bottom: 0px !important;
    }


.width-100per {
    width: 100% !important;
}

.freetextLeft img {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*Resident Start*/

.margin-l-5px {
    margin-left: 5px;
}

.pop-table-sec {
    height: 363px;
    overflow-y: auto;
    width: 100%;
}

.shop-err-message {
    color: Red;
    font-weight: bold;
}

.shop-err-Textbox {
    border: solid 1px Red
}

.color-red {
    color: red;
}

.color-blue {
    color: #1d388b;
}

.resident-update-btn {
    margin-top: 10px;
    width: 91.5%;
}

.table > thead > tr > th {
    text-transform: capitalize;
}

.add-res-btn {
    padding: 6.5px 12px;
    font-size: 19px;
}

#tblResident > thead > tr > th {
    border-bottom: 0px;
}

#tblResident tbody {
    height: auto;
    max-height: 300px;
    display: inline-block;
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid #ddd;
}

#tblResident thead {
    display: inline-block;
    width: 100%;
    height: 39px;
    clear: both;
}

fieldset {
    padding: 15px;
    border: 1px solid #ccc;
}

legend {
    width: auto;
    padding: 0 5px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #303030;
    border-bottom: 0px;
}

.salesRep {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
    background: #f9f6f2;
    margin-left: 3%;
    margin-top: 3%;
    display: inline-block;
}

/*Resident End*/

.clear-2 {
    clear: both;
    float: none;
    display: block;
}

.file-loading {
    background-image: url(../../../img/ajax-loaderNew-20x20.gif);
    background-repeat: no-repeat;
    background-position: 191px 6px;
}

#resetlayout select.form-control {
    height: 34px !important;
}

#resetlayout select {
    width: 101% !important;
    margin-left: 0px !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#resetlayout input[type='text'] {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#resetlayout .row .col-md-4 div {
    width: 100% !important;
}

.float-left {
    float: left;
}

.padding-top-5 {
    padding-top: 5px;
}

.width_15pc {
    width: 15.4%;
}

.width_33pc {
    width: 32.7%;
}

.width_75pc {
    width: 75% !important;
}

.width-31pc {
    width: 31.1%;
}

.margin-right-0px {
    margin-right: 0px !important;
}

/*.row {margin-left: 0px; margin-right: 0px;}*/
.top-margin-small {
    margin-top: 0px;
}

.bg-light-gray {
    height: auto;
    margin: 20px;
    margin-right: 10px;
}

.product-details {
    padding: 15px;
}

.table-responsive {
    padding-top: 15px;
}

.subscribe-link {
    float: right;
    padding-right: 6px;
    padding-top: 2px;
    color: #808080;
}

    .subscribe-link:hover {
        color: #808080;
        text-decoration: none;
    }

.sub-content {
    width: 100% !important;
}

    .sub-content::after, .sub-content::before {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .sub-content::before {
        display: block;
        content: "";
        position: absolute;
        top: -20px;
        left: 90%;
        margin-left: -6px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #d0cdc9 transparent;
    }

    .sub-content::after {
        border-color: rgba(249, 246, 242, 0);
        border-bottom-color: #f9f6f2;
        border-width: 10px;
        margin-left: -10px;
        left: 91%;
        top: -19px;
    }

ul.sub-content::before {
    margin-left: -8px;
}


#resetlayout .row {
    margin-bottom: 15px;
}

.btn-margins a {
    margin-top: 4px;
}

.row-margin-zero {
    margin-left: 0px;
    margin-right: -30px;
}

.margin-top-15px {
    margin-top: 15px;
}
/*1990293  NNA-65Required Field Text - Contact us form check box error message */
.xformvalidator {
    color: Red !important;
    font-weight: bold;
}

.order-vr-btn {
    height: 29px;
    padding: 3px 10px;
    margin-bottom: 5px;
    min-width: 70%;
    width: auto;
    font-size: 12px;
}

/* code ends */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .width-31pc {
        width: 30.5%;
    }
}


/*---------------------------------------------------------PIM Product Start-----------------------------------------------------*/

.pim-p-left {
    width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    background: #faf7f2;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pim-p-right {
    width: 100%;
    height: auto;
}


.pim-p-left2 {
    width: 100%; /*height:auto;*/
    max-height: 263px;
    overflow: auto;
    padding: 15px;
    margin-top: 10px;
    box-sizing: border-box;
    background: #faf7f2;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .pim-p-left2 .pim-left-cell {
        margin: 10px 0px;
    }

        .pim-p-left2 .pim-left-cell .pim-left-label {
            width: 30%;
            display: inline-block;
            font-size: 13px;
            line-height: 14px;
            font-weight: normal;
            vertical-align: top;
        }

        .pim-p-left2 .pim-left-cell .pim-left-dis {
            width: 68%;
            display: inline-block;
        }

            .pim-p-left2 .pim-left-cell .pim-left-dis span {
                background-color: #e2e2e2;
                padding: 3px 9px 3px 9px;
                font-size: 12px;
                border-radius: 4px;
                margin-right: 2px;
            }

                .pim-p-left2 .pim-left-cell .pim-left-dis span.active {
                    background-color: #00abbd;
                    font-weight: bold;
                    color: #fff;
                }

.pim-p-discount-popup {
    width: 100%; /*height:auto;*/
    max-height: 150px;
    overflow: auto;
    padding: 10px 10px 0px 10px;
    margin-top: 10px;
    border: #d9d9d9 1px solid;
    /*background: #faf7f2;*/
    border-radius: 3px;
}

    .pim-p-discount-popup h4 {
        padding: 0px;
        margin-bottom: 2%;
        font-weight: bold;
    }

    .pim-p-discount-popup .pim-left-cell {
        margin: 0 0 2% 0;
    }

        .pim-p-discount-popup .pim-left-cell .pim-left-label {
            font-size: 13px;
            margin-bottom: 8px;
            font-weight: bold;
        }

        .pim-p-discount-popup .pim-left-cell .pim-left-dis {
            display: inline-block;
            margin: 0 5px 8px 0;
        }

            .pim-p-discount-popup .pim-left-cell .pim-left-dis span {
                background-color: #e2e2e2;
                padding: 5px 12px 5px 12px;
                font-size: 12px;
                border-radius: 4px;
            }

.pim-p-discount-popup-page {
}

    .pim-p-discount-popup-page h1 {
        margin-top: 0px;
        word-break: break-word;
    }

    .pim-p-discount-popup-page h2 {
        padding-bottom: 15px;
    }

    .pim-p-discount-popup-page p {
        font-size: 13px;
    }

    .pim-p-discount-popup-page .button {
        margin-top: 10px;
    }

    .pim-p-discount-popup-page input[type="button"] {
        margin-right: 10px;
    }

    .pim-p-discount-popup-page .popup-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row-reverse;
    }

        .pim-p-discount-popup-page .popup-button .marg {
            margin-right: 0px;
        }

/*product basket*/
.product-bas-dis-level-bg {
    background-color: #faf7f2 !important;
    border: none !important;
}

    .product-bas-dis-level-bg h3 {
        text-align: left;
        color: #303030;
        font-weight: bold;
    }

.product-bas-dis-level {
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

    .product-bas-dis-level .pim-left-label {
        width: auto;
        display: inline-block;
        padding: 0px 8px 0px 0px;
        font-size: 14px;
        font-weight: bold;
        vertical-align: top;
    }

    .product-bas-dis-level .pim-left-dis {
        width: auto;
        display: inline-block;
        margin-top: 3px;
    }

        .product-bas-dis-level .pim-left-dis span {
            background-color: #e2e2e2;
            padding: 5px 8px 5px 8px;
            font-size: 11px;
            border-radius: 4px;
            margin-right: 2px;
        }

            .product-bas-dis-level .pim-left-dis span.active {
                background-color: #00abbd;
                font-weight: bold;
                color: #fff;
            }

.product-basket table {
    text-align: center;
    border: #f3f2f2;
    width: 100%;
}

    .product-basket table th {
        padding: 10px;
        text-align: center;
        color: #303030;
        font-weight: bold;
        font-size: 14px;
    }

    .product-basket table td {
        padding: 10px;
        color: #303030 !important;
        font-size: 12px;
        font-weight: bold;
    }

        .product-basket table td input[type="text"] {
            width: 40px;
            border: none;
            text-align: center;
            box-shadow: none;
            background-color: transparent;
        }

            .product-basket table td input[type="text"]:focus {
                outline: none;
            }

        .product-basket table td input[type="button"] {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            color: #fff;
            padding: 0px;
            margin: 0px;
            background-color: #00abbd;
            border: transparent;
        }

        .product-basket table td a.btn {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            padding: 0px;
            margin: 0px;
            background-color: #00ABBD!important;
        }

        .product-basket table td .icon-minus {
            font-size: 17px;
            font-weight: 600;
            line-height: inherit;
        }

        .product-basket table td .icon-plus {
            font-size: 17px;
            font-weight: 600;
            line-height: inherit;
        }



.pro-basket-button-bg {
    background-color: #faf7f2;
    overflow: auto;
    padding: 10px 0px 10px 0px;
    border-radius: 4px;
}

    .pro-basket-button-bg a.btn {
        font-weight: normal;
    }

.butn-disabled {
    background-color: #808080;
    border-color: #808080;
    pointer-events: inherit;
}
/*product basket*/

/*Recently-viewed-purchased-items-PIMB2B-Catalogue*/
.pim-p-left3 {
    width: 100%;
    padding: 15px 15px 15px 0px;
}

    .pim-p-left3 .heading {
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        padding-bottom: 18px;
        padding-top: 20px;
    }

    .pim-p-left3 .section {
        border-bottom: #dadada 1px solid;
        padding-bottom: 10px;
        padding-top: 10px;
        overflow: auto;
    }

        .pim-p-left3 .section .image {
            float: left;
            width: 16%;
        }

        .pim-p-left3 .section img {
            max-width: 40px;
            max-height: 40px;
        }

    .pim-p-left3 .title {
        font-size: 14px !important;
        float: left;
        width: 80%;
    }

        .pim-p-left3 .title a {
            cursor: pointer;
            color: #00abbd;
        }

            .pim-p-left3 .title a:hover {
                color: #00808e;
                text-decoration: underline;
            }


.popup-recident-name {
    width: 55%;
    float: right;
    margin-bottom: 10px;
    margin-top: 0px;
}

/*Recently-viewed-purchased-items-PIMB2B-Catalogue*/
.pim-family-list {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dadada;
    padding: 10px;
    margin-bottom: 20px;
    clear: both;
}

.padding-zero {
    padding: 0px;
}

.pim-p-left .select-all, .pim-p-left .clear-all {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 5px;
    text-decoration: underline !important;
    float: right;
    color: #005597;
}

.nav-tabs > li > a {
    color: #005597 !important;
}

/*Checkbox start*/
.pim-family-list tr td {
    display: block;
    height: 20px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 14px; /*font-family: 'HelveticaNeueW01-55Roma', 'helvetica neue', helvetica, sans-serif;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pim-family-list table {
    border: 0px;
    width: 100%;
}

    .pim-family-list table tr td input {
        position: absolute;
        opacity: 0;
    }
    /* Hide the browser's default checkbox */

    /* Create a custom checkbox  background-color: #eee;     */
    .pim-family-list table tr td label {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px; /*font-family:'helvetica neue',helvetica,sans-serif;*/
        font-size: 13px;
        line-height: 14px;
        width: 100%;
        padding-left: 20px;
        background-repeat: no-repeat;
        margin-top: 3px;
        background-image: url(../img/checkbox.png);
        background-position: 0 0;
    }


    .pim-family-list table tr td input:checked ~ label {
        background-position: 0 -17px;
    }
    /* When the checkbox is checked, add a blue background */
    .pim-family-list table tr td:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .pim-family-list table tr td input:checked ~ label:after {
        display: block;
    }
    /* Show the checkmark when checked */
    .pim-family-list table tr td label:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* Style the checkmark/indicator */

/*End Checkbox start*/

.pim-p-left .pim-left-cell {
    margin: 5px 0px;
}

.pim-heading {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 6px;
}

.pim-p-left .pim-left-cell .pim-left-label {
    width: 35%;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}

.pim-p-left .pim-left-cell .pim-left-input {
    width: 63%;
    display: inline-block;
}

    .pim-p-left .pim-left-cell .pim-left-input select {
        width: 100%;
        height: 30px;
        padding: 0px 3px;
        border: 1px solid #ccc;
        font-size: 13px;
        border-radius: 3px;
    }

.pim-search-box {
    width: 77%;
    float: left;
    position: relative;
}

.pim-search-box-pim {
    width: 77%;
    float: left;
    position: relative;
}

.pim-view-box {
    width: 118px;
    float: left;
}

.pim-search-sec::after {
    display: block;
    float: none;
    clear: both;
    content: '';
}

.pim-add-box {
    width: 90px;
    float: right;
    padding-left: 10px;
    position: relative;
}

    .pim-add-box a {
        margin-right: 0;
        outline: none;
    }

        .pim-add-box a:focus {
            outline: none;
        }

.pim-search-box input[type='text'] {
    width: 100%;
    height: 32px;
    padding: 5px 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.pim-search-box a {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 2px;
    text-align: center;
}

    .pim-search-box a i[class^=icon] {
        font-size: 26px;
        color: #005597;
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
    }

.pim-search-box-pim input[type='text'] {
    width: 100%;
    height: 32px;
    padding: 5px 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.pim-search-box-pim a {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 2px;
    text-align: center;
}

    .pim-search-box-pim a i[class^=icon] {
        font-size: 26px;
        color: #005597;
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
    }

.pim-add-box .btn-primary {
    padding: 3px 8px 5px;
    font-size: 22px;
}

.pim-add-box .btn-success {
    font-size: 22px;
    padding: 3px 7px 5px;
    line-height: 22px
}

    .pim-add-box .btn-success > a {
        outline: none;
    }

        .pim-add-box .btn-success > a:focus {
            outline: none;
        }

.pim-add-box .btn-template-load {
    margin-right: 3px;
    padding: 4px 8px;
    font-size: 22px;
}

.pim-search-box ::-webkit-input-placeholder {
    color: #303030;
}
/* Chrome/Opera/Safari */
.pim-search-box ::-moz-placeholder {
    color: #303030;
}
/* Firefox 19+ */
.pim-search-box :-ms-input-placeholder {
    color: #303030;
}
/* IE 10+ */
.pim-search-box :-moz-placeholder {
    color: #303030;
}
/* Firefox 18- */

.pim-search-box-pim ::-webkit-input-placeholder {
    color: #303030;
}
/* Chrome/Opera/Safari */
.pim-search-box-pim ::-moz-placeholder {
    color: #303030;
}
/* Firefox 19+ */
.pim-search-box-pim :-ms-input-placeholder {
    color: #303030;
}
/* IE 10+ */
.pim-search-box-pim :-moz-placeholder {
    color: #303030;
}
/* Firefox 18- */

.thumb-view {
    width: 34px;
    height: 32px;
    display: inline-block;
    margin-right: 1px;
    background-image: url(../img/thumb-view-icon-old.png);
    background-position: 0 0;
}

.list-view {
    width: 34px;
    height: 32px;
    display: inline-block;
    background-image: url(../img/list-view-icon-old.png);
    background-position: 0 0;
}

    .thumb-view.active, .list-view.active {
        background-position: 0px -34px;
    }

.pim-p-table {
    margin-top: 6px;
}

.thumb-view-table ul {
    padding: 0;
}

    .thumb-view-table ul li {
        width: 100%;
        height: auto;
        margin-bottom: 6px;
        display: block;
        list-style-type: none;
        padding: 10px;
        background: #faf7f2;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

        .thumb-view-table ul li::after {
            display: block;
            float: none;
            clear: both;
            content: '';
        }

.pro-title {
}

    .pro-title > span:nth-child(1), .pro-title > span:nth-child(2) {
        font-size: 18px;
        font-weight: bold;
    }

    .pro-title > span:nth-child(3) {
        font-size: 14px;
        font-weight: normal;
        padding-left: 5px;
    }

    .pro-title a {
        font-size: 17px;
        font-weight: bold;
        color: #005597;
    }

        .pro-title a:hover {
            color: #4c85b1;
            cursor: pointer;
        }

.pro-des-sec {
}

    .pro-des-sec .pro-img {
        width: 100px;
        height: 75px;
        float: left;
        text-align: center;
    }

        .pro-des-sec .pro-img img {
            max-width: 99px;
            max-height: 83px;
            width: auto;
            height: auto;
        }

    .pro-des-sec .pro-des {
        width: 150px;
        height: auto;
        float: left;
        padding-left: 5px;
        padding-top: 5px;
    }

    .pro-des-sec .pro-value {
        width: auto;
        height: auto;
        float: left;
        padding-left: 5px;
        padding-top: 5px;
    }

    .pro-des-sec .pro-des span {
        font-size: 14px;
        font-weight: bold;
    }

    .pro-des-sec .pro-des span, .pro-des-sec .pro-value span {
        display: block;
        padding-bottom: 5px;
        font-size: 13px;
    }

    .pro-des-sec .pro-value span {
        text-align: right;
        height: 23px;
        padding-top: 1px;
    }

.quantity-sec { /*width:184px;*/
    float: right;
}

    .quantity-sec .sale-unit {
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        font-weight: bold;
    }

.list-view-table .quantity-sec {
    width: 100px;
    float: left;
}

.quantity-sec:after {
    display: block;
    float: none;
    clear: both;
    content: '';
}

.quantity-sec input[type="text"] {
    width: 42px;
    padding: 3px;
    border: 1px solid #ddd;
    height: 34px;
    display: block;
    float: left;
    border-right: none;
    border-radius: 0px;
}

.quantity-sec input[type="number"] {
    width: 50px;
    padding: 3px;
    border: 1px solid #ddd;
    height: 34px;
    display: block;
    float: left;
    border-right: none;
    border-radius: 0px;
}

.recident-name input[type="text"] {
    width: 77%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.quantity-sec select {
    width: 90px;
    height: 34px;
    border: 1px solid #ddd;
    font-size: 13px;
    display: block;
    float: left;
    color: #5d5a5a;
    text-transform: capitalize;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: 0px;
}

.quantity-popup {
    width: 181px;
    float: right;
    margin-bottom: 10px;
}

    .quantity-popup .recident-name {
        width: 100%;
    }

        .quantity-popup .recident-name input[type="text"] {
            border-right: #ccc 1px solid;
            border-radius: 4px;
            width: 100%;
        }

.list-view-table .text-center span {
    width: 50%;
    display: inline-block;
    text-align: left;
    float: left;
}

.list-view-table .text-center .unit {
    padding-left: 20%;
    float: left;
}

.list-view-table .text-center .qty {
    padding-left: 11%;
}

.salesUnit_span {
    width: 92px;
    height: 34px;
    border: 1px solid #ddd;
    font-size: 13px;
    display: block;
    float: left;
    color: #5d5a5a;
    border-radius: 4px;
    background: #cccccc;
    padding: 8px;
    margin-right: 10px;
}

.quantity-sec a {
    width: 37px;
    height: 34px;
    font-weight: bold;
    text-align: center;
    margin-left: 0px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 4px;
    color: #fff;
    background-color: #00abbd;
    border-color: #00abbd;
    display: block;
    float: right;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


    .quantity-sec a:hover {
        color: #fff;
        background-color: #00808e;
        border-color: #00808e;
        text-decoration: none;
    }

    .quantity-sec a i {
        font-size: 22px;
    }

.color-unit {
    width: 100%;
    float: right;
    padding-top: 5px;
}

    .color-unit::after {
        display: block;
        float: none;
        clear: both;
        content: '';
    }

    .color-unit div {
        text-align: right;
    }

        .color-unit div > span:nth-child(1), .color-unit div > span:nth-child(2), .color-unit div > span:nth-child(1), .color-unit div > span:nth-child(2) {
            display: block;
            padding-bottom: 5px;
            font-size: 13px;
        }

        .color-unit div > span:nth-child(1), .color-unit div > span:nth-child(2) {
            font-weight: bold;
            padding-left: 4px;
            font-size: 13px;
        }

        .color-unit div > span:nth-child(1), .color-unit div > span:nth-child(2) {
            text-align: right;
            padding-right: 4px;
        }

        .color-unit div > .unit {
            float: left;
        }

        .color-unit div.offer {
            width: 100%;
            border: #00ABBD solid 1px;
            border-radius: 4px;
            padding: 8px 6px 8px 6px;
            background-color: #cceef2;
            margin: 5px 0px 5px 0px;
        }

            .color-unit div.offer span {
                text-align: right;
                color: #00abbd;
                font-size: 14px;
                font-weight: 600;
            }

            .color-unit div.offer > span:nth-child(1), .color-unit div.offer > span:nth-child(2), color-unit div.offer > span:nth-child(1), color-unit div.offer > span:nth-child(2) {
                display: block;
                padding: 0px !important;
            }

.ColrCodes.PINK {
    background-color: #ffc0cb;
}

.ColrCodes.LILAC {
    background-color: #c8a2c8;
}

.ColrCodes.GREEN {
    background-color: #008000;
}

.ColrCodes.LIGHTGREEN {
    background-color: #90ee90;
}

.ColrCodes.YELLOW {
    background-color: #ffff00;
}

.ColrCodes.BLUE {
    background-color: #0000ff;
}

.ColrCodes.ORANGE {
    background-color: #ffa500;
}

.ColrCodes.APRICOT {
    background-color: #fbceb1;
}

.ColrCodes.GRAY {
    background-color: #808080;
}

.ColrCodes.RED {
    background-color: #ff0000;
}

.ColrCodes.BROWN {
    background-color: #8b4513;
}

.ColrCodes.BLACK {
    background-color: #000000;
}

.ColrCodes.WHITE {
    background-color: #ffffff;
}

.ColrCodes.CREME {
    background-color: #ffe4b8;
}

.ColrCodes.PEACH {
    background-color: #ffe4b8
}

.ColrCodes.LIGHT_GREEN {
    background-color: #c5dd8a
}

.color-unit div > span:nth-child(2) > span:nth-child(2) {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    margin-bottom: -5px;
}

.quantity-sec [data-balloon-length=large]:after, .pim-add-box [data-balloon-length=large]:after {
    display: block;
    width: auto;
    min-width: 150px;
}

.quantity-sec [data-balloon]:after, .pim-add-box [data-balloon]:after, .pim-product-box [data-balloon]:after {
    background: #FFF !important;
    line-height: 15px;
    color: #303030 !important;
    border: 1px solid rgba(0, 85, 151, 0.44);
    z-index: 999;
}

.quantity-sec [data-balloon]:after, .pim-add-box [data-balloon]:after, .pim-product-box2 [data-balloon]:after {
    background: #FFF !important;
    line-height: 15px;
    color: #303030 !important;
    border: 1px solid rgba(0, 85, 151, 0.44);
    z-index: 999;
}

.quantity-sec [data-balloon]:before, .pim-add-box [data-balloon]:before {
    border-color: #5aa621 transparent transparent transparent;
    background: url(../img/tooltip-pointer.png) !important;
    width: 30px;
    height: 15px;
    border-width: 0px !important;
    top: -12px;
    z-index: 1000;
}

.quantity-sec .form-control, .pim-add-box .form-control {
    padding: 6px 4px;
}

.list-view-table {
    display: none;
}

    .list-view-table table {
        border: 1px solid #ddd;
    }

        .list-view-table table tr th {
            background: #fff;
            font-size: 14px;
            font-weight: bold;
            padding-left: 10px;
            height: 34px;
            border-bottom: 1px solid #ddd;
        }

        .list-view-table table tr td {
            background: #f9f9f9;
            height: 50px;
            padding-left: 10px;
            border-bottom: 1px solid #ddd;
        }

.quantity-td {
    padding-right: 10px;
    padding-top: 3px;
}

.text-center {
    text-align: center;
}

.thumb-view-table .NoProducts {
    display: none;
}

.nopro-msg {
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    font-style: italic;
}

.quantity-sec select option {
    text-transform: capitalize;
}

.loadtemplate {
    z-index: 100001;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

    .loadtemplate .table-responsive th, .loadtemplate .table-responsive td {
        font-size: 14px;
    }

    .loadtemplate .control-label {
        font-size: 16px;
    }

.color-quantity span {
    font-weight: bold;
}

.recident-popup-text {
    float: right;
}

.validate-border {
    border: 3px solid red;
}

.recident-popup-table select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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;
}

.residentname {
    width: 170px;
}

.list-view-table .residentname input {
    width: 112px;
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: normal;
    height: 34px;
    display: block;
    float: left;
    border-right: none;
    border-radius: 0;
}

.list-view-table .residentname a {
    width: 37px;
    height: 34px;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 4px;
    color: #fff;
    background-color: #00abbd;
    border-color: #00abbd;
    display: block;
    float: left;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .list-view-table .residentname a i {
        font-size: 22px;
    }


/*offer-popup start*/
.offer-popup {
    margin: 15px 0px 0px 0px;
}

    .offer-popup table {
        margin-bottom: 10px;
    }

    .offer-popup td {
        color: #303030;
        font-size: 12px;
    }

        .offer-popup td input[type="text"] {
            border: #ccc 1px solid;
            border-radius: 4px;
            width: 90%;
            padding-left: 3px;
            color: #303030;
            font-size: 12px;
        }

        .offer-popup td input[readonly] {
            background-color: #ddd;
            color: #878787;
        }

    .offer-popup .has-error {
        border: #cb3934 solid 1px;
    }

    .offer-popup th {
        text-align: left;
        background-color: #003b75;
        color: #fff;
        padding: 5px 0px 5px 5px;
    }

    .offer-popup .table > tbody > tr > td,
    .offer-popup .table > tbody > tr > th,
    .offer-popup.table > thead > tr > td,
    .offer-popup.table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .offer-popup .table-bordered {
        border: 1px solid #ddd
    }

    .offer-popup .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #e7e7e7
    }

    .offer-popup .info {
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

        .offer-popup .info span {
            font-size: 12px;
            color: #303030;
            font-weights: bold;
        }
/*offer-popup end*/

/*order-sample fine tunings*/
.ordersample-discp {
    display: flex;
    flex-direction: row;
}

    .ordersample-discp .heading { /*width:auto;*/
        width: 70%;
    }

    .ordersample-discp .product-count { /*width:100%;*/
        width: 30%;
        text-align: right;
    }
/*order-sample fine tunings*/

/*order history start*/

.order-history {
}

    .order-history .text {
        font-weight: bold;
    }

    .order-history .alert-danger {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        font-style: italic;
    }

    .order-history .order-history-prod-search {
        position: relative;
    }

        .order-history .order-history-prod-search input[type='text'] {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .order-history .order-history-prod-search a.icon-img {
            display: block;
            height: 30px;
            position: absolute;
            left: 167px;
            top: 2px;
        }

            .order-history .order-history-prod-search a.icon-img i[class^=icon] {
                font-size: 26px;
                color: #303030;
                display: inline-block;
                vertical-align: middle;
                line-height: 30px;
            }

        .order-history .order-history-prod-search .clear-butn {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }
/*order history end*/
/*loyalty-order-history-popup start*/
.loyalty-order-history-popup {
}

    .loyalty-order-history-popup .popup-heading {
        border-bottom: #ddd 1px solid !important;
        padding-left: 0px;
    }

    .loyalty-order-history-popup .popup-family {
        padding-top: 16px;
        padding-left: 0px;
    }

    .loyalty-order-history-popup .content1 {
        padding: 0px;
        font-size: 18px;
        color: #303030;
        font-weight: 600;
    }

    .loyalty-order-history-popup .content2 {
        padding: 0px;
    }
/*loyalty-order-history-popup end*/
/*date-picker*/
.ajax__calendar .ajax__calendar_container {
    z-index: 5;
}
/*date-picker*/

/*download info*/

.download-filter .pim-family-filter {
    height: 150px;
}

    .download-filter .pim-family-filter .ng-pristine {
        height: 120px;
        overflow: auto;
        display: inline-block;
        width: 100%;
    }

.download-catalog .download-filter > div {
    padding-bottom: 10px;
}

.loaderscreen {
    background: rgba(0,0,0,.2) url('/img/ajax-loaderNew.gif') no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.tabledataContainer {
    margin: 0px 15px;
}

.pagination-arrows {
    /*display: none;*/
}
/*------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    .color-quantity .quantity-sec {
        padding-top: 12px;
    }

    .quantity-sec select {
        margin-right: 0;
    }

    .salesUnit_span {
        margin-right: 0;
    }

    .quantity-sec input[type="text"] {
        border-left: 0;
    }

    .recident-name input[type="text"] {
        border-left: 1px solid #ddd;
    }

    .list-view-table .text-center .unit, .list-view-table .text-center .qty {
        padding-left: 0
    }

    .list-view-table .text-center span {
        width: 35%;
    }

    .quantity-sec select {
        width: 35%;
    }

    .list-view-table .quantity-sec select {
        width: 100%;
    }

    .color-quantity .salesUnit_span {
        width: 77%;
    }

    .salesUnit_span {
        width: 38%;
    }

    .color-quantity .quantity-sec select {
        width: 77%;
    }

    .quantity-sec select {
        width: 38%;
    }

    .color-quantity .quantity-sec {
        width: 100%;
    }

    .recident-name input[type="text"] {
        width: 89%;
    }

    /* Facelifted order history*/

    .clearAllFilter {
        width: 100% !important;
        margin-top: 8px !important;
    }

    .filter {
        width: 100% !important;
    }

    .dropdown-list {
        width: auto !important;
    }

    .order-history-facelifted .ViewButton {
        margin: 10px 0px !important;
    }

    .tabledataContainer {
        padding: 5px !important;
    }
}

@media screen and (max-width: 375px) {
    .pro-des-sec .pro-des {
        width: 48%;
    }

    .pro-des-sec .pro-value {
        width: 12%;
    }

    .color-quantity .quantity-sec select {
        width: 74%;
    }

    .color-quantity .salesUnit_span {
        width: 74%;
    }

    .color-unit {
        width: 100%;
    }

        .color-unit > span:nth-child(2) {
            width: 150px;
        }

    .quantity-sec {
        width: /*125px*/ auto;
    }

    .list-view-table .quantity-sec a {
        width: 30px;
        padding: 7px 5px;
    }

        .list-view-table .quantity-sec a i {
            font-size: 19px;
        }

    .list-view-table .quantity-sec input[type="text"] {
        border-right: 1px solid #ddd;
        width: 30px;
    }

    .list-view-table .quantity-sec {
        width: 60px;
    }

    .salesUnit_span {
        width: 35%;
    }

    .quantity-sec select {
        width: 35%;
    }

    .recident-name input[type="text"] {
        width: 87%;
    }
}

@media screen and (max-width: 360px) {
    .pro-des-sec .pro-value {
        width: 12%;
    }

    .color-quantity .quantity-sec select {
        width: 68%;
    }

    .color-quantity .salesUnit_span {
        width: 68%;
    }

    .color-unit > span:nth-child(2) {
        width: 60%;
    }

    .salesUnit_span {
        width: 36%;
    }

    .quantity-sec select {
        width: 36%;
    }

    .recident-name input[type="text"] {
        width: 84%;
    }

    #ctl00_ContentRegion_Step3 .btn {
        font-size: 13px;
    }
}

@media (max-device-width:480px) and (orientation:landscape) {
    .pim-p-table {
        margin-top: 42px;
    }

    .pim-search-sec {
        position: relative;
    }

    .pim-search-box {
        width: 100%;
        float: none;
        clear: both;
        position: absolute;
        top: 47px;
        left: 0px;
    }

    .pim-search-box-pim {
        width: 100%;
        float: none;
        clear: both;
        position: absolute;
        top: 47px;
        left: 0px;
    }

    .pim-add-box {
        float: left;
        padding-left: 0px;
        padding-top: 8px;
    }

    .pim-view-box {
        padding-top: 7px;
    }

    .mob-padding-zero {
        padding: 0px !important;
    }

    .pim-p-right {
        margin-top: 30px;
    }

    .pim-add-box .btn-template-load {
        margin-right: 0px;
    }

    .pro-des-sec .pro-img {
        width: 35%;
    }

    .pro-des-sec .pro-des {
        width: 40%;
    }

    .pro-des-sec .pro-value {
        width: 23%;
        padding-left: 2%
    }

    .color-unit > span:nth-child(1), .color-unit > span:nth-child(3) {
        width: 40%;
    }

    .color-unit > span:nth-child(2), .color-unit > span:nth-child(4) {
        width: 55%;
        padding-right: 1%;
    }
}

@media (max-width:667px) and (orientation:landscape) {
    .list-view-table .text-center .unit {
        padding-left: 8%;
    }

    .color-quantity {
        width: 30%;
        float: right;
    }
}

@media screen and (max-width:667px) {
    .calendarDate .datepicker {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width:580px) and (orientation:landscape) {
    .list-view-table .text-center .unit {
        padding-left: 0;
    }

    .list-view-table .text-center .qty {
        padding-left: 0;
    }

    .color-quantity {
        width: 36%;
    }
}

@media screen and (max-width:768px) {
    .pim-p-table {
        margin-top: 42px;
    }

    .pim-search-sec {
        position: relative;
    }

    .pim-search-box {
        width: 100%;
        float: none;
        clear: both;
        position: absolute;
        top: 47px;
        left: 0px;
    }

    .pim-search-box-pim {
        width: 100%;
        float: none;
        clear: both;
        position: absolute;
        top: 47px;
        left: 0px;
    }

    .pim-add-box {
        float: right;
        padding-left: 0px;
        padding-top: 8px;
    }

    .pim-view-box {
        padding-top: 7px;
    }

    .mob-padding-zero {
        padding: 0px !important;
    }

    .pim-p-right {
        margin-top: 30px;
    }

    .pim-add-box .btn-template-load {
        margin-right: 0px;
    }

    .color-unit {
        float: right;
    }

    .quantity-sec [data-balloon-length=large]:after, .pim-add-box [data-balloon-length=large]:after {
        display: none;
    }

    .quantity-sec [data-balloon]:before, .pim-add-box [data-balloon]:before {
        width: 0;
        height: 0;
    }

    .residentname-pzr {
        display: none;
    }

    .list-view-table .quantity-sec input[type="text"] {
        border-left: 1px solid #ddd;
    }

    .list-view-table .quantity-sec {
        float: left;
    }

    .pim-add-box {
        width: 80px;
    }
}

@media screen and (min-width:736px) {
    .color-unit {
        float: right;
    }

    .color-quantity {
        width: 27%;
        float: right;
    }
}

@media screen and (min-width:736px)and (max-width:812px) and ( orientation:landscape ) {
    .list-view-table .text-center .unit {
        padding-left: 17%;
    }

    .list-view-table .text-center .qty {
        padding-left: 11%;
    }

    .color-quantity {
        width: 27%;
        float: right;
    }
}

@media screen and (min-width:812px) and (max-width:920px) and ( orientation:landscape ) {
    .pim-p-right {
        margin-top: 30px;
    }

    .color-unit {
        float: right;
    }

    .color-quantity {
        width: 28%;
        float: right;
    }
}

@media screen and (min-width: 812px) {
    .pim-search-box {
        width: 63%;
    }

    .pim-search-box-pim {
        width: 63%;
    }

    .sticky-container .filter {
        max-width: 350px;
    }

    .sticky-container .pim-search-sec {
        max-width: 600px;
    }
}

@media screen and (min-width: 1024px) {
    .color-quantity {
        width: 32%;
        float: right;
    }

    .list-view-table .text-center .unit {
        padding-left: 2%;
    }

    .list-view-table .text-center .qty {
        padding-left: 3%;
        `
    }

    .pim-view-box {
        margin-left: 5px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {

    .header .site-logo-new {
        margin-left: -41px;
    }

    .site-logo-login {
        margin-left: -41px
    }

        .site-logo-login img {
            width: auto;
            height: auto;
        }

    .header .header-banner2 {
        height: 100px !important;
    }

    .chooseLanguage-loginpage {
        left: 55%;
    }

    .download-catalog.sticky-container .download-filter {
        width: 100%;
        max-width: 242px;
    }

    .login-container1 {
        margin-bottom: 93px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .login-container1 .login-sec {
            flex-direction: row !important;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25) !important;
        }

            .login-container1 .login-sec .login-banner-wrapper {
                width: 61.4% !important;
                height: auto !important;
            }

                .login-container1 .login-sec .login-banner-wrapper .banner-section .banner-text {
                    padding: 0px !important;
                }

                    .login-container1 .login-sec .login-banner-wrapper .banner-section .banner-text h1 {
                        font-size: 72px !important;
                        line-height: 83px !important;
                        padding: 0px 0px 44px 0px !important;
                    }

                    .login-container1 .login-sec .login-banner-wrapper .banner-section .banner-text h2 {
                        display: block !important;
                    }

        .login-container1 .login-content-wrapper {
            width: 38.6% !important;
        }

            .login-container1 .login-content-wrapper .logon-box-new {
                padding-top: 71px !important;
                padding-bottom: 80px !important;
            }

    .login-container2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .login-container2 .login-discp {
            flex-direction: row !important;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25) !important;
        }

            .login-container2 .login-discp .content-wrapper {
                width: 50% !important;
                order: unset;
                padding: 64px !important;
            }

                .login-container2 .login-discp .content-wrapper p {
                    font-size: 24px !important;
                    line-height: 38px !important;
                    font-weight: 600 !important;
                    padding-bottom: 36px !important;
                    margin: 0 0 0px !important;
                }

                .login-container2 .login-discp .content-wrapper a {
                    font-size: 24px !important;
                    line-height: 38px !important;
                    font-weight: normal !important;
                }

                .login-container2 .login-discp .content-wrapper ul {
                    padding: 0px 0px 0px 21px !important;
                }

                    .login-container2 .login-discp .content-wrapper ul li {
                        font-size: 24px !important;
                        line-height: 38px !important;
                        font-weight: normal !important;
                    }

        .login-container2 .banner-wrapper {
            order: unset;
            width: 50% !important;
        }

        .login-container2 .login-discp .content-wrapper2 {
            order: unset;
            width: 61.4% !important;
            padding: 64px !important;
        }

            .login-container2 .login-discp .content-wrapper2 h2 {
                font-size: 16px !important;
                line-height: 22px !important;
            }

            .login-container2 .login-discp .content-wrapper2 p {
                font-size: 16px !important;
                line-height: 22px !important;
                font-weight: 600 !important;
                padding-bottom: 12px !important;
                margin: 0 0 0px !important;
            }

            .login-container2 .login-discp .content-wrapper2 ul {
                padding: 0px 0px 0px 21px !important;
            }

                .login-container2 .login-discp .content-wrapper2 ul li {
                    font-size: 14px !important;
                    line-height: 22px !important;
                    font-weight: normal !important;
                }

            .login-container2 .login-discp .content-wrapper2 a {
                font-size: 16px !important;
                line-height: 22px !important;
                font-weight: normal !important;
            }

        .login-container2 .banner-wrapper2 {
            width: 38.6% !important;
            padding: 64px 64px 64px 0px !important;
            height: auto !important;
        }

    .new-login-divider1 {
        margin-top: 43px !important;
        margin-bottom: 41px !important;
    }

    .new-login-divider2 {
        display: none !important;
    }

    .site-visit-wrapper {
        width: 74.9% !important;
        line-height: 43px !important;
        margin-top: 52px !important;
    }

    .product-catalog .pim-add-box .badge.success {
        top: 5px !important;
    }

    .modal-dialog {
        margin: 30px auto;
    }
}

@media screen and (min-width:375px) and (max-width:667px) {
    /*.chooseLanguage-loginpage {
        display: none;
    }*/
    .chooseLanguage-loginpage {
        left: 65% !important;
    }
}
/*@media screen and (width:320px)and (height:568px) {
    .pim-product-box-new .brochure-img {
        max-width: 195px;
    }
}*/

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .pim-product-box-new .brochure-img {
        max-width: 195px !important;
    }

    .chooseLanguage-loginpage {
        left: 65% !important;
    }

    .create-order-quadrant .select-form {
        width: 100%;
    }

    .elearing .modal-wid {
        width: 320px;
    }

    .elearning-course-rating-Questionnaire .modal-wid2 {
        width: 320px;
    }

    .elearning-course-rating-Questionnaire .btn {
        font-size: 10px;
    }

    .elearing .btn {
        font-size: 10px;
    }

    .chooseLanguage-loginpage {
        left: 65% !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .header .site-logo-new {
        width: 270px;
        margin-top: -21px;
    }

        .header .site-logo-new img {
            width: 270px;
        }

    .logo-pad {
        margin-top: -57px;
    }

        .logo-pad .new-logo-text {
            font-size: 12px;
        }

    .popup-section {
        width: 90%
    }

    .product-catalog .product-catalog-filter {
        top: 220px !important;
    }

    .checkout-container-details3 .content input[type=text] {
        width: 45% !important;
    }

    .checkout-container-details2 .content select {
        width: 45% !important;
    }

    .checkout-container-details2 .content input[type=text] {
        width: 45% !important;
    }

    .elearing .modal-wid {
        width: 100%;
    }

    .elearning-course-rating-Questionnaire .modal-wid2 {
        width: 450px;
    }

    .order-history .order-history-prod-search a.icon-img {
        left: 160px !important;
        right: inherit !important;
    }

    .manuals-container .add-quesans-wrapper .add-new input[type=button] {
        width: auto;
    }

    .manuals-container .add-quesans-wrapper table {
        width: 100%
    }

    .manuals-container .add-quesans-wrapper .dataTables_length {
        width: 40%;
    }
}

@media screen and (min-width: 1200px) {
    .pim-search-box { /*width:73%; max-width:515px;*/
        width: 100%;
        max-width: 631px;
    }

    .pim-search-box-pim {
        width: 73%;
        max-width: 515px; /*width:100%; max-width:631px;*/
    }

    .color-quantity {
        width: 26%;
        float: right;
    }

    .list-view-table .text-center .unit {
        padding-left: 21%;
    }

    .list-view-table .text-center .qty {
        padding-left: 12%;
    }

    .sticky-container .filter {
        max-width: 404px;
    }

    .sticky-container .pim-search-sec {
        max-width: 733px;
        z-index: 8;
    }
}

/*loyalty-order-conformation-start*/
.order-conf-container {
    padding: 0px;
}

    .order-conf-container .title {
        background-color: #faf7f2;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .order-conf-container .content {
        border-bottom: #d9d9d9 solid 1px;
        padding-bottom: 5%;
        margin-bottom: 8%;
    }

        .order-conf-container .content .msg {
            padding-top: 5px;
            padding-left: 15px;
            padding-bottom: 5px;
            text-align: center;
            width: 50%;
        }

    .order-conf-container .msg2 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.button {
    background-color: #faf7f2;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}
/*loyalty-order-conformation-end*/


/*-------------------------------------------------------END PIM Product Start-----------------------------------------------------*/
.myOrderLabel {
    padding: 10px 0;
    margin-bottom: 0 !important;
}

/* Company Migration Report -extprpa*/
.company-count-clearfix {
    content: "";
    display: table;
    float: none;
}

    .company-count-clearfix .cell2-lable-div, .company-count-clearfix .cell2-input-div {
        width: auto !important;
        display: inline-block;
        float: none !important;
    }
/*End*/

.PageProfileAccess {
    border-collapse: collapse;
    table-layout: fixed;
    width: 80%;
    margin-top: 10px;
}

    .PageProfileAccess tr th {
        background-color: #ddd;
        border-top: grey !important;
    }

    .PageProfileAccess tr td:nth-child(1) {
        width: 30%;
        word-wrap: break-word;
        text-align: center;
    }

    .PageProfileAccess tr th:nth-child(2) {
        width: 70%;
        word-wrap: break-word;
        text-align: center;
    }

    .PageProfileAccess tr th:nth-child(1) {
        text-align: center;
    }

    .PageProfileAccess tr td:nth-child(2) {
        width: 70%;
        word-wrap: break-word;
        text-align: left;
    }

    .PageProfileAccess tr td:nth-child(1) {
        width: 30%;
        word-wrap: break-word;
        text-align: center;
    }

    .PageProfileAccess tr th:nth-child(2) {
        width: 70%;
        word-wrap: break-word;
        text-align: center;
    }

    .PageProfileAccess tr th:nth-child(1) {
        text-align: center;
    }

    .PageProfileAccess tr td:nth-child(2) {
        width: 70%;
        word-wrap: break-word;
        text-align: left;
    }


@media screen and (max-width: 414px) {
    .PageProfileAccess tr td:nth-child(1) {
        text-align: left;
    }
}
/*---Start JUne Sprint CSS---------------*/
/*dot style start here*/

.pim-page .absorption-icons .dot {
    border-radius: 100%;
    width: 10px;
    position: relative;
    height: 10px;
    border: 1px solid #00519c;
    margin: 0 auto;
    margin-right: 5px;
    display: inline-block;
}

    .pim-page .absorption-icons .dot.blue-full {
        background-color: #00519c;
    }

    .pim-page .absorption-icons .dot.lightblue-empty {
        border: 1px solid #57b4f0;
    }

    .pim-page .absorption-icons .dot.lightblue-full {
        background-color: #57b4f0;
        border: 1px solid #57b4f0;
    }

    .pim-page .absorption-icons .dot.green-empty {
        border: 1px solid #3A872D;
    }

    .pim-page .absorption-icons .dot.green-full {
        background-color: #3A872D;
        border: 1px solid #3A872D;
    }
/*
.absorption i.dot .dotShow {
    display: block;
}

.absorption i.dot .dotShow .dotCircle {
    border-radius: 100%;
    width: 10px;
    position: relative;
    height: 10px;
    border: 1px solid #00519c;
    margin: 0 auto;
    margin-right: 5px;
    display: inline-block;
}
.absorption i.dot.abs-1 .dotCircle:first-child, .absorption i.dot.abs-2 .dotCircle:first-child, .absorption i.dot.abs-2 .dotCircle:nth-child(2), .absorption i.dot.abs-3 .dotCircle:first-child, .absorption i.dot.abs-3 .dotCircle:nth-child(2), .absorption i.dot.abs-3 .dotCircle:nth-child(3), .absorption i.dot.abs-4 .dotCircle:first-child, .absorption i.dot.abs-4 .dotCircle:last-child, .absorption i.dot.abs-4 .dotCircle:nth-child(2), .absorption i.dot.abs-4 .dotCircle:nth-child(3) {
    background-color: #00519c;
}*/

/*facelift course page start here*/
.quicklaunch_container h4 {
    font-size: 34px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.25px;
    margin: 24px 0 !important;
}

.quicklaunch_wrapper {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}

    .quicklaunch_wrapper .inner {
        border: 1px solid #E0E0E0;
        flex: 0 0 31.5%;
        width: 31.5%;
        margin: 0 24px 24px 0;
        border-radius: 4px;
        transition: all 0.5s ease-in-out;
        position: relative;
    }

        .quicklaunch_wrapper .inner:hover {
            transition: all 0.5s ease-in-out;
            box-shadow: 0px 3px 14px 3px rgba(0, 0, 0, 0.12), 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
        }



        .quicklaunch_wrapper .inner a {
            text-decoration: none;
        }



        .quicklaunch_wrapper .inner:hover .heading, .quicklaunch_wrapper .inner:hover .desc p {
            background-color: #f2f2f2;
            transition: all 0.5s ease-in-out;
        }

    .quicklaunch_wrapper .padding {
        padding: 16px;
        min-height: 320px;
    }

    .quicklaunch_wrapper .top-desc {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 1.5px;
        color: #303030;
        display: inline-flex;
        margin-bottom: 0;
        align-items: center;
    }

        .quicklaunch_wrapper .top-desc img {
            margin-right: 14px;
        }

    .quicklaunch_wrapper h3 {
        font-size: 24px;
        line-height: 33px;
        color: #303030;
        margin: 16px 0 0 0;
    }

    .quicklaunch_wrapper .bottom-desc {
        margin-top: 16px;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.5px;
        color: rgba(0, 0, 0, 0.6);
    }


    .quicklaunch_wrapper .img-wrapper {
        height: 204px;
        width: 100%;
    }

        .quicklaunch_wrapper .img-wrapper img {
            height: 100%;
            width: 100%;
        }

    .quicklaunch_wrapper .comment {
        position: absolute;
        right: 15px;
        bottom: 18px;
        transition: all 0.5s ease-in-out;
    }

        .quicklaunch_wrapper .comment a.btn[disabled]:hover {
            pointer-events: none;
        }

        .quicklaunch_wrapper .comment a.btn:hover {
            transition: all 0.5s ease-in-out;
            box-shadow: 0px 3px 14px 3px rgba(0, 0, 0, 0.12), 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
        }

        .quicklaunch_wrapper .comment a {
            Line-height: 19.6px;
            letter-spacing: 1.25px;
            font-weight: 400;
        }

            .quicklaunch_wrapper .comment a.btn[disabled] {
                font-weight: 500;
                background-color: rgba(0, 0, 0, 0.5) !important;
                border-color: transparent !important;
                color: rgba(0, 0, 0, 0.7);
                box-shadow: none;
            }

    .quicklaunch_wrapper .inner:hover .comment svg path {
        fill: #000;
        transition: all 0.5s ease-in-out;
    }

@media(min-width:1024px) {
    .quicklaunch_wrapper .inner:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media(max-width:1023px) {
    .quicklaunch_wrapper .inner {
        flex: 0 0 46%;
        width: 46%;
    }

        .quicklaunch_wrapper .inner:nth-child(2n+2) {
            margin-right: 0;
        }

        .quicklaunch_wrapper .inner:hover {
            transition: all 0.5s ease-in-out;
            box-shadow: none;
        }

            .quicklaunch_wrapper .inner:hover .heading, .quicklaunch_wrapper .inner:hover .desc p {
                background-color: transparent;
            }

    .quicklaunch_wrapper .padding {
        min-height: 350px;
    }
}

@media(max-width:767px) {
    .quicklaunch_container h4 {
        font-size: 24px;
    }

    .quicklaunch_wrapper .heading .heading_right h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .quicklaunch_wrapper .inner {
        flex: 0 0 100%;
        width: 100%;
    }

    .quicklaunch_wrapper .img-wrapper {
        height: 162px;
    }

    .quicklaunch_wrapper .padding {
        min-height: auto;
    }
}
/*facelift course page end here*/
/*facelift detail page start here*/
.detail_container .detail_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

    .detail_container .detail_wrapper .detail_desc, .detail_container .detail_wrapper .detail_img {
        width: 50%;
    }

    .detail_container .detail_wrapper .detail_img {
        margin-left: 22px;
        height: 252px;
    }

        .detail_container .detail_wrapper .detail_img img {
            display: block;
            margin: auto;
            height: 100%;
        }

.detail_container .back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 36px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

.detail_container .top-desc {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #303030;
    display: inline-flex;
    align-items: center;
    margin-bottom: 13px;
    font-weight: 500;
}

    .detail_container .top-desc img {
        margin-right: 15px;
    }

.detail_container .comment {
    margin-top: 20px;
}

    .detail_container .comment a {
        Line-height: 19.6px;
        letter-spacing: 1.25px;
        font-weight: 400;
    }

        .detail_container .comment a.btn[disabled] {
            font-weight: 500;
            background-color: rgba(0, 0, 0, 0.26) !important;
            border-color: transparent !important;
            color: rgba(0, 0, 0, 0.46);
            box-shadow: none;
        }

.detail_container .back_btn a {
    text-transform: uppercase;
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.25px;
    text-align: center;
}

    .detail_container .back_btn a span {
        font-size: 24px;
        position: relative;
        top: 1px;
        margin-right: 6px;
        display: inline-block;
    }

.detail_container .description h4 {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
    margin-top: 0;
}

.detail_container .description p {
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.6);
}

.detail_container h4 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
    margin-top: 24px;
}

.detail_module .module_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 84px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

    .detail_module .module_wrapper .wrapper_left {
        pointer-events: none;
        max-width: 440px;
    }

        .detail_module .module_wrapper .wrapper_left .packageName {
            font-size: 15px;
        }

        .detail_module .module_wrapper .wrapper_left .arrow {
            display: none;
        }

    .detail_module .module_wrapper:last-child {
        border-bottom: 0 solid rgba(0, 0, 0, 0.12);
    }

    .detail_module .module_wrapper .wrapper_left p {
        display: inline-block;
    }

    .detail_module .module_wrapper .wrapper_left small {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.6)
    }

    .detail_module .module_wrapper .wrapper_right .btn {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.25px;
        /*color: #303030;*/
        background: rgba(0, 0, 0, 0.12);
        border-radius: 32px;
        padding: 7px 15px 8px 15px !important;
        text-transform: inherit;
        margin-left: 6px;
        display: inline-flex;
        align-items: center;
    }

       .detail_module .module_wrapper .wrapper_right .btn:hover {
            background: rgba(0, 0, 0, 0.08)!important;
        }

        .detail_module .module_wrapper .wrapper_right .btn[disabled] {
            opacity: 0.38;
            cursor: not-allowed;
            font-weight: 500;
            background-color: rgba(0, 0, 0, 0.26) !important;
            border-color: transparent !important;
            color: rgba(0, 0, 0, 0.46);
            box-shadow: none;
        }

            .detail_module .module_wrapper .wrapper_right .btn[disabled]:hover {
                background: rgba(0, 0, 0, 0.12);
            }

        .detail_module .module_wrapper .wrapper_right .btn svg {
            margin-right: 8px;
        }

@media(min-width:768px) {
    .detail_module .module_wrapper .wrapper_right.hidden_survey .btn-retries, .detail_module .module_wrapper .wrapper_right.hidden_survey .btn-survey {
        display: none;
    }
}

@media(max-width:1023px) {
    .detail_module .module_wrapper {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

        .detail_module .module_wrapper .wrapper_left {
            padding-bottom: 15px;
        }
}

@media(max-width:767px) {
    .detail_container .description h4 {
        font-size: 24px;
        line-height: 33px;
        letter-spacing: 0;
    }

    .detail_module .module_wrapper .wrapper_left {
        width: 100%;
        position: relative;
        pointer-events: visible;
    }

        .detail_module .module_wrapper .wrapper_left .arrow {
            position: absolute;
            right: 0;
            top: 15px;
            display: block;
        }

        .detail_module .module_wrapper .wrapper_left.open .arrow {
            transform: rotate(180deg);
        }

        .detail_module .module_wrapper .wrapper_left a {
            display: block;
            color: rgba(0, 0, 0, 0.6);
            text-decoration: none;
        }

        .detail_module .module_wrapper .wrapper_left small {
            display: block;
        }

    .detail_module .module_wrapper {
        height: auto;
    }

        .detail_module .module_wrapper .wrapper_right {
            display: none;
            margin: 0 -15px;
        }

            .detail_module .module_wrapper .wrapper_right .btn {
                width: 91vw;
                margin: 0 5px;
                margin-bottom: 10px;
                text-align: left;
                font-size: 13px;
                background: transparent;
                padding: 10px 15px;
                margin-left: 0;
                border-radius: 0;
            }

                .detail_module .module_wrapper .wrapper_right .btn:active {
                    background: rgba(0, 0, 0, 0.12);
                    box-shadow: none;
                }

    .detail_container .detail_wrapper .detail_desc {
        width: 100%;
    }

    .detail_container .detail_wrapper .detail_img {
        display: none;
    }

    .detail_container .module_title .title_right h3 {
        font-size: 14px;
        line-height: 20px;
    }
}
/*facelift detail page end here*/

.detail_popup .modal-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
}

.detail_popup h4 {
    margin-top: -5px;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.detail_popup h5 {
    margin-top: 5px;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.detail_popup h2 {
    padding-bottom: 15px;
}

.detail_popup .modal-content {
    border: 0;
    box-shadow: 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
}

.detail_popup .modal-header, .detail_popup .modal-footer {
    border-bottom: 0;
    border-top: 0;
}

.detail_popup .modal-header {
    padding: 15px 22px;
}

.detail_popup .close {
    opacity: 1;
    font-weight: normal;
    font-size: 35px;
    /*margin-top: -35px;*/
}

.detail_popup .modal-footer {
    padding-top: 0;
}

.detail_popup .radio {
    margin-bottom: 15px;
}

.quicklaunch_container h4 {
    margin: 0;
}

.detail_popup .modal-body {
    padding: 0 15px 0 22px;
}

    .detail_popup .modal-body p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.15px;
        color: rgba(0, 0, 0, 0.6);
    }

    .detail_popup .modal-body .radio label {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.5px;
        color: #303030;
    }

.detail_popup .modal-footer .btn-primary {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.45px;
    color: #0097A4;
    background: transparent;
    border: 0;
    font-weight: 600;
}

.detail_popup.detail_popup [type="radio"]:checked,
.detail_popup [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .detail_popup [type="radio"]:checked + label,
    .detail_popup [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .detail_popup [type="radio"]:checked + label:before,
        .detail_popup [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 20px;
            height: 20px;
            border: 2px solid;
            border-color: rgba(0, 0, 0, 0.6);
            border-radius: 100%;
            background: #fff;
        }

        .detail_popup [type="radio"]:checked + label:after,
        .detail_popup [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #bbb;
            position: absolute;
            top: 7px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .detail_popup [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .detail_popup [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/*e-larning css start here*/
.elearning_wrapper {
    margin-top: 24px;
}

    .elearning_wrapper .top-detail h3 {
        font-size: 34px;
        font-weight: 400;
        line-height: 67px;
        margin-bottom: 15px;
    }

    .elearning_wrapper .top-detail p {
        font-size: 24px;
        font-weight: 400;
        line-height: 41px;
        color: rgba(0, 0, 0, 0.6);
        margin-bottom: 22px;
    }

    .elearning_wrapper .description h4 {
        font-size: 24px;
        line-height: 33px;
        margin-top: 0;
        margin-bottom: 8px;
        padding: 0;
    }

    .elearning_wrapper .detail_wrapper .detail_desc {
        width: 79%;
    }

    .elearning_wrapper .detail_wrapper .detail_img {
        width: 20%;
        margin-left: 16px;
        height: 160px;
    }

        .elearning_wrapper .detail_wrapper .detail_img img {
            width: 100%;
        }

    .elearning_wrapper .detail_wrapper {
        margin-top: 14px;
        padding: 0 16px;
    }

    .elearning_wrapper h4 {
        padding: 0 16px;
    }

    .elearning_wrapper .main-detail-wrapper .inner-detail {
        border: 1px solid #E0E0E0;
        margin-bottom: 16px;
        border-radius: 4px;
    }

    .elearning_wrapper .module_link {
        border-top: 1px solid #E2E3E4;
        padding: 8px;
    }

    .elearning_wrapper .module_wrapper {
        margin: 16px;
        padding: 0;
        position: relative;
    }

    .elearning_wrapper .module_link a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 1.25px;
        text-transform: uppercase;
        padding: 8px;
        margin: 8px 0;
        display: inline-block;
        border-radius: 4px;
        color: #1D388B;
    }

        .elearning_wrapper .module_link a:hover {
            background: #F5F6F7;
        }

        .elearning_wrapper .module_link a[disabled] {
            opacity: 0.38;
            cursor: not-allowed;
            color: #989EA3;
        }

            .elearning_wrapper .module_link a[disabled]:hover {
                background: #fff;
            }

        .elearning_wrapper .module_link a.enable {
            cursor: pointer;
            color: #1D388B;
        }

            .elearning_wrapper .module_link a.enable:hover {
                background-color: #F5F6F7;
            }

    .elearning_wrapper .side-bar {
        height: 70vh;
        position: absolute;
        overflow-y: auto;
    }

        .elearning_wrapper .side-bar p {
            font-size: 10px;
            line-height: 14px;
            letter-spacing: 1.5px;
        }

    .elearning_wrapper .navigation ul {
        padding: 0;
    }

        .elearning_wrapper .navigation ul li a {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 0.12px;
            text-decoration: none;
            padding: 6px 0 6px 16px;
            color: rgba(0, 0, 0, 0.6) !important;
            display: block;
            border-left: 2px solid #E2E3E4;
            transition: all 0.5s ease;
        }

            .elearning_wrapper .navigation ul li a:hover {
                color: #006162 !important;
            }

            .elearning_wrapper .navigation ul li a.active {
                color: #006162 !important;
                border-left: 2px solid #006162;
                transition: all 0.5s ease;
            }

    .elearning_wrapper .module_wrapper .wrapper_right .module-link {
        margin-left: 8px;
        text-align: center;
        border-radius: 50px;
        padding: 10px 15px;
    }

        .elearning_wrapper .module_wrapper .wrapper_right .module-link:hover {
            background: rgba(0, 0, 0, 0.08);
        }

    .elearning_wrapper .module_wrapper .module-survey {
        display: none;
        background: #FFFFFF;
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
        border-radius: 4px;
        position: absolute;
        right: 0;
        top: 60px;
        z-index: 11;
    }

        .elearning_wrapper .module_wrapper .module-survey a {
            display: block;
            /*color: rgba(0, 0, 0, 0.38);*/
            font-Size: 16px;
            Line-height: 26px;
            text-decoration: none;
            /*text-align: left;*/
            padding: 8px 16px;
            text-transform: capitalize;
            margin-bottom: 3px;
            border-radius: 0;
        }

            .elearning_wrapper .module_wrapper .module-survey a:last-child {
                margin-bottom: 0;
            }

            .elearning_wrapper .module_wrapper .module-survey a[disabled] {
                opacity: 0.50;
                cursor: not-allowed;
                font-weight: 500;
                background-color: rgba(0, 0, 0, 0.26) !important;
                border-color: transparent !important;
                color: rgba(0, 0, 0, 0.46);
                box-shadow: none;
            }

@media(min-width:1024px) {
    .elearning_wrapper .module_wrapper .wrapper_right {
        display: inline-flex;
        align-items: center;
    }
}

@media(min-width:768px)and (max-width: 1023px) {
    .detail_module .module_wrapper .wrapper_left {
        padding-bottom: 0;
        max-width: 350px;
    }

    .elearning_wrapper .module_wrapper .wrapper_right {
        display: flex;
    }
}

@media(max-width:767px) {
    .elearning_wrapper .module_wrapper .wrapper_right .module-link {
        display: none;
    }
}

@media(max-width:1023px) {

    .elearning_wrapper .col-xs-9 {
        width: 100%;
    }

    .elearning_wrapper .side-bar {
        display: none;
    }
}

@media(max-width:767px) {

    .elearning_wrapper .module_wrapper {
        margin: 0;
        padding: 16px;
    }

    .elearning_wrapper .module_link a {
        display: block;
        text-align: left;
    }

    .elearning_wrapper .top-detail h3 {
        margin-bottom: 0;
    }

    .elearning_wrapper .module_wrapper .module-survey {
        display: none;
    }

    .elearning_wrapper .module_wrapper .wrapper_right .module-link {
        display: none;
    }

    .elearning_wrapper .description p {
        display: none;
    }
}

.uppercase {
    text-transform: uppercase;
}


/*toolkit page css start here*/
.toolkit_container .banner_wrapper {
    background-image: url('../img/toolkit-banner.png');
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin-top: 18px;
    padding: 64px;
}

.toolkit_container h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.25px;
    text-align: left;
}

.toolkit_container h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    text-align: left;
    margin-bottom: 24px;
}

.toolkit_container .heading {
    margin-top: 40px;
}

.toolkit_container h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E2E3E4;
}

.toolkit_container h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: rgba(48, 48, 48, 0.7);
}

.toolkit_container h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: rgba(48, 48, 48, 0.7);
}

/* TN - 3290 fix */
.toolkit_guideline .detail p,
.other_links p,
.download_link p,
.toolkit_link p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: rgba(48, 48, 48, 0.7);
}
/* TN - 3290 fix */

.toolkit_container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}

.toolkit_container .banner_wrapper .left {
    width: 68%;
}

.toolkit_container .banner_wrapper .right {
    margin-top: 65px;
    width: 265px;
    height: 100%;
    text-align: center;
    box-shadow: 0px 3px 14px 3px rgba(0, 0, 0, 0.12), 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
}

    .toolkit_container .banner_wrapper .right p {
        margin-bottom: 0;
    }

        .toolkit_container .banner_wrapper .right p a {
            display: block;
            background-image: url('../img/toolkit-frame.png');
            background-size: cover;
            text-align: center;
            font-size: 24px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 500;
            line-height: 38px;
            letter-spacing: 0.25px;
            Padding: 16px 24px 16px 24px;
            text-decoration: none;
            border-radius: 4px;
        }

.toolkit_container .video_container iframe {
    width: 100%;
    height: 600px;
}

.toolkit_container .video_container img {
    width: 100%;
    height: auto;
}

.toolkit_container .ss-hero__video {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
}

.toolkit_container .video_container .ss-youtube-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.toolkit_container .pathway_container {
    margin-top: 64px;
}

.toolkit_container .assessment_wrapper {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    align-items: center;
    margin-top: 64px;
}

    .toolkit_container .assessment_wrapper .img_div {
        width: 37%;
        height: 360px;
    }

        .toolkit_container .assessment_wrapper .img_div img {
            width: 100%;
            height: 100%;
        }

    .toolkit_container .assessment_wrapper .detail_div {
        padding: 0 50px;
        width: 60%;
    }

        .toolkit_container .assessment_wrapper .detail_div h5 {
            margin-bottom: 24px;
        }

        .toolkit_container .assessment_wrapper .detail_div p {
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.5px;
            color: rgba(48, 48, 48, 0.7)
        }

        .toolkit_container .assessment_wrapper .detail_div .btn_div {
            text-align: right;
            margin-top: 49px;
        }

            .toolkit_container .assessment_wrapper .detail_div .btn_div p {
                text-align: right;
            }

        .toolkit_container .assessment_wrapper .detail_div .btn {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 1.25px;
            text-align: left;
        }

.toolkit_container .more_container {
    background-color: #1D388B;
    border-radius: 24px 0px;
    margin-top: 64px;
}

.toolkit_container .text_wrapper {
    background-color: #1D388B;
    border-radius: 24px 0px;
    padding: 64px 0 64px 64px;
    margin-top: 64px;
}

    .toolkit_container .text_wrapper p, .toolkit_container .text_wrapper a {
        font-weight: 400;
        font-size: 34px;
        line-height: 48px;
        letter-spacing: 0.25px;
        color: #fff;
        width: 67%;
    }

        .toolkit_container .text_wrapper p a {
            text-decoration: underline;
        }

.toolkit_guideline {
    margin-top: 24px;
}

    .toolkit_guideline .guideline_wrapper {
        display: flex;
    }

    .toolkit_guideline .guideline_wrapper {
        display: flex;
        justify-content: space-between;
    }

        .toolkit_guideline .guideline_wrapper .back-btn {
            text-decoration: none;
            display: inline-block;
            padding: 8px 16px;
            background: #F2F2F2;
            border: 1px solid #F2F2F2;
            border-radius: 4px;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            letter-spacing: 1.25px;
            text-transform: uppercase;
            color: #303030;
            margin-bottom: 24px;
        }

            .toolkit_guideline .guideline_wrapper .back-btn svg {
                display: inline-block;
                margin-right: 18px;
            }

        .toolkit_guideline .guideline_wrapper .img {
            background: #F5F6F7;
            width: 50%;
            height: 310px;
        }

            .toolkit_guideline .guideline_wrapper .img img {
                display: block;
                margin: auto;
                margin: auto;
                height: 100%;
            }

    .toolkit_guideline .toolkit_link .heading {
        font-size: 10px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #303030;
        margin-bottom: 10px;
    }

    .toolkit_guideline .toolkit_link ul {
        padding: 0;
        margin-bottom: 0;
    }

    .toolkit_guideline .toolkit_link a {
        text-decoration: none;
        display: flex;
        align-items: center;
        padding: 22px 0;
    }

        .toolkit_guideline .toolkit_link a:hover {
            background: #F5F6F7;
        }

        .toolkit_guideline .toolkit_link a .left {
            background-image: url('../img/toolkit-banner.png');
            height: 40px;
            width: 40px;
            font-weight: 500;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0.15px;
            border-radius: 50px;
            color: #F2F4F8;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 16px 0 14px;
        }

        .toolkit_guideline .toolkit_link a .right {
            width: calc(100% - 40px);
        }

            .toolkit_guideline .toolkit_link a .right .upper {
                font-weight: 400;
                font-size: 16px;
                line-height: 22px;
                letter-spacing: 0.15px;
                color: #303030;
                margin-bottom: 0;
            }

            .toolkit_guideline .toolkit_link a .right .bottom {
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.25px;
                color: rgba(48, 48, 48, 0.7);
            }


.toolkit_container .assessment_wrapper .detail_div p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.toolkit_guideline .guideline_wrapper .detail {
    width: 50%;
    margin-right: 24px;
}

.toolkit_guideline .download_link a {
    padding: 16px;
    justify-content: space-between;
}

.toolkit_guideline .other_links a {
    justify-content: flex-start;
    padding: 22px 16px;
}

.toolkit_guideline .download_link a .detail {
    display: flex;
    width: 85%;
}

.toolkit_guideline .download_link a .detail-mb {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(48, 48, 48, 0.7);
    width: 12%;
    text-align: right;
}

.toolkit_guideline .download_link a .left {
    background: #1D388B;
    border-radius: 0px 0px 8px 0px;
    width: 40px;
    height: 56px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-left: 0;
}

.toolkit_guideline .other_links a .left {
    background: transparent;
    margin-left: 0;
}

    .toolkit_guideline .other_links a .left img {
        width: 100%;
        height: 100%;
    }

@media(max-width:1024px) {
    .toolkit_container .banner_wrapper .right p a {
        font-size: 26px;
    }

    .toolkit_container .assessment_wrapper .img_div {
        height: 350px;
        width: 30%;
    }

    .toolkit_container .assessment_wrapper .detail_div {
        width: 68%;
    }

    .toolkit_guideline .guideline_wrapper .img img {
        width: 100%;
    }
}

@media(max-width:767px) {
    .toolkit_container .banner_wrapper .left {
        width: 100%;
    }

    .toolkit_container .banner_wrapper {
        flex-direction: column;
        padding: 24px;
    }

    .toolkit_container .heading {
        margin: 24px 16px 0 16px;
    }

    .toolkit_link .heading {
        margin: 0;
        margin-top: 20px;
    }

    .toolkit_container h2 {
        font-weight: 400;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 8px;
    }

    .toolkit_container h3, .toolkit_container h4 {
        font-size: 24px;
        line-height: 33px;
    }

    .toolkit_container h5 {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.15px;
    }

    .toolkit_container h2 {
        letter-spacing: 0.25px;
        margin-bottom: 16px;
    }

    .toolkit_container p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }

    .toolkit_container .banner_wrapper .right {
        width: 100%;
        height: auto;
        margin-top: 24px;
    }

        .toolkit_container .banner_wrapper .right p {
            margin: 0;
            Padding: 0;
        }

            .toolkit_container .banner_wrapper .right p a {
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 1.25px;
                text-align: center;
                padding: 8px 16px;
            }

    .toolkit_container .assessment_wrapper {
        flex-direction: column;
        position: relative;
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 24px;
    }

        .toolkit_container .assessment_wrapper .detail_div {
            padding: 24px;
            width: 100%;
        }

            .toolkit_container .assessment_wrapper .detail_div h5 {
                margin-bottom: 16px;
            }

        .toolkit_container .assessment_wrapper .img_div {
            order: 2;
            width: 100%;
            height: auto;
        }

        .toolkit_container .assessment_wrapper .detail_div .btn_div {
            position: absolute;
            bottom: 20px;
            right: 30px;
        }

    .toolkit_container .text_wrapper {
        margin: 24px 16px 0 16px;
        padding: 24px;
    }

        .toolkit_container .text_wrapper p, .toolkit_container .text_wrapper a {
            width: 100%;
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            letter-spacing: 0.15px;
        }

    .toolkit_careplan .guideline_wrapper .detail p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.25px;
    }

    .toolkit_careplan .toolkit_link a {
        padding-left: 0;
    }

    .toolkit_guideline .guideline_wrapper .img {
        display: none;
    }

    .toolkit_guideline .guideline_wrapper .detail h4 {
        font-weight: 400;
        letter-spacing: 0.25px;
        color: #303030;
    }

    .toolkit_guideline .download_link a, .toolkit_guideline .other_links a {
        padding: 16px 0;
    }

    .toolkit_guideline .toolkit_link a .left {
        margin-left: 0;
    }

    .toolkit_guideline .guideline_wrapper .detail {
        width: 100%;
    }

    .toolkit_container .ss-hero__video {
        margin: 15px 16px 0 16px;
        width: 93%;
    }

    .toolkit_container .video_container iframe {
        width: 100%;
        height: 100%;
    }

    .toolkit_guideline .toolkit_link a {
        padding: 16px 0;
    }
}


/*toolkit page end here*/

.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}

/* Sample order product description*/
.sampleorder-product-description {
    color: #ff2000;
}

/* Hide UL,OL,List Style */
.Hide-List-Style {
    list-style: none;
}

/* Web order History Facelifted */
.order-history-facelifted .p-l-r {
    padding-right: 0;
    padding-left: 0;
}

.order-history-facelifted .bottom-padding-large {
    padding-bottom: 20rem !important;
}

.order-history-facelifted .bottom-padding-small {
    padding-bottom: 2rem !important;
}

.order-history-facelifted h1 {
    font-size: 34px;
    font-weight: 400;
    color: #303030;
    line-height: 47px;
    letter-spacing: 0.25px;
}

.order-history-facelifted p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #303030;
}

.order-history-facelifted h2 {
    font-size: 24px;
    line-height: 33px;
    color: #303030;
    font-weight: 400;
    margin: 15px 0px;
}

.order-history-facelifted .nodataContainer h2 {
    text-align: center;
}

.order-history-facelifted h6 {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
}

.order-history-facelifted .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.order-history-facelifted .order {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 5px;
    padding-bottom: 5px;*/
}

.order-history-facelifted .orderShow {
    /* display: grid;
    grid-template-columns: 1fr;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10PX;
}

.order-history-facelifted input[type=text], .order-history-facelifted input[type=Date], .order-history-facelifted select {
    width: 100%;
    padding: 12px 10px;
    min-height: 40px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.order-history-facelifted .center {
    margin: auto;
    width: 80%;
    /* padding-left: 81px;
    padding-right: 81px; */
}

.order-history-facelifted .mobileView {
    display: none;
}

.order-history-facelifted .ViewButton {
    display: inline;
    margin: 30px 0px;
}

    .order-history-facelifted .ViewButton a {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
    }

    .order-history-facelifted .ViewButton input[type=submit] {
        border: solid #00ABBD;
        width: 172px;
        height: 36px;
        background: #00ABBD;
        border-radius: 4px;
        color: #fff;
    }

        .order-history-facelifted .ViewButton input[type=submit].transparent {
            background-color: white;
            width: 172px;
            height: 36px;
            border: 1px solid #00ABBD;
            border-radius: 4px;
            color: #00ABBD;
        }

.order-history-facelifted .DesktopView {
    display: block;
}

.order-history-facelifted .icons_cont {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

    .order-history-facelifted .icons_cont li {
        display: inline;
        padding: 3px 10px 3px 10px;
        line-height: 2;
    }

.order-history-facelifted .print-icon img {
    height: 30px;
    top: 5px;
    width: 30px;
    position: relative;
}

.order-history-facelifted .shopping-icon img {
    height: 30px;
    top: 5px;
    width: 30px;
    position: relative;
}

.order-history-facelifted .print-icon img:hover {
    background-color: #00808E;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.order-history-facelifted .shopping-icon img:hover {
    background-color: #00808E;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.order-history-facelifted .ShippingInfoCard {
    border: 1px solid #989EA3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.order-history-facelifted .ShippingInfoCardTitle {
    background-color: #00ABBD;
    min-height: 45px;
    margin: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .order-history-facelifted .ShippingInfoCardTitle.cancelled {
        background-color: #ff5c5c;
    }

    .order-history-facelifted .ShippingInfoCardTitle .col-xs-6 {
        padding-right: 0px;
    }

.order-history-facelifted .order {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 5px;
    padding-bottom: 5px;*/
}

.order-history-facelifted .orderInner {
    /* display: grid;
    grid-template-columns: 1fr 1fr;*/
    padding: 17px 5px 17px 10px;
    border-bottom: 1px solid #E2E3E4;
    display: flex;
}

    .order-history-facelifted .orderInner div.infotext {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 70%;
        /*padding-left: 10px;*/
    }

    .order-history-facelifted .orderInner div.infotitle {
        color: #303030;
        width: 25%;
    }

.order-history-facelifted input[type="date"] {
    position: relative;
    padding: 10px;
    min-height: 40px;
}

    .order-history-facelifted input[type="date"]::-webkit-calendar-picker-indicator {
        color: transparent;
        background: none;
        z-index: 1;
    }

    .order-history-facelifted input[type="date"]:before {
        color: transparent;
        background: none;
        display: block;
        font-family: 'FontAwesome';
        content: '\f073';
        /* This is the calendar icon in FontAwesome */
        width: 15px;
        height: 20px;
        position: absolute;
        top: 0px;
        right: 6px;
        color: #999;
    }

.order-history-facelifted .moredetails {
    width: 100%;
    text-align: left;
    border-radius: 0;
    min-height: 48px;
    border: none;
    padding: 0px 10px;
    text-transform: uppercase;
    background-color: transparent;
    color: #00ABBD;
}

    .order-history-facelifted .moredetails:hover {
        width: 100%;
        text-align: left;
        border-radius: 0;
        font-weight: 600;
        min-height: 48px;
        border: none;
        padding: 0px 10px;
        background-color: #F5F6F7;
        color: #00808E
    }

.order-history-facelifted .moredetailsparent {
    display: flex;
    align-items: center;
}

.order-history-facelifted .margin-right-10px {
    margin-right: 10px;
}

.order-history-facelifted .ShowProductdetails {
    display: flex;
    align-items: center;
}


.order-history-facelifted .showProdCount {
    color: #989EA3;
    position: absolute;
    left: 205px;
}

.order-history-facelifted .moredetails:hover::after {
    position: absolute;
    right: 37px;
    content: "";
    top: 20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.2em solid #00808E;
    border-top: 0.2em solid #00808E;
    transform: rotate(135deg);
    margin-right: 0.5em;
    margin-left: 1.0em;
}

.order-history-facelifted .moredetails::after {
    position: absolute;
    right: 37px;
    content: "";
    top: 20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.1em solid #00ABBD;
    border-top: 0.1em solid #00ABBD;
    transform: rotate(135deg);
    margin-right: 0.5em;
    margin-left: 1.0em;
}

.order-history-facelifted .moredetails.rotate::after {
    position: absolute;
    right: 37px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.1em solid #00ABBD;
    border-top: 0.1em solid #00ABBD;
    transform: rotate(-45deg);
    margin-right: 0.5em;
    margin-left: 1.0em;
}

.order-history-facelifted .moredetails.rotate:hover::after {
    position: absolute;
    right: 37px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.2em solid #00ABBD;
    border-top: 0.2em solid #00ABBD;
    transform: rotate(-45deg);
    margin-right: 0.5em;
    margin-left: 1.0em;
}

.order-history-facelifted .moredetailsparent:hover {
    background-color: #F5F6F7;
    cursor: pointer;
}

.order-history-facelifted .border-bottom {
    border-bottom: 1px solid #E2E3E4;
}

.order-history-facelifted .error-display {
    background: linear-gradient(0deg, rgba(0, 125, 197, 0.08), rgba(0, 125, 197, 0.08)), #FFFFFF;
    border-radius: 4px;
    margin: 20px 0px;
    padding: 10px;
}

    .order-history-facelifted .error-display span {
        color: #303030;
        font-size: 14px;
        margin-top: 20px;
        margin-right: 20px;
    }

/* Disbaled States */
.order-history-facelifted .txtbox-disabled {
    pointer-events: none;
    border-color: #E2E3E4;
    color: #E2E3E4;
}

    .order-history-facelifted .txtbox-disabled ~ label {
        border-color: #E2E3E4;
    }

    .order-history-facelifted .txtbox-disabled .custom_dropdownarrow img {
        opacity: 0.2;
    }

/* Cusotm Dropdown*/
.order-history-facelifted .border-0 {
    border: none !important;
}

.order-history-facelifted .float-right {
    float: right;
}

.order-history-facelifted .select-custom {
    width: 100%;
    min-height: 40px;
    padding: 9px 10px;
    /* padding-right: 20px; */
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 14px;
}

    .order-history-facelifted .select-custom:hover {
        cursor: pointer
    }

.order-history-facelifted .select-custom-error {
    border: 1px solid red !important;
}

.order-history-facelifted .txtbox-disabled {
    color: darkgray;
    cursor: not-allowed !important;
}

.order-history-facelifted .dropdown-list {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 200px;
    position: absolute;
    z-index: 999;
    background: #ffffff;
    width: 31.64%;
}

    .order-history-facelifted .dropdown-list ul {
        list-style: none;
        padding-left: 0px;
        width: 100%;
    }

        .order-history-facelifted .dropdown-list ul li {
            display: table;
            padding-top: 10px;
            padding-left: 10px;
            padding-bottom: 10px;
            width: 100%;
        }

            .order-history-facelifted .dropdown-list ul li:hover {
                cursor: pointer;
                background-color: #F5F6F7
            }

            .order-history-facelifted .dropdown-list ul li div {
                display: table-cell;
                vertical-align: middle;
                padding-left: 10px;
            }

                .order-history-facelifted .dropdown-list ul li div:first-child {
                    width: 20px;
                    top: -4px;
                    padding-left: 4px;
                    padding-right: 5px;
                    position: relative;
                }

                .order-history-facelifted .dropdown-list ul li div p {
                    margin-bottom: 5px;
                    font-size: 12px;
                    line-height: 1;
                }

                    .order-history-facelifted .dropdown-list ul li div p:first-child {
                        font-size: 14px;
                    }

.order-history-facelifted .custom_dropdownarrow {
    float: right;
    margin-top: 6px;
    width: 20px;
}

    .order-history-facelifted .custom_dropdownarrow img {
        width: 20px;
        height: 6px;
    }

.order-history-facelifted .products-info {
    background-color: #f7f7f7;
    padding: 10px 7px;
    margin: 0px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.order-history-facelifted .products-info-cont .orderInner {
    display: grid;
    grid-template-columns: 1fr;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.order-history-facelifted .moredetails.ShowProductdetails:hover .showProdCount {
    color: #00808E;
    font-weight: 600;
}

.order-history-facelifted .products-info-cont .orderInner small {
    line-height: 1.5;
}

.order-history-facelifted .products-info-cont .orderInner div {
    line-height: 1.5;
}

.order-history-facelifted .showonlyorders input {
    height: 20px;
    width: 20px;
    outline: auto
}

.order-history-facelifted .showonlyorders + label {
    position: relative;
    top: -5px;
    left: 10px;
}
/*#product-info-wrapper {
    display: none;
}*/
.order-history-facelifted .download-product-count span {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 2;
    padding-right: 10px;
    text-transform: uppercase;
    top: 10px;
}

.order-history-facelifted .shopping-cart-button {
    float: right;
    background-image: url(../../img/download-ic.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 75%;
    background-position: center;
    border: 1px solid #00ABBD;
    border-radius: 5px;
    margin-top: 2px;
}

    .order-history-facelifted .shopping-cart-button:hover {
        border: 1px solid #00808E;
        border-radius: 5px;
        float: right;
        background-image: url(../../img/download-ic-hover.png);
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 75%;
        background-position: center;
        margin-top: 2px;
    }

@media (min-width: 768px) {
    .order-history-facelifted .orderInner div.infotext {
        padding-left: 10px;
    }

    .order-history-facelifted .productData-mobile {
        display: none;
    }

    .order-history-facelifted table.productData {
        /*display: inline-table;*/
    }

    .order-history-facelifted .cardTitle {
        display: flex;
        align-items: center;
    }

        .order-history-facelifted .cardTitle div {
            color: #ffffff;
            padding-left: 5px;
            font-size: 14px;
            margin-bottom: .5rem;
        }
}

/* product display data*/
.order-history-facelifted .product-group .product-head {
    background-color: #CCEEF2;
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    align-items: center;
    padding: 0px 10px;
}

.order-history-facelifted .zero-padding {
    padding: 0;
}

.order-history-facelifted .clearAllFilter.btn-disabled {
    border-color: #E2E3E4 !important;
    pointer-events: none;
    color: #E2E3E4 !important;
    opacity: 0.9;
}

.order-history-facelifted .filter.btn-disabled {
    background: #E2E3E4 !important;
    border-color: #E2E3E4 !important;
    /*opacity: 0.8;*/
    color: #fff;
    pointer-events: none;
}

.order-history-facelifted label {
    font-weight: 500;
    color: #303030;
    font-weight: 500;
    font-size: 14px;
}

.order-history-facelifted .label {
    color: #303030;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
}

.order-history-facelifted .product-group .productData {
    width: 100%;
    background-color: #F2FBFC;
}

    .order-history-facelifted .product-group .productData tr td,
    .order-history-facelifted .product-group .productData tr th {
        height: 48px !important;
        border-bottom: 1px solid #B8B9BB;
        padding-left: 10px;
        font-size: 13px;
        letter-spacing: 0.25px;
    }

    .order-history-facelifted .product-group .productData tr:last-child td {
        height: 48px !important;
        border-bottom: 0px solid #B8B9BB;
        padding-left: 10px;
        font-size: 13px;
        letter-spacing: 0.25px;
    }

    .order-history-facelifted .product-group .productData tr td:first-child {
        width: 186px;
    }

    .order-history-facelifted .product-group .productData tr td:nth-child(3),
    .order-history-facelifted .product-group .productData tr td:nth-child(4),
    .order-history-facelifted .product-group .productData tr td:nth-child(5),
    .order-history-facelifted .product-group .productData tr td:nth-child(6) {
        text-align: right;
        padding-left: 0;
        padding-right: 10px;
    }

    .order-history-facelifted .product-group .productData tr th:nth-child(3),
    .order-history-facelifted .product-group .productData tr th:nth-child(4),
    .order-history-facelifted .product-group .productData tr th:nth-child(5),
    .order-history-facelifted .product-group .productData tr th:nth-child(6) {
        text-align: right;
        padding-left: 0;
        padding-right: 10px;
    }

/*Paginaion*/
.order-history-facelifted .pagination-arrows {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .order-history-facelifted .pagination-arrows a {
        text-decoration: none !important;
        font-size: 14px !important;
        color: rgba(48, 48, 48, 0.7) !important;
        letter-spacing: 0.15px !important;
    }

        .order-history-facelifted .pagination-arrows a:nth-child(1) {
            padding-right: 20px;
        }

        .order-history-facelifted .pagination-arrows a:nth-child(2),
        .order-history-facelifted .pagination-arrows a:nth-child(3) {
            text-decoration: none;
            font-size: 20px !important;
            border: 0px;
            background-color: transparent !important;
        }

            .order-history-facelifted .pagination-arrows a:nth-child(2) img {
                border: 1px solid #00ABBD;
                border-radius: 3px;
                width: 35px;
                padding: 5px;
            }

            .order-history-facelifted .pagination-arrows a:nth-child(2).page_disabled img {
                opacity: 0.7;
                filter: grayscale(100%);
            }

            .order-history-facelifted .pagination-arrows a:nth-child(3).page_disabled img {
                opacity: 0.7;
                filter: grayscale(100%);
            }

            .order-history-facelifted .pagination-arrows a:nth-child(2) img:hover {
                cursor: pointer;
                border: 1px solid #00808E;
            }

            .order-history-facelifted .pagination-arrows a:nth-child(3) img {
                border: 1px solid #00ABBD;
                transform: rotate(180deg);
                border-radius: 3px;
                width: 35px;
                padding: 5px;
            }

                .order-history-facelifted .pagination-arrows a:nth-child(3) img:hover {
                    cursor: pointer;
                    border: 1px solid #00808E;
                }


.order-history-facelifted .error-close-icon {
    height: 13px;
    top: 2px;
    position: relative;
    float: right;
}

/*loadmore-btn*/

.order-history-facelifted .loadmore-btn {
    background-image: url('../img/loadmore-trans.png');
    background-color: #F2FBFC;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 55% 50%;
    border: none;
    width: 100%;
    color: #00ABBD;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    min-height: 48px;
    padding: 0px 20px;
    border-radius: 3px;
}

    .order-history-facelifted .loadmore-btn:hover {
        background-color: #E5F7F8;
        background-image: url('../img/loadmore-trans-hover.png');
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 55% 50%;
        color: #00808E;
        font-weight: 500;
        cursor: pointer;
    }

.order-history-facelifted .filter_click {
    border: solid #00ABBD;
    width: 172px;
    height: 36px;
    background: #00ABBD;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

    .order-history-facelifted .filter_click:hover, .filter_click:active, .filter_click:focus {
        border: solid #00ABBD;
        width: 172px;
        height: 36px;
        background: #00ABBD;
        border-radius: 4px;
        color: #fff;
        cursor: pointer
    }

.order-history-facelifted .clear_click {
    border: 1px solid #00ABBD;
    width: 172px;
    height: 36px;
    background-color: white;
    border-radius: 4px;
    color: #00ABBD !important;
}

    .order-history-facelifted .clear_click:hover, .order-history-facelifted .clear_click:active, .order-history-facelifted .clear_click:focus {
        border: 1px solid #00ABBD;
        width: 172px;
        height: 36px;
        background-color: white;
        border-radius: 4px;
        color: #00ABBD !important;
        cursor: pointer
    }

.order-history-facelifted input[type="radio"].rdoButtonSoldTo:checked,
.order-history-facelifted input[type="radio"].rdoButtonShipTo:checked {
    accent-color: #1D388B;
}

.order-history-facelifted .showonlyorders input[type="checkbox"]:checked,
.order-history-facelifted .showonlyorders input[type="checkbox"]:checked:hover {
    accent-color: #00ABBD;
    outline: auto;
    cursor: pointer;
}

/*Date Picker */
.ui-datepicker {
    width: 20em;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-color: #FFFFFF !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #ffffff;
    background: #ffffff;
    text-align: center;
}

.ui-widget-header {
    border: 1px solid #ffffff;
}

.ui-datepicker td a:hover {
    border: 1px solid #00ABBD;
}

.ui-state-highlight {
    color: #fff;
    font-weight: 500;
    background: #00ABBD;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    color: #fff;
}

.ui-datepicker td {
    padding: 5px;
}

.ui-datepicker th {
    font-weight: 100;
    color: #989EA3;
}

.ui-widget-header {
    color: #303030 /*{fcHeader}*/;
    font-weight: 100;
}

.ui-icon, .order-history-facelifted .ui-widget-content .ui-icon {
    background-image: none;
}

.ui-datepicker-header .ui-datepicker-prev .ui-icon {
    background-image: url(../img/left-arrow.png) !important;
    height: 25px;
    width: 25px;
    background-position: center;
    background-size: contain;
}

.ui-datepicker-prev.ui-datepicker-prev-hover, .ui-datepicker-next.ui-datepicker-next-hover {
    background-color: none !important;
    background: none !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 12px;
}

.ui-datepicker-header .ui-datepicker-next.ui-state-disabled span {
    opacity: 0.2;
    cursor: not-allowed !important;
}

.ui-datepicker-header .ui-datepicker-next .ui-icon {
    background-image: url(../img/right-arrow.png) !important;
    height: 25px;
    width: 25px;
    background-position: center;
    background-size: contain;
}

.order-history-facelifted .fromDate input {
    background-image: url(../img/calender.png) !important;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 98% 48%;
}

.order-history-facelifted .toDate input {
    background-image: url(../img/calender.png) !important;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 98% 48%;
}

.order-history-facelifted .input--search {
    width: 45% !important;
    height: 10px;
    padding: 0 !important;
    min-height: 30px !important;
    padding-left: 10px !important;
}

.rightIcons select {
    min-height: 22px;
    padding: 5px;
    width: 100%;
}

    .rightIcons select option {
        min-height: 35px;
    }

        .rightIcons select option:hover {
            cursor: pointer;
            background: #00abbd;
            color: #fff;
            font-weight: 500;
        }

.righticontext {
    padding: 12px 10px 0px;
    color: #00ABBD;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.tbl-btn-container {
    display: flex;
}

    .tbl-btn-container .btn {
        width: 90px;
        margin: 7px 10px;
        height: 30px;
        padding: 2px;
        background: #00ABBD;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #fff;
        border-radius: 5px;
    }

        .tbl-btn-container .btn:hover {
            background: #00808E;
            color: #fff;
        }

        .tbl-btn-container .btn:last-child {
            margin-left: 0px;
            margin-right: 0px
        }

.ui-state-disabled span.ui-state-default {
    color: #E2E3E4 !important;
}

.search:hover, .export:hover {
    pointer-events: none !important;
}

.search.enable {
    background: #00ABBD;
    color: #fff;
    pointer-events: auto;
}

    .search.enable:hover {
        pointer-events: auto !important;
        cursor: pointer !important;
        background: #00808E;
        color: #fff;
    }

.export.enable {
    background: #00ABBD;
    pointer-events: auto;
    color: #fff;
}

    .export.enable:hover {
        pointer-events: auto !important;
        cursor: pointer !important;
        background: #00808E;
        color: #fff;
    }

.search:focus {
    outline: 0;
}

.export:focus {
    outline: 0;
}

.btmtbl-btn-container {
    display: flex;
}

    .btmtbl-btn-container .btn {
        margin: 0;
        width: 125px;
        margin-top: 20px;
        padding: 3px 10px;
        background: #00ABBD;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #fff;
        border-radius: 5px;
    }

btmtbl-btn-container .btn:hover {
    background: #00808E;
    color: #fff;
}

.btmtbl-btn-container .btn:first-child {
    margin-right: 10px;
}

.tbl-comments {
    min-height: 100px;
    width: 100%;
    resize: none;
    border: 1px solid #E2E3E4;
}

.cancelorder {
    background-color: #ff0000;
}

.order-history-facelifted .input--search {
    width: 30% !important;
    height: 10px;
    padding: 0 !important;
    min-height: 30px !important;
    padding-left: 10px !important;
}

.rightIcons {
    padding-right: 0px;
    text-align: right;
    display: flex;
    place-content: end;
}

.additionalmsg {
    width: 100% !important;
    min-height: 100px !important;
    margin-bottom: 10px !important;
    border: 1px solid #E2E3E4 !important;
}

.Shippinginfodetails .tabledatatitle {
    background: #CCEEF2;
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 3;
    width: 100%;
    padding-left: 10px;
}

.additionalmsg.disabled {
    pointer-events: none;
    background: #f5f5f5;
}

.cancelorderhint span {
    color: #ff0000;
}

.successmessage {
    display: none;
}

@media (min-width: 280px) and (max-width: 767px) {
    .rightIcons {
        padding-right: 0px;
        padding-left: 0px;
        text-align: left !important;
        display: block !important;
    }

    .tbl-btn-container .btn {
        margin: 7px 0px !important;
    }

    .order-history-facelifted .input--search {
        width: 100% !important;
    }

    .righticontext {
        display: none !important;
    }

    .rightIcons select {
        width: 100% !important;
    }

    .order-history-facelifted h6 {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .order-history-facelifted .productData-mobile {
        display: block;
    }

    .order-history-facelifted .cardTitle div {
        color: #ffffff;
    }

    .order-history-facelifted table.productData {
        display: none;
    }

    .order-history-facelifted .productData-mobile {
        min-height: 88px;
        background: #F2FBFC;
    }

        .order-history-facelifted .productData-mobile .product-title {
            font-size: 10px;
            font-weight: 500;
            color: #989EA3;
            line-height: 14px;
            letter-spacing: 1.5px;
            padding: 6px 16px;
        }

        .order-history-facelifted .productData-mobile .product-name {
            color: #303030;
            line-height: 20px;
            letter-spacing: 0.25px;
            font-size: 14px;
            padding: 0px 14px;
            white-space: normal !important;
        }

    .order-history-facelifted .order {
        grid-template-columns: 1fr !important;
    }

    .order-history-facelifted .orderInner {
        /*grid-template-columns: 1fr 1fr !important;*/
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
        display: block;
    }

        .order-history-facelifted .orderInner div {
            line-height: 1.5;
        }

    .order-history-facelifted .cardTitle {
        display: block;
    }

    .order-history-facelifted .wrapper {
        grid-template-columns: 1fr !important;
        grid-gap: 1rem;
    }

    .order-history-facelifted .mobileView {
        display: block !important;
    }

    .order-history-facelifted .twoFields {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .order-history-facelifted .ViewButton {
        display: block !important;
    }

    .order-history-facelifted input[type=button] {
        width: 100% !important;
    }

    .order-history-facelifted .DesktopView {
        display: none !important;
    }

    .order-history-facelifted .view {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-gap: 1rem !important;
    }
}
/* TN - 3290 fix */
.list-groupname .group-title {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
}
/* TN - 3290 fix */

/* Password Eye Icon */
.logon-box-new .password-with-icon input[type="password"]::-ms-reveal,
.logon-box-new .password-with-icon input[type="password"]::-ms-clear {
    display: none;
}

.logon-box-new .password-with-icon input.hide-border-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.logon-box-new .password-with-icon .field_icon {
    line-height: 2;
    border-top: 1px solid #ccc;
    padding: 0px 5px;
    width: 30px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.logon-box-new .password-with-icon {
    display: flex;
}

/* TN 3334 Button Style */
.bottom-buttons {
    padding: 2px;
    display: flex;
    justify-content: space-between;
    min-height: 40px;
}

    .bottom-buttons .details_btn {
        width: 130px;
        height: 35px;
        line-height: 2;
        /* padding: 5px; */
        color: #00ABBD;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
    }

        .bottom-buttons .details_btn:hover {
            opacity: 0.85;
            cursor: pointer;
        }

        .bottom-buttons .details_btn:after {
            content: '\25BA';
            font-size: 10px;
            color: #ffffff;
            top: -1px;
            position: relative;
            left: 8px;
        }

.quicklaunch_wrapper .bottom-buttons .comment {
    position: absolute;
    right: 0px;
    bottom: 4px;
    transition: all 0.5s ease-in-out;
}
/* TN 3334 Button Style */

/* TN WEB-807 SWIPER SLIDER FIX*/
.swiper-container .swiper-wrapper .swiper-slide .wrapper img.fullimage {
    width: 100% !important;
    height: auto !important;
}
/* TN WEB-807 SWIPER SLIDER FIX*/

/* TN WEB-809 TOTAL AMOUNT DISTORTION FIX */
#LocalWebOrderTable tr td.totalamounttext {
    width: 75%;
}
/* TN WEB-809 TOTAL AMOUNT DISTORTION FIX */

/* TN WEB-817*/
.custom_inputarrow {
    margin-top: -33px !important;
    margin-right: 10px;
    display: flex;
}

.inputclearicon {
    display: none;
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    margin-left: -14px;
    margin-top: -5px;
}

.btn_changedShipTo.txtbox-disabled {
    color: rgb(226, 227, 228);
    border: 1px solid rgb(226, 227, 228);
}

    .btn_changedShipTo.txtbox-disabled::placeholder {
        color: rgb(226, 227, 228);
    }

.btn_changedShipTo input.dropdown-text {
    width: 100%;
    border: 0;
    outline: 0;
}

    .btn_changedShipTo input.dropdown-text:focus {
        outline: 0;
    }

.txtbox-disabled + .custom_inputarrow img:last-child {
    opacity: 0.3;
}
/* TN WEB-817*/
/* WEB 820 BUTTON OVERLAPPING ISSUE FIX */
.btn-toolbar a.btn {
    margin-bottom: 6px;
    font-size: 14px;
}

.footer-button a.btn {
    margin-bottom: 6px;
}
/* WEB 820 BUTTON OVERLAPPING ISSUE FIX */
/* TN-3380 QUICK LAUNCH DISTORTION FIX */
.elearning_wrapper .detail_wrapper .detail_img {
    width: 20%;
    margin-left: 16px;
    height: 100px;
    margin-top: -10px;
}

    .elearning_wrapper .detail_wrapper .detail_img img {
        width: 100%;
        height: auto;
    }
/* TN-3380 QUICK LAUNCH DISTORTION FIX */
/* WEB-853 */
#product-list-list-view {
    width: 100%;
}

    #product-list-list-view td.product_title {
        min-width: 350px !important;
    }
/*WEB- 853*/
/* WEB-842 */
.price__display {
    padding-left: 20px;
    padding-right: 10px;
}
/* WEB-842 */
/*WEB-835 */
.customerReference {
    word-break: break-word;
}
/*WEB-835 */
/*WEB-850*/
.errorCustomerref {
    color: red;
    font-size: 10px;
}
/*WEB-850*/
/* TN-3438 */
.mt-small {
    margin-top: 10px;
}
/* TN-3438 */
/*web 851*/
.foc-error {
    color: red;
}

.btn-container-list {
    max-width: 150px;
}
/*web 851*/
.imagesize {
    position: relative;
    top: 30px;
    max-width: 100%;
    height: auto;
}

.txtcenter {
    text-align: center;
}
/* angular changes*/
.item.ishidden {
    display: none;
}
/* angular changes*/


/*Sample order print icon changes */
.print {
    cursor: pointer;
    float: right;
    clear: both;
    padding: 5px;
}

    .print img {
        position: relative;
        height: 40px;
        padding: 5px;
    }

        .print img:hover {
            background-color: #00808E;
            border-radius: 50%;
            position: relative;
            height: 40px;
            padding: 5px;
        }

.printImg {
    padding-right: 15px;
    padding-top: 3px;
}
/*Sample order print icon changes */

/*Print page css*/
.productDetails {
    vertical-align: top;
    text-align: center;
}

.printLabel {
    width: 140px;
    border: 0;
    font-weight: bold;
}

.printValue {
    width: 150px;
    border: 0;
}

.printStyle {
    width: 10px;
    border: 0;
}

.word {
    word-break: break-word;
}

.labelInfo {
    width: 50%;
    border-width: 1px 0px 1px 0px;
}

.trStyle {
    border-bottom-style: none;
    border-width: inherit;
}

.printContainer {
    border: 1px solid black;
    width: 900px !important;
}

.printTable {
    border-style: none;
    border: 0;
}
/*Print page css*/
