:root {
}

* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    height: 100%;
    font-family: 'Arial';
}

html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0;
}


#pnlHPFSide {
    position: relative;
    margin-top: -35px
}

.TextFancyThin {
    /*background-color: teal;*/
    display: block;
    position: relative;
    margin: 0px;
    opacity: .6;
    font-size: 1.7em;
    font-family: Arial;
    letter-spacing: -.06em;
    line-height: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.TextFancyBold {
    display: block;
    position: relative;
    /*font-family: "Merriweather Sans", "Arial Black", Arial, sans-serif;*/
    font-family: "Merriweather Sans";
    font-weight: bold;
    font-size: 3.7em;
    letter-spacing: -.08em;
    line-height: 95%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
}


form {
    margin-top: -35px;
    display: grid;
    height: calc(100% + 35px);
    overflow: hidden;
    grid-template-columns: 100%;
    grid-template-rows: 150px 1fr 40px;
    grid-template-areas: "gridHeader" "gridMain" "gridFooter";
}

#gridHeaderDiv {
    position: relative;
    z-index: 11;
    margin: 0px;
    padding: 0px;
    position: relative;
    grid-area: gridHeader;
    text-align: center;
    bottom: -35px;
    background-position: center;
    background-position-y: -50px;
}


#gridMainDiv {
    z-index: 9;
    position: relative;
    grid-area: gridMain;
    margin: 0px 0px 0px 0px;
    /*padding: 30px 0px 0px 0px;*/
    padding: 35px 0px 30px 0px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    position: inherit;
}

#gridFooterDiv {
    position: relative;
    z-index: 10;
    font-size: 9px;
    overflow: hidden;
    margin: -10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    grid-area: gridFooter;
/*    text-align: center;
    vertical-align: top;*/
    background-position-y: top;
    background-position-x: center;
    background-repeat: repeat-x;
}

    #gridFooterDiv a {
    }

    #gridFooterDiv .footerSocialIcons {
        position: absolute;
        display: inline-block;
        top: 0px;
        right: 20px;
        text-align: center;
        /*margin: 0px 0px 0px 0px;*/
        padding: 0px;
    }

        #gridFooterDiv .footerSocialIcons .SocialMediaIconsLabel {
            position: relative;
            display: inline-block;
            top: 0px;
            margin: 0px 0px 0px 0px;
            padding: 0px;
            font-size: 6px;
        }

    #gridFooterDiv #footerCopyRight {
        position: absolute;
        display: inline-block;
        bottom: 2px;
        left: 2px;
        text-align: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: .8em;
    }

.topnavIconBox {
    /*background-color: deeppink;*/
    position: relative;
    display: inline-block;
    flex-flow: column;
    height: 40px;
    max-width: 55px;
    cursor: pointer;
    border: none;
    margin: 0px;
    padding: 6px 12px;
}

.topnavIcons {
    /*background-color: seagreen;*/
    display: inline-block;
    position: absolute;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    /*height: 40px;*/
    top: 80px;
    right: 0px;
    /*width: 100%;*/
    white-space: nowrap;
}

    .topnavIcons .btnSearch {
        background-position: center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
    }

    .topnavIcons .btnAccount {
        background-position: center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
    }

    .topnavIcons .btnCart {
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        width: 31px;
        height: 24px;
    }

    .topnavIcons .btnCartCounter {
        display: inline-block;
        position: relative;
        left: -31px;
        top: -12px;
        width: 26px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 17px;
        font-weight: bold;
    }




.topnav {
    position: absolute;
    top: 80px;
    overflow: hidden;
    padding-left: 135px;
    height: 40px;
    width: 100%;
}

    .topnav a {
        float: left;
        display: inline-block;
        text-align: center;
        padding: 6px 12px;
        text-decoration: none;
        font-size: 17px;
        border-right: 1px solid rgba(150,150,150,.25);
    }




/*.active {
    background-color: #078bff;
    color: white;
}
*/


.topnav .HeaderLogoResponsive {
    display: none;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        padding: 10px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.topnav a:hover, .dropdown:hover .dropbtn {
}

.dropdown-content a:hover {
}

.dropdown:hover .dropdown-content {
    display: block;
}


/*@media screen and (max-width: 700px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: inline-block;
    }

    .topnav {
        padding-left: 70px;
        top: 49px;
        height: 40px;
    }

        .topnav.responsive {
            position: absolute;
            height: 100vh;
            top: 0px;
            padding-top: 49px;
            padding-left: 70px;
            background-color: rgba(0,0,0,.95);
        }



            .topnav.responsive .icon {
                float: left;
            }


            .topnav.responsive .HeaderLogoResponsive {
                display: inline-block;
                top: -49px;
                left: -70px;
                pointer-events: none;
            }

            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
                padding: 12px 12px;
                border-bottom: 2px solid rgba(150,150,150,.25);
                border-left: 0px solid rgba(150,150,150,.25);
                border-right: 0px solid rgba(150,150,150,.25);
            }

            .topnav.responsive .dropdown {
                float: none;
            }

            .topnav.responsive .dropdown-content {
                position: relative;
            }

            .topnav.responsive .dropdown .dropbtn {
                display: block;
                text-align: left;
            }
}*/




#HeaderLogoDIV {
    /*background-color: aqua;*/
    display: inline-block;
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 320px;
    height: 160px;
    top: 0px;
    left: 0px;
    text-align: left;
    align-content: start;
}

.HeaderLogoHide {
    position: absolute;
    display: none;
}

.HeaderLogoWide {
    /*background-color: red;*/
    position: absolute;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    max-height: 80px;
    max-width: 320px;
    overflow: visible;
    object-fit: contain;
    object-position: left;
}

.HeaderLogoTall {
    /*background-color: red;*/
    position: absolute;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 8px;
    width: 100%;
    max-height: 160px;
    max-width: 132px;
    overflow: visible;
    object-fit: contain;
    object-position: left;
}


.ButtonBarRecentThumbnail {
    padding: 0px;
    margin: 0px;
    max-height: 30px;
    max-width: 100px;
    vertical-align: bottom;
}





#btnRecent, #btnHelp, #btnDecalz {
}




.CatIconButton {
    border: 0px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}






.BodyContentCenter {
    display: flex;
    flex-direction: row;
    padding: 0px 20px 0px 20px;
    max-width: 1200px;
    min-width: 300px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}





.SampleImageText {
    font-size: 1em;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.SampleImageThumbBox {
    display: flex;
    align-content: center;
    align-items: center;
    vertical-align: middle;
    min-height: 200px;
    max-height: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.SampleImageThumb {
    object-fit: contain;
    align-self: center;
    margin: auto;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 220px;
    object-fit: contain;
    padding: 5px 10px 5px 10px;
}

.SampleImageThumbRaised {
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
    border-radius: 6px;
    margin: 2px 2px 2px 2px;
    -moz-border-radius: 6px;
    margin: 0px;
    max-width: 60px;
    max-height: 60px;
    cursor: auto;
}

.SampleImageThumbFlat {
    border-radius: 6px;
    -moz-border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    margin: 2px 2px 2px 2px;
    padding: 2px;
    max-width: 60px;
    max-height: 60px;
    cursor: pointer;
}






.EventListContainer {
    display: flex;
    flex-direction: row;
    padding: 0px 30px 0px 30px;
    max-width: 1200px;
    min-width: 300px;
    min-height: 80%;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: start;
    align-items: start;
    /*background-color:greenyellow;*/
}

.EventImageThumbPoster {
    max-width: 92%;
    width: 700px;
    object-fit: contain;
    padding: 0px;
}

.EventImageThumbBoxList {
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    max-height: 85px;
    width: 120px;
    min-width: 120px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}


.EventImageThumbList {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 4px;
}


.EventResultsDisplayIncPoster {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    flex: 1 1 21%; /*this makes it max of 4 wide*/
    width: 19%;
    min-height: 300px;
    min-width: 200px;
    max-width: 22%;
    margin: 0px 5px 20px 5px;
    padding: 10px 10px 0px 10px;
    align-items: center;
    align-content: center;
    overflow: hidden;
}

.EventResultsDisplayIncPosterFull {
    flex-direction: column;
    flex: 0 1 100%;
    font-size: 2em;
    min-width: 100%;
    min-height: 100%;
    bottom: 0px;
    display: flex;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    align-items: center;
    align-content: center;
}

.EventPosterText {
    font-size: 2.8em;
    font-weight: bold;
    justify-content: center;
    transform: rotate(-18deg);
    align-self: center;
    text-align: center;
    line-height: 85%;
    padding: 10px;
    margin: 0px;
}

.EventResultsDisplayIncDate {
    flex: 0 0 85px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
    font-size: 1.2em;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.EventResultsDisplayIncList {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex: 1 1 auto;
    padding: 0px 0px 10px 0px;
    margin: 0px 10px 0px 10px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    min-width: 200px;
    max-width: 98%;
    margin: 0px 5px 20px 5px;
    padding: 10px 10px 0px 10px;
    align-items: center;
    align-content: center;
    overflow: hidden;
}


.EventResultsDisplayIncListFull {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    flex: 1 1 21%; /*this makes it max of 4 wide*/
    width: 19%;
    min-height: 350px;
    min-width: 200px;
    max-width: 22%;
    margin: 0px 5px 20px 5px;
    padding: 10px 10px 0px 10px;
    align-items: center;
    align-content: center;
    overflow: hidden;
}

.EventResultsDisplayIncListRow {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0px 20px 0px;
    margin: 0px auto 0px auto;
    overflow: hidden;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.EventResultsDisplayIncListButton {
    display: flex;
    flex: 1 1 19%;
    flex-flow: row wrap;
    width: 100%;
    padding: 7px 0px 7px 0px;
    margin: 6px auto 6px auto;
    overflow: hidden;
    font-size: 1.3em;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}




.EventListVendorAcro {
    position: relative;
    font-size: 2.8em;
    font-weight: bold;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.EventListVendorAcroContainer {
    align-items: center;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
    opacity: 1;
    border-radius: 6px;
    -moz-border-radius: 6px;
}



.EventListDetailsText {
    flex: 1 1 auto;
    justify-content: left;
    align-items: start;
    text-align: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 6px;
    font-size: 1em;
}

    .EventListDetailsText #lblVendorButton {
        font-size: .7em;
    }

.EventListDetailsTextVendorRow {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}





.VendorListImageThumbBoxList {
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    min-width: 140px;
    max-width: 140px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}

.VendorListVendorAcro {
    position: relative;
    font-size: 3.6em;
    font-weight: bold;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    flex-grow: 1;
}





.SearchResultsDisplayInc {
    display: flex;
    flex: 1 0 21%; /*this makes it max of 4 wide*/
    width: 19%;
    max-height: 350px;
    min-height: 275px;
    min-width: 200px;
    margin: 0px 5px 20px 5px;
    padding: 10px 10px 0px 10px;
    flex-direction: column;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
}





.cartContainer {
    display: flex;
    flex-direction: row;
    padding: 20px 0px 0px 0px;
    margin: 0px 10px 0px 10px;
    max-width: 100%;
    min-width: 300px;
    justify-content: space-evenly;
    /*flex-wrap: wrap;*/
    align-content: stretch;
    align-items: flex-start;
}

.cartPanelList {
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px 0px 10px 0px;
    margin: 0px 10px 0px 10px;
    /*width: 100%;*/
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: stretch;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.cartPanelSummaryList {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    max-width: 350px;
    min-width: 300px;
    padding: 0px 0px 10px 0px;
    margin: 0px 10px 0px 10px;
    align-items: flex-start;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    border-radius: 10px;
}

.cartItemRow {
    display: flex;
    height: 80px;
    max-width: 100vw;
    padding: 0px 0px 10px 0px;
    margin: 0px auto 10px auto;
    overflow: hidden;
    border-style: none;
}

.cartItemImageBox {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    max-height: 100%;
    width: 102px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
}

.cartItemQRImageBox {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    max-height: 100%;
    width: 102px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-color: lightgray;
    border-style: solid;
}

.cartItemImage {
    display: flex;
    width: 100%;
    height: 78px;
    object-fit: contain;
    padding: 0px 5px 0px 5px;
}

.cartItemTextBox {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
}

.cartItemTextBoxLink {
    display: inline-block;
    position: relative;
    /*width: 100%;*/
    min-width: 10px;
    /*    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.cartItemPriceBox {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    page-break-after: always; /* CSS 2.1 syntax */
    break-after: always; /* New syntax */
    font-size: 1.3em;
}

.priceBreak {
    display: flex;
    padding: 0px;
    margin: 0px;
    white-space: pre;
}

.cartItemQtyBox {
    display: flex;
    flex-grow: 0;
    align-items: center;
    vertical-align: middle;
    height: 100%;
    white-space: nowrap;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
}

.cartItemQtyInput {
    display: flex;
    width: 55px;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}


.cartSummarymRow {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    font-size: 1.3em;
}

.cartSummaryLabel {
    display: flex;
    flex-grow: 2;
    align-items: center;
    vertical-align: middle;
    height: 100%;
    min-width: 70%;
    margin: 0px 0px 0px 10px;
    padding: 0px 6px 0px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
}

.cartSummaryValue {
    display: flex;
    flex-grow: 1;
    place-content:end;
    align-items: center;
    margin-left: auto;
    vertical-align: middle;
    height: 100%;
    width: 30%;
    text-align: right;
    margin: 0px 10px 0px 0px;
    padding: 0px 6px 0px 6px;
    border-width: 0px;
    border-style: solid;
}
















input[type=submit].MagButton {
    width: 26px;
    height: 26px;
    border: 3px;
    margin-top: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 4px;
    cursor: pointer;
}

.PageDivider {
    height: 0px;
    border-width: 1px;
}

.FrameBorder {
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    padding: 0px 0px 10px 0px;
    width: 80vw;
    min-height: 300px;
    text-align: center;
}

.FrameBorderFullWidth {
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    padding: 0px 0px 10px 0px;
    width: 100vw;
    min-height: 300px;
    text-align: center;
}


.FrameBorderBlank {
    border-style: none;
    width: 100%;
}

.upload-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
}





#MediaUploaderContainer {
    height: 100%;
    position: static;
    left: 0px;
    display: flex;
    flex-flow: column wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-block;
    flex-direction: column;
    max-width: 900px;
}

#MediaUploader {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#DecalMakerContainer {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1100px;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



#DecalMaker {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}





.divFileUploadSectionHeader {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: bold;
}

#divFileUploadDropBox {
    display: inline-block;
    position: relative;
    width: 500px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-radius: 20px;
    border: dashed 3px;
}

#divDecalMakerHeaderArt {
    display: inline-block;
    width: 650px;
    vertical-align: top;
    padding: 20px 0px 0px 0px;
}

#sldrDecalWidth {
    width: 96%;
}

#divFileSample {
    border-width: 0px;
    border-style: solid;
    display: none;
    flex-direction: column;
    justify-content: center;
    flex-flow: row wrap;
    text-align: start;
    align-items: flex-start;
}


#DecalSampleImage {
    border: 0px solid red;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-flow: row wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 450px;
    height: 365px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
}

#divChangeDecalOptions {
    display: flex;
    width: 400px;
    /*flex-direction: column;*/
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0px 0px 0px 5px;
}


.DecalInfoLabels {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 100;
    width: 120px;
    text-align: right;
    margin-right: 5px;
    display: inline-block
}

#DecalInstructions {
    padding-top: 20px;
    width: 100%;
}

.DecalInfoBoxes {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 5px;
    padding: 0px;
}




.CatListContainer {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    justify-content: center;
    text-align: center;
}

.catRow {
    display: table;
    table-layout: fixed;
    position: relative;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    max-width: 1200px;
    height: 210px;
    overflow: hidden;
}

.catRowLabelContainer {
    box-sizing: border-box;
    position: absolute;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 30px;
    height: 100%;
    padding: 3px;
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 0px 5px;
    border-radius: 6px;
}

.catRowLabel {
    box-sizing: border-box;
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    white-space: nowrap;
    display: inline-block;
    width: 24px;
    transform: rotate(90deg);
}

.catAllItemContainer {
    display: table-cell;
    word-break: break-all;
    table-layout: fixed;
    margin: 0px 0px 0px 0px;
    left: 30px;
    position: absolute;
    text-align: left;
    box-sizing: border-box;
    height: 100%;
    white-space: nowrap;
    min-width: 96%;
    width: 96%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0px 0px 0px;
    border-radius: 6px;
    /*background-repeat: repeat-x;
    background-size: 100px 100%;*/
}

.catItemContainer {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0px 40px 0px 0px;
    cursor: pointer;
    height: 150px;
}

.catItemImageContainer {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: baseline;
    text-align: center;
}

.catItemImage {
    box-sizing: border-box;
    position: relative;
    width: 180px;
    height: 100%;
    object-fit: contain;
    image-rendering: auto;
}

#CatListItemContainer {
    box-sizing: border-box;
    display: inline-block;
    max-width: 200px;
    max-height: 250px;
}

.catAllItemContainerFullPage {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    max-width: 1200px;
    width: 90%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    border-radius: 6px;
}


.catAllItemCell {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 15px;
    text-align: left;
}

.catItemLabel {
    position: relative;
    display: block;
    font-size: .8em;
    width: 200px;
    height: 35px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    white-space: pre-line;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}

.paginationBox {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    border-style: solid;
    border-width: .5px;
    padding: 3px;
    margin: 3px;
    min-height: 25px;
    min-width: 30px;
}

.paginationBoxOn {
    vertical-align: middle;
    display: inline-block;
    border-style: solid;
    border-width: 0px;
    min-width: 40px;
}

.showMature {
    vertical-align: middle;
    display: inline-block;
    font-size: 10px;
    padding: 0px 0px 0px 10px;
    float: left;
}





input:required {
}

input[type=text], input[type=number], input[type=password], input[type=email], input[type=color], input[type=datetime], input[type=date], input[type=time], input[type=datetime-local], select, textarea {
    font-size: 1.3em;
    font-weight: normal;
    min-height: 40px;
    text-align: left;
    vertical-align: middle;
    padding: 0px 14px 0px 14px;
    resize: none;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    /*text-size-adjust: none;*/
}

input[type=button], input[type=submit], input[type=file], .linkButton {
    display: table-cell;
    position: relative;
    text-transform: initial;
    padding: 0px 20px 0px 20px;
    letter-spacing: 0px;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0px;
    font-weight: normal;
    min-height: 40px;
    height: 40px;
    margin: auto;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
}

    input[type=button]:not(:enabled), input[type=submit]:not(:enabled) {
        transition: all 0.3s ease 0s;
        cursor: default;
        outline: 3px;
        filter: blur(2px);
        -webkit-filter: blur(2px);
/*        -webkit-appearance: none;
        -moz-appearance: none;*/
        min-height: 40px;
        font-size: 1em;
        border-width: 1px;
        border-style: solid;
        padding: 0px 20px 0px 20px;
    }

input[type="text"]:disabled {
}

input:focus {
    outline: none !important;
}

select:focus {
    outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}

.InputFormTable {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border-spacing: 3px;
    border-width: 0px;
    text-align: center;
}

.InputFormLabel {
    text-align: right;
    text-wrap: none;
    white-space: nowrap;
    font-size: 1em;
}

.InputFormField {
    box-sizing: border-box;
    width: 98%;
    font-size: 1em;
}

.linkButtonText {
    position: relative;
    padding: 0px;
    margin: 0px;
    line-height: 1 !important;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}





.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 28px;
    width: 28px;
    border-width: 2px;
    border-style: solid;
    border-radius: 6px;
    outline: 3px;
}
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.CheckBoxContainer {
    position: relative;
    max-width: 96%;
    border-radius: 6px;
    font-size: 1.2em;
    margin-bottom: 12px;
    padding: 6px 15px 0px 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

    /* Hide the browser's default checkbox */
    .CheckBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        margin: 0px 0px 5px 0px;
    }

        /* When the checkbox is checked, add a blue background */
        .CheckBoxContainer input:checked ~ .checkmark {

        }

            /* Show the checkmark when checked */
            .CheckBoxContainer input:checked ~ .checkmark:after {
                display: block;
            }

    .CheckBoxContainer .checkmark:after {
        left: 8px;
        top: 1px;
        width: 7px;
        height: 17px;
        border-style: solid;
        border-width: 0px 3px 3px 0px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*On mouse-over, add a grey background color*/
    .CheckBoxContainer:hover input ~ .checkmark {

    }





.progressbar {
    position: relative;
    text-transform: initial;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
    transition: all 0.3s ease 0s;
    cursor: none;
    outline: 3px;
    font-size: 22px;
    border-radius: 6px;
    min-height: 40px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
}

.progressbarguage {
    height: 100%;
    width: 1%;
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: none;
    text-transform: initial;
    transition: all 0.3s ease 0s;
    outline: 0px;
    border-radius: 6px;
    border-width: 0px;
    border-style: solid;
    letter-spacing: 0px;
    font-weight: normal;
}




.custom-select {
    position: relative;
    max-width: 95%;
}

    .custom-select select {
        display: none; /*hide original 6 element: */
    }

.select-selected {
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        top: 7px;
    }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    padding: 8px 16px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
}





.form-group {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: .5rem 0px 1.1rem 0px;
    width: 100%;
    border: none;
}

.form-control {
    width: 90%;
    margin: 0px 5px 0px 5px;
    padding: 5px;
    min-height: 30px;
}

.form-control-label {
    position: absolute;
    top: 0px;
    font-size: 75%;
    font-weight: normal;
    transform: translate3d(5px, -12px, 0);
}

.form-control-placeholder {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 6%;
    padding: 0px;
    transition: all 300ms;
    font-size: 1em;
}

.form-control + .form-control-placeholder {
    position: absolute;
    font-size: 75%;
    font-weight: normal;
    transform: translate3d(0%, -24px, 0);
}

/*works on most boxes*/
/*.form-control:focus + .form-control-placeholder,
.form-control:not([value=""]) + .form-control-placeholder {
    position: absolute;
    font-size: 75%;
    font-weight: normal;
    transform: translate3d(-4%, -24px, 0);
}*/

.form-control:not(:valid):enabled {

}

.form-control:not(:valid):disabled {
    border-width: 0px;
}





.buttonHighlight {
    -webkit-animation: pulse 2s ease-in-out infinite alternate;
    animation: pulse 2s ease-in-out infinite alternate;
}

@-webkit-keyframes pulse {
    0% {

    }

    50% {

    }

    100% {

    }
}

@keyframes pulse {
    0% {

    }

    50% {

    }

    100% {

    }
}





.buttonHelpIcon {
    position: absolute;
    top: -4px;
    right: -4px;
    cursor: help;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 18px;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border-width: 3px;
    border-style: solid;
    opacity: .85;
}





/* width */
::-webkit-scrollbar {
    height: 14px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        border-radius: 5px;
    }






.modalLoadingScreenShow {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    animation-name: fadeLoadingInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.5s;
}



.modalViewerScreenShow {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    animation-name: fadeHelpInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .25s;
}

.modalViewerScreenHide {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    animation-name: fadeHelpOutOpacity;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .25s;
}

.modalViewerContent {
    position: absolute;
    display: block;
    align-items: center;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
}

.modalViewerClose {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
    font-weight: bold;
    font-size: 1.6em;
    height: 20px;
    padding: 3px;
    cursor: pointer;
}

.modalViewerHelp {
    position: absolute;
    display: block;
    align-items: center;
    padding: 20px 0px 20px 0px;
    text-align: center;
    vertical-align: middle;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 500px;
    font-size: 1.4em;
    border-radius: 10px;
    border-width: 5px;
    border-style: solid;
}

.modalHelpContent {
    display: block;
    position: relative;
    top: 50%;
    text-align: center;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    border-width: 0px;
    border-style: solid;
}







/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
}

/* The Close Button */
.modal-close {
    display: none;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    padding: 3px;
    cursor: pointer;
}

/* Modal Content/Box */
.modal-content {
    display: block;

    margin: 15% auto; /* 15% from the top and centered */
    bottom: -50%;
    padding: 0px;
    width: 80%; /* Could be more or less, depending on screen size */
    height: 50%;
    border-width: 5px;
    border-style: solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.modal-content-HTML {
    display: inline-block;
    margin: 0px; /* 15% from the top and centered */
    padding: 0px;
    width: 100%; /* Could be more or less, depending on screen size */
    height: 100%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: black;
    border-width: 0px;
    border-style: solid;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}









@keyframes fadeLoadingInOpacity {
    0% {
        display: block;
        opacity: 0;
    }

    49% {
        display: block;
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeHelpInOpacity {
    0% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeHelpOutOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}





.mediaManagerThumbContainer {
    position: relative;
    text-transform: initial;
    height: 90%;
    padding: 0px 3px 0px 3px;
    cursor: pointer;
}

.mediaManagerThumb {
    display: inline-block;
    border-radius: 6px;
    border-width: 0px;
    border-style: solid;
    object-fit: cover;
    justify-content: center;
    width: auto;
    width: 100%;
    max-width: 180px;
    height: 180px;
    min-height: 30px;
    padding: 4px 4px 4px 4px;
    margin: 4px 4px 0px 4px;
    cursor: pointer;
    text-transform: initial;
    letter-spacing: 0px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    outline: 3px;
}

.mediaManagerThumbTypeIcon {
    position: absolute;
    top: 6px;
    right: 11px;
    cursor: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border-width: 3px;
    border-style: solid;
}

.mediaManagerThumbTitle {
    position: absolute;
    bottom: 2px;
    left: 8px;
    cursor: none;
    width: 180px;
    padding: 0px 0px 0px 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: .8em;
    text-align: left;
}

.mediaManagerMediaTitle {
    position: absolute;
    bottom: 2px;
    left: 0px;
    cursor: none;
    width: 100%;
    padding: 6px 0px 6px 10px;
    font-size: 1.1em;
    text-align: left;
}





.PromoFilterContainerRow {
    position: relative;
    margin: 25px 5px 5px 5px;
    padding: 5px 5px 15px 5px;
}

.PromoFilterTtile {
    display: inline-block;
    padding: 0px 0px 0px 5px;
    font-size: .55em;
    font-weight: normal;
    width: 100%;
    text-align: left;
}

.PromoFilterRowCells {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.PromoFilterThumbContainerPreview {
    display: inline-block;
    flex: 0 0 100%;
    border-width: 0px;
    border-style: solid;
    object-fit: contain;
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 0px 4px 0px 4px;
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}

.PromoFilterButtonsContainer {
    display: inline-block;
    flex: 0 1 100%;
    padding: 5px 0px 0px 0px;
    text-align: center;
}

.PromoFilterDownloadButton {
    font-size: .5em;
    margin: 0px 0px 0px 0px;
    width: 90%;
}

.PromoFilterDeleteButton {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.PromoFilterVideoThumbPreview {
    object-fit: contain;
    max-width: 97%;
    max-height: 180px;
    border-width: 1px;
    border-style: solid;
    padding: 4px 4px 4px 4px;
    margin: 14px 4px 4px 4px;
}

.PromoFilterThumbContainer {
    display: inline-block;
    border-width: 0px;
    object-fit: contain;
    justify-content: center;
    width: auto;
    border-width: 0px;
    width: 100%;
    max-width: 216px;
    height: 190px;
    padding: 0px 4px 0px 4px;
    margin: 0px 4px 0px 4px;
    border-style: solid;
    cursor: pointer;
}

.PromoFilterVideoThumb {
    object-fit: contain;
    width: auto;
    border-width: 0px;
    padding: 0px 4px 0px 4px;
    margin: 0px 4px 0px 4px;
    max-width: 200px;
}

.PromoFilterSampleImage {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    object-fit: contain;
    width: 100%;
    max-height: 450px;
}

.PromoFilterTrimVideoElement {
    width: 96%;
    max-height: 450px;
}


.PromoFilterSideButtons {
    height: 120px;
}







.SocialMediaIconsLabel {
    position: relative;
    display: block;
    top: 0px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    font-size: 8px;
}

.SocialMediaIconsSmall {
    top: 0px;
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 0px 3px 0px 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-width: 0px;
    border-style: none;
}

.SocialMediaIconsMedium {
    width: 70px;
    height: 70px;
    object-fit: contain;
    top: 0px;
    margin: 0px 3px 0px 3px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-width: 0px;
    border-style: none;
}

.SocialMediaIconsLarge {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin: 0px 3px 0px 3px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-width: 0px;
    border-style: none;
}

/*.IconNotificationLarge {
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    width: 140px;
    height: 140px;
    cursor: pointer;
}

.IconNotificationMedium{
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.IconNotificationSmall {
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}*/


.IconThemedLarge {
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    width: 140px;
    height: 140px;
    cursor: pointer;
}

.IconThemedMedium {
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-position: -webkit-mask-position: center;
    width: 70px;
    height: 70px;
    cursor: pointer;
}


.IconThemedSmall {
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


.IconFollow {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 75px;
    padding: 3px 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 0px;
    font-size: .6em;
    font-weight: bold;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}


.ErrorBox {
    position: relative;
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
}




.FrameCellHeader {
    width: 100%;
    display: inline-block;
    padding: 6px 0px 6px 0px;
    margin: 0px 0px 10px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    text-align: left;
    font-weight: bolder;
    font-variant-caps: titling-caps;
    font-size: 22px;
}


/*#SearchResultsDisplayInc {
    max-width: 250px;
    max-height: 380px;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}*/




/*.HPFBoxShadow {
    width: 100%;
    height: 100%;
    border: 2px solid #a0a0a0;
    padding: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb');*/ /* for IE */
/*background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ebebeb));*/ /* for webkit browsers */
/*background: -moz-linear-gradient(top, #fefefe, #ebebeb);*/ /* for firefox 3.6+ */
/*border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 20px #888;
    -webkit-box-shadow: 0px 0px 20px #888;
    box-shadow: 0px 0px 20px #888;
}*/

/*.HPFSubContainer {*/
/*display: inline-block;*/
/*width: 100%;
    max-width: 1000px;
    margin: 0px;
    padding: 0px;
    background-color: greenyellow;
}*/


/*.HPFBox {
    box-sizing: border-box;
    display: inline-block;*/
/*width: 100%;*/
/*height: 235px;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    margin: 2px;
    padding: 0px;
    border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb');*/ /* for IE */
/*background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ebebeb));*/ /* for webkit browsers */
/*background: -moz-linear-gradient(top, #fefefe, #ebebeb);*/ /* for firefox 3.6+ */
/*}*/

/*.btnBar {
    position: relative;
    display: flex;
    flex-direction: row;
    align-self: stretch;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 100px;
    height: 40px;
    width: calc(100% - 100px);*/
/*background: rgb(123,123,123);*/
/*background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.20615613782728037) 100%);*/
/*}*/