/* Login Screen*/
body {
    font-family: "Lucida Grande", "Lucida", "Trebuchet MS", "Arial", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: url(../img/body_patternbg.png);
}

@font-face {
    font-family: "kelloggs";
    src: url('../fonts/khand-regular-webfont.ttf') format("truetype");
}

.loginPg {
    background: #91162a url(../img/login_body_bg.png) repeat-x left top;
}

.loginContainer {
    position: absolute;
    top: 10%;
    left: 34%;
    right: 34%; /*width:430px;*/
}

.logo {
    padding-left: 50px;
}

.loginBox h2 {
    color: #fff;
    background: url(../img/login_title_bg.png) no-repeat;
    padding: 10px 20px;
    height: 45px;
    position: relative; /*top:-10px;*/
    margin-bottom: 0;
    left: -5px;
    border-bottom: none !important;
}

.loginBox form {
    background: url(../img/login_box_bg.png) no-repeat;
    position: relative; /*top:-50px; *top:-35px;*/
    left: -5px;
    height: 249px;
}

    .loginBox form .row {
        width: 96%;
        margin: 0 auto;
    }

    .loginBox form label {
        width: 125px;
        padding-top: 0;
    }

    .loginBox form input[type="text"], .loginBox form input[type="password"] {
        width: 200px;
    }

input {
    border: 1px solid #8B8878;
    border-radius: none;
}

.loginBox form p {
    padding: 6px 20px 5px;
    color: #696969;
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
}

#userName, #pwd {
    padding-bottom: 11px;
}

    #userName input, #pwd input { /*width:200px; */
        border: 1px solid #8B8878; /*margin-left: 10px; */
        color: #A8A8A8;
    }

#loginBtn {
    background: url(../img/login_button.png) no-repeat scroll 0 0 transparent;
    height: 29px;
    width: 70px;
    position: absolute;
    left: 157px;
    bottom: 62px;
    border: 0px;
}

#loginBtn {
    color: #fff;
}

.rounded.loginBtn {
    margin-top: 32px;
    *margin-top: 12px;
    position: absolute;
    left: 154px;
    *left: 148px;
}
/*#gpcBtn{width:137px;}*/
#errMsg, .errMsg {
    color: red; /*top:-15px; */
    position: relative;
    padding: 0 0 3px 45px;
    background: url(../img/icon_error.png) no-repeat 20px -1px;
    font-size: 13px;
}

#uErrMsg, #pErrMsg {
    color: red;
    padding: 0 0 3px 26px;
    float: left;
    height: 20px;
    margin: 6px 0;
    background: url(../img/icon_error.png) no-repeat;
    position: relative;
    font-size: 13px;
}

.hidden {
    visibility: hidden;
}

/* Home Page Screen*/
.hmpgHeader {
    background: url(../img/global_header_bg.png) repeat-x;
    height: 70px;
}

.hmpLogo {
    padding: 10px 0 0 40px;
    float: left;
}

    .hmpLogo img {
        padding-right: 20px;
    }

.upcLogo {
    margin-bottom: 3px;
}

.loginStatusbox {
    float: right;
    background: url(../img/icons_bg.png) no-repeat;
    height: 27px;
    position: relative;
    top: 40px;
}

.loginStatus {
    background-color: #EA134D;
    color: #fff;
    padding-right: 20px;
    height: 27px;
    font-size: 12px;
    margin-left: 3px;
}

#logout {
    color: #FEB864;
}

    #logout a {
        color: white;
        text-decoration: none;
    }

    #logout form {
        display: inline;
    }

.loginStatus img {
    position: relative;
    top: 5px;
    left: 5px;
    padding-right: 4px;
}

.tabContainer {
    width: 950px;
    margin: 0 auto;
}

    .tabContainer ul {
        list-style-type: none;
    }

        .tabContainer ul li {
            font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
            font-size: 12px;
            font-weight: bold;
            display: inline-block;
            background: url(../img/tab_inactive.png) no-repeat;
            height: 30px;
            width: 148px;
            text-align: center;
            color: #fff;
            padding-top: 7px;
            margin-left: -2px;
            z-index: 1;
            cursor: pointer;
        }

html* .tabContainer ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: -5px;
}


.tabContainer ul li.active, .tabContainer ul li:hover {
    background: url(../img/tab_active.png) no-repeat;
    position: relative;
    z-index: 1;
}

.contentArea {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 940px;
    margin: -20px auto 10px;
    *margin: -1px auto 10px;
    position: relative;
    padding-bottom: 20px;
}

.generateCodes h2 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #ea134d;
    padding-left: 45px;
    background: url(../img/bullet_title.png) 30px 10px no-repeat;
    border-bottom: 1px dotted #ccc;
}

.generateCodes form {
    padding: 0 0 50px 30px;
    font-size: 13px;
}

.generateCodes p {
    color: #696969;
    font-size: 12px;
    margin-top: -6px;
}

.generateCodes input {
    border: 1px solid #696969;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    padding: 2px;
}

.cSelectbox span {
    font-weight: normal;
}
/*.gpcFields{margin-bottom:20px;}*/
.rField {
    padding-bottom: 20px;
}

.rField {
    position: relative;
    top: 5px;
}

form .row .rField span {
    padding: 0px 10px 0px;
    color: #1874CD;
    background: url(../img/arrow.png) no-repeat right;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
}

.rField span a {
    color: #1874CD;
}

.rField input {
    width: 80px; /*font-size:12px;*/
}
/*#gpcBtn{background: url(../img/button_code.png) no-repeat; height:29px; border:0px; font-size:12px;}*/
.generateCodes select,
.generateCodes input,
.generateCodes .gpcActiveDate,
.generateCodes .gpcInactiveDate,
.generateCodes .gpcBatchesRun,
.generateCodes .gpcCodeGenerated,
.generateCodes .gpcTblContent,
.generateCodes .gpctext {
    color: #555555;
}

#batchHistoryTbl > div {
    margin-bottom: 10px;
}

#batchHistoryTbl .bHistoryTbl {
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    padding: 0px 2px;
}

.downl0adCodeTbl {
    margin: 15px 0 0 0px;
    clear: both;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.pagination {
    position: relative; /*width:320px;*/
}

    .pagination img {
        border: none;
    }

    .pagination ul { /*position: absolute;  right: 0;  top: 0px; */
        margin: 0;
        padding: 0;
    }

        .pagination ul li {
            list-style: none;
            margin: 0 4px;
            display: inline-block;
            float: left;
        }

    .pagination a {
        float: left;
        height: 23px;
        background: url(../img/pagination.png) no-repeat 50% 0;
        width: 18px;
        text-decoration: none;
        text-align: center;
        font: bold 11px arial;
        text-transform: uppercase;
        padding-top: 1px;
        color: #fff;
        text-align: center;
    }

        .pagination a.rf-ds-btn {
            background: none;
            border: none;
            padding: 0;
        }

        .pagination a.selected {
            background: url(../img/pagination_selected.png) no-repeat;
        }

    .pagination span.rf-ds-act {
        background: url(../img/pagination_selected.png) no-repeat 50%;
        color: white;
        float: left;
        display: inline-block;
        border: none;
        height: 16px;
        padding-top: 3px;
        font-size: 11px;
    }

    .pagination span.rf-ds-btn {
        padding: 0;
        background: none;
        border: none;
        display: inline-block;
        float: left;
    }

    .pagination span a.rf-ds-btn-first {
        display: inline-block;
        width: 62px;
        border: none;
        margin-top: 0;
    }

    .pagination span a.rf-ds-btn-prev {
        display: inline-block;
        width: 89px;
        border: none;
        margin-top: 0;
    }

    .pagination span a.rf-ds-btn-next {
        display: inline-block;
        width: 60px;
        border: none;
        margin-top: 0;
    }

    .pagination a.rf-ds-nmb-btn {
        float: left;
        height: 23px;
        background: url("../img/pagination.png") no-repeat;
        width: 20px;
        text-decoration: none;
        text-align: center;
        font: bold 11px arial;
        text-transform: uppercase;
        padding-top: 3px;
        border: none; /*margin-top:3px;*/
    }

    .pagination a.first {
        background: url(../img/first.png) no-repeat;
        width: 60px;
        text-indent: -9999px;
        margin-top: 0;
    }

    .pagination a.previous {
        background: url(../img/previous.png) no-repeat;
        width: 85px;
        text-indent: -9999px;
        margin-top: 0;
    }

    .pagination a.next {
        background: url(../img/next.png) no-repeat;
        width: 58px;
        text-indent: -9999px;
        margin-top: 0;
    }

    .pagination a.last {
        background: url(../img/last.png) no-repeat;
        width: 60px;
        text-indent: -9999px;
        margin-top: 0;
    }

.first {
    background-image: url(../img/first.png) no-repeat;
    width: 60px;
    text-indent: -9999px;
    margin-top: 0;
}

.previous {
    background-image: url(../img/previous.png) no-repeat;
    width: 85px;
    text-indent: -9999px;
    margin-top: 0;
}

.next {
    background-image: url(../img/next.png) no-repeat;
    width: 58px;
    text-indent: -9999px;
    margin-top: 0;
}

.last {
    background-image: url(../img/last.png) no-repeat;
    width: 60px;
    text-indent: -9999px;
    margin-top: 0;
}


/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: default;
}
/* Container */
#simplemodal-container { /*max-height:360px !important;*/
    width: 600px;
    height:;
    background-color: #f7f7f7;
    padding: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    #simplemodal-container .simplemodal-data {
        padding: 0px;
        border-radius: 5px;
        border: 1px solid #7f7f7f;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a { /*color:#000;*/
    }

    #simplemodal-container h3 {
        color: #84b8d9;
    }

    #simplemodal-container a.modalCloseImg {
        background: url("../img/icon_close.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: inline;
        height: 29px;
        position: absolute;
        right: 10px;
        top: 9px;
        width: 20px;
        z-index: 3200;
    }

    #simplemodal-container .simplemodal-wrap {
        overflow: hidden !important
    }

.modalWrapper {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    margin-bottom: 0;
    width: 100%;
}
/******** Overlay styles ends here.... *********/


#simplemodal-container h2 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #fff;
    background: url(../img/modal_title_bg.png) left top repeat-x;
    border-bottom: 1px dotted #ccc;
    padding-left: 15px;
    margin: 0;
    margin-bottom: 10px;
    height: 29px;
    font-size: 17px;
    padding-top: 3px;
}

#dcdownloadCodes table, .redempInfoTbl table {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; /*border:1px solid #a0a0a0;*/
    width: 100%;
}

table {
    border-collapse: 0;
}

.row table {
    border: none !important;
}

    .row table td {
        padding: 0;
        position: relative;
        width: 65px;
    }

table td input[type=radio] {
    float: left;
}

table td label {
    width: auto;
    padding: 0;
}

table#manageBrand {
    border: none;
}

table.managePromotion, table#historyTable, table.managerUser, table.managerBrand, table.managerPackCode, table.redemptionInfoTable {
    width: 100%;
}

table td, table td.rf-dt-c {
    color: #4c4c4c;
    height: 30px;
    text-align: left;
    padding: 0 0 0 20px;
}

    table td, table td:hover.rf-dt-c {
        cursor: pointer;
    }

table tbody tr:hover {
    background: #FFB6C1;
}

table.ui-datepicker-calendar tbody tr:hover {
    background: none;
}

.row table tbody tr:hover {
    background: none;
}

.rf-pick table tbody tr:hover {
    background: none;
}

table td.alignRight {
    text-align: right;
}

table th {
    background: url(../img/table_title_bg.png) repeat-x;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-family: "Kellogg's Sans", arial;
    font-size: 14px;
    font-weight: normal;
}

    table th.rf-dt-hdr-c {
        background: url(../img/table_title_bg.png) repeat-x;
        height: 30px;
        text-align: left;
        padding-left: 20px;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
    }

table td.redColor {
    background: url(../img/table_header_tile.png) repeat-x;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid;
}

table th.thHeaderRed {
    background: url(../img/table_header_tile.png) repeat-x;
    height: 27px;
    text-align: left;
    padding-left: 20px;
    font-family: lucida sans, arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.odd-row {
    background: #fff;
}

.even-row {
    background: #f2f2f2;
}

/******** Form styles **********/
form .row, .row {
    clear: both; /*border:1px solid #fff;*/
}

form label, label {
    color: #000000;
    padding-top: 8px;
    width: 200px;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    float: left;
    margin-bottom: 15px;
}

form.batchHistory label {
    width: 200px;
    display: inline-block;
}

form.batchHistory span {
    color: #4c494a;
}

form .row span {
    display: inline-block;
    padding-top: 9px;
}

    form .row span.rounded {
        padding-top: 0;
    }

    form .row span.roundedSml.disabled {
        padding-top: 0px;
    }

/********* Button styles **************/
a.rounded, a.roundedSml, span.rounded, span.roundedSml {
    background: transparent url(../img/btn_left.png) no-repeat top left;
    display: inline-block;
    font: normal 13px Tahoma; /* Change 13px as desired */
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 29px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    border: none;
    margin-right: 10px;
}


    a.rounded.disabled, span.rounded.disabled {
        background: transparent url(../img/btn_left_disabled.png) no-repeat top left;
        cursor: default;
    }

    span.roundedSml.disabled {
        background: transparent url(../img/btn_left_small_disabled.png) no-repeat top left;
        cursor: default;
    }

    a.rounded span, a.roundedSml span, span.rounded span, span.roundedSml span {
        background: transparent url('../img/btn_right.png') no-repeat top right;
        display: block;
        padding: 7px 11px 7px 0; /*Set 11px below to match value of 'padding-left' value above*/
        color: white;
        font-weight: bold;
        /*margin-top:-1px;*/
        *margin-top: 0px;
    }

    a.rounded.disabled span, span.rounded.disabled span {
        background: transparent url('../img/btn_right_disabled.png') no-repeat top right;
        cursor: default;
    }

    span.roundedSml.disabled.inprogress {
        text-align: center;
        width: 117px;
    }

    span.roundedSml.disabled span {
        background: transparent url('../img/btn_right_small_disabled.png') no-repeat top right;
        padding: 2px 11px 7px 0;
        cursor: default;
    }

    span.rounded.disabled span {
        cursor: default;
    }

    span.roundedSml input {
        border: 0;
    }

        span.roundedSml input:hover {
            background: transparent url('../img/btn_right_small.png') no-repeat top right;
        }

    span.roundedSml.disabled input:hover {
        background: transparent url('../img/btn_right_disabled.png') no-repeat top right;
    }

a.roundedSml, span.roundedSml {
    background: transparent url('../img/btn_left_small.png') no-repeat top left;
    height: 21px;
    padding-left: 9px;
}

    .rField a.roundedSml span, a.roundedSml span, span.roundedSml input {
        background: transparent url('../img/btn_right_small.png') no-repeat top right;
        padding-top: 2px;
        height: 21px;
        cursor: pointer;
    }

.rField a.roundedSml span {
    color: #fff;
    margin-left: -7px;
    text-decoration: none;
}

/********* ends here *********/

.infoText {
    color: #696969;
    font-size: 12px;
    margin-top: -3px;
    padding-left: 10px;
}

h2 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #ea134d;
    padding-left: 45px;
    background: url(../img/bullet_title.png) 30px 10px no-repeat;
    border-bottom: 1px dotted #ccc;
}

form.validateCode {
    margin-left: 45px;
}

    form.validateCode .row {
        width: 530px;
        float: left;
    }



form .cSelectbox {
    color: #4c4c4c;
    cursor: pointer;
    font: bold 13px arial; /*background:url(../img/dropdown_arrow.png) no-repeat right;*/
    position: relative;
    padding: 7px 7px 7px 0;
    height: 20px;
}

    form .cSelectbox .dropdown_left {
        cursor: pointer; /*background:url(../img/dropDownleft.png) no-repeat left;*/
        width: 95%;
        position: absolute;
        left: 0: z-index:1000px;
        top: 5px;
        height: 24px;
    }

    form .cSelectbox span {
        padding: 0;
        display: inline-block;
    }

    form .cSelectbox select {
        opacity: 0;
        filter: alpha(opacity = 0);
        height: 100%;
        width: 100%;
        cursor: pointer;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    form .cSelectbox select {
        opacity: 1;
        filter: alpha(opacity = 100);
    }
        /*make it normal dropdown*/

        form .cSelectbox select option {
            padding: 4px;
            color: #4c4c4c;
            cursor: pointer;
            font: normal 13px arial;
        }

    form .cSelectbox.disableSelect {
        background: #f0f0f0 url(../img/selectbox-disabled-bg.gif) no-repeat right;
    }

    form .cSelectbox > span {
        white-space: nowrap;
        overflow: hidden;
        display: block;
        margin-right: 30px;
        line-height: 24px;
        padding-left: 10px;
        text-align: left;
    }

select[disabled="disabled"][multiple="multiple"] option[selected="selected"] {
    background-color: #3399FF;
}

form span.rField {
    padding-top: 0;
    float: left;
}

.selectBoxMedium {
    width: 220px;
    display: inline-block;
    float: left;
}

.selectBoxMedium_280 {
    width: 280px;
    display: inline-block;
    float: left;
}

.selectBoxMedium_270 {
    width: 270px;
    display: inline-block;
    float: left;
}

.selectBoxLarge {
    width: 370px;
    display: inline-block;
    float: left;
}

form .cSelectbox.selectBoxMedium select { /*width:227px;*/
    display: inline-block;
    float: left;
}

form .cSelectbox.selectBoxMedium_280 select { /*width:287px;*/
    display: inline-block;
    float: left;
}

form .cSelectbox.selectBoxLarge select { /*width:387px;*/
    display: inline-block;
    float: left;
}

input#enterCode {
    border: 1px solid #8B8878;
    border-radius: 5px;
}

.detailBlock {
    width: 780px;
    border: 1px solid #6e6e6e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
    position: relative;
}

.recordHeader {
    background: url(../img/formheader.png) repeat-x;
    height: 22px;
    padding-left: 10px;
    padding-top: 8px;
    font-family: lucida sans;
    color: #ea134d;
    font-weight: bold;
    margin-top: 1px;
    border-bottom: 1px solid #adadad;
}

.detailBlock .packCodeBlock {
    position: absolute;
    right: 20px;
    top: 45px;
}

.packCodeBlock span.title {
    float: left;
    width: 70px;
    margin-right: 10px;
    text-align: right;
}

.packCodeBlock .results {
    background: #6e6e6e;
    padding: 1px 1px 5px 1px;
    width: 86px;
    float: left;
}

    .packCodeBlock .results span {
        color: white;
        display: block;
        text-align: center;
        font: bold 12px arial;
    }

.detailBlock .alternateCode {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.alternateCode .results {
    font: bold 18px arial;
    color: #4c4c4c;
    text-transform: uppercase;
    display: block;
    border-radius: 5px;
    border: 1px solid #6e6e6e;
    padding: 7px;
}

/**** Error Message Right ****/
form span.errMsg {
    background: url("../img/icon_error.png") no-repeat scroll 0 0 transparent;
    color: red;
    /*float: right;*/
    font-size: 13px;
    height: 20px;
    margin: 6px 0;
    padding: 0 0 3px 26px;
    position: relative;
    margin-left: 5px;
}

    form span.errMsg.report {
        margin: -10px 17px 6px 0px;
    }

#batchHistor {
    margin-left: 220px;
    margin-top: -15px;
}

.errorMsg {
    color: red;
    font: bold italic 14px arial;
    height: 20px;
    margin-left: 5px;
}

/********** Secondary tabs  ***********/
.secondaryTabs {
    background: #d31145;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-radius-topright: 8px;
    -webkit-border-radius-topright: 8px;
    width: 100%;
    height: 27px;
    margin-top: -1px;
    *margin-top: -20px;
}

    .secondaryTabs ul {
        margin: 0;
        padding: 0;
        margin-left: 10px;
    }

        .secondaryTabs ul li {
            background: url(../img/secondaryTabs_seperator.png) no-repeat right top;
            padding: 0 24px;
            float: left;
            display: inline-block;
        }

            .secondaryTabs ul li a {
                color: white;
                text-decoration: none;
                font-weight: bold;
                line-height: 27px;
            }

                .secondaryTabs ul li a.selected, .secondaryTabs ul li a:hover {
                    background: url(../img/selected_arrow.png) no-repeat center bottom;
                    display: inline-block;
                    height: 34px;
                }

.generateCodes p.tableInfoText {
    font: bold italic 14px arial;
    margin: 0;
    float: left;
    color: #111;
}

.tableContentTop {
    background: url(../img/table_header_tile.png) repeat-x;
    text-align: left;
    font-family: lucida sans, arial;
    font-size: 14px;
    font-weight: normal;
    width: 97%;
    border-radius: 3px;
    border-bottom-radius: none;
    border: 1px solid #a0a0a0;
    position: relative;
}

    .tableContentTop.big {
        background: url(../img/table_header_tile_big.png) repeat-x; /*padding-top: 3px;*/
    }

    .tableContentTop span.left {
        width: 1px;
        background: white;
        height: 31px;
        display: inline-block;
        float: left;
    }

    .tableContentTop.big span.left, .tableContentTop.big span.right {
        height: 52px;
    }

    .tableContentTop span.right {
        width: 1px;
        background: white;
        height: 31px;
        display: inline-block;
        float: right;
    }


    .tableContentTop .createUser {
        background: url(../img/plus.png) no-repeat left center;
        color: #fff;
        padding-left: 20px;
        margin: 7px 10px 0 10px;
        display: inline-block;
        width: 21%;
    }

        .tableContentTop .createUser.packCode {
            margin-top: 17px;
        }
    /*.tableContentTop .coutryPromotion{width:43%;}*/
    .tableContentTop .brand {
        color: #fff;
        margin-top: 4px; /*width: 29%*/
    }

        .tableContentTop .brand span {
            padding-top: 3px;
        }

    .tableContentTop span.floatLeft {
        color: #fff;
    }

.createUser a {
    color: white;
    text-decoration: none;
}

.thText {
    color: #fff;
    padding-top: 7px;
}

.marginRight10px {
    margin-right: 10px;
}

.marginLeft10px {
    margin-left: 10px;
}

.marginTop4px {
    margin-top: 4px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginCenter {
    margin: 0 auto;
}

.searchInTable {
    background: #fff url(../img/search.png) no-repeat;
    background-position: 95% 50%;
    padding-right: 25px;
    width: 200px;
    margin-top: 4px;
}


.tableTopWrapper {
    width: 770px;
    margin-bottom: 5px;
}

    .tableTopWrapper.manageBrand {
        width: 92%;
    }

    .tableTopWrapper.redemptionTableWrapper {
        width: 97%;
    }

.tableTopWrapepr .pagination ul { /*top:-10px;*/
}

.batchHistory .pagination ul { /*margin-top:-35px;*/
}

form .cSelectbox.withBg {
    font: bold 13px arial; /*background:url(../img/dropdown_arrow.png) no-repeat right;*/
    position: relative;
    padding: 7px 7px 7px 0;
    height: 16px;
}

    form .cSelectbox.withBg .dropdown_left { /*background:url(../img/dropDownleft_withbg.png) no-repeat left; */
        width: 95%;
        position: absolute;
        left: 0: z-index:1000px;
        top: 3px;
        height: 24px;
    }

    form .cSelectbox.withBg.small .dropdown_left {
        background: url(../img/dropDownleft_withbg_small.png) no-repeat left;
        width: 90%;
    }

.successMsg {
    color: #8cc72e;
    font: bold italic 14px arial;
    margin-bottom: 20px;
}

form span ul {
    margin: 0;
    margin-left: -20px;
}

    form span ul li {
        color: #8cc72e;
        font: bold italic 14px arial;
        margin-bottom: 10px;
        list-style: none;
    }

        form span ul li.error {
            color: #f00;
        }

.msginform {
    color: #8cc72e;
    font: bold italic 14px arial;
    margin-bottom: 10px;
    list-style: none;
}

.msgerror, .msgfatal, .msgwarn {
    color: #f00;
    font: bold italic 14px arial;
    margin-bottom: 10px;
    list-style: none;
}

.selectBoxSmall {
    width: 180px;
    display: inline-block;
    float: left;
}

.alignCenter {
    text-align: center;
}

.searchBtn {
    background: url(../img/searchBtn_bg.png) no-repeat;
    width: 59px;
    height: 21px;
    color: #c30f40 !important;
    padding: 0 !important;
    border: none !important;
    font: bold 14px lucida sans;
    text-decoration: none;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}

.marginTop55px {
    margin-top: 55px;
}

.marginTop5px {
    margin-top: 5px;
}

.brandLbl {
    padding-top: 2px;
}

.widthAuto {
    width: auto;
}

.rf-pick {
    width: 350px;
}

.rf-pick-btn {
    text-indent: -10000px;
}

.rf-pick-btn {
    border: none;
    width: 30px;
    display: inline-block;
    height: 21px;
}

    .rf-pick-btn.rf-pick-add-all {
        background: url(../img/add_all.png) no-repeat;
    }

        .rf-pick-btn.rf-pick-add-all.rf-pick-btn-dis {
            background: url(../img/add_all_disabled.png) no-repeat;
        }

    .rf-pick-btn.rf-pick-add {
        background: url(../img/add.png) no-repeat;
    }

        .rf-pick-btn.rf-pick-add.rf-pick-btn-dis {
            background: url(../img/add_disabled.png) no-repeat;
        }

    .rf-pick-btn.rf-pick-rem {
        background: url(../img/remove.png) no-repeat;
    }

        .rf-pick-btn.rf-pick-rem.rf-pick-btn-dis {
            background: url(../img/remove_disabled.png) no-repeat;
        }

    .rf-pick-btn.rf-pick-rem-all {
        background: url(../img/remove_disabled.png) no-repeat;
    }

    .rf-pick-btn.rf-pick-rem-all {
        background: url(../img/remove_all.png) no-repeat;
    }

        .rf-pick-btn.rf-pick-rem-all.rf-pick-btn-dis {
            background: url(../img/remove_all_disabled.png) no-repeat;
        }
/* default search*/
.text-label {
    color: #cdcdcd;
    font-weight: bold;
}

.wrap-data {
    width: 5px;
    word-wrap: break-word;
}

#packCodeCreateForm input.sdatepicker, #packCodeCreateForm input.edatepicker {
    width: 108px;
}

.padLeft20px {
    padding-left: 20px;
}


/******** Pick List multiselect styles ******/
.rf-pick-sel {
    background: #3099ff;
    color: white;
}

form .cSelectbox.disabled * {
    cursor: default;
}

.rf-pick td {
    vertical-align: top;
}

.rf-pick-lst-scrl {
    max-height: 115px !important;
    min-height: 115px !important;
    width: 155px !important;
}


#createPackCode .modalWrapper {
    /*height: 294px;*/
}

#simplemodal-container {
    /*	height:500px !important;*/
}

.rdinfoBx, input.promotionCode {
    width: 160px !important;
}
