﻿.img-holiday-grinch {
    content: url(/images/holidayStuff/grinch.gif);
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.img-holiday-logo {
    content: url(/images/holidayStuff/logo.gif);
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.img-delete {
    content: url(/images/delete.png);
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.qrHolidayLabel {
    background-color: #f2f2f2;
    color: black;
    font-weight: 500;
    width: 100%;
}

.qrHolidayTitleLabel {
    color: #0D8009;
    font-weight: 600;
    margin: 0px;
}

.img-folder {
    content: url(/images/folder.png);
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
}

.img-file {
    content: url(/images/file.png);
    width: 25px;
    height: 25px;
    margin-right: 5px;
    cursor: pointer;
}

.img-download {
    content: url(/images/download.png);
    width: 25px;
    height: 25px;
    margin-left: 5px;
    cursor: pointer;
}

.img-waiting {
    content: url(/images/waiting.gif);
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.img-refresh {
    content: url(/images/refresh.png);
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.img-add {
    content: url(/images/add.png);
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.img-search {
    content: url(/images/search.png);
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.qrTitleLabel {
    color: black;
    font-weight: 400;
    color: black;
    margin: 0px;
}

.qrDisplayLabel {
    background-color: #f2f2f2;
    color: #4d4d4d;
    font-weight: 300;
    width: 100%;
}

.qrLinkButton {
    color: black;
    background-color: #ffb91d;
    border: 2px solid #ffb91d;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 40px;
    min-height: 45px;
    max-height: 45px;
}

.qrPropButton {
    color: black;
    background-color: #ffb91d;
    border: 2px solid #ffb91d;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 40px;
    min-height: 45px;
    max-height: 45px;
}

    .qrPropButton:disabled {
        color: black;
        background-color: lightgray;
        border: 2px solid lightgray;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: .875rem;
        font-weight: 600;
        border-radius: 40px;
        min-height: 45px;
        max-height: 45px;
        cursor: not-allowed;
    }

.qrPropCancelButton {
    color: white;
    background-color: darkgray;
    border: 2px solid darkgray;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 40px;
    min-height: 45px;
    max-height: 45px;
}

.qrBuyButton {
    color: black;
    background-color: #ffb91d;
    border: 2px solid #ffb91d;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 40px;
    min-width: 250px;
    min-height: 45px;
    max-height: 45px;
}

.qrButton {
    background-color: #424242;
    color: #999999;
    border: none;
    min-height: 75px;
    max-height: 75px;
    border-right: 1px solid #999999;
    white-space: normal;
    line-height: normal;
}

.qrReplacementPartButton {
    color: white;
    background-color: #424242;
    border: 2px solid #424242;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 40px;
    line-height: 2;
    width: 100%;
}

.qrActionButton {
    color: black;
    background-color: #ffb91d;
    border: 2px solid #ffb91d;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 40px;
    line-height: 2;
    min-width: 250px;
    max-width: 250px;
    min-height: 50px;
    max-height: 50px;
}

.tab-content {
    display: none;
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    border-top: none;
}

.disableddiv {
    pointer-events: none;
    opacity: 0.4;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

.navbar-brand {
    font-size: 2rem;
    font-weight: lighter;
    padding-left: 1rem;
}
/* #endregion */


/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */


h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

#responsive-panel {
    padding: 0;
    width: 100%;
}

    #responsive-panel .k-menu {
        padding: .1rem;
    }
/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
        background-color:dimgrey;
    }

    .k-rpanel {
        padding: 0 1rem;
    }

    .k-rpanel-expanded {
        padding: .5rem 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-widget.k-menu-horizontal > .k-item {
        border: none;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}

@media (min-width: 1023px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (min-width: 1139px) {
    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }
}

@media (min-width: 1023px) {
    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.max-900 {
    max-width: 900px;
}

@media (min-width: 1139px) {
    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .ml-auto, .mx-auto {
        margin-left: auto !important;
    }

    .mr-auto, .mx-auto {
        margin-right: auto !important;
    }
}

.text-center {
    text-align: center;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ph-list, .ph-list__bulleted {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}


.ph-tops li {
    border: 2px solid #e6e6e5;
    transition: all .2s ease-in-out;
    width: 100%;
    border-radius: 10px;
    margin: 1rem;
}

    .ph-tops li:hover {
        border: solid 2px #ffb91d;
    }

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.p-2 {
    padding: .5rem !important;
}

.ph-tops li a {
    font-size: 1rem;
}

a, a:visited {
    color: #424242;
}

a {
    cursor: pointer;
    text-decoration: none;
}

img {
    border-style: none;
    max-width: 100%;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.image-align-pts {
    padding-top: 4rem;
    /*padding-bottom: 6.5rem;*/
    height: 90%;
}

.image-text-align-marketing {
    padding-top: 1.4rem;
}

.image-text-align-parkerpart {
    padding-top: 1.4rem;
}


/*@media (min-width: 992px) {*/
/*.image-align-pts {
        padding-top: 5.5rem;
        padding-bottom: 1rem;
    }*/
/*.image-align-parkerpart {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .image-align-marketing {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .image-text-align-parkerpart {
        padding-top: 2.4rem;
    }
    .image-text-align-marketing {
        padding-top: 2.5rem;
    }    
    .image-text-align-pts {
        padding-top: 3.5rem;
        padding-bottom: 2.5rem;
    }
}
@media (max-width: 768px) {
    .image-align-pts {
        padding-top: 3.5rem;
        padding-bottom: 3.2rem;
    }

    .image-align-parkerpart {
        padding-top: 0rem;
        padding-bottom: 3rem;
    }

    .image-align-marketing {
        padding-top: 0rem;
        padding-bottom: 1rem;
    }

    .image-text-align-pts {
        padding-top: 3.5rem;
        padding-bottom: 2.5rem;
    }
    .image-text-align-parkerpart {
        padding-top: 2rem;
    }
    .image-text-align-marketing {
        padding-top: 0.5rem;
    }    
    .ph-tops li {
        margin:0.25rem;
    }
}*/
@media (max-width: 920px) {
    .image-align-pts {
        padding-top: 4rem;
        height: 90%;
    }

    .image-text-align-parkerpart {
        padding-top: 1.8rem;
    }

    .image-text-align-marketing {
        padding-top: 1.8rem;
    }

    .ph-tops li {
        margin: 0.25rem;
    }
}

@media (max-width: 620px) {
    .image-align-pts {
        padding-top: 2rem;
        height: 76%;
    }
}

.header-info {
    background-color: #ffb91d;
    width: 25%;
    text-align: center;
    padding: 5px;
    white-space: nowrap;
}
.header-info-marketingpromo {
    background-color: #ffb91d;
    width: 30%;
    text-align: center;
    padding: 5px;
    white-space: nowrap;
}
@media (max-width: 992px) {
    .header-info {
        width: 60%;
    }
}
@media (max-width: 768px) {
    .header-info {
        width: 60%;
    }
}
@media (max-width: 660px) {
    .header-info-marketingpromo {
        width: 70%;
    }
}
@media (min-width: 661px) and (max-width:1023px) {
    .header-info-marketingpromo {
        width: 50%;
    }
}

.ph-form-row {
    padding: .5rem 0;
    width: 100%;
}

.ph-form-row__label {
    font-size: .875rem;
    font-weight: 400;
    padding: .3125rem .625rem 0;
}

.ph-form-row__input, .ph-form-row__textarea {
    border-radius: 0;
    border-color: #8e8e8e;
}

.ph-form-row__input {
    min-height: 35px;
}

.button.round-button, .round-button {
    border-radius: 40px;
}

.button, [type=button], [type=reset], [type=submit], a.button, button {
    -webkit-appearance: none;
    display: inline-block;
    border: 2px solid #ffb91d;
    border-radius: 0;
    background: #ffb91d;
    color: #424242;
    font-weight: 500;
    font-family: Roboto,Arial,sans-serif;
    font-size: 1rem;
    text-transform: none;
    padding: .75rem 1rem;
    margin: 0 0 .5rem;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    min-width: 120px;
}

/*@media only screen and (min-width: 37.5625em) {
    .button, [type=button], [type=reset], [type=submit], a.button, button {
        min-width: 150px;
        padding: 1rem 1.25rem;
    }
}*/



/*select:focus {
   background-image: url(../images/ph-arrow-up.png);
}*/

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
    display: block;
    border: 1px solid #8e8e8e;
    padding: .625rem 1.5625rem .625rem .625rem;
    outline: none;
    background: #fff;
    margin-bottom: .5rem;
    font-size: .875rem;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}

select {
    color: #424242;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/ph-arrow-down.png) no-repeat #fff;
    background-position: right 5px center;
    line-height: 1;
    padding: .625rem 1.5625rem .625rem .625rem;
}

@media (min-width: 1023px) {
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

.ph-form-row__label .required {
    color: #d11515;
}

.bu-main-header-btn {
    text-align: center;
    background-color: lightgray;
    width: 250px;
    height: 50px;
    color: black;
    text-decoration: none;
    border: none;
    line-height: 50px;
}

    .bu-main-header-btn:hover {
        background-color: gray;
        cursor: pointer;
        color: black;
        text-decoration: none;
    }

        .bu-main-header-btn:hover > a {
            text-decoration: none;
        }

.bu-main-header-wrapper {
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    margin: 20px 0 20px 0;
    width: 100%;
}

.bu-main-preview-button {
    transition: 0.3s;
}

    .bu-main-preview-button:hover {
        background-color: #E9A100;
        border-color: #E9A100 !important;
    }

.bu-upload-preview {
    background-color: lightgrey;
    width: 100%;
    min-height: 300px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#progress-wrapper {
    margin: 10px 10px 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#bu-confirm-cancel-modal {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, 0);
    width: 400px !important;
    height: 100px !important;
}

#bu-confirm-cancel-prompt {
    margin: 5px;
}

#bu-confirm-cancel-button-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#confirm-cancel {
    margin: 0 10px 0 0;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transition: 0.2s;
}

    #confirm-cancel:hover {
        background-color: #E9A100;
        border-color: #E9A100;
    }

.modal-content {
    height: 100% !important;
}

#bu-progress-error-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
    margin-top: 10px;
}

#bu-progress-total-text {
    margin-top: 10px !important;
}

#bu-progress-text-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bu-progress-anchor-button {
    background-color: #FFB91D;
    text-align: center;
    color: #424242;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.2s;
}

    .bu-progress-anchor-button:hover {
        text-decoration: none;
        color: #424242;
        cursor: pointer;
        background-color: #E9A100;
    }

#bu-progress-close-modal-button {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: none;
    background-color: #FFB91D;
    color: #424242;
    text-align: center;
    line-height: 30px;
    transition: 0.2s;
}

    #bu-progress-close-modal-button:hover {
        cursor: pointer;
        background-color: #E9A100;
    }

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

/*.modal-backdrop.show:nth-of-type(odd) {
    z-index: 1051 !important;
}*/

#bu-progress-cancel-text {
    color: red;
    display: none;
}


.error-cell {
    border: 1px solid black !important;
    padding: 2px !important;
}

thead th:nth-child(1) {
    width: 20%;
}

thead th:nth-child(2) {
    width: 80%;
}

#bu-progress-top-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

    #bu-progress-top-section > h2 {
        margin: 0;
    }

.modal-body {
    padding-top: 0 !important;
}

#bu-csv-upload {
    display: none;
}