/* ---------------------------------------------------------------------
 Rapport

 Target Browsers: All
 Media Type: Screen, Projection
 Width: All Sizes
 ---------------------------------------------------------------------*/
.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.numeric {
    text-align: right;
}

.c {
    clear: both;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.hidden {
    display: none !important;
}

.no-top-margin {
    margin-top: 0px;
}

.transparent {
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.light-transparency {
    filter: alpha(opacity=30);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.dark-transparency {
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.indent {
    margin-left: 1.25em;
}

.accesibility-link {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.no-touch-callout {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.truncated {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.disabled-bg-color {
    background-color: #f2f2f2 !important;
}

.secondary-tab-color {
    border-bottom: 1px solid #e6f1f3;
}

.secondary-tab-color li {
    border-left: 1px solid #e6f1f3;
    border-top: 1px solid #e6f1f3;
    border-right: 1px solid #e6f1f3;
    background: #f2f8f9;
}

.secondary-tab-color li > a {
    color: #198596;
}

.secondary-tab-color li:hover {
    background: #e6f1f3;
}

.primary-tab-color {
    border-bottom: 1px solid #e6e6e6;
}

.primary-tab-color li {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #f9f9f9;
}

.primary-tab-color li > a {
    color: #333333;
}

.primary-tab-color li:hover {
    background: #f6f6f6;
}

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot');
    src: url('../font/icomoon.eot?#iefix') format('embedded-opentype'), url('../font/icomoon.ttf') format('truetype'), url('../font/icomoon.woff') format('woff'), url('../font/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-percent:before {
    content: "\e614";
}

.icon-rapport-logo:before {
    content: "\e900";
}

.icon-actions-icon:before {
    content: "\e62e";
}

.icon-InfoLease:before {
    content: "\e62a";
}

.icon-ids-logo:before {
    content: "\e62b";
}

.icon-global-nav:before {
    content: "\e62c";
}

.icon-previous:before {
    content: "\e638";
}

.icon-next:before {
    content: "\e637";
}

.icon-first:before {
    content: "\e639";
}

.icon-last:before {
    content: "\e63a";
}

.icon-user:before {
    content: "\e63e";
}

.icon-lock:before {
    content: "\e627";
}

.icon-calculator:before {
    content: "\e625";
}

.icon-banknote:before {
    content: "\e629";
}

.icon-search:before {
    content: "\e60a";
}

.icon-user2:before {
    content: "\e63d";
}

.icon-ok:before {
    content: "\e628";
}

.icon-cog:before {
    content: "\e600";
}

.icon-trash:before {
    content: "\e617";
}

.icon-print:before {
    content: "\e618";
}

.icon-pencil:before {
    content: "\e61a";
}

.icon-check:before {
    content: "\e61d";
}

.icon-plus-sign:before {
    content: "\e610";
}

.icon-minus-sign:before {
    content: "\e612";
}

.icon-remove-sign:before {
    content: "\e60f";
}

.icon-plus:before {
    content: "\ea0a";
}

.icon-minus:before {
    content: "\ea0b";
}

.icon-warning-sign:before {
    content: "\e626";
}

.icon-calendar:before {
    content: "\e60b";
}

.icon-folder-close:before {
    content: "\e60d";
}

.icon-phone:before {
    content: "\e616";
}

.icon-globe2:before {
    content: "\e61e";
}

.icon-wrench:before {
    content: "\e60c";
}

.icon-copy:before {
    content: "\e60e";
}

.icon-sign-blank:before {
    content: "\e61c";
}

.icon-money:before {
    content: "\e619";
}

.icon-caret-down:before {
    content: "\e630";
}

.icon-caret-up:before {
    content: "\e631";
}

.icon-caret-left:before {
    content: "\e632";
}

.icon-caret-right:before {
    content: "\e633";
}

.icon-sort:before {
    content: "\e636";
}

.icon-sort-down:before {
    content: "\e634";
}

.icon-sort-up:before {
    content: "\e635";
}

.icon-comment-alt:before {
    content: "\e620";
}

.icon-bolt:before {
    content: "\e61b";
}

.icon-sitemap:before {
    content: "\e62d";
}

.icon-file-alt:before {
    content: "\e615";
}

.icon-double-angle-left:before {
    content: "\e606";
}

.icon-double-angle-right:before {
    content: "\e609";
}

.icon-double-angle-up:before {
    content: "\e608";
}

.icon-double-angle-down:before {
    content: "\e607";
}

.icon-angle-left:before {
    content: "\e602";
}

.icon-angle-right:before {
    content: "\e603";
}

.icon-angle-up:before {
    content: "\e604";
}

.icon-angle-down:before {
    content: "\e605";
}

.icon-circle-blank:before {
    content: "\e613";
}

.icon-spinner:before {
    content: "\e601";
}

.icon-circle:before {
    content: "\e611";
}

.icon-question:before {
    content: "\e61f";
}

.icon-info:before {
    content: "\e621";
}

.icon-calendar-empty:before {
    content: "\e622";
}

.icon-chevron-sign-right:before {
    content: "\e623";
}

.icon-ellipsis-horizontal:before {
    content: "\e624";
}

.icon-list:before {
    content: "\e63b";
}

.icon-docs:before {
    content: "\e63c";
}

.icon-sensitive-field:before {
    font-size:14px;
    content: "\e9ce";
}

/* --------------------------------------------*/
/* --->>> Pricing Quote/Reports Elements <<<---*/
/* --------------------------------------------*/
h2.pricing-reports-h2 {
    text-align: center;
    background-color: white;
}

h2.pricing-reports-h2:first-child,
table.pricing-reports-tbl {
    margin-top: 0;
}

table.pricing-reports-tbl th,
table.pricing-reports-tbl td,
table.pricing-quote-tbl th,
table.pricing-quote-tbl td {
    text-align: right;
}

.pricing-reports-rent-schedule {
    width: 245px;
    margin: 0 auto;
}

table.pricing-reports-tbl td,
table.pricing-quote-tbl td {
    padding: 2px;
}


/* -----------------------------------*/
/* --->>> General Page Elements <<<---*/
/* -----------------------------------*/
html * {
    margin: 0;
    resize: none;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {    
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.7em;
    color: #333333;
    margin: auto;
    height: 100%;
    min-width:1000px;
    width:auto !important;
    width:1000px;
}

body .bg-image:before {
    color: #e6f1f3;
    content: "\e62b";
    /*font-family: icomoon;
    font-size: 59em;*/
    position: absolute;
    top: -15px;
    left: -5px;
    filter: alpha(opacity=30);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

body.has-left-nav .fluid-grid .fluid-row .fluid-cell.left-nav.four-column,
body.has-left-nav .fluid-grid .fluid-row .fluid-cell.left-nav.eight-column {
    width: 100%;
}

div.range, .system-notification {
    color: red;
}

.system-notification {    
    padding-bottom: 4px 0 4px 0;
    word-break: break-all;
}

.system-notification:not(last-child) {
    margin-bottom: 10px;
}

body.has-left-nav ul.column-layout > li {
    width: 22%;
}

body.has-left-nav ul.column-layout > li.three-column {
    width: 31%;
}

body.has-left-nav ul.column-layout > li.two-column {
    width: 47%;
}

body.has-left-nav ul.column-layout > li.one-column {
    width: 100%;
}

body.has-left-nav ul.horizontal-layout.horizontal-labels li.large label,
body.has-left-nav ul.horizontal-layout.horizontal-labels li.large label.lbl {
    width: 34.6%;
}

body.has-left-nav.homepage {
    padding: 0px;
}

body.has-left-nav.homepage .fluid-grid .fluid-row .fluid-cell.three-column.left-nav {
    width: 0px;
    margin-right: 0;
    padding: 0 0 0 1.25em;
}

body.has-left-nav.homepage.has-left-nav .fluid-grid .fluid-row .fluid-cell.thirteen-column {
    width: 100%;
}

body.has-left-nav.homepage .panel:first-child {
    margin-top: 0;
}

body.modal {
    background: none;
    filter: none;
    min-width: 250px;
}

body.modal .bg-image:before {
    content: none;
}

body.modal nav.top-nav {
    width: 100%;
}

body.modal .sticky-menu {
    position: fixed;
}

body.modal .sticky-menu.sticky {
    margin-right: 0;
    right: 0;
}

body.modal .left-nav .sticky-menu.sticky {
    top: 0;
    right: auto;
}
/* Ribbonesque info on not-full-width popups; handle arbitrary sized labels/values */
.popup-ribbon .vertical-layout.horizontal-labels li {
    margin: 0;
}

.popup-ribbon .vertical-layout.horizontal-labels .lbl-val-display .val {
    float: none;
    width: 64%;
}

.popup-ribbon .one-column .vertical-layout.horizontal-labels .lbl-val-display .lbl {
    width: 32%;
}

.popup-ribbon .vertical-layout.horizontal-labels .lbl-val-display .val,
.popup-ribbon .vertical-layout.horizontal-labels .lbl-val-display .lbl {
    display: inline-block;
    word-wrap: break-word;
}

header,
nav,
.nav.main,
section,
footer {
    margin: 0 auto;
    position: relative;
	background: #ffffff;
    width: 90%;
    min-width: 980px;
}

.not-full-width {
    width: auto;
    min-width: 250px;
}

.not-full-width h1 {
    white-space: normal;
}

section {
    background: #ffffff;
    min-height: 500px;
}

.modal section {
    min-height: 0;
}
.modal-prompt {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    max-height: 700px;
}

.content {
    padding: 1.25em;
}

h1 {
    font-size: 1.73em;
    line-height: 1.3em;
    color: #00778a;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    margin-top: 1.25em;
    margin-bottom: 0.3125em;
    clear: both;
}

h1:first-child {
    margin-top: 0;
}

h2 {
    font-size: 1.384em;
    line-height: 1.17em;
    color: #08457e;
    font-weight: bold;
    margin-top: 1.25em;
    margin-bottom: 0.3125em;
    clear: both;
    /*background-color: #F2F8F9;*/
    padding: 6px;
}

h3 {
    font-size: 1.038em;
    line-height: 0.91em;
    color: #08457e;
    margin-top: 1.25em;
    margin-bottom: 0.3125em;
    clear: both;
}

h4 {
    font-size: 0.692em;
    line-height: 0.65em;
    color: #08457e;
    margin-top: 1.25em;
    margin-bottom: 0.3125em;
    clear: both;
}

hr {
    border: 1px solid #e6e6e6;
    width: 100%;
    margin: 1.25em 0;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a .btn:hover {
    text-decoration: none;
}

a.messages.attention {
    text-decoration: none;
}

/*
Firefox puts extra padding in buttons.
This CSS makes buttons consistent sizes
across browsers.
*/
button::-moz-focus-inner {
    padding: 0 3px;
    border: 0;
    margin: -1px 0;
}


button[disabled] {
    filter: alpha(opacity=30);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    cursor: default;
}

label {
    margin-right: 0.41666667em;
}

.lbl.FieldDescRequired {
    color: #cd0a0a;
}

.FieldDescRequired:after {
    content: "*";
    color: #cd0a0a;
    padding-left: 0.25em;
}

.FieldDescRequiredDisabled {
    color: #666666;
}

.FieldDescRequiredDisabled:after {
    content: "*";
    padding-left: 0.25em;
}

.FieldDescDisabled {
    color: #666666;
	font-style: italic;
}

label[id="span-CO-UD_Cust_View_Section-desc"],
label[id="span-AS-UD_AS_AMT_DEPR_HEADING-desc"],
label[id="span-AS-UD_AS_ACE_DEPR_HEADING-desc"],
label[id="span-AS-UD_AS_MN_DEPR_HEADING-desc"] {
    font-weight: bold;
    font-size: 1.384em;
    font-style: normal;
    text-align: left;
    background-color: #f2f8f9;
    color: rgba(0, 119, 138, 0.8);
    line-height: 1.17em;
    margin-bottom: 0.3125em;
    margin-top: 1.25em;
    padding: 6px;
}

label[id="span-AS-UD_NO_BOOK_DEPR-desc"],
label[id="span-AS-UD_NO_STATE_DEPR-desc"],
label[id="span-AS-UD_NO_TAX_DEPR-desc"] {
    color: #70707b;
    font-weight: normal;
    font-size: 1.384em;
    font-style: normal;
    text-align: center;
    width: 500px !important;
}

.FieldSectionNoBorder {
    border: none;
    background: transparent;
    white-space: nowrap;
    width: 0px;
    color: #00778a;
    font-size: 0px;
    text-align: left;
    line-hieght: 0px;
    padding: 0px;
}

input,
select,
textarea {
    border: 1px solid #e6e6e6;
    padding: 0.3125em 0.25em 0.25em;
}

input[disabled],
select[disabled],
textarea[disabled] {
    color: #666666;
    background-color: #f2f2f2;
    cursor: default;
}

textarea[readOnly]
{
    color: #666666;
    background-color: #f2f2f2;
    cursor: default;
}

.disabled-input-wrapper-for-hover {
    position: relative;
    display: block;
}

.disabled-input-wrapper-for-hover > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

input {
    vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    border: none;
    margin: 0.25em;
}

input[type="text"],
input[type="password"],
input[type="file"] {

    width: 10em;
}

input[type="text"].x-small,
input[type="password"].x-small,
input[type="file"].x-small {
    width: 2.3255814em !important;
}

input[type="text"].small,
input[type="password"].small,
input[type="file"].small {
    width: 5.88235294em !important;
}

input[type="text"].large,
input[type="password"].large,
input[type="file"].large {
    width: 15em !important;
}

body.has-left-nav ul.column-layout li.four-column input[type="text"].large,
body.has-left-nav ul.column-layout li.four-column input[type="password"].large,
body.has-left-nav ul.column-layout li.four-column input[type="file"].large {
    width: 100% !important;
}

input[type="text"].x-large,
input[type="password"].x-large,
input[type="file"].x-large {
    width: 18em !important;
}

input[type="text"].xx-large,
input[type="password"].xx-large,
input[type="file"].xx-large {
    width: Auto !important;
}

select {
    min-width: 40px;
}

div.disabled-input-wrapper-for-hover > select {
    max-width: 100%;
}

select.simple-popup {
    max-width: none;
    width: auto;
}

select[multiple] {
    max-width: none;
    height: 10em;
}

ul.horizontal-layout.scorecard-page li > select {
    width: 18em;
}

ul.horizontal-layout.scorecard-page li.full-width-select-box {
    margin-right: 2.25em;
}

ul.horizontal-layout.scorecard-page li.full-width-select-box select {
    width: 100%;
}

ul.horizontal-layout.scorecard-page .selector-reorder-list ul.horizontal-layout > li {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

ul.horizontal-layout.scorecard-page .selector-reorder-list ul.horizontal-layout > li > a {
    display: block;
}

.selector-reorder-list ul.horizontal-layout > li {
    margin-top: 1.2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.selector-reorder-list ul.horizontal-layout > li:first-child {
    margin-top: 0;
}

.selector-reorder-list ul.horizontal-layout > li.btns {
    margin-right: 1.25em;
    width: 3em;
    vertical-align: middle;
}

.selector-reorder-list ul.horizontal-layout > li.btns li {
    margin: 0.15625em;
}

.selector-reorder-list ul.horizontal-layout > li label {
    display: block;
}

.selector-reorder-list ul.horizontal-layout > li select {
    min-width: 15em;
}

textarea {
    width: 100%;
    font-family: "Lucida Console", "Courier New", Courier, monospace;
}

div[windowname=CS] > iframe {
  max-height: 80vh;
  max-width: 80vw;
}

textarea[name=txtComment] {
  width: auto;
  max-height: 80vh;
  max-width: 80vw;
}

.grid textarea {
    width: 20em;
}

#AttachTable input[type="file"],
#AttachTable input[type="text"] {
    width: 80%;
}

#UploadAssetsTable input[type="file"],
#UploadAssetsTable input[type="text"] {
    width: 80%;
}

.top-margin {
    margin-top: 1.25em;
}

.right-margin {
    margin-right: 1.25em;
}

.bottom-margin {
    margin-bottom: 1.25em;
}

.left-margin {
    margin-left: 1.25em;
}

fieldset {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

fieldset table {
    margin-top: 0;
}

.numeric {
    text-align: right !important;
}

.numeric input {
    text-align: right !important;
}

.ribbon {
    border-bottom: 3px solid #e6e6e6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    clear: both;
    padding: 0.625em;
    margin-bottom: 1.25em;
}

.ribbon h1 {
    display: none;
}

.ribbon > .pagination {
    float: right;
}

.ribbon > .pagination .btn .icon.previous:after {
    content: "Previous";
    padding-left: 0.25em;
}

.ribbon > .pagination .btn .icon.next:before {
    content: "Next";
    padding-right: 0.25em;
}
/* -----------------------------------*/
/* ---->>> General Components <<<-----*/
/* -----------------------------------*/
/* ----->>> Lbl/Val Display <<<------*/
.lbl {
    font-weight: bold;
    float: left;
    white-space: break-word;
    line-height: 1.2em;
    width: auto;
    overflow: hidden;
}

.val {
    float: right;
    line-height: 1.2em;
    width: auto;
}

.multiLineDesc {
    float: right;
    line-height: 1.2em;
    width: 12em;
    text-align: right;
    overflow: auto;
}

.val1 {
    float: left;
    line-height: 1.2em;
    width: auto;
}

.val .numeric {
    text-align: right;
}

.non-val {
    float: right;
    line-height: 1.2em;
    width: auto;
    text-align: left;
    width: 100%;
}

.non-val .numeric {
    text-align: right;
}

.non-val-lbl {
    font-weight: bold;
    float: left;
    white-space: break-word;
    line-height: 1.2em;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    width: 100%;
}

.lbl-val-display {
    clear: both;
    position: relative;
    padding-top: 0.3125em;
}

.lbl-val-display.lbl {
    font-weight: bold;
    float: left;
    white-space: break-word;
    line-height: 1.2em;
    width: auto;
    overflow: hidden;
}

.lbl-val-display.val {
    float: right;
    line-height: 1.2em;
    width: auto;
}

.lbl-val-display.val .numeric {
    text-align: right;
}

.lbl-val-display.non-val {
    float: right;
    line-height: 1.2em;
    width: auto;
    text-align: left;
    width: 100%;
}

.lbl-val-display.non-val .numeric {
    text-align: right;
}

.lbl-val-display.non-val-lbl {
    font-weight: bold;
    float: left;
    white-space: break-word;
    line-height: 1.2em;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    width: 100%;
}

.small-lbl .val,
.large-lbl .lbl,
.header-content .small-lbl .val,
.header-content .large-lbl .lbl {
    width: 65%;
}

.small-lbl .lbl,
.large-lbl .val,
.header-content .small-lbl .lbl,
.header-content .large-lbl .val {
    width: 34%;
}

.medium-lbl .lbl,
.header-content .medium-lbl .lbl {
    width: 52%;
}

.medium-lbl .val,
.header-content .medium-lbl .val {
    width: 47%;
}

.extra-large-lbl .lbl,
.header-content .extra-large-lbl .lbl {
    width: 85%;
}

.extra-large-lbl .val,
.header-content .extra-large-lbl .val {
    width: 14%;
}

.extra-extra-large-lbl .lbl,
.header-content .extra-extra-large-lbl .lbl {
    width: 95%;
}

.extra-extra-large-lbl .val,
.header-content .extra-extra-large-lbl .val {
    width: 4%;
}

.flexible-string .lbl {
    font-weight: bold;
    float: left;
    white-space: break-word;
    line-height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    width: auto;
    min-width: 25%;
    max-width: 95%;
}

.flexible-string .val {
    float: right;
    line-height: 1.2em;
    float: none;
    text-align: left;
    width: auto;
    min-width: 5%;
    max-width: 20%;
}

.flexible-string .val .numeric {
    text-align: right;
}

.flexible-string .bold-lbl {
    font-weight: bold;
}

.flexible-string.allow-wrap {
    line-height: 1.25em;
}

#litNewFile,
#litOther {
    width: auto;
}
/* ---->>> Click Preview/Actions Dropdown <<<-----*/
.dropdown {
    position: absolute;
}

.dropdown:hover > .dropdown-menu {
    /*css only hover*/
    display: block;
}

.dropdown-toggle:focus {
    outline: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 0.625em;
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: #ffffff;    
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    -ms-border-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    display: none;
}

.dropdown-menu > li a {
    clear: both;
    font-weight: normal;
    line-height: 1.25em;
    padding: 0.20833333em 0.625em;
}

.dropdown-menu > li a#Approve_Applink {
    display: none;
}

.dropdown-menu > li a#Reject_Applink {
    display: none;
}

.dropdown-menu > li a#Reject_Applink {
    display: none;
}

.dropdown-menu > li a#ChangeProgramlink {
    display: none;
}


ul.actions-list > li a#ViewTaskslink {
    display: none;
}

ul.actions-list > li a#ViewPricingQuoteRptslink {
    display: none;
}

#GetStepDocsbtn {
    display: none;
}

.dropdown-menu-column > ul > li a#ViewTaskslink {
    display: none;
}

.dropdown-menu > li.divider {
    margin: 0 5%;
    width: 90%;
    border: 1px solid #e6e6e6;
}

.dropdown-menu.pull-left {
    top: 100%;
    left: 0;
}

.dropdown-menu.pull-right {
    top: 100%;
    right: 0;
}

.dropdown-menu.multi-column .dropdown-menu-column {
    display: block;
    padding: 0 2.5em 0 0;
}

.dropdown-menu.multi-column .dropdown-menu-column:last-child {
    padding: 0;
}

.dropdown-menu.multi-column .dropdown-menu-column li {
    list-style: none;
}

.actions .click-preview {
    float: right;
}

.click-preview.dropdown:hover .icon.actions {
    opacity: .4;
}

.click-preview > .dropdown-menu.fluid-grid {
    padding: 0.625em;
}

.click-preview {
    display: inline;
}

.click-preview.dropdown .icon.actions {
    color: #474747;
    cursor: pointer;
    font-size: 1.61em;
    max-width: 18px;
}

.click-preview.dropdown .icon.actions:before {
    content: "\e62e";
    font-family: icomoon;
}
/* ---------->>> Buttons <<<-----------*/
.btn {
    text-align: center;
    padding: 0.3125em 0.625em;
    margin: 0 0.25em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0px 1px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 0px #ffffff;
    -ms-box-shadow: inset 0px 1px 0px #ffffff;
    -o-box-shadow: inset 0px 1px 0px #ffffff;
    box-shadow: inset 0px 1px 0px #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    cursor: pointer;
    vertical-align: middle;
}

.btn.ellipse {
    margin-top: 0.96153846em;
    padding: 0 0 0 .25em;
    vertical-align: bottom;
    overflow: hidden;
    display: inline-block;
    height: 10px;
    width: 20px;
}

.btn.ellipse .icon {
    display: inline-block;
    margin-left: -3px;
    margin-top: -3px;
    overflow: hidden;
}

.btn.ellipse .icon:before {
    content: "\e622";
    font-family: icomoon;
    font-size: 1.19em;
}

.btn.pull-right {
    float: right;
}

.btn.pull-right:after {
    float: none;
}

.btn.btn-default {
    color: #000000;
    background: #abcdef;
    border: 1px solid #abcdef;
}

.btn.btn-default:not([disabled]):hover,
.btn.btn-default:focus {
    background: #d9d9d9;
    text-decoration: none;
}

.btn.btn-primary {
    background: #faa51a;
    border: 1px solid #faa51a;
    color: #ffffff;
    text-shadow: 0 1px 0 #faa51a;
}

.btn.btn-primary:not([disabled]):hover,
.btn.btn-primary:focus {
    background: #f59a05;
    text-decoration: none;
}

.btn.btn-secondary {
    background: #abcdef;
    border: 1px solid #abcdef;
    color: #000000;
}

.btn.btn-secondary:not([disabled]):hover,
.btn.btn-secondary:focus {
    background: #d9d9d9;
    text-decoration: none;
}

.btn .icon {
    color: #474747;
}

.btn .icon.first:before {
    content: "\e639";
    font-family: icomoon;
    font-size: 0.93333333em;
}

.btn .icon.previous:before {
    content: "\e638";
    font-family: icomoon;
    font-size: 0.93333333em;
}

.btn .icon.next:after {
    content: "\e637";
    font-family: icomoon;
    font-size: 0.93333333em;
}

.btn .icon.last:after {
    content: "\e63a";
    font-family: icomoon;
    font-size: 0.93333333em;
}

.btn img {
    max-width: 12px;
    max-height: 12px;
    vertical-align: middle;
    border: none;
}

.btn:not([disabled]):hover {
    text-decoration: none;
}

.btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-group > .btn {
    position: relative;
    margin: 0;
}

.btn-group.dropdown.workflow > .btn:first-child:hover {
    background: #e6e6e6;
    cursor: default;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group.workflow {
    float: left;
    position: relative;
    /*.dropdown-menu {
            top: 25px;
        }*/
}

.btn-group.workflow .icon {
    font-size: 1.2em;
}

.btn-group:after {
    clear: both;
}

.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-group-vertical > .btn {
    display: block;
    max-width: 100%;
    width: 100%;
    float: left;
    position: relative;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group {
    margin-left: 0;
    margin-top: -1px;
}

.btn-group-vertical > .btn :not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 4px;
}

.btn-group-vertical > .btn-group {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    display: block;
    max-width: 100%;
    width: 100%;
}

.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-left: 0;
    margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical:after {
    clear: both;
}

.btns {
    clear: both;
    width: 100%;
    padding: 1.25em 0px;
    text-align: center;
}

.modal .btns {
    clear: both;
    width: 100%;
    padding-top: 1.25em;
    text-align: center;
}

.btn-xs,
.btn-group-xs > .btn {
    font-size: 0.8em;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 0.9em;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 1.2em;
}

.btn-araddress {
    margin-left: 3px;
}

#dialog-wrapper {
    border: 1px solid #404040;
    border-radius:2px;
    width: 371px;
    top: 34%;
    left: 31%;
    position: relative;
}

#dialog {
    background: white;
    padding: 26px 20px;
    border-bottom:1px solid #E6E6E6;
}

#dialog-wrapper > #dialog-btns {
    background: #F2F2F2;
    padding: 14px 24px;
    text-align: right;
}

#dialog-btns > button {
    margin-left: 8px;
    padding: 0 10px;
}

#dialog-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(149, 149, 149, .7);
    z-index: 1000;
    position: fixed;
    top: 0;
}

/* ---------->>> Icons <<<-----------*/
.icon.arrow.move-up:before {
    content: "\e604";
    font-family: icomoon;
}

.icon.arrow.move-up-all:before {
    content: "\e608";
    font-family: icomoon;
}

.icon.arrow.move-down:before {
    content: "\e605";
    font-family: icomoon;
}

.icon.arrow.move-down-all:before {
    content: "\e607";
    font-family: icomoon;
}

.icon.arrow.move-right:before {
    content: "\e603";
    font-family: icomoon;
}

.icon.arrow.move-right-all:before {
    content: "\e609";
    font-family: icomoon;
}

.icon.arrow.move-left:before {
    content: "\e602";
    font-family: icomoon;
}

.icon.arrow.move-left-all:before {
    content: "\e606";
    font-family: icomoon;
}

.icon.workflow:before {
    content: "\e634";
    font-family: icomoon;
}

.icon.locked:before {
    content: "\e627";
    font-family: icomoon;
}

.icon-warning-sign {
    color: #fbbc53;
}
/* ---------->>> Loading/Processing Spinner Overlay <<<-----------*/
.overlay {
    background-color: #000000;
    filter: alpha(opacity=30);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
}

.spinner {
    animation: anim-rotate 2s infinite linear;
    color: #ffffff;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: inline-block;
    font-size: 5.6em;
    height: 1em;
    line-height: 1;
    position: fixed;
    top: 50%;
    right: 50%;
    text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
    z-index: 1051;
    cursor: default;
}

@keyframes anim-rotate {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.spinner--steps {
    animation: anim-rotate 1s infinite steps(8);
    -webkit-animation: anim-rotate 1s infinite steps(8);
    -moz-animation: anim-rotate 1s infinite steps(8);
}

.spinner--steps2 {
    animation: anim-rotate 1s infinite steps(12);
}

.processing-message {
    color: #ffffff;
    position: fixed;
    top: 65%;
    right: 27%;
    text-align: center;
    text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
    z-index: 1051;
    width: 50%;
}
/* -----------------------------------*/
/* ---------->>> Header <<<-----------*/
/* -----------------------------------*/
header {
    height: 75px;
    color: #ffffff;
}

header .logo {
    float: right !important;
    font-size: 3.3em;
    margin: 0.625em 0px 0px 0.625em;
    text-shadow: 0 1px 0 #00528d;
	width:200px !important;
}

header .logo:before {
    content: "\e900";
    font-family: icomoon;
}

.login-info {
    margin-right: 1.25em;
    color: #000000;
    position: absolute;
    top: -25px;
    right: 0;
}

.login-info:hover {
    cursor: pointer;
}

.login-info:hover > li > .dropdown-menu {
    display: block;
}

.login-info:hover > li.dropdown {
    background: #ffffff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0px 1px 0px #666666;
    -moz-box-shadow: inset 0px 1px 0px #666666;
    -ms-box-shadow: inset 0px 1px 0px #666666;
    -o-box-shadow: inset 0px 1px 0px #666666;
    box-shadow: inset 0px 1px 0px #666666;
}

.login-info > li {
    padding: 0.41666667em 0.41666667em 0 0.41666667em;
}

.login-info > li.dropdown > .dropdown-menu {
    border-top-right-radius: 0;
    background: #ffffff;
    border: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    z-index: 1020;
}

.login-info > li.dropdown > .dropdown-menu > li a {
    clear: both;
    color: #000000;
    display: block;
    font-weight: normal;
    padding: 0.20833333em 0.625em;
    white-space: nowrap;
}

.login-info > li.dropdown > .dropdown-menu > li a:hover,
.login-info > li.dropdown > .dropdown-menu > li a:focus {
   text-decoration: underline;
}

.user-settings {
    font-size: 1.3em;
}

.user-settings:before {
    content: "\e600";
    font-family: icomoon;
}
/* -----------------------------------*/
/* -------->>> Navigation <<<---------*/
/* -----------------------------------*/
/*----Un comment all for Responsive Design----*/
.navbar-header {
    font-weight: bold;
    background: #000000;
    color: #999999;
    cursor: pointer;
    display: none;
    padding: 1em;
    position: relative;
}

.navbar-header .menu:before {
    content: "\e63b";
    font-family: "icomoon";
}

.navbar-header .menu {
    font-size: 2.5em;
    position: absolute;
    top: 4px;
    right: 0;
    width: 50px;
    height: 33px;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar-header .menu:hover {
    color: #ffffff;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: table-cell;
}

.nav > li > a {
    position: relative;
    display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
}

.nav.navbar {
    text-wrap: normal;
    width: auto;
    padding: 0px;
}

.nav.navbar.tabs {
    position: relative;
    margin-top: -1px;
    top: 1px;
}

.nav.navbar.tabs > li {
    position: relative;
}

.nav.navbar > li {
    display: inline-block;
    height: 100%;
    position: relative;
}

.nav.main {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 3.4em;
    position: relative;
    text-align: center;
    z-index: 1;
}

.nav.main > li {
    border-right: 2px solid #F7F7F7 !important;
    display: table-cell;
    height: 3.3em;
    position: relative;
    vertical-align: middle;
    width: 14em;
    /*@media all and (min-width: @base-phone-width) {
				//border-right: @nav-inner-border;
				//font-size: 100%;
				//position: relative;
				//list-style: none;
				
				//display: block;
				//overflow: visible;
				//width: auto;
				//padding: 0 2.88em;
			}*/
}

.nav.main > li.lg {
    width: 18em;
}

.nav.main > li a {
    color: #000000;
    display: block;
    /*font-weight: bold;*/
    text-decoration: none;
    width: 100%;
    padding: 11px 0;
}

.nav.main > li a:hover,
.nav.main > li a:focus {
   background-color: #abcdef; color: #000000;
}

.nav.main > li a:hover:after {
   background-color: #abcdef; color: #000000;
}

.nav.main > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #ffffff;
    text-align: left;
    padding: 0;
    width: auto;
    min-width: 100%;
    position: absolute;
    top: auto;
    left: 0;
}


.nav.main > li > .dropdown-menu li {
    font-size: 100%;
    font-weight: normal !important;
    position: relative;
    overflow: hidden;
}

.nav.main > li > .dropdown-menu li a:hover,
.nav.main > li > .dropdown-menu li a:focus {

   background-color: #abcdef; color: #000000;
}

.nav.main > li > .dropdown-menu li a {
    display: block;
    line-height: 1.5em;
    padding: 0.20833333em 0.625em;
}

/*.nav.main > li > .dropdown-menu li:last-child a {
    padding-bottom: 0.625em;
}*/

.nav.secondary {
    clear: both;
    width: 100%;
    background-color: #FFFFFF;
}

.nav.secondary:empty {
    display: none !important;
}

.actions .icon {
    font-size: 1.2em;
}

.actions .icon:before {
    content: "\e62e";
    font-family: icomoon;
}

.top-nav .nav.secondary {
    min-height: 45px;
    padding: 10px 20px;
    text-align: center;
    background-image: -webkit-linear-gradient(center bottom, #80bbc5 1%, #e6f1f3 100%);
    background-image: -moz-linear-gradient(center bottom, #80bbc5 1%, #e6f1f3 100%);
    background-image: -o-linear-gradient(center bottom, #80bbc5 1%, #e6f1f3 100%);
    background-image: -ms-linear-gradient(center bottom, #80bbc5 1%, #e6f1f3 100%);
    background-image: linear-gradient(center bottom, #80bbc5 1%, #e6f1f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0 );
}

.top-nav .dropdown-menu.multi-column {
    right: 0;
}

.top-nav .dropdown-menu.multi-column .dropdown-menu-column {
    position: relative;
    width: 175px;
    float: left;
}

.top-nav .dropdown-menu.multi-column .dropdown-menu-column:nth-child(3n+1) {
    clear: left;
}

.top-nav .dropdown-menu.multi-column .dropdown-menu-column:nth-child(n+4) {
    margin-top: 1.25em;
}

.top-nav .actions {
    position: relative;
    width: auto !important;
}

.top-nav .actions .btn {
    float: right;
    position: absolute;
    right: -5px;
}

.sticky-menu {
    z-index: 999;
}

.sticky-menu.sticky {
    /*@media (max-width: @base-phone-width) { margin: 0; width: 100%; }*/
    position: fixed;
    top: 0;
    right: 50%;
    margin-right: -490px;
    width: 980px;
}

.sticky-menu.sticky .nav.secondary {
    -webkit-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    -ms-border-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.fluid-grid .fluid-row .fluid-cell.three-column.left-nav {
    margin-right: 0;
}

.left-nav {
    padding: 1.25em;
}

.left-nav .nav.secondary {
    background: #f2f8f9;
    border: 1px solid #e6f1f3;
    padding: 0.625em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    display: table-cell;
    width: 11.8em;
    /*14em*/
}

.left-nav .sticky-menu {
    z-index: 998;
}

.left-nav .sticky-menu.sticky {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25em;
    position: fixed;
    top: 37px;
    right: auto;
    width: 11.75em;
    /*15.75em*/
}

.left-nav .btn {
    width: 100%;
    margin: 0;
}

.left-nav .btn.actions {
    width: auto !important;
}

.left-nav .btn-group .btn {
    width: auto;
}

.left-nav .btn-group.workflow {
    float: none;
    margin-top: 1.25em;
}

.btn-group.workflow:hover .btn.btn-default.dropdown-toggle {
    background: none repeat scroll 0% 0% #D9D9D9;
}

.left-nav .btn-group.workflow .btn {
    width: 8em;
}

.left-nav .btn-group.workflow .btn + .btn {
    width: auto;
}

.left-nav .btn-group.workflow .dropdown-menu {
    left: 81%;
}

.left-nav .workflow:after,
.left-nav .actions:after {
    clear: both;
}

.left-nav #actions-toggle span.icon {
    display: none;
}

.left-nav .dropdown {
    position: relative;
}

.left-nav .dropdown.actions {
    margin-top: 1.25em;
}

.left-nav .dropdown.actions:first-child {
    margin-top: 0;
}

.left-nav .dropdown.actions .btn {
    display: none;
}

.left-nav #actions-toggle {
    display: inline;
    float: none;
    cursor: pointer;
    padding: 0px;
    z-index: 999;
}

.left-nav #actions-toggle.dropdown-menu {
    box-shadow: none;
    border: none;
    position: inherit;
}

.left-nav #actions-toggle.dropdown-menu.multi-column.two-column {
    width: auto;
    min-width: 0px;
}

.left-nav #actions-toggle.dropdown-menu > li {
    display: inline-table;
    padding: 0.41666667em 1.25em;
    width: 100%;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: inset 0px 1px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 0px #ffffff;
    -ms-box-shadow: inset 0px 1px 0px #ffffff;
    -o-box-shadow: inset 0px 1px 0px #ffffff;
    box-shadow: inset 0px 1px 0px #ffffff;
    position: relative;
    /*css only hover*/
}

.left-nav #actions-toggle.dropdown-menu > li:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.left-nav #actions-toggle.dropdown-menu > li:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.left-nav #actions-toggle.dropdown-menu > li:only-child {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.left-nav #actions-toggle.dropdown-menu > li:hover > ul.actions-list {
    display: block;
}

.left-nav #actions-toggle.dropdown-menu > li h5 {
    font-weight: normal;
    float: left;
    line-height: 1.2em;
    padding: 0.625em 0px;
    text-shadow: 0 1px 0 #ffffff;
    width: 80%;
}

.left-nav #actions-toggle.dropdown-menu > li .icon {
    display: inline-block;
    float: right;
    margin-top: 0.625em;
    width: 10%;
}

.left-nav #actions-toggle.dropdown-menu > li .icon:before {
    content: "\e62e";
    font-family: icomoon;
}

.left-nav #actions-toggle.dropdown-menu > li ul.actions-list {
    position: absolute;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 0.625em;
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    -ms-border-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    display: none;
    top: auto;
    left: 100%;
}

.left-nav #actions-toggle.dropdown-menu > li ul.actions-list > li a {
    clear: both;
    font-weight: normal;
    line-height: 1.25em;
    padding: 0.20833333em 0.625em;
}

.left-nav #actions-toggle.dropdown-menu > li ul.actions-list > li.divider {
    margin: 0 5%;
    width: 90%;
    border: 1px solid #e6e6e6;
}

.left-nav #actions-toggle.dropdown-menu > li ul.actions-list.pull-left {
    top: 100%;
    left: 0;
}

.left-nav #actions-toggle.dropdown-menu > li ul.actions-list.pull-right {
    top: 100%;
    right: 0;
}

.left-nav #actions-toggle.dropdown-menu > li ul.actions-list.multi-column .dropdown-menu-column {
    display: block;
    padding: 0 2.5em 0 0;
}

.left-nav #actions-toggle.dropdown-menu > li ul.actions-list.multi-column .dropdown-menu-column:last-child {
    padding: 0;
}

.left-nav #actions-toggle.dropdown-menu > li ul.actions-list.multi-column .dropdown-menu-column li {
    list-style: none;
}

.menu-padding {
    padding-top: 40px;
}

/* -----------------------------------*/
/* --->> Expandable/Collapsible <<----*/
/* -------->> Page Sections <<--------*/
/* -----------------------------------*/
.collapse-panels {
    margin-right: 0.17857143em;
    float: right;
    position: relative;
    padding: 0px;
    font-size: 1.75em;
}

.collapse-panels .expand:before {
    content: "\e607";
    font-family: icomoon;
    padding: 0.17857143em 0.25em 0px 0.25em;
}

.collapse-panels .collapse:before {
    content: "\e608";
    font-family: icomoon;
    padding: 0px 0.25em 0.17857143em 0.25em;
}

.pagination {
    padding: 0.3125em 0.41666667em 0 0 !important;
}

.pagination .btn {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0;
}

.pagination .btn:not([disabled]):hover,
.pagination .btn:focus,
.pagination .btn:active {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 0;
}

.pagination input {
    width: 3em;
}

.pagination .displaying-x-of-y {
    display: inline;
    font-weight: bold;
}

.panel {
    clear: both;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    -ms-border-box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 3px 5px rgba(153, 153, 153, 0.5);
    position: relative;
}

.panel .panel-heading {
    padding: 0.41666667em;
    background: #f2f2f2;
    border-bottom: 1px solid transparent;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.panel .panel-heading h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    float: left;
    font-size: 1.155em;
    font-weight: bold;
    padding: 5px 0 0 5px;
    text-shadow: 0 1px 0 #ffffff;
}

.panel .panel-heading h2.panel-title {
    background-color: transparent;
}

.panel .panel-heading .icon {
    color: #333333;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    float: right;
    margin: 0 0.25em;
    text-shadow: 0 1px 0 #ffffff;
}

.panel .panel-heading .icon.expand {
    font-size: 1.96em;
}

.panel .panel-heading .icon.expand:before {
    content: "\e605";
    font-family: icomoon;
}

.panel .panel-heading .icon.collapse:before {
    content: "\e604";
    font-family: icomoon;
}

.panel .panel-heading .pagination {
    float: right;
}

.panel .panel-body {
    padding: 1.25em;
}

.panel .panel-body table.grid:first-child {
    margin-top: 0px;
}

.panel .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}
/* -----------------------------------*/
/* ----------->> Tables <<------------*/
/* -----------------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
}

table thead {
    font-weight: bold;
}

table thead tr th {
    padding: 5px;
}

table tbody tr:nth-of-type(odd) {
    background: #abcdef;
}

table tbody tr td {
    padding: 5px;
}

table tbody tr td.center {
    text-align: center;
}

table tbody tr.totals-row td {
    font-weight: bold;
}

.responsive.grid.personal.no-zebra caption,
.tabs-content .responsive.grid.personal caption,
.responsive.grid.personal.no-zebra thead tr,
.tabs-content .responsive.grid.personal thead tr,
.responsive.grid.personal.no-zebra tfoot tr,
.tabs-content .responsive.grid.personal tfoot tr {
    background: none repeat scroll 0% 0% #F2F8F9;
}

.responsive.grid.personal.no-zebra thead th,
.tabs-content .responsive.grid.personal thead th {
    text-align: left;
}

.responsive.grid.personal.no-zebra tbody tr:nth-of-type(2n+1),
.tabs-content .responsive.grid.personal tbody tr:nth-of-type(2n+1) {
    background: none;
}

.responsive.grid.personal.no-zebra tbody tr td,
.tabs-content .responsive.grid.personal tbody tr td {
    border: none;
}

.responsive.grid.personal.no-zebra tbody tr td:first-child,
.tabs-content .responsive.grid.personal tbody tr td:first-child {
    border-left: 1px solid #e6e6e6;
}

.tabs-content .tabs li {
	border-right: 1px solid #a9a9a9;
    /*background: #f2f8f9;*/
}

.responsive.grid.personal.no-zebra tbody tr td:last-child,
.tabs-content .responsive.grid.personal tbody tr td:last-child {
    border-right: 1px solid #e6e6e6;
}
/*@media 
only screen and (max-width: @base-phone-width),
(min-device-width: @base-tablet-width) and (max-device-width: @base-laptop-width)  {

    
//---- Begin Responsive Table ----

table {
	&.responsive {
		caption, thead, tbody, tfoot, tr, th, td {   display:block; width:100%; float:left; clear:both; } 
		// float and clear for getting IE to work 
		
		thead, thead th, tfoot th { .accesibility-link; }
		td:before {   display:block; content:attr(data-header)': \00a0';  font-weight:bold; }//bombs out ie9
		
		&.grid td { border: none;
			&.empty { display: none; }
		}
	}
}

//---- End Responsive Table ----


//-- Personal touch on table styling            
//table.personal {   width:100%; border-radius:10px; }
//table.personal th, table.personal td {   border-width:0; }
//table.personal tbody th {   padding:10px 0 6px; background-color:#c1bfbf; }
//table.personal tbody tr {   margin-bottom:20px; border-left:6px solid #747474; background-color:#efefef; border-radius:0 10px 10px 0; }
//table.personal tbody tr:nth-child(even) {    }
//table.personal tbody td {   padding:8px 15px 10px 10px; }
//table.personal tfoot {   background-color:#D9D9D9; border-radius:5px;  }
//table.personal tfoot th, table.personal tfoot td {   padding:10px;} -- 

}*/
/* -----------------------------------*/
/* ------------>> Grid <<-------------*/
/* -----------------------------------*/
.grid-wrapper {
    overflow-x: auto;
    overflow-y: none;
    clear: both;
}

.stacked-grid-spacer {
    margin-bottom: 20px;
}

.grid-wrapper .click-preview.dropdown {
    position: static;
}

.grid-wrapper .click-preview.dropdown ul {
    position: absolute;
}

.grid-wrapper .click-preview.dropdown ul li {
    position: static;
}

table {
    margin-top: 1.25em;
    background: #ffffff;
}

table caption {
    font-weight: bold;
    font-size: 1.085em;
}

table .dropdown {
    position: relative;
}

table.grid {
    margin-top: 1.25em;
}

table.grid caption {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    line-height: 1.17em;
    padding: 0.3125em 0.41666667em;
    text-shadow: 0 1px 0 #ffffff;
    text-align: left;
}

table.grid td {
    padding: 0.25em;
}

table.grid td .ellipse {
    margin-top: 0.3125em;
}

table.grid td .icon-warning-sign {
    margin: 0 0.3125em;
}

table.grid thead tr,
table.grid tfoot tr {
    text-shadow: 0 1px 0 #ffffff;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: inset 0px 1px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 0px #ffffff;
    -ms-box-shadow: inset 0px 1px 0px #ffffff;
    -o-box-shadow: inset 0px 1px 0px #ffffff;
    box-shadow: inset 0px 1px 0px #ffffff;
}

table.grid thead tr th,
table.grid tfoot tr th {
    text-align: center;
    cursor: pointer;
    line-height: 1em;
}

table.grid thead tr th.expand,
table.grid tfoot tr th.expand,
table.grid thead tr th.collapse,
table.grid tfoot tr th.collapse {
    cursor: pointer;
    font-weight: normal;
}

table.grid thead tr th.expand:before,
table.grid tfoot tr th.expand:before {
    content: "\ea0a";
    font-family: icomoon;
}


table.grid thead tr th.collapse:before,
table.grid tfoot tr th.collapse:before {
    content: "\ea0b";
    font-family: icomoon;
}

table.grid thead tr th a,
table.grid tfoot tr th a {
    color: #333333;
    position: relative;
}

table.grid thead tr th .sort,
table.grid tfoot tr th .sort {
    line-height: 0.2em;    
    top: 0;
    display: inline;
}

table.grid thead tr th .sort[sort='asc'] .ascend,
table.grid tfoot tr th .sort[sort='asc'] .ascend {
    width: 10px;
    height: 10px;
    display: inline;    
    margin-top: 9px;
}

table.grid thead tr th .sort[sort='asc'] .ascend:before,
table.grid tfoot tr th .sort[sort='asc'] .ascend:before {
    content: "\e635";
    font-family: icomoon;
}

table.grid thead tr th .sort[sort='desc'] .descend,
table.grid tfoot tr th .sort[sort='desc'] .descend {
    width: 10px;
    height: 10px;
    display: inline;    
    margin-top: 5px;
}

table.grid thead tr th .sort[sort='desc'] .descend:before,
table.grid tfoot tr th .sort[sort='desc'] .descend:before {
    content: "\e634";
    font-family: icomoon;
}

table.grid.grid-header {
    border-bottom: none;
}

table.grid .buttons,
table.grid .filter {
    text-align: left;
}

table.grid .pagination {
    text-align: right;
    float: none;
    margin: 0;
}

table.grid .counter {
    text-align: center;
}

table.grid tbody tr td {
    border: 1px solid #e6e6e6;
}

table.grid tbody tr td.expand {
    text-align: center;
    cursor: pointer;
}

table.grid tbody tr td.expand:before {
    content: "\ea0a";
    font-family: icomoon;
}

table.grid tbody tr td.collapse {
    text-align: center;
    cursor: pointer;
}

table.grid tbody tr td.collapse:before {
    content: "\ea0b";
    font-family: icomoon;
}

table.grid tbody tr td .center {
    text-align: center;
}

table.grid tbody tr.totals-row {
    background: #f2f2f2;
}

table.grid tbody tr.totals-row td {
    border: 1px solid rgba(255, 255, 255, 0);
}

table.grid tbody tr.totals-row td:first-child {
    border-left: 1px solid #e6e6e6;
}

table.grid tbody tr.totals-row td:last-child {
    border-right: 1px solid #e6e6e6;
}

table.grid tbody tr.sub-grid td:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0);
}

table.grid tbody tr.sub-grid td:last-child {
    padding: 0 1.25em 1.25em 0;
}
/* -----------------------------------*/
/* --------->> Fluid Grid <<----------*/
/* -----------------------------------*/
/*-- Max-width of the whole grid --*/
/*-- Number of colums to support --*/
/*-- Must be less than (100/@numCols)% --*/
.fluid-grid {
    clear: both;
}

.fluid-grid .fluid-row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.fluid-grid .fluid-row .fluid-cell {
    /*vertical-align: top;*/
}

.fluid-grid .fluid-row .fluid-cell.one-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 3.5%;
}

.fluid-grid .fluid-row .fluid-cell.two-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 9.93333333%;
}

.fluid-grid .fluid-row .fluid-cell.three-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 16.36666667%;
}

.fluid-grid .fluid-row .fluid-cell.four-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 22.8%;
}

.fluid-grid .fluid-row .fluid-cell.five-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 29.23333333%;
}

.fluid-grid .fluid-row .fluid-cell.six-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 35.66666667%;
}

.fluid-grid .fluid-row .fluid-cell.seven-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 42.1%;
}

.fluid-grid .fluid-row .fluid-cell.eight-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 48.53333333%;
}

.fluid-grid .fluid-row .fluid-cell.nine-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 54.96666667%;
}

.fluid-grid .fluid-row .fluid-cell.ten-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 61.4%;
}

.fluid-grid .fluid-row .fluid-cell.eleven-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 67.83333333%;
}

.fluid-grid .fluid-row .fluid-cell.twelve-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 74.26666667%;
}

.fluid-grid .fluid-row .fluid-cell.thirteen-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
  width: 80.7%;
   
}

.fluid-grid .fluid-row .fluid-cell.fourteen-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 87.13333333%;
}

.fluid-grid .fluid-row .fluid-cell.fifteen-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 93.56666667%;
}

.fluid-grid .fluid-row .fluid-cell.sixteen-column {
    float: left;
    min-height: 1px;
    margin-right: 2.93333333%;
    width: 100%;
}

.fluid-grid .fluid-row .fluid-cell.last {
    margin-right: 0px;
}

.fluid-grid .fluid-row .fluid-cell.spacer {
    height: 20px;
}

.fluid-grid.no-gutter .fluid-cell.one-column {
    float: left;
    margin-right: 0%;
    width: 6.25%;
}

.fluid-grid.no-gutter .fluid-cell.two-column {
    float: left;
    margin-right: 0%;
    width: 12.5%;
}

.fluid-grid.no-gutter .fluid-cell.three-column {
    float: left;
    margin-right: 0%;
    width: 18.75%;
}

.fluid-grid.no-gutter .fluid-cell.four-column {
    float: left;
    margin-right: 0%;
    width: 25%;
}

.fluid-grid.no-gutter .fluid-cell.five-column {
    float: left;
    margin-right: 0%;
    width: 31.25%;
}

.fluid-grid.no-gutter .fluid-cell.six-column {
    float: left;
    margin-right: 0%;
    width: 37.5%;
}

.fluid-grid.no-gutter .fluid-cell.seven-column {
    float: left;
    margin-right: 0%;
    width: 43.75%;
}

.fluid-grid.no-gutter .fluid-cell.eight-column {
    float: left;
    margin-right: 0%;
    width: 50%;
}

.fluid-grid.no-gutter .fluid-cell.nine-column {
    float: left;
    margin-right: 0%;
    width: 56.25%;
}

.fluid-grid.no-gutter .fluid-cell.ten-column {
    float: left;
    margin-right: 0%;
    width: 62.5%;
}

.fluid-grid.no-gutter .fluid-cell.eleven-column {
    float: left;
    margin-right: 0%;
    width: 68.75%;
}

.fluid-grid.no-gutter .fluid-cell.twelve-column {
    float: left;
    margin-right: 0%;
    width: 75%;
}

.fluid-grid.no-gutter .fluid-cell.thirteen-column {
    float: left;
    margin-right: 0%;
    width: 81.25%;
}

.fluid-grid.no-gutter .fluid-cell.fourteen-column {
    float: left;
    margin-right: 0%;
    width: 87.5%;
}

.fluid-grid.no-gutter .fluid-cell.fifteen-column {
    float: left;
    margin-right: 0%;
    width: 93.75%;
}

.fluid-grid.no-gutter .fluid-cell.sixteen-column {
    float: left;
    margin-right: 0%;
    width: 100%;
}

.fluid-grid.no-gutter .fluid-cell.last {
    margin-right: 0px;
}

.fluid-grid.no-gutter .fluid-cell.spacer {
    height: 20px;
}
/* --------->> Form Layout <<---------*/
ul {
    padding: 0;
}

ul.column-layout > li {
    width: 23%;
    /*4 column*/
}

ul.column-layout > li.three-column {
    width: 31%;
}

ul.column-layout > li.two-column {
    width: 48%;
}

ul.column-layout > li.one-column {
    width: 100%;
}

ul.column-layout.horizontal-layout > li {
    margin-right: 1.25em;
}

ul.horizontal-layout {
    clear: both;
}

ul.horizontal-layout li {
    display: inline-block;
    list-style: none;
    margin: 0.625em 14px 0.625em 0;
    vertical-align: top;
}

ul.horizontal-layout > li > input[type="text"].xx-large,
ul.horizontal-layout > li > input[type="password"].xx-large,
ul.horizontal-layout > li > input[type="file"].xx-large {
    width: 30em !important;
}

ul.column-layout > li.one-column input[type="text"].xx-large,
ul.column-layout > li.one-column input[type="password"].xx-large,
ul.column-layout > li.one-column input[type="file"].xx-large {
    width: 100% !important;
}

ul.horizontal-layout.column-layout ul.vertical-layout > li {
    width: 100%;
}

ul.horizontal-layout.column-layout ul.vertical-layout.horizontal-labels label,
ul.horizontal-layout.column-layout ul.vertical-layout.horizontal-labels label.lbl {
    width: 44%;
}

ul.horizontal-layout.column-layout ul.vertical-layout.horizontal-labels label.lbl.srch-tbl-vals-lbl {
    width: 35%;
    text-align: right;
}

ul.horizontal-layout.horizontal-labels li.large {
    width: 48.3%;
}

ul.horizontal-layout.horizontal-labels li.large label,
ul.horizontal-layout.horizontal-labels li.large label.lbl {
    width: 22.3%;
}

ul.horizontal-layout.horizontal-labels.column-layout .lbl {
    width: 45%;
}

ul.horizontal-layout.horizontal-labels.column-layout .two-column .lbl {
    width: 22.4%;
}

ul.horizontal-layout.vertical-labels li {
    display: inline-block;
}

ul.horizontal-layout.vertical-labels .lbl {
    display: block;
    float: none;
}

ul.horizontal-layout.item-list li {
    padding: 0.3125em 0.625em 0.3125em 0.3125em;
    width: auto;
    vertical-align: top;
}

ul.horizontal-layout.links-list li {
    line-height: 1.2em;
    margin: 0;
    padding: 0 0.625em 0 0.3125em;
    border-right: 1px solid #cccccc;
}

ul.horizontal-layout.links-list li:first-child {
    padding-left: 0;
}

ul.vertical-layout {
    clear: both;
}

ul.vertical-layout > li {
    display: block;
    list-style: none;
    margin: 0.625em 0;
}

ul.vertical-layout.item-list li {
    margin: 0.3125em 1.25em 0.3125em 0.3125em;
    padding-left: 0;
    width: auto;
    vertical-align: top;
}

ul.vertical-layout.column-layout > li {
    display: inline-block;
}

ul.vertical-layout.horizontal-labels.column-layout .lbl {
    width: 45%;
}

ul .lbl-val-display .lbl {
    margin-top: 0;
}

ul .lbl-val-display .val {
    margin-right: 1.25em;
}

ul .lbl-val-display .multiLineDesc {
    margin-right: 1.25em;
}

.vertical-labels .lbl {
    width: 100%;
    overflow: visible;
    word-wrap: break-word;
}

.vertical-labels .lbl-val-display .val {
    float: left;
}

.horizontal-labels .lbl {
    margin-top: 0.3125em;
}

.checkbox label,
.radio-button label {
    float: none;
}

.checkbox.vertical-layout li:first-child,
.radio-button.vertical-layout li:first-child {
    margin: 0.20833333em 0 0.625em 0;
}

.checkbox.horizontal-layout li,
.radio-button.horizontal-layout li {
    margin: 0.20833333em 0 0.625em 0;
}

.checkbox.horizontal-layout li {
    display: list-item;
}

.checkbox.horizontal-layout .vertical-layout.horizontal-labels li ul {
    margin-left: 20px;
}

.radio-button.horizontal-layout li {
    width: auto;
}
/* ---->> Billing cycle taglib <<----*/
ul.billingCycle-fields li {
    margin-right: -0.25em;
    padding: 0 0.13888889em;
}

ul.billingCycle-fields li label {
    font-weight: bold;
    display: block;
    text-align: center;
    margin-right: 0;
}

ul.billingCycle-fields li input {
    margin: 0px;
    padding: 0px;
}

.billingCycle-links {
    white-space: normal;
    text-align: center;
    width: 186px;
}

.billingCycle-links li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.billingCycle-links li a {
    margin: 0.3125em;
}

.date-field,
.search-field {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    display: inline-block;
    white-space: nowrap;
}

.date-field input,
.search-field input {
    border: none;
    width: 7.69230769em;
}

.search-field textarea {
    border: none;
}

.date-field .btn,
.search-field .btn {
    color: none;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px rgba(153, 153, 153, 0);
    -moz-box-shadow: 0px 0px 5px rgba(153, 153, 153, 0);
    -ms-border-box-shadow: 0px 0px 5px rgba(153, 153, 153, 0);
    box-shadow: 0px 0px 5px rgba(153, 153, 153, 0);
    padding: 0px;
    margin: 0px;
    width: auto;
}

.date-field .icon,
.search-field .icon,
.search-field .icon-pencil {
    cursor: pointer;
    font-size: 1.15em;
    float: right;
    text-shadow: 0 1px 0 #ffffff;
    padding-right: 0.25em;
}

.date-field.disabled,
.search-field.disabled {
    background-color: #f2f2f2;
    cursor: default;
}

.date-field.disabled .icon,
.search-field.disabled .icon {
    color: #666666;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    cursor: default;
}

.date-field .icon:before {
    content: "\e60b";
    font-family: icomoon;
}

.search-field .icon {
    font-size: 1.19em;
}

.search-field .icon:before {
    content: "\e60a";
    font-family: icomoon;
}

td .search-field {
    margin-top: 15px;
}

td .search-field-desc {
    white-space: nowrap;
    height: 15px;
    width: auto;
}

.search-field-desc {
    word-break: break-all;
    width: 89px;
}

/* -----------------------------------*/
/* ------------>>> Tabs <<<-----------*/
/* -----------------------------------*/
.tabs {
    list-style: none;
    padding: 0;
}

.tabs li {
	border-right: 1px solid #a9a9a9;
    background: #e6e6e6;
}

.tabs li > a {
    color: #333333;
}

.tabs li:hover {
    background: #abcdef;
}

/* newly added */
.tabs > li.active > a {
	color: #000000;
}
.tabs > li a:hover,
.tabs > li a:focus {
    color: #000000;
}

.tabs-content .tabs li > a:hover,
.tabs-content .tabs li > a:focus {
    color: #000000;
}

.tabs-content .tabs li.active > a {
    color: #000000;
}
.tabs > li {
    max-width: 15em;
}

.tabs > li > a {
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: normal;
    padding: 0.83333333em;
    height: 100%;
}

.tabs > li.active {
    margin-top: 2px;
    background-color: #abcdef !important;
    cursor: default;
}

.tabs > li.active > a:hover {
    cursor: default;
}

.tabs-content {
    clear: both;
    margin-bottom: 1.25em;
    border: 1px solid #e6e6e6;
}

.tabs-content .tabs {
    clear: both;
}

.tabs-content .tabs li > a {
    color: #000000;
}

.tabs-content .tabs li:hover {
    background: #abcdef;
}

.tabs-content .tabs-content {
    border-right: 1px solid #e6f1f3;
    border-bottom: 1px solid #e6f1f3;
    border-left: 1px solid #e6f1f3;
}

.tabs-content .tabs-content .tabs li {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #e6e6e6;
}

.tabs-content .tabs-content .tabs li > a {
 
}

.tabs-content .tabs-content .tabs li:hover {
    background: #abcdef;
}

.tabs-content .tabs-content .tabs-content {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.tabs-content .tabs-content .tabs-content .tabs li {
    border-left: 1px solid #e6f1f3;
    border-top: 1px solid #e6f1f3;
    border-right: 1px solid #e6f1f3;
    background: #e6e6e6;
}

.tabs-content .tabs-content .tabs-content .tabs li > a {
    
}

.tabs-content .tabs-content .tabs-content .tabs li:hover {
    background: #abcdef;
}

.tabs-content .tabs-content .tabs-content .tabs-content {
    border-right: 1px solid #e6f1f3;
    border-bottom: 1px solid #e6f1f3;
    border-left: 1px solid #e6f1f3;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs li {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #f9f9f9;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs li > a {
    color: #333333;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs li:hover {
    background: #f6f6f6;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs-content {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs li {
    border-left: 1px solid #e6f1f3;
    border-top: 1px solid #e6f1f3;
    border-right: 1px solid #e6f1f3;
    background: #f2f8f9;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs li > a {
    color: #198596;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs li:hover {
    background: #e6f1f3;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs-content {
    border-right: 1px solid #e6f1f3;
    border-bottom: 1px solid #e6f1f3;
    border-left: 1px solid #e6f1f3;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs li {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #f9f9f9;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs li > a {
    color: #333333;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs li:hover {
    background: #f6f6f6;
}

.tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs-content .tabs-content {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.tabs-content.padding {
    padding: 1.25em;
}

.tabs-content > .pagination {
    float: right;
    margin-bottom: 1.25em;
}

.tabs-content > .pagination .btn .icon.previous:after {
    content: "Previous";
    padding-left: 0.25em;
}

.tabs-content > .pagination .btn .icon.next:before {
    content: "Next";
    padding-right: 0.25em;
}

.tabs-content .ribbon {
    clear: both;
    margin-top: 2.25em;
}

.tabs-content .ribbon .btns {
    padding: 0;
    clear: none;
}

.tabs-content .ribbon h1 {
    float: left;
}
/* -----------------------------------*/
/* ------->>> Page Footer <<<---------*/
/* -----------------------------------*/
footer {
    clear: both;
    color: #00778a;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

footer cite {
    float: right;
}

footer a,
footer a:visited {
    color: #00528d;
}
/* -----------------------------------*/
/* -------->>> Login Page <<<---------*/
/* -----------------------------------*/
.login-page header {
    height: auto;
    width: 50%;
    margin-top: 15em;
}

.login-page section {
    background: none;
    width: 50%;
    margin-bottom: 15em;
    min-height: 280px;
}

.login-page section .login-form {
    border-left: 1px solid #e6e6e6;
    margin-left: 16em;
    padding-left: 1em;
    width: 9em;
}

.login-page section .login-form h1 {
    color: #80bbc5;
}

.login-page section .login-form button {
    margin: 0.3125em 0 0 0.3125em;
}

.login-page section .login-form .lbl {
    font-weight: normal;
}

/* Custom Classes Added by pandian on 26th July 2016 */

input.credit-progress-1 
{
 border: 0px solid white;
 height: 20px;
 width: 450px;
 background: url(/images/credit_progress_1.gif) no-repeat;   
 font: bold 9pt Arial, Helvetica, Trebuchet MS;
 padding-top: 60px;
 padding-left: 5px;
}

input.credit-progress-2 
{
 border: 0px solid white;
 height: 20px;
 width: 450px;
 background: url(/images/credit_progress_2.gif) no-repeat;   
 font: bold 9pt Arial, Helvetica, Trebuchet MS;
 padding-top: 60px;
 padding-left: 5px;
}

input.credit-progress-3 
{
 border: 0px solid white;
 height: 20px;
 width: 450px;
 background: url(/images/credit_progress_3.gif) no-repeat;   
 font: bold 9pt Arial, Helvetica, Trebuchet MS;
 padding-top: 60px;
 padding-left: 5px;
}

input.workflow-progress1-ON, input.workflow-progress1-OFF, input.workflow-progress2-ON, input.workflow-progress2-OFF, input.workflow-progress3-ON, input.workflow-progress3-OFF, input.workflow-progress-DONE 
{
  font: bold 14px Arial, Helvetica, sans-serif;
  border: 0px solid white; 
  padding: 9px 0px 8px 42px;
  margin-right: 0px;
}

input.workflow-progress1-ON, input.workflow-progress2-ON, input.workflow-progress3-ON
{
  color: #ffffff;
}

input.workflow-progress1-OFF, input.workflow-progress2-OFF, input.workflow-progress3-OFF
{
  color: #666666;
}

input.workflow-progress-DONE 
{
  color: #6daf3c;
  background: url(/images/xerox_workflow_step_done_240.png) no-repeat 0% 50%;  
}

input.workflow-progress1-ON {background: url(/images/xerox_workflow_step_1_on_240.png) no-repeat 0% 50%;}
input.workflow-progress2-ON {background: url(/images/xerox_workflow_step_2_on_240.png) no-repeat 0% 50%;}
input.workflow-progress3-ON {background: url(/images/xerox_workflow_step_3_on_240.png) no-repeat 0% 50%;}
input.workflow-progress1-OFF {background: url(/images/xerox_workflow_step_1_off_240.png) no-repeat 0% 50%;}
input.workflow-progress2-OFF {background: url(/images/xerox_workflow_step_2_off_240.png) no-repeat 0% 50%;}
input.workflow-progress3-OFF {background: url(/images/xerox_workflow_step_3_off_240.png) no-repeat 0% 50%;}

input.workflow-progress-ON 
{
 border: 0px solid white;
 font-weight: bold;
 background: url(/images/prog_track_step_on.png) no-repeat 100% 50%;   
 padding: 8px 0px 8px 8px;
 margin-right: 10px;
}
input.workflow-progress-OFF 
{
 border: 0px solid white;
 background: url(/images/prog_track_step_off.png) no-repeat 100% 50%; 
 padding: 8px 0px 8px 8px;
 margin-right: 10px;  
}

input.errormessage {
  font-size: 9pt;
  font-weight : bold;
  font-family : Arial, Helvetica, Trebuchet MS;
  border : 0px;
  width: 900px;
  color : red;
 
}

input.message {
  font-size: 9pt;
  font-weight : bold;
  font-family : Arial, Helvetica, Trebuchet MS;
  border : 0px;
  width: 900px;  
}

input.hide {
  display: none;
  font-size: 9pt;
  font-family : Arial, Helvetica, Trebuchet MS;
  border : 0px;
  margin-right: 10px;
}

input.BQC-OK
{
  font-size: 9pt;
  font-weight: bold;
  border: 0px solid white;
  padding: 10px 0px 10px 30px;
  width: 900px;
  margin-right: 0px;
  margin-left: 0px;  
}

input.BQC-OK
{
 background: url(/images/BQC-OK.png)  no-repeat 0% 100%;
}

input.BQC-VALIDATE
{
  font-size: 9pt;
  font-weight: bold;
  border: 0px solid white;
  padding: 10px 0px 10px 30px;
  width: 900px;
  margin-right: 0px;
  margin-left: 0px;  
}

input.BQC-VALIDATE
{
 background: url(/images/BQC-VALIDATE.png)  no-repeat 0% 100%;
}

input.BQC-FAIL
{
  font-size: 9pt;
  font-weight: bold;
  border: 0px solid white;
  padding: 10px 0px 10px 30px;
  width: 900px;
  margin-right: 0px;
  margin-left: 0px;  
  color : red;
}

input.BQC-FAIL
{
 background: url(/images/BQC-FAIL.png)  no-repeat 0% 100%;
}

/*textarea.wpdisp{
  font-size: 9pt;
  font-weight : bold;
  font-family : Arial, Helvetica, Trebuchet MS;
  border: 0;
  overflow: hidden;  
}*/