﻿@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    .print-format
    {
        padding: 0 !important;
        color: rgb(93, 93, 93) !important;
        font-weight: normal !important;
    }
}

* {
    /*color: #1d91d0;*/
    color: #000000;
    font-family: sans-serif, Arial;
    margin: 0;
    padding: 0;
    outline: none;
    /*list-style-type:none;*/
}
p {
    margin: 10px 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #333;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    position: relative;
}
a {
    color: #333;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: none;
}
a.link-normal {
    text-decoration: underline;
    color: blue;
}
div {
    max-height: 99999px;
}
hr {
    border: 1px solid #E0E0E0;
    margin-bottom: 15px;
}
hgroup.title > * {
    margin: 20px 0 15px;
}
hgroup.title h1 {
    font-size: 28px;
}
h2 {
    /*margin: 15px 0;*/
}
div.subtitle {
    font-size: 13px;
}
ul #menu a:active
{
    color: green;
}
li a:hover, a:active {
    color: #1d91d0;
}

a img {
    border: 0;
}

select { padding: 5px 5px; border: 1px solid #A0A0A0; border-radius: 5px; }
input[type=checkbox], input[type=radio] { vertical-align: middle; }
.checkbox-label, .radio-label { display: inline; vertical-align: middle; font-size: 14px; font-weight: normal; }

header, footer, hgroup,
nav, section {
    display: block;
}
.header2
{
    background: white;
    min-height: 65px;
    min-width: 1000px;
    border-top: solid #E8E8E8 1px;
    border-bottom: solid #E8E8E8 1px;
    top: 90px;
    left: 0px;
}
header, .header {
    background: linear-gradient(white, whitesmoke,#F0F0F0);
    min-height: 90px;
    min-width: 1000px;
    border-bottom: 1px #E0E0E0 solid;
}
header .wrapper, .header .wrapper {
    /*padding-left: 15px;
    padding-right: 15px;*/
}
header p, .header p {
    margin: 0;
}
#body {
    /*padding-left: 15px;
    padding-right: 15px;*/
    margin-bottom: 50px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.footer {
    clear: both;
    font-size: .8em;
    height: 30px;
    line-height: 30px;
    background-color: #F5F5F5;
    bottom: 0;
    display: none;
    position: absolute;
    width: 100%;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/*.content-wrapper {*/
.main-section {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 10px;
    position: relative;
}
.main-content {
    margin: 25px 0;
}
    .main-content .page-top-section {
        position: relative;
    }

.blocks{
    clear:both;
    display:block;
    zoom:1;
}
.wrapper {
    width: 980px; 
    margin: 0 auto; 
    position: relative;
    padding: 0 10px;
}
.logo {
    margin-top: 15px; 
    position: relative; 
    display: inline-block; 
    background: transparent;
}
.logo img {
    height: 60px;
}


/* footer */
.footer {
    clear: both;
    font-size: .8em;
    height: 55px;
    line-height: 30px;
    background-color: #F5F5F5;
    bottom: 0;
    display: none;
    position: absolute;
    width: 100%;
    /*padding-left: 15px;
    padding-right: 15px;*/
}
#copyRight {
    display: inline-block;
    color: darkgray;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    margin-right: 15px;
}
#terms {
    padding-right: 6px;
    float: right;
}

#privacy {
    padding-right: 6px;
    float: right;
}

#contact {
    padding-right: 6px;
    float: right;
}

#wrapper {
    position: relative;
    width: 1000px;
}

#footer a {
    color: darkgray;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
        
#footer {
    clear: both;    
    border-top: solid #E0E0E0 1px;
    min-width: 1000px;
    width:100%;
    margin: 0 auto;
    padding: 10px 0px;
    bottom: 0px;
    left: 0px;
    /*margin-top: 100px;*/
    position: absolute;
}

#innerFooter {
    width: 1000px;
    margin: 0 auto;            
}

#poweredByCXA {
    display: inline;
    vertical-align: bottom;
    float: left;
}


/* menu
----------------------------------------------------------*/
ul#menu3 li {
    float: right;
    padding-left: 10px;
    list-style-type: none;
    line-height: 28px;
}
ul#menu3 .full-name {
    color: #1a74a5;
}
.nav-section {
    border-bottom: 1px solid #EDEDED;
    padding: 0;
}
#body nav {
    width: 1000px;
    margin: 10px auto;
    position: relative;
}
#body .nav-section.submenu {
    background: #F8F8F8;
    padding-top: 1px;
}
#body .nav-section.submenu nav {
    margin: 5px auto;
}
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 10px auto;
    padding: 0;
    text-align: left;
    /*width: 1000px;*/
    /*margin-top: 10px;*/
}

ul#menu li {
    border-left: 3px solid lightgray;
    display: inline;
    list-style: none;
    padding: 0 5px 0 8px;
}
    ul#menu li:first-child {
        border-left: none;
        padding-left: 0;
    }

ul#menu li a {
    background: none;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

ul#menu li a:hover, ul#menu li a:active, ul#menu li.active a {
    color: #1d91d0;
    text-decoration: none;
    font-size: 16px;
}

ul#menu2 li {
    display: inline;
}


ul.submenu li {
        list-style: none;
        display: inline;
        text-decoration: none;
        border-right: solid 1px darkgray;
        margin-right: 10px;
        padding-right: 10px;
}
    ul.submenu li.active a {
        color: #1a74a5;
    }
    ul.submenu li:last-child {
        border-right: none;
    }

.needhelp_mainlink {
    position: absolute;
    top: 0;
    right: 10px;
}

    .needhelp_mainlink a {
        background: url("/styles/themes/default/images/help.gif") no-repeat;
        color: #1a74a5;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        padding-left: 25px;
        padding-top: 3px;
        padding-bottom: 3px;
        height: 20px;
    }


/* login page */
#loginPage {
    padding: 40px 0;
    width: 100%;
}

    #loginPage fieldset h4 {
        color: #1a74a5;
    }

#loginPage .field-wrapper {
    width: 420px;
}

#loginPage label {
    display: inline-block;
    width: 130px;
}

#loginPage input[type="text"], #loginPage input[type="password"] {
    display: inline-block;
}

    #loginPage input {
        width: 250px;
    }

    #loginPage input[type="checkbox"],
    #loginPage input[type="button"],
    #loginPage button {
        width: auto;
    }

    #loginPage input.submit.button {
        margin-left: 135px;
        width: 180px;
    }

.field-validation-error {
    color: red;
    display: block;
    font-weight: bold;
}

#loginPage .field-validation-error {
    margin-left: 135px;
}

.field-validation-error * {
    color: red;
    display: block;
    font-weight: bold;
}

.validation-summary-errors li {
    color: red;
    display: block;
    font-weight: bold;
}

/* info and errors */
.validation-summary-errors {
    margin: 10px 0;
}

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* Homepage */
#homepage .vouchers-container {
    float: left;
    width: 450px;
    vertical-align: top;
}
#homepage .products-container {
    float: left;
    width: 450px;
    vertical-align: top;
}
#homepage table.summary {
    font-size: 14px;
    border: 1px solid #EDEDED;
}
#homepage table.summary thead {
    display: none;
}
#homepage table.summary td.status {
    padding: 10px 15px;
    width: 250px;
}
#homepage table.summary td.total {
    padding: 10px 15px;
    width: 30px;
    text-align: right;
}
#homepage table.summary tr:nth-child(odd) td {
    background-color: #E0E0E0;
}


/* products */

#offers table, #offers td {
    color: dimgrey;
    text-align: left;
    border-collapse: collapse;
    border: darkgrey solid 1px;
    border-collapse: collapse;
}

#offers table {
    width: auto;
    margin: 0;
}

#offers thead {
    background-color: whitesmoke;
    font-size: 12px;
    font-weight: bold;
    color: dimgray;
    height: 25px;
}

#offers thead td {
    border: darkgrey solid 1px;
    border-collapse: collapse;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
}

#offers tbody {
    font-size: 11px;
}

#offers tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    font-size: 12px;
    color: dimgray;
    height: 120px;
}

#offers tbody td a {
    text-decoration: underline;
}

/*#offers p {
    color: #404040;
    font-size: 22px;
}*/

#offers span.label {
    font-weight: bold;
}

#offers .subPar {
    font-size: 14px;
    display: inline;
}

#offers .expired {
    color: #FF1919;
}

#offers .active {
    color: #00CC66;
}

button.main {
    width: 120px;
    height: 33px;
    background: #1d91d0;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: black;
}

button.main:hover{
    background-color: #1a74a5;
}

.linkbutton-wrapper {
    position: absolute;
    right: 0;
}

.linkbutton {
    padding: 2px 10px;
}

#offers .image {
    width: 50px;
}
#offers .image img {
    width: 50px;
}

#offers .productName {
    font-weight: bold;
    width: 170px;
}

#offers .salesStart {
    width: 80px;
}

#offers .salesEnd {
    width: 80px;
}

#offers .salesDates {
    width: 75px;
}

#offers .redemptionDates {
    width: 75px;
}

#offers .productKey {
    width: 100px;
}

#offers .prices {
    width: 150px;
}

#offers .standardPrice {
    width: 90px;
}

#offers .offeruuestPrice {
    width: 100px;
}

#offers .sellingPrice {
    width: 90px;
}

#offers .inventory {
    width: 50px;
}

#offers .status {
    width: 70px;
}

#offers .actions .action,
#offers td .action {
    background-color: white ;
    border: #BABABA solid 1px;
    border-radius: 3px;
    height: 23px;
    width: 23px;
    margin: 2px;
    position: absolute;
}

#offers .actions .action:hover,
#offers td .action:hover {
    border: #1a74a5 solid 1px;
}

#offers .actions .action img {
    width: 23px;
    height: 23px;
}

#offers .actions .action.edit {
    top: 10px;
    left: 10px;
}

#offers .actions .action.delete {
    top: 10px;
    left: 42px;
}

#offers .actions .action.view {
    top: 42px;
    left: 10px;
}

#offers .actions .action.duplicate {
    top: 42px;
    left: 42px;
}

#offers .actions .button-container.stop-walkin {
    position: absolute;
    top: 74px;
    left: 10px;
    width: 60px;
    line-height: 24px;
    text-align: center;
}

#offers .actions .action.stop {
    position: relative;
    width: 55px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 6px;
}

#offers td .action.walkin {
    position: relative;
    width: 55px;
    line-height: 24px;
    text-align: center;
    margin: 6px 0;
}

#offers td .action.walkin.uploaded {
    background-color: #CACACA;
}

#offers td .action.walkin.uploaded span {
    
}

#offers .actions .action.stop span,
#offers td .action.walkin span {
    color: #1d91d0;
    cursor: pointer;
    font-size: 11px;
}

#offers .actions .action.stop span:hover,
#offers td .action.walkin span:hover {
    color: #1a74a5;
    border-color: #1a74a5;
    cursor: pointer;
    font-size: 11px;
}

#offers .viewsRating {
    width: 80px;
}

#offers .actions {
    position: relative;
    width: 60px;
}

#offers .edit {
    color: #1d91d0;
    background-color: whitesmoke;
    font-size: 13px;
    border: 1px solid dimgray;
    width: 75px;
    height: 22px;
    -mozborder-radius: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
}

#offers .submit {
    color: #1d91d0;
    background-color: whitesmoke;
    font-size: 13px;
    border: 1px solid dimgray;
    width: 75px;
    height: 22px;
    -mozborder-radius: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
}

#offers .preview {
    color: #1d91d0;
    background-color: whitesmoke;
    font-size: 13px;
    border: 1px solid dimgray;
    width: 75px;
    height: 22px;
    -mozborder-radius: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
}

#offers .submit {
    color: #1d91d0;
    background-color: whitesmoke;
    font-size: 13px;
    border: 1px solid dimgray;
    width: 75px;
    height: 22px;
    -mozborder-radius: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
}

#offers .duplicate {
    color: #1d91d0;
    background-color: whitesmoke;
    font-size: 13px;
    border: 1px solid dimgray;
    width: 75px;
    height: 22px;
    -mozborder-radius: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
}

#offers .unclickableSubmit {
    color: darkgrey;
    background-color: whitesmoke;
    font-size: 13px;
    border: 1px solid dimgray;
    width: 75px;
    height: 22px;
    -mozborder-radius: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
}


/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
    vertical-align: middle;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="radio"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    /*input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }*/

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* product preview */
.full.product.view .EmployeeWarning * {
    color: red;
}

/* forms */
.button {
    color: white;
    border: none;
    border-radius: 3px;
    background-color: #1d91d0;
    height: 33px;
    /*line-height: 33px;*/
    width: 100px;
    font-size: 15px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
}

.button:hover {
    background-color: #1a74a5;
}

.checkboxLabel {
    color: dimgray;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.link-wrapper.forgot-password {
    text-align: right;
}

a.blue {
    color: #1a74a5;
    font-size: 12px;
    border: none;
    background-color: transparent;
    display: inline-block;
    /*margin: 5px;*/
}

    a.pink.big {
        font-size: large;
    }

.field-wrapper {
    margin: 10px 0;
}

a.pink {
    color: #1d91d0;
    font-size: 12px;
    border: none;
    background-color: transparent;
    display: inline-block;
    /*margin: 5px;*/
}

a.pink.big {
    font-size: large;
}

.field-wrapper {
    margin: 10px 0;
}

.field-wrapper:first-child {
    margin-top: 0;
}

form {
    position: relative;
}

form fieldset {
    margin-top: 15px;
    width: 480px;
    height: 260px;
    background-color: whitesmoke;
    padding: 30px 40px 20px;
}

fieldset.fieldset-tips {
    background: white;
    position: absolute;
    top: 0;
    left: 450px;
    margin: 0;
}

#tips {
    width: 350px;
    height: auto;
    background-color: white;
    padding-left: 60px;
    padding-right: 20px;
    border-left: 1px darkgray solid;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

li.tip {
    background-image: url("/Styles/themes/default/images/ticker.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    list-style: none;
    padding-left: 35px;
    margin: 10px 0px;
    font-size: 14px;
}

/* admin info */
#adminInfo .field-wrapper label {
    display: inline-block;
    width: 250px;
    font-size: medium;
}
#adminInfo div.label {
    font-size: medium;
}
#adminInfo .field-wrapper .field-display {
    display: inline-block;
    background: #E0E0E0;
    height: 16px;
    padding: 5px 10px;
    width: 350px;
    font-size: smaller;
}
#adminInfo .field-wrapper .field-display.address {
    height: auto;
    min-height: 16px;
}
#adminInfo .label.PayeeLegalName,
#adminInfo .label.GstRegistrationNumber {
    margin-top: 25px;
}
#adminInfo .field-display.PayeeLegalName,
#adminInfo .field-display.GstRegistrationNumber {
    margin-top: 5px;
    margin-bottom: 25px;
}
#adminInfo .label.commissionLevel {
    margin: 0;
}

/* get voucher details form */
#getVoucherDetailsResult label {
    display: inline-block;
    width: 300px;
}
#getVoucherDetailsResult .button-wrapper {
    margin-top: 25px;
}

#getVoucherDetailsResult .transactions-wrapper {
    margin: 25px 0;
}
#getVoucherDetailsResult .transactions-wrapper thead td.voucher-code {
    width: 150px;
}
#getVoucherDetailsResult .transactions-wrapper thead td.item-name {
    width: 350px;
}
#getVoucherDetailsResult .transactions-wrapper thead td.redeemed-on {
    width: 200px;
}
#getVoucherDetailsResult .transactions-wrapper thead td {
    font-weight: normal;
    border-collapse: collapse;
    border: 1px solid #DEDEDE;
    margin: 0;
    padding: 5px;
    background-color: #F5F5F5;
}
#getVoucherDetailsResult .transactions-wrapper table {
    border-collapse: collapse;
}
#getVoucherDetailsResult .transactions-wrapper tbody td {
    padding: 5px;
    border: 1px solid #DEDEDE;
}
#getVoucherDetailsResult .transactions-wrapper h4 {
    margin: 15px 0;
}

/* login page */
.blockLetsGo {
    position: absolute;
    top: 0;
    left: 600px;
    padding: 30px 40px 20px;
}
.blockLetsGo h4 {
    color: green;
}
.blockLetsGo .link-wrapper {
    margin-top: 20px;
}
.blockLetsGo a.linkLetsGo {
    border: 2px solid #1d91d0;
    padding: 10px 20px;
    border-radius: 5px;
    color: #1d91d0;
    float: right;
    font-weight: bold;
}

/* logout success */
#signOut {
    width: 1000px;
    margin: 75px auto;
    text-align: center;
}

#signOut .pBold {
    font-weight: bold;
    font-size: 26px;
    color: #404040;
    line-height: 3px;
}

#signOut .pNormal {
    font-size: 24px;
    color: #404040;
    line-height: 0px;
}

#signOut .pPink {
    font-size: 14px;
    color: #1d91d0;
    background-color: transparent;
    border: none;
    padding: 10px;
}

#signOut .message-success {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: 15%;
}

/* system access */
#systemAccess td.full-name {
    width: 200px;
}
#systemAccess td.email-address {
    width: 250px;
}
#systemAccess td.access-rights {
    width: 450px;
}
#systemAccess td {
    border: 1px solid #DEDEDE;
    font-size: 14px;
    padding: 10px 5px;
}
#systemAccess table {
    border-collapse: collapse;
}
#systemAccess thead td {
    font-weight: bold;
    background-color: #EDEDED;
}

/* PIN Management */
#pinManagement td.pin {
    width: 100px;
}
#pinManagement td.rights {
    width: 100px;
}
#pinManagement td.actions {
    width: 180px;
}
#pinManagement td {
    border: 1px solid #DEDEDE;
    font-size: 14px;
    padding: 10px 30px;
}
#pinManagement table {
    border-collapse: collapse;
}
#pinManagement thead td {
    font-weight: bold;
    background-color: #EDEDED;
}


/* DIALOG TERMS CONSENT */
.dialog-terms-consent.ui-dialog {
    padding: 0;
}

.dialog-terms-consent p {
    font-size: 13px;
    margin: 10px 0;
}

.dialog-terms-consent a.link-normal {
    color: blue;
    text-decoration: underline;
}

.dialog-terms-consent .ui-dialog-titlebar {
    background: none;
    border-top: 0;
    border-bottom: solid 1px #AAAAAA;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.dialog-terms-consent.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}

.dialog-terms-consent.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    margin-left: 30px;
    margin-right: 30px;
}

.dialog-terms-consent .cancel-button .ui-button-text,
.dialog-terms-consent .login-button .ui-button-text {
    font-size: 15px;
    width: 120px;
}

.dialog-terms-consent .login-button.active .ui-button-text {
    background-color: #1d91d0;
    color: white;
    font-size: 15px;
    width: 120px;
}

.dialog-terms-consent .checkbox-wrapper {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}
.dialog-terms-consent .acknowledge-terms-text {
    display: table-cell;
    font-size: 13px;
    vertical-align: top;
}
.dialog-terms-consent input#chkAcknowledgeTerms {
    margin-top: 0;
}
.mediaButton-wrapper {
    position: absolute;
    top: -2px;
    right: 120px;
}
.mediaButton {
    padding: 4px 10px;
    color: #1d91d0;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #1d91d0;
    background-color: #f1f1f2;
}
.mediaButton:hover {
    color: #1a74a5;
    background-color: #f1f1f2;
    border-color:#1a74a5;
}
.mediaRadio {
            width: 20px;
            font-size: 12px;
            margin-bottom: 0;
            margin-left: 0;
        }

.panels-section > div { display: none; }
.custom-dialog { position: absolute; top:0; display: block !important; z-index: 100; margin-bottom: 20px; }


/* PAGE TOP SECTION */
.page-top-section .page-title-wrapper { position: absolute; top: 10px; font-weight: bold; }
.page-top-section .add-new-offer-wrapper { position: absolute; top: 75px; }

/* PAGE TOP SECTION */
.page-top-section .page-title-wrapper { position: absolute; top: 10px; font-weight: bold; }
.page-top-section .add-new-offer-wrapper { position: absolute; top: 75px; }

/* PAGE TOP SECTION */
.page-top-section .page-title-wrapper { position: absolute; top: 10px; font-weight: bold; }
.page-top-section .add-new-offer-wrapper { position: absolute; top: 75px; }

/* PAGE FILTERS */
.page-filter-block { height: 90px; width: 980px; }

.main-filters-wrapper { text-align: center; }
.main-filters { display: inline-block; }
.main-filters .filter-wrapper { display: table-cell; padding: 5px 10px; border: 1px solid #777878; width: 100px; border-right: none; cursor: pointer;}
.main-filters .filter-wrapper:first-child { border-radius: 8px 0 0 8px; }
.main-filters .filter-wrapper:last-child { border-radius: 0 8px 8px 0; border-right: 1px solid #777878; }
.page-filter-block .filter { color: #777878; font-weight: bold; font-size: 14px;}

.main-filters .filter-wrapper.selected { background: #777878;}
.main-filters .filter-wrapper.selected .filter { color: #FFFFFF; }

.sub-filters-wrapper { text-align: center; margin-top: 5px;}
.sub-filters { display: inline-block; }
.sub-filters .sub-filter-wrapper { display: table-cell; padding: 5px 10px; border: 1px solid #777878; width: 100px; border-right: none; cursor: pointer;}
.sub-filters .sub-filter-wrapper:first-child { border-radius: 8px 0 0 8px; }
.sub-filters .sub-filter-wrapper:last-child { border-radius: 0 8px 8px 0; border-right: 1px solid #777878; }
.page-filter-block .sub-filter { color: #777878; font-weight: bold; font-size: 13px;}

.sub-filters .sub-filter-wrapper.selected { background: #777878; }
.sub-filters .sub-filter-wrapper.selected .sub-filter { color: #FFFFFF; }

/* CUSTOM DIALOG */
.close-dialog-wrapper { text-align: right; }
.close-dialog-container { display: inline-block; position: relative; }
.close-dialog { font-weight: bold; border: 2px solid #A0A0A0; border-radius: 0; text-align: center; width: 16px; height: 16px; line-height: 14px; font-family: monospace; font-size: 16px; position: absolute; top: -20px; right: -5px; cursor: pointer; color: #909090;}

/* WALK IN MODAL DIALOG */

#offers .walkin-upload-form-panel, 
#offers .walkin-upload-form-panel .instructions {
    font-size: 12px;
}

#offers .walkin-upload-form-panel h3 {
    font-size: 19px;
}

#offers .walkin-upload-form-panel table {
    width: 100%;
}

#offers .walkin-upload-form-panel tbody td {
    height: 20px;
}

#offers .walkin-upload-form-panel thead td {
    background-color: #f5f5f5;
}

#offers .walkin-upload-form-panel input.button {
      font-size: 14px;
}

#offers .walkin-upload-form-panel .ui-state-default {
    font-size: 12px;
}

#offers .walkin-upload-form-panel .modal-footer {
    padding: 0;
}

#offers .walkin-upload-form-panel .modal-footer .button {
    margin-right: 0;
}

#offers .walkin-upload-form-panel .field-label-wrapper {
    width: 270px;
    font-weight: bold;
    font-size: 12px;
}

#offers .walkin-upload-form-panel .field-label-wrapper label,
#offers .walkin-upload-form-panel .field-label-wrapper .note {
    font-size: 12px;
}

#offers .walkin-upload-form-panel .field-label-wrapper .note {
        margin-top: 10px;
   }

#offers .walkin-upload-form-panel .field-control-wrapper select,
#offers .walkin-upload-form-panel .field-control-wrapper input[type="file"] {
    font-size: 11px;
    font-family: Arial;
}

#offers .walkin-upload-form-panel .button-group input[type="button"] {
    font-size: 12px;
}

/* Modal on top of modal*/

#dialog-file-length-error p,
#dialog-confirm p {
    font-size: 12px;
}

.ui-dialog-buttonset .ui-button-text {
    font-size: 12px;
}

.ui-dialog .ui-dialog-title {
    font-size: 14px;
}

#WalkinUploadForm table.gridtable td {
    height: 10px;
}