/* CSS Reset Document */
/* ------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0px auto;
    padding: 0px auto;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */

*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

.clear {
    clear: both;
}

.header {
    background: #132347;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-pad {
    /*width:960px;
    float:left;
    display:block;
    padding:10px 0;*/
    margin: 0;

}

.header-title {
    background: #004788;
    padding: 10px 0;
    float: left;
    width: 100%;

}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.header-wrap {
    width: 1200px;
    margin: 0 auto;
}

.logout-pad {
    color: #fff;
    float: right;
    padding: 1.4em 0;
    text-align: right;
    width: 60%;
}

.logout-pad p {
    color: #fff;
    float: left;
    padding: 0px 0 7px;
    text-align: right;
    width: 100%;
    text-transform: capitalize;
}

.logout-pad a, .logout-pad a:link, .logout-pad a:active, .logout-pad a:visited {
    background: none repeat scroll 0 0 #269acb;
    color: #fff;
    float: right;
    padding: 5px 20px;
    text-transform: capitalize;
    border: 1px solid #fff;
}

.logout-pad a:hover {
    background: #1376a5;
}

.logo-img {
    width: 35%;
    float: left;
    padding: 1.4em 0;
}

.logo-img img {
    width: 224px;
    height: 38px;
}

.logo-txtpad {
    width: 38%;
    float: left;
    padding: 0.8em 0em 0em;
}

.logo-txtpad span {
    clear: both;
    color: #269acb;
    float: left;
    padding: 0px 0 0;
}

.logo-txtpad img {
    margin-bottom: 7px;
}

.admin-txt {
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 0;
    width: 90.5%;
    float: left;
    text-align: center;
}

.icon-pad {
    width: 6.5%;
    float: right;
    position: relative;
}

.icon-pad span {
    text-align: right;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 12px;
}

.icon-pad img {
    padding: 0 5px;
}

.content-pad {
    width: 100%;
    float: left;
    padding: 20px 0;
    min-height: 400px;
}

.footer {
    width: 100%;
    float: left;
    border-top: 3px solid #269acb;
    padding: 12px 0;
}

.footer .wrap p {
    text-align: center;
}

.error-bg, .error-bg table, .error-bg table td {
    background: #F26B6B !important;
}

.error-bg table td {
    border-top: 2px solid #333333 !important;
}

/* update on 4/12/14 starts here */

.brd-t {
    border-top: 3px solid #006dcc !important;
}

.brd-l {
    border-left: 3px solid #006dcc !important;
}

.brd-r {
    border-right: 3px solid #006dcc !important;
}

.brd-b {
    border-bottom: 3px solid #006dcc !important;
}

.empty-row {
    height: 30px;
}

.width-130 {
    width: 130px;
}

.width-70 {
    width: 70px;
}

td {
    font-size: 14px !important;
}

/* update on 4/12/14 ends here */

/* update on 9/03/15 starts here */
.alert-success label,
.alert-danger label,
.alert-error label {
    padding: 5px;
    margin-bottom: 5px;
}

/* update on 9/03/15 ends here */

.full-body-wrapper h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.full-body-wrapper h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

.full-body-wrapper h1,
.full-body-wrapper h2,
.full-body-wrapper h3 {
    line-height: 40px;
}

.full-body-wrapper h1 {
    font-size: 38.5px;
}

.full-body-wrapper h2 {
    font-size: 31.5px;
}

.full-body-wrapper h3 {
    font-size: 24.5px;
}

.full-body-wrapper h4 {
    font-size: 17.5px;
}

.full-body-wrapper h5 {
    font-size: 14px;
}

.full-body-wrapper h6 {
    font-size: 11.9px;
}

.full-body-wrapper h1 small {
    font-size: 24.5px;
}

.full-body-wrapper h2 small {
    font-size: 17.5px;
}

.full-body-wrapper h3 small {
    font-size: 14px;
}

.full-body-wrapper h4 small {
    font-size: 14px;
}

.full-body-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(102, 102, 102);
    background: rgba(0, 0, 0, 0.7);
    min-height: 5000px;
}

.full-body-wrapper .content {
    width: 600px;
    margin-top: 100px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
}

.full-body-wrapper p {
    line-height: 22px;
    padding: 10px 0 5px 0;
}

.sampleText {
    font-size: 10px;
    color: red;
}

/* added */

.prod-selection {
    border: 1px solid #dddddd;
}

.prod-selection th {
    background: #f9f9f9;
}

.prod-selection td {
    background: #fff !important;
    border-top: 0;
}

.application-details {
    width: 100%;
}

.application-summary-unpaid tbody th {
    background: #fff !important;
    border-bottom: 2px solid #333333;
}

.application-summary-unpaid tbody td {
    background: #fff !important;
    border-top: 0 !important;
}

.feature-section-unpaid {
    border-top: 0 !important;
}

.StaticModal {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.StaticModal-overlay {
    margin: 100px auto;
    max-width: 980px;
    padding: 20px;
}

.StaticModal-container::before {
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.StaticModal-container {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.ui-dialog {
    z-index: 99999 !important;
}

.tablefix {
    width: 880px;
    table-layout: fixed;
}

.tablefix th {
    border-top: 1px solid #dddddd;
    line-height: 20px;
    padding: 8px 0;
    text-align: left;
    vertical-align: top;
    width: 98px;
    font-weight: bold;
    border-bottom: 2px solid #333;
}

.tablefix td {
    border-top: 1px solid #dddddd;
    line-height: 20px;
    padding: 8px 0;
    text-align: left;
    vertical-align: top;
    width: 100px;
}

.tablefix .input-small {
    width: 65px;
}

/* Alternate Phone Update  */

table.alternate-no {
    border-bottom: 1px solid #e5e5e5;
}

.alternate-no .heading {
    background-color: none !important;
    border: none;
    font-size: 17px !important;
    font-weight: normal;
}

.alternate-no .tel-no-dd {
    border: none;
}

.alternate-no .tel-no-dd select {
    width: 240px;
}

.alternate-no .no-type {
    border: none;
}

.alternate-no .chk-box {
    border: none;
}

.alternate-no .chk-box input[type="checkbox"] {
    margin-top: 0;
}

.alternate-no .pm-no {
    color: #000;
    font-size: 12px;
    border: none;
    padding-top: 12px;
    vertical-align: top;
}

.alternate-no .add-section {
    font-size: 12px;
    border: none;
    color: #0078cd;
    padding-top: 12px;
    vertical-align: top;
}

.alternate-no .add-section .add-txt {
    text-decoration: none;
    padding: 3px 26px;
}

.alternate-no .remove-section {
    font-size: 12px;
    border: none;
    color: #fe0000;
    padding-top: 12px;
    vertical-align: top;
}

.remove-section .remove-txt {
    text-decoration: none;
    color: #ffffff;
}

.alternate-no .emp-td1 {
    border: none;
}

.alternate-no .emp-td2 {
    border: none;
}

.alternate-no .update-btn {
    text-align: left;
    margin-left: 10px;
}

.update-btn {
    text-align: left;
    margin-left: 10px;
}
.table {
    display: table;
    width: 100%;
} 
.table td {
    display: table-cell;
}
label.p-label {
    display: inline-block;
    width: 48%;
    margin: 10px 0 5px !important;
}
label.p-label input[type="checkbox"] {
    margin: -2px 5px 0 0 !important;
}
.update-promo-code {
    width: 380px;
}
.update-promo-code select {
    width: 100%;
}