﻿.tile-subCaption {
    font-family: Segoe UI;
    font-weight: lighter;
    font-size: 12pt;
    color: white;
    position: absolute;
    left: 10px;
}

.tile-caption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 !important;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: lighter;
    font-size: 36px;
}

.tile {
    height: 157px;
}

    .tile:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

#ctl00_phldContent_tileOrderOverview {
    background: rgb(0,172,238);
}

#ctl00_phldContent_tileCustomer {
    background: rgb(62,157,215);
}

#ctl00_phldContent_tileActiveContractCount, #ctl00_phldContent_tileWeatherInfo, #ctl00_phldContent_tileSignature {
    background: rgb(71,193,228);
}

#ctl00_phldContent_tileInfoStatus {
    background: #007ea7;
}

#ctl00_phldContent_tilePhoneSupport {
    background: #ff8c00;
}

#ctl00_phldContent_tileInfoStatus {
    overflow-x: hidden;
    overflow-y: auto
}

#ctl00_phldContent_tbBarcode {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#ctl00_phldContent_lbBarcodeSend {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 4px 4px 0px;
}
/**/
#ctl00_phldContent_upDefault .container .row > div, #ctl00_phldContent_upDefault #ctl00_phldContent_pFastButtons .container .row > div {
    padding: 5px;
}

#ctl00_phldContent_tileInfoStatus .row div {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.closeModalCross {
    font-size: 40px;
    color: #003459;
}

.defOverflows {
    overflow-x: hidden;
    overflow-y: auto;
}

.fullWidth{
    width: 100%;
}

.OrderPayment-label {
    font-size: 20px;
    font-weight: bold;
}

.OrderPayment-label-left {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.OrderPayment-label-right {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.OrderPayment-infoCounts {
    font-size: 12px;
    padding-top: 15px;
}

.OrderPayment-paymentInfo-normal {
    color: #000; 
    font-family: Arial, Sans-Serif; 
    font-size: 12px; 
    font-weight: normal;
}

.OrderPayment-paymentInfo-bold {
    color: #000;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}

.Order-panelTab {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

    .Order-panelTab li {
        float: left;
        width: 15%;
        display: block;
        padding: 0;
    }

        .Order-panelTab li a {
            font-size: 16px;
            display: block;
            width: auto;
            margin: 0 .5em .5em;
            padding: 1em 1em;
            text-decoration: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.Order-panelTab-enabled a {
    background: #2184be;
    color: #fff;
    cursor: pointer;
}

    .Order-panelTab-enabled a:hover {
        color: #fff;
        cursor: pointer;
        background-color: #007ea7 !important;
        border-color: #007ea7 !important;
    }

.Order-panelTab-disabled a {
    background: #eee;
    color: #aaa;
    cursor: not-allowed;
}

.Order-itemSectionCaption {
    font-size: 22px;
    font-weight: 600;
}

.Order-nextPrevStepButton-enabled, .Order-nextPrevStepButton-disabled, .Order-ReadyForPickup {
    font-size: 16px;
    display: block;
    width: auto;
    margin: 0 .5em .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

    .Order-nextPrevStepButton-enabled:hover {
        color: #fff;
        cursor: pointer;
        background-color: #007ea7 !important;
        border-color: #007ea7 !important;
    }

.Order-nextPrevStepButton-enabled {
    background: #2184be;
    color: #fff;
    cursor: pointer;
}

.Order-ReadyForPickup {
    color: #fff;
    cursor: pointer;
}

.Order-nextPrevStepButton-disabled {
    background: #eee;
    color: #aaa;
    cursor: pointer;
}
    .Order-nextPrevStepButton-disabled:hover {
        color: #aaa;
    }