﻿/* Common Overrides */

body {
}

#divWholeSection img
{
    width:auto;
}

.GenericButton
{
    background-color: #e8786d;
    color: #fff;
    border-color: #e8786d;
    font-family: Proxima Nova,Segoe UI,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,-apple-system,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.9375;
    letter-spacing: .09375rem;
    font-size: 1rem;
    padding: 10px 45px;
    border-width: 2px;
    min-width: 180px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: auto;
    transition-property: all;
    transition-duration: .3s;
    text-align: center;
}

.GenericButton:hover {
    background-color: #e1675b;
    border-color: #e1675b;
}

.ActiveButton, .InactiveButton
{
    min-width:150px;
    max-width:240px;
    width:100%;
    margin-bottom:10px;
    text-transform:uppercase ;
    background-color:#000;
    color:#fff;
}

.ActiveButton, .InactiveButton:hover
{
    background-color: #e8786d;
    color: #fff;
    border-color: #e8786d;
}

.ActiveButton a, .InactiveButton a
,div.InactiveButton a, div.InactiveButton a:link, div.InactiveButton a:visited, div.InactiveButton a:hover, div.InactiveButton a:active
{
    color:#fff;
}

#divMeracBasketPage
{
    width:100%;
}

.divGiftAidSelectedPopup input
{
    padding:0px;
    font-size:0.8rem;
}

.divGiftAidPopup input
{
    width:100%;
    margin-bottom:5px;
}

#divMeracBasketPage .container
{
    padding:0px;
}

#cphMainPage_addresses img
{
	display:inline;
}

#divTicketUserMessage {
    padding-top: 20px;
}

@media (max-width: 560px) {
    #cphMainPage_grdSales, #cphMainPage_gvSC
    {
        font-size:0.9em;
    }
    .meracBasketRemove input
    {
        padding:7px;
        min-width:auto;
    }
    
    #cphMainPage_gvSC th:nth-child(3) , #cphMainPage_gvSC td:nth-child(3) 
    {
        display:none;
    }
    
    #cphMainPage_btnContinue
    {
        width:100%;
        margin-top:10px;
    }
}

/* Website Overrides */
