/* 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;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */

*, *: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 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.header-pad {
    width: 100%;
    float: left;
    display: block;
    padding: 0 15px 10px;
    background-color: #00358b;
    background-image: -webkit-linear-gradient(top, #00358b 0%, #002463 100%);
    background-image: -o-linear-gradient(top, #00358b 0%, #002463 100%);
    background-image: linear-gradient(to bottom, #00358b 0%, #002463 100%);
    background-repeat: repeat-x;
}

.header-title {
    background: #f3f3f3;
    padding: 3px 0;
    float: left;
    width: 100%;

}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.logout-pad {
    color: #fff;
    float: right;
    padding: 1em 0;
    text-align: right;
    width: 50%;
}

.logout-pad p {
    color: #fff;
    float: left;
    padding: 0px 0 7px;
    text-align: right;
    width: 100%;
}

.logout-pad a, .logout-pad a:link, .logout-pad a:active, .logout-pad a:visited {
    background: none repeat scroll 0 0 #fbe68e;
    color: #1f2c72;
    float: right;
    padding: 5px 20px;
    text-transform: capitalize;
}

.logout-pad a:hover {
    background: #ffde56;
}

.logo-img {
    width: 50%;
    float: left;
    padding: 1.3em 0 0;
}

.logo-img img {
    width:289px;
}

.logo-txtpad {
    width: 38%;
    float: left;
    padding: 0.8em 0em 0em;
}

.logo-txtpad span {
    clear: both;
    color: #fff;
    float: left;
    padding: 0px 0 0;
}

.logo-txtpad img {
    margin-bottom: 7px;
}

.admin-txt {
    /*text-transform: uppercase;*/
    color: #1f2c72;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 0;
    width: 80.5%;
    float: left;
    text-align: center;
    border: 1px solid #fff;
}

.icon-pad {
    width: 10.5%;
    float: right;
    position: relative;
}

.icon-pad span {
    text-align: right;
    text-decoration: none;
    color: #1f2c72;
    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 #f0f0f0;
    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 starts 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 */

/* 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 */

/* update for maintenance timer starts here */
.text-s1 {
    color: #fff;
    font-size: 19px;
}

.text-s2 {
    color: #fff;
    font-size: 14px;
}

.maintenance-timer {
    position: absolute;
    right: 200px;
    top: 7px;
}

.maintenance-timer-container {
    position: relative;
}

.container span {
    width: 100px;
}

#mins,
#secs {
    font-size: 45px;
    font-weight: bold;
}

.maintenance-timer {
    color: #fff;
}

.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;
}

/* update for maintenance timer ends here */

/* 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;
}