
/** {
    border: red solid 1px !important;
}*/

/*
.row {
    border: blue solid 1px !important;
}*/

/*----------------------------------------------------------------------------------*/

/*.header-image {
    display: none !important;
}

@media (min-width: 576px) {
    .header-image {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .header-image {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .header-image {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .header-image {
        display: block !important;
    }
}*/

.header-image {
    visibility: hidden !important;
    height: 100px !important;
}

@media (min-width: 576px) {
    .header-image {
        visibility: hidden !important;
    }
}

@media (min-width: 768px) {
    .header-image {
        visibility: hidden !important;
    }
}

@media (min-width: 992px) {
    .header-image {
        visibility: visible !important;
        display: block !important;
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    .header-image {
        visibility: visible !important;
        display: block !important;
        height: auto !important;
    }
}




html {
    overflow-y: scroll;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    font-size: 13px;
}

.navbar {
    border: none !important;
}

/*divs below laptop header image containing message for each page*/
.message-header {
    /*background-color: #03132B !important;*/
    color: white !important;
    width: 100%;
    margin-bottom: 30px;
    height: 35px;
}

/*action item images on the welcome page*/
.action-item-image {
    width: 50%;
    margin: auto;
    margin-top: 30px;
    display: block;
}

/*.table .thead-pm-blue th {
    color: #fff;
    background-color: #03132B !important;
    border-color: #454d55;
}*/



#brand-select-input.to-validate {
/*    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1d290f;
    outline: 0 none;*/
}

#reason-select-input.to-validate {
/*    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1d290f;
    outline: 0 none;*/
}

.pdf-embed {
    width: 100%;
    height: 1100px;
}

.hidden-row {
    padding: 0 !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
    border-top: 1px solid white !important;
}

.border-none {
    border: none !important;
}

.opacity-100 {
    opacity: 1;
}

.opacity-70 {
    opacity: .7;
}

.grayscale-0 {
    -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.grayscale-70 {
    -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
}

/*display horizontal scrollbar if content overflows*/
.horizontal-overflow {
    overflow-x: auto;
}

.horizontal-overflow-visible {
    overflow-x: visible;
}

.vertical-center {
    vertical-align: middle !important;
}

.fixture-search-image {
    max-height: 40px !important;
    margin-left: 10px !important;
    cursor: pointer !important;
}

th {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

td {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

th.plano-table-row {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

td.plano-table-row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.stores-table-td a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

/*------------tables------------*/
.div-table {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.div-table-head {
    color: #fff;
    background-color: #343a40;
    font-weight: bold;
}

.div-table-row {
    border-bottom: 1px solid #dee2e6;
}

#continue-shopping {
    clear: both;
    margin-top: 25px !important;
}