﻿
/* To allow body tag to encapsulate all HTML elements
   This will allow customers to change web site background color in WTM
*/
html, body {
}

table {
    border-collapse: separate;
}

.fas {
    font-size: 1.3em;
}

/* ----------- Galaxy S3 ----------- */

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .ProductCard {
        width: 157.5px;
        border: 0px;
        height: 300px;
        /*border-radius: 5px;
    -moz-border-radius: 5px;*/
    }

    .productImageCell {
        min-height: 157.5px;
        height: 157.5px;
        min-width: 157.5px;
        width: 157.5px;
    }

    .wtbutton_medium_tall {
        height: 30px;
        width: 60px;
        vertical-align: middle;
    }

    .searchDropDown {
        width: 160px !important;
    }

    .searchText {
        width: 140px;
    }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .ProductCard {
        width: 180px;
        border: 0px;
        height: 300px;
    }

    .productImageCell {
        min-height: 180px;
        height: 180px;
        min-width: 180px;
        width: 180px;
    }

    .searchDropDown {
        width: 160px !important;
    }

    .searchText {
        width: 140px;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .wtbutton_medium_tall {
        height: 60px;
        width: 75px;
        vertical-align: middle;
    }

    .searchDropDown {
        width: 160px !important;
    }

    .searchText {
        width: 140px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .wtbutton_medium_tall {
        height: 30px;
        width: 75px;
        vertical-align: middle;
    }

    .searchDropDown {
        width: 160px !important;
    }

    .searchText {
        width: 140px;
    }
}

/*desktop devices breakpoint */
@media (min-width: 768px) and (max-width: 4096px) {
    .narrow-only {
        display: none !important;
    }
    .wide-only {
    }

    .product-listview-row {
        max-width: 1240px;
        display: inline-flex;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-bottom: 2px;
        height: 116px;
        vertical-align: middle;
    }

    .product-listview-row-half-height {
        height: 116px;
    }

    .product-listview-cell {
        max-width: 310px;
        min-width: 310px;
        display: inline;
    }

    .productImageCell {
        min-height: 180px;
        height: 180px;
        min-width: 180px;
        width: 180px;
    }

    .ProductCard {
        width: 180px;
        border: 0px;
        height: 300px;
    }

    .ShoppingCartQtyTextBox {
        text-align: center;
        vertical-align: top;
        height: 24px !important;
        font-size: 13px !important;
    }

    .wtbutton_medium_tall {
        height: 22px;
        width: 100px;
        vertical-align: middle;
    }

    .ThumbnailImage {
        width: 100px;
        height: 90px;
        display: block;
    }

    #ctl00_navigationBar {
        display: table-cell;
    }

    #LeftSidebarContents {
        display: inline;
    }

    #ctl00_LeftSidebarContents_MainNav_WebTrackPanel_ctl00_ctl00_RadPanelBar1 {
        display: inline;
    }

    #ctl00_PageHeader_GlobalSearchControl1_cmbSearchGroups {
        vertical-align: baseline;
    }

    #ctl00_PageBody_ctl03_OnlineInstoreLabel {
        font-size: smaller;
    }

    #ctl00_PageBody_ctl03_lnkInStore {
        font-size: smaller;
    }

    #ctl00_PageBody_ctl03_lnkOnline {
        font-size: smaller;
    }
    
    #ctl00_PageBody_productDetail_ProductImage {
        width: 320px;
        height: 320px;
    }

    #ctl00_PageBody_SignupButton {
        width: 100px;
    }

    #ctl00_PageBody_RequestAccessButton {
        width: 156px;
    }
    #ctl00_PageBody_PaymentCardEntryControl_i4Go2 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #stickyHeader {
        height: 25px;
        background-color: #ffe;
        vertical-align: middle;
        padding: 2px 2px 1px 2px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
     }
}
/* mobile devices breakpoint*/
@media only screen and (max-width: 767.98px) {
    .narrow-only {
    }

    .wide-only {
        display: none !important;
    }

    .product-listview-row-half-height {
        height: 48px;
    }

    .product-listview-cell {
        max-width: 310px;
        min-width: 310px;
        display: block;
    }

    .product-listview-row {
        max-width: 1240px;
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-bottom: 2px;
    }

    .productImageCell {
        min-height: 157.5px;
        height: 157.5px;
        min-width: 157.5px;
        width: 157.5px;
    }

    .ProductCard {
        width: 157.5px;
        border: 0px;
        height: 300px;
       
    }

    .ShoppingCartQtyTextBox {
        text-align: center;
        vertical-align: top;
        height: 24px !important;
        font-size: 13px !important;
    }

    .wtbutton_medium_tall {
        height: 30px;
        width: 75px;
        vertical-align: middle;
    }


    .ThumbnailImage {
        width: 100px;
        height: 90px;
        /*display: none;*/
    }

    .img {
        max-width: 100%;
        height: auto;
    }

    #ShoppingCartWrapper_Div {
        padding-right: 5px;
    }

    #ctl00_PageBody_ctl03_OnlineInstoreLabel {
        font-size: small;
    }

    #ctl00_PageBody_ctl03_lnkInStore {
        font-size: small;
    }

    #ctl00_PageBody_ctl03_lnkOnline {
        font-size: small;
    }

    ctl00_PageBody_productDetail_ProductImage {
        width: 120px;
        height: 120px
    }


    #ctl00_PageBody_productDetail_ProductImage {
        width: 320px;
        height: 320px;
    }

    #ctl00_PageBody_SignupButton {
        width: 100%;
        padding-bottom: 4px;
        margin-bottom: 4px;
    }

    #ctl00_PageBody_RequestAccessButton {
        width: 100%;
        padding-bottom: 4px;
        margin-bottom: 4px;
    }


    #contactHeightPlaceholderRow1 {
        display: none
    }

    #contactHeightPlaceholderRow2 {
        display: none
    }

    #contactHeightPlaceholderRow3 {
        display: none
    }

    #contactHeightPlaceholderRow4 {
        display: none
    }

    #contactHeightPlaceholderRow5 {
        display: none
    }

    #ctl00_PageBody_PaymentCardEntryControl_i4Go2 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .userAdminComponent {
        margin-right: 2px!important;
    }

    #stickyHeader {
        height: 25px;
        background-color: #ffe;
        vertical-align: middle;
        padding: 2px 2px 1px 2px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
}


    /* more customization goes here...*/
    /* ----------- iPad 1, 2, Mini and Air ----------- */
    /* Portrait */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

        .ThumbnailImage {
            width: 100px;
            height: 90px;
            display: block;
        }
    }

    /* Landscape */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
        .ThumbnailImage {
            width: 100px;
            height: 90px;
            display: block;
        }
    }

    .product-listview-line-image {
        padding: 2px;
        height: 90px;
        width: 100px;
    }

    .product-listview-line-productsegment {
    }

        .product-listview-line-productsegment > img {
            padding: 2px;
        }

    .products-listview-line-container {
        display: inline;
        flex-wrap: wrap;
        float: left;
    }

        .products-listview-line-container > div {
            display: inline;
            margin: 1px;
            padding: 1px;
            text-align: center;
            vertical-align: middle;
            min-width: 100px;
        }

    .ShoppingCartDetailPanel {
        max-width: 1024px;
    }

    /*********** Cards **************/

    .Cards {
        padding-left: 4px;
        padding-top: 2px;
    }

    .CardSet {
        float: left;
        padding: 2px;
    }

        .CardSet a {
            text-decoration: none;
        }

        .CardSet.Empty {
            padding-left: 6px;
        }

    .Card {
        width: 160px;
    }

    .ProductCard {
        width: 157.5px;
        border: 0px;
        height: 300px;
        /*border-radius: 5px;
    -moz-border-radius: 5px;*/
    }

    .CardHeader {
        padding-right: 4px;
        padding-left: 4px;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 1px;
    }

        .CardHeader.Centered {
            text-align: center;
        }

        .CardHeader.WithViewDocLink {
            width: 100%;
        }

        .CardHeader.Icon {
            width: 26px;
        }

            .CardHeader.Icon.Indented {
                padding-left: 16px;
            }

        .CardHeader img {
            height: 26px;
            max-width: 26px;
            vertical-align: middle;
        }

    .CardLabel {
        padding-right: 6px;
        padding-left: 4px;
        width: 1px;
        white-space: nowrap;
    }

        .CardLabel.Icon {
            text-align: center;
        }

    .CardValue {
        padding-right: 4px;
        max-width: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .CardValue a {
            text-decoration: none;
        }

        .CardValue.Right {
            text-align: right;
        }

    /********************************************/

    .CardListCode {
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 150px;
        text-align: left;
        display: table-caption;
    }

    .CardListRow {
        display: table-row;
    }

    .CardListLabel {
        display: table-cell;
        width: 1px;
        white-space: nowrap;
    }

    .CardList.Value {
        display: table-cell;
        max-width: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .CardList {
        padding-left: 4px;
        padding-top: 2px;
    }

        .CardList a {
            text-decoration: none;
        }

        .CardList.Empty {
            float: left;
        }

        .CardList.Item {
            width: 150px;
            display: table;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

            .CardList.Item.Code {
                text-align: left;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 150px;
                text-align: left;
                display: table-caption;
            }

            .CardList.Item.Row {
                display: table-row;
            }

            .CardList.Item.Label {
                display: table-cell;
                width: 1px;
                white-space: nowrap;
            }

            .CardList.Item.Value {
                display: table-cell;
                max-width: 1px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .CardList.Item.Text {
                /*Obsolete, replace with .CardList.Item.Row, .CardList.Item.Label, .CardList.Item.Value*/
            }

                .CardList.Item.Text.Label {
                }

                .CardList.Item.Text.Value {
                    margin-left: 6px;
                }


        .CardList.Products.Item {
            width: 150px;
        }

            .CardList.Products.Item.Code {
            }

            .CardList.Products.Item.Text {
            }


    .rmContent {
        background-color: #fff;
    }
    /* Mobile Menu styles */
    .menu-wrapper .RadMenu_MetroTouch .rmRootToggle {
        margin-top: .8em;
    }

    /* End Menu Style */

/* Mobile Menu Start ***************************************************************************/

    .RadMenu_MetroTouch.t-rwd-menu-mobile {
        position: static;
    }

        .RadMenu_MetroTouch.t-rwd-menu-mobile .rmRootToggle {
            width: 33px;
            height: 33px;
            background-color: transparent;
            border-color: transparent;
            border-radius: 0;
            font-size: 24px;
        }

            .RadMenu_MetroTouch.t-rwd-menu-mobile .rmRootToggle:before {
                line-height: 30px;
            }
            .RadMenu_MetroTouch.t-rwd-menu-mobile .rmRootToggle:active,
            .RadMenu_MetroTouch.t-rwd-menu-mobile .rmRootToggle.rmExpanded {
                background-color: #fff;
                border-color: transparent;
                color: #000;
            }

    .RadMenuPopup_MetroTouch.t-rwd-menu-mobile {
        z-index: 10000;
    }

/* Mobile Menu End ***************************************************************************/

    .bg-cloud {
        /*background: url(https://stage.epicor.com//uploadedImages/US/Images/Template/cloud-bg-about-epicor.png) center no-repeat #12c3f4;
    background-size: cover;
    background-color: #12C3F4;*/
    }


/* responsive grid start *****************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 2048px) {
    div.RadGrid {
        border: none;
        font-size: 14px !important;
    }

        div.RadGrid .rgMasterTable {
            font-size: 11px;
        }
}

@media only screen and (max-width: 767.98px) {
    div.RadGrid {
        border: none;
        font-size: 16px !important;
    }

        div.RadGrid .rgMasterTable {
            font-size: 0.75em;
            /*font-size:11px!important;*/
        }

    .RadGrid thead {
        display: none;
    }

    div.RadGrid .rgRow,
    div.RadGrid .rgAltRow {
        display: block;
        margin-bottom: 20px;
        border: 2px solid #cdcdcd;
        background: #fff;
    }

        div.RadGrid .rgRow > td,
        div.RadGrid .rgAltRow > td {
            display: block;
            border-top: 1px solid #cdcdcd;
            text-align: right;
            padding: .25em .4375em;
        }

            div.RadGrid .rgRow > td:before,
            div.RadGrid .rgAltRow > td:before {
                font-size: 1em;
                color: black;
            }

            div.RadGrid .rgRow > td:nth-child(2n+1),
            div.RadGrid .rgAltRow > td:nth-child(2n+1) {
                background: whitesmoke;
            }

            div.RadGrid .rgRow > td:first-child,
            div.RadGrid .rgAltRow > td:first-child {
                border: 0 none;
                background-color: lightgray;
            }

    .RadGrid .rgRow td:before,
    .RadGrid .rgAltRow td:before {
        content: attr(data-title);
        float: left;
    }
}

.addCardButton {
    color: White;
    background-color: #378DE5;
    font-size: 14px;
}

.navLink {
    padding: 8px !important;
}

.RadGrid_MetroTouch .rgMasterTable {
    /*font-size:11px!important;*/
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
}
/* responsive grid end *****************************************************************************/

/* flex containers/items start *****************************************************************************/
.bodyFlexContainer {
    display: flex;
    flex-direction: column;
}

.bodyFlexItem {
    padding: 3px;
}

.docControlsFlexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.docControlsFlexItem {
    vertical-align: middle;
    padding: 3px;
}

/* flex containers/items end *****************************************************************************/



/* eof main menu css */

/*added from responsive\webtrack-master.css*/
.page-body {
    display: flex;
}

.page-content {
    padding: 10px;
    flex-grow: 1;
}

.page-section {
    margin: 10px 0px;
}

.page-footer {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.navigation-menu {
    background: #fff;
    margin-right: 4px;
}

.navigation-menu-button {
    display: none;
}

.header-logo span p img {
    width: 100%;
}

/* RadGrid style overrides -- start */
.RadGridStyleOverrides .rgHeader,.rgRow,.rgAltRow {
    line-height: 18px;
}

.RadGridStyleOverrides th.rgHeader {
    font-weight: 700;
}

.RadGridStyleOverrides .rgRow > td,
.RadGridStyleOverrides .rgAltRow > td {
    font-weight: 300;
}

.RadCalendarStyleOverrides .rcSelect > a {
    background-image: none;
    background: transparent;
    background-color: transparent;
    border: 0;
}

.RadCalendarStyleOverrides .rcSelect {
    background: transparent;
    background-color: transparent !important;
}

.RadCalendarStyleOverrides .RadInput > input {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.RadScheduler .rsToolbar .rsDatePicker > .rsButton {
    width: 2em;
}

/* RadGrid style overrides -- end */


/* vendor.css prefixes override*/
a, a:link, a:visited {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}


.cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.cover-visible {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cover-display {
    display: flex;
    align-items: center;
}

.cover-message{
    margin-left: 10px;
}

.modal-backdrop.fade.show{
    z-index: 10000;
}

.modal.fade.show{
    z-index: 10001;
}

.spinner {
    height: 20px;
    width: 20px;
    animation: rotate 0.8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Header for list pages (with master grid)*/
.listPageHeader {
    font-size: 15px;
    font-weight: 700;
}

/* Header for form pages*/
.formPageHeader {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Large devices */
@media only screen and (max-width: 991.98px) {
    .page-body {
        display: block;
    }

    .page-footer {
        display: block;
    }

    .navigation-menu {
        position: fixed;
        top: 35px;
        right: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        box-shadow: 0 0 2px #ddd;
        transform: scale(0, 0);
        z-index: 1000;
    }

    .navigation-menu-visible {
        transform: scale(1, 1);
    }

    .navigation-menu-button {
        display: block;
    }
}

@media only screen and (max-width: 991.98px) {
    .scheduler-wrapper {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .scheduler-wrapper {
        display: grid;
    }
}