
/*********************************************************************************************************************************************/
/*HPFS Forms styles*/
.formHeader {
    padding: 18px 18px 10px 18px;
}

.bannerSection {
    font-size: 21px;
    color: #000000;
    padding: 18px 18px 18px 0px;
    font-family: Arial;
    font-weight: bolder;
}

.formHeader .headerTitle {
    /*padding-top: 39px;*/
    font-size: 15px; /*color: #f2f2f2;*/
}

.formHeader .headerCopy {
    font-size: 12px;
    color: #000000;
}

.hrFirst {
    width: 100%;
    color: #181818;
    background-color: #181818;
}

.formLabel {
    font-size: 12px;
    color: #999;
    padding-left: 6px;
}

.formFieldLogon {
    padding-bottom: 10px;
}

.formFieldLabelLogon {
    font-size: 12px;
    margin-right: 1px;
    padding-top: 1px;
    float: left;
    text-align: left;
    width: 200px;
}

.formFieldLinksLogon {
    font-size: 12px;
    color: #999;
    margin-right: 1px;
    padding-top: 5px;
    float: left;
    text-align: left;
    width: 300px;
}

.formFieldElementLogon input[type=text], .formFieldElementLogon input[type=password] {
    background-color: #343639;
    border: 1px solid #111;
    line-height: 28px;
    font-size: 90%;
    color: #f2f2f2;
    width: 300px;
    height: 28px;
    padding: 10px;
}

.formFieldElementLogon {
    float: left;
}

    .formFieldElementLogon textarea, .formFieldElementLogon select {
        background-color: #343639;
        border: 1px solid #111;
        line-height: 14px;
        font-size: 90%;
        color: #f2f2f2;
        padding: 10px;
        width: 380px;
        min-width: 380px;
    }

.formPanelLeft {
    float: left;
    padding-left: 10px;
    width: auto;
}

.formPanelRight {
    position: relative;
    float: right;
    padding-right: 50px;
    width: 400px;
}

.formBody .formPanelRight {
    position: relative;
    float: right;
    padding-right: 0px;
}

.formLogin .formLoginLeft {
    width: 600px;
}

.formLogin .formLoginRight {
    width: 400px;
}

.formFieldElementLogon select {
    padding: 2px;
    width: 400px;
}

.formDescription {
    padding: 0 18px 10px 18px;
    color: #f2f2f2;
}

    .formDescription p {
        padding-bottom: 8px;
    }

    .formBody a:hover, .formDescription a:hover {
        text-decoration: underline;
    }

.formWatermark {
    background: url('../images/01_ImageOnly_LeaseOrigination.png') no-repeat left bottom;
    width: 284px;
    height: 321px;
    float: right;
    margin-right: 18px;
}

.formField {
    padding-bottom: 10px;
}

.formFieldTitle {
    font-size: 12px;
    color: #F2F2F2;
    text-transform: capitalize;
}

.formFieldLabel {
    font-size: 12px;
    color: #000000;
    margin-right: 10px;
    padding-top: 7px;
    float: left;
    text-align: right;
    width: 200px;
}

.formFieldElement {
    float: left;
}

    .formFieldElement input[type=text], .formFieldElement input[type=password] {
        height: 28px;
        width: 213px;
        padding: 0px;
        padding-left: 5px;
    }

    .formFieldElement textarea, .formFieldElement select {
        height: 28px;
        width: 220px;
        padding: 0px;
        padding-left: 5px;
    }

.formFieldListElement {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 12px;
    color: #000000;
    text-transform: capitalize;
}

/*.formFieldListElement input[type=radio]
{
    vertical-align:middle;  
    margin:0px;  
    padding-bottom:4px;
}*/

.bodyCopySmall {
    padding-left: 10px;
    font-size: 12px;
    color: #999;
    text-transform: capitalize;
}

.hpfs_subContainer .formFieldElementLogin {
    height: 42px;
    outline: none;
}
/*.hpfs_subContainer a {
    color: white;
}*/


a.uploadButton {
    padding: 0px 15px 0px 15px !important;
}

.formFieldElementLogin input[type=text], .formFieldElementLogin input[type=password] {
    line-height: 20px;
    font-size: 120%;
    color: #000000;
    width: 290px;
    height: 20px;
    padding: 10px;
}

.formFieldLabelLogin {
    font-size: 12px;
    color: #999;
    margin-right: 0px;
    float: left;
    text-align: left;
    width: 200px;
}

span.mInfo, span.mInfoRight {
    background: none repeat scroll 0 0 white;
    border: 2px solid #425563;
    color: #343639;
    font-size: 12px;
    width: 300px;
    line-height: 20px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    left: -10px;
    display: none;
    padding: 0 20px;
    position: relative;
}


    span.mInfo:after {
        content: '';
        position: absolute;
        bottom: -8px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #425563;
        border-right: 2px solid #425563;
        background: white;
        left: 0%;
        margin-left: 5px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    span.mInfoRight::after {
        content: '';
        position: absolute;
        bottom: -8px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #007dba;
        border-right: 2px solid #007dba;
        background: white;
        left: 0%;
        margin-left: 321px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

div.moreInfo {
    position: relative;
    background-image: url(../Images/help_new.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    background-size: 17px;
}

    div.moreInfo:hover span.mInfo {
        display: inline-block;
    }

    div.moreInfo:hover span.mInfoRight {
        display: inline-block;
    }

div#reportHelp {
    position: absolute;
    background-image: url(../Images/help_new.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    z-index: 1;
}



#dashboardLink a {
    text-decoration: underline;
    color: white;
}

.verticalLine {
    height: 200px;
    border-left: thin solid white;
}
/*.loginlinks
{
    text-decoration: underline;
    color: white;
    padding: 1px;
    line-height: 20px;
    
}*/

tr#18 {
}

.twoColumn {
}

    .twoColumn .formField {
        float: left;
        width: 49%;
    }

        .twoColumn .formField .formFieldLabel {
        }

        .twoColumn .formField .formFieldElement {
            width: 25%;
        }

            .twoColumn .formField .formFieldElement input[type=text], .twoColumn .formField .formFieldElement input[type=password] {
                width: 200px;
            }

    .twoColumn label.error, .twoColumn div.error {
        width: 200px;
        float: left;
    }

/*********************************************************************************************************************************************/

#rmaInterestSelected {
    text-align: center;
    font: bold 12px;
    line-height: 26px;
    display: none;
    background: #222222;
    width: 1000px;
    height: auto;
    padding: 15px;
    border: 2px solid #333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

/*********************************************************************************************************************************************/
a.close {
    background-image: url(../jqgrid/dark-hive/images/ui-icons_4b8e0b_256x240.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    background-position: -96px -128px;
    background-repeat: no-repeat;
}
/*********************************************************************************************************************************************/

/*HPFS Portlet Styles*/
.recordInfo {
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    font-size: 11px;
    color: #f2f2f2;
}

#all {
    background: #1D1D1D; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35383C', endColorstr='#1D1D1D'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#35383C), to(#1D1D1D)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #35383C, #1D1D1D); /* for firefox 3.6+ */
}

/* the overlayed element */
#subGridWrapper, #ThirdGridWrapper {
    /* initially overlay is hidden */
    display: none; /* growing background image */
    width: 951px; /* some padding to layout nested elements nicely  */
    z-index: 9200;
    height: 600px;
    font-size: 16px;
    color: #FFFFFF;
    overflow-x: hidden;
}

/* default close button positioned on upper right corner */
/*#subGridWrapper .close
{
    background-image: url(../Images/closeButton.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 22px;
    width: 22px;
}

#ThirdGridWrapper .close
{
    background-image: url(../Images/closeButton.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 22px;
    width: 22px;
}

#gridPartialSchedulePriceDiv .close
{
    background-image: url(../Images/closeButton.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 22px;
    width: 22px;
}*/

.popupForm {
    display: none;
    background: #FFFFFF;
    width: 1000px;
    z-index: 9200;
    height: auto;
    padding: 15px;
    text-align: left;
    border: 2px solid #CCCCCC;
    opacity: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    overflow-y: auto;
    overflow-x: hidden;
}


/* default close button positioned on upper right corner */
/*#frmDialog .close, #UserInfo .close, #DocumentExecution .close, #divOnlineContactUs .close, #tempOverlay .close, #divInboxItem .close
{
    background-image: url(../Images/closeButton.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 22px;
    width: 22px;
}*/

.jqGridLinkColumn {
    text-decoration: underline !important;
}

div.searchBtnDiv {
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
    height: 40px;
    display: inline-block;
    padding-bottom: 5px;
    background-color: #FFFFFF;
}

div.searchBoxDiv {
    background-color: #FF712B;
    height: 200px;
    width: 100%;
}

input.primaryBtn {
    background: transparent url('../Images/btn_primary_right.png') no-repeat scroll right top;
    display: block;
    float: left;
    margin-right: 6px;
    padding-right: 10px;
    color: #F2F2F2;
    font-weight: bold; /*font-size: 9px;*/
    font-size: 12px;
    height: 21px; /*text-transform: uppercase;*/
    text-decoration: none;
}

/* primaryBtn style for BUTTON element */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button span {
        margin-top: -1px;
    }
}

/*.linkOverview
{
    text-decoration: underline !important;
}*/

/* REQUIRED BUTTON STYLES: */
button {
    /*float: left;*/
    border: 0;
    padding: 5px 0px;
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
}

    button::-moz-focus-inner {
        border: none; /* overrides extra padding in Firefox */
    }

    button span {
        position: relative;
        display: block;
        white-space: nowrap;
        height: 21px;
    }

    button.DashboardQuickButton span {
        font-size: 14px;
        text-align: left;
        white-space: normal;
        width: 120px;
        height: auto;
    }

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */
a.secondaryBtn {
    background: transparent url('../Images/btn_secondary_right.png') no-repeat scroll right top;
    display: block;
    float: left;
    margin-right: 6px;
    padding-right: 10px;
    color: #F2F2F2;
    font-weight: bold; /*font-size: 9px;*/
    font-size: 12px;
    height: 21px;
    text-transform: uppercase;
    text-decoration: none;
}

    a.secondaryBtn span {
        display: block;
        background: transparent url('../Images/btn_secondary_left.png') no-repeat scroll left top;
        padding: 0 0 0 10px;
        white-space: nowrap;
        line-height: 21px;
        text-decoration: none;
    }

    a.secondaryBtn:hover span {
        background-position: 0% -21px;
    }

    a.secondaryBtn::-moz-focus-inner {
        border: none;
    }

/*********************************************************************************************************************************************/
/*HPFS Header Styles*/
div.hpfs_header {
    width: 100%;
    margin: auto;
    height: 100px;
    background-image: url(../Images/Marquee_Purple.jpg);
}

    div.hpfs_header div.hpfs_header_left {
        float: left;
        padding-left: 15px;
        padding-top: 15px;
    }

    div.hpfs_header div.hpfs_header_right {
        float: right;
        padding-right: 25px;
        padding-top: 5px;
    }

div.hpfscpHeaderTitle {
    font-size: 12px;
    color: #3399FF;
    font-weight: bold;
    text-transform: uppercase;
}

div.hpfs_header a, a:visited {
    text-decoration: none;
    color: #f2f2f2;
}

    div.hpfs_header a:hover {
        text-decoration: underline;
        color: #f2f2f2;
    }

.pipeleft {
    border-left: 1px solid #B1B3B2;
}

/*********************************************************************************************************************************************/
/*HPFS Footer Styles*/
div.hpfs_footer {
    background-color: #F7F7F7;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
    height: 111px;
}

    div.hpfs_footer div.hpfs_footer_left {
        width: 481px;
        height: 75px;
        float: left;
        padding: 18px 0 18px 18px;
    }

    div.hpfs_footer div.hpfs_footer_right {
        width: 463px;
        height: 75px;
        float: right;
        padding: 18px;
        margin-left: 2px;
    }

#quicklinks {
    margin-left: 0px;
    margin-top: 3px;
    text-align: left;
}

#support {
    margin-left: 0px;
    margin-top: 3px;
    text-align: left;
}

div.footpipe {
    border-right: 1px solid #F2F2F2;
}

div.footerSubTitle {
    font-size: 12px;
}

div.footerSubTitleR {
    font-size: 12px;
}

#quicklinks td, #support td {
    padding: 5px 60px 0px 0PX;
}

/*********************************************************************************************************************************************/
/*Cleansheet Shared Styles*/
.header1 {
    font-size: 26px;
    color: #f2f2f2;
}

.header2 {
    font-size: 14px;
    color: #f2f2f2;
}

.header3 {
    font-size: 12px;
    color: #f2f2f2;
}

.clearboth {
    clear: both;
}

label {
    width: auto;
    float: left;
}

    label.error, div.error {
        float: none;
        color: red;
        padding-left: .5em;
        vertical-align: top;
        display: block;
        font-size: 12px;
    }

.errorField {
    background-color: red !important;
}

label.info {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

p {
    clear: both;
}

.submit {
    margin-left: 12em;
}

em {
    font-weight: bold;
    padding-right: 1em;
    vertical-align: top;
}

.column {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
}

.question {
    color: #99CCFF;
}

button.ARSSearchButton:hover {
    background: transparent;
    outline: none;
}

#frmContactUs .formFieldElement textarea {
    width: 375px;
    height: 42px;
}


#frmAssetRecovery .swMain .stepContainer, #frmAssetRecovery .swMain div.actionBar {
    padding-left: 10px;
}

#frmAssetRecovery .anchor {
    margin-left: -1px;
}

#frmAssetRecovery .hrFirst {
    width: 975px !important;
}

#step-3 .hrFirst {
    width: 913px !important;
}

/*********Something for one element in specific, should be generalized in future************/
.onlineContactUsLoadingImgExtra {
    top: 250px !important;
    position: absolute !important;
    left: 47% !important;
}

#frmUserDetail select {
    background-position-x: 196px;
}

#WorkInProgressGrid tbody > tr > td, #ContractsforAssetsGrid tbody > tr > td, #ThisIsTheGridId tbody > tr > td {
    color: #000000 !important;
}

#SearchGEOs, #SearchFields {
    background-position-x: 116px;
    width: 140px;
}

.advancedSearchSelect {
    height: 23px !important;
    width: 115px !important;
    line-height: 22px !important;
}

.specificLoading {
    margin-left: auto;
    margin-right: auto;
    padding: 0px !important;
    border: 0px solid #CCCCCC !important;
    min-width: 50px !important;
    height: 50px !important;
}

/*********************************************************************************************************************************************/
/*Cleansheet Forms Styles*/

/* Global Declaration */

div.selecter, div.checker span, div.selecter span, div.radio span {
    background-image: url(../Images/s-21px-hpe.png);
    background-repeat: no-repeat;
}

div.uploader, div.uploader span.action {
    /*background-image: url(../Images/sprite-agent.png); background-repeat: no-repeat;*/
}

.selecter, .radio, .checker, .uploader, .selecter *, .radio *, .checker *, .uploader * {
    margin: 0;
    padding: 0;
}

/* SPRITES */

/* Select */

div.selecter {
    /*left cap*/
    background-position: -483px -28px;
    line-height: 30px;
    height: 30px;
}
    /*select body background*/
    div.selecter span {
        background-position: right 2px;
        height: 30px;
        line-height: 30px;
    }

    /*dropdown position*/
    div.selecter select {
        top: -1px;
        left: 0px;
    }

    div.selecter:active, div.selecter.active {
        background-position: -483px -28px;
    }

        div.selecter:active span, div.selecter.active span {
        }

    div.selecter.focus, div.selecter.hover {
        background-position: -483px -28px;
    }

        div.selecter.focus span, div.selecter.hover span, div.selecter:hover span {
        }

        div.selecter.focus:active, div.selecter.focus.active, div.selecter:hover:active, div.selecter.active:hover {
        }

            div.selecter.focus:active span, div.selecter:hover:active span, div.selecter.active:hover span, div.selecter.focus.active span {
            }

    div.selecter.disabled, div.selecter.disabled:active, div.selecter.disabled.active {
        background-position: -483px -28px;
    }

        div.selecter.disabled span, div.selecter.disabled:active span, div.selecter.disabled.active span {
        }

/* Checkbox */
div.checker {
    width: 14px;
    height: 15px;
    display: inline;
}

    div.checker input {
        width: 14px;
        height: 15px;
    }

    div.checker span {
        background-position: right 1px;
        height: 19px;
        width: 22px;
        display: inline-block;
    }

    div.checker:active span, div.checker.active span {
    }

    div.checker:hover span {
        background-position-y: -44px;
    }

    div.checker.focus span {
    }

    div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span {
    }

    div.checker span.checked {
        background-position: right -89px;
    }

    div.checker span.hovered {
        background-position: right -44px;
    }

    div.checker span.disabled {
        background-position-y: -134px;
    }

    div.checker:active span.checked, div.checker.active span.checked {
    }

    div.checker.focus span.checked, div.checker:hover span.checked {
    }

    div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked {
    }

    div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
    }

        div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
        }

/* radio */
div.radio {
    width: 18px;
    height: 18px;
    display: inline;
}

    div.radio input {
        width: 18px;
        height: 18px;
    }

    div.radio span {
        height: 19px;
        width: 21px;
        background-position: right -224px;
        display: inline-block;
    }

    div.radio:active span, div.radio.active span {
    }

    div.radio:hover span {
        background-position-y: -270px;
    }

    div.radio.focus span {
    }

    div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span {
    }

    div.radio span.checked {
        background-position: right -316px;
    }

    div.radio span.hovered {
        background-position: right -271px;
    }

#rmabody div.radio span.hovered {
    background-position: right -271px;
}

div.radio:active span.checked, div.radio.active span.checked {
}

div.radio.focus span.checked, div.radio:hover span.checked {
}

div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked {
}

div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
    background-position: -184px -343px;
}

    div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
    }

/* uploader */

div.uploader {
    background-position: 0px -366px;
    height: 32px;
    font-size: 12px;
}

    div.uploader span.action {
        height: 24px;
        line-height: 24px;
    }

    div.uploader span.filename {
        height: 24px; /* change this line to adjust positioning of filename area */
        margin: 4px 0px 4px 0px;
        line-height: 24px;
    }

    div.uploader.focus, div.uploader.hover, div.uploader:hover {
        background-position: 0px -430px;
    }

        div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
        }

    div.uploader.active span.action, div.uploader:active span.action {
        background-position: right -558px;
    }

    div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
        background-position: right -590px;
    }

    div.uploader.disabled {
        background-position: 0px -398px;
    }

        div.uploader.disabled span.action {
            background-position: right -462px;
        }

/* PRESENTATION */

/* Select */
div.selecter {
    /*margin-bottom: 20px;*/
    width: 380px; /*font-weight: bold;*/
    color: #333333;
    font-size: 12px;
    border: 1px solid #CCCCCC;
}

    div.selecter select {
        width: 382px;
        min-width: 490px\9;
        font-size: 12px;
        border: solid 1px #fff;
    }

    div.selecter span {
        padding: 0px 25px 0px 2px;
        cursor: pointer;
    }

    div.selecter span {
        width: 353px;
        width: 353px\9;
        background-position: right -1426px;
    }

    div.selecter.disabled span {
        color: #bbb;
    }

/* uploader */
div.uploader {
    width: 190px; /*margin-bottom: 20px;*/
    cursor: pointer;
}

    div.uploader span.action {
        text-align: center;
        background-color: #5A5A5A;
        color: #ffffff;
        font: bold 12px;
        line-height: 34px;
        cursor: pointer;
    }

        div.uploader span.action:hover {
            background-color: #0096D6;
            cursor: pointer;
        }

    div.uploader span.filename {
        color: #1a1a1a;
        width: 82px;
        border: 1px solid #CCCCCC;
        font-size: 90%;
        font-size: 12px;
    }

    div.uploader input {
        width: 190px;
    }

    div.uploader.disabled span.action {
        color: #aaa;
    }

    div.uploader.disabled span.filename {
        border-color: #ddd;
        color: #aaa;
    }

/*
    CORE FUNCTIONALITY 
    Not advised to edit stuff below this line
    -----------------------------------------------------
*/

.selecter select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
    outline: 0;
}

/* Select */

div.selecter {
    position: relative; /*padding-left: 10px;*/
}

    div.selecter span {
        display: block;
        float: left;
        overflow: hidden;
    }

    div.selecter select {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        zoom: 1;
    }

/* uploader */

div.uploader {
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
    width: auto;
}

    div.uploader span.action {
        padding: 6px 7px 6px;
        overflow: hidden;
        cursor: pointer;
    }

    div.uploader span.filename {
        padding: 0px 10px;
        float: left;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div.uploader input {
        opacity: 0;
        filter: alpha(opacity=0);
        zoom: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        float: right;
    }

/*---------*/

/*---Advanced Search---*/
.outterDivSelectLooking {
    display: inline;
    height: 14px;
    background: url('../images/s-21px-hpe.png') no-repeat right;
    background-position-y: -1430px;
    padding: 4px 0px;
    border: 1px solid #CCCCCC;
}

.innerSpanH {
    font-weight: normal;
    position: absolute;
    padding-top: 6px;
    white-space: nowrap;
    overflow: hidden;
}

.hideDropdownForAS {
    opacity: 0;
    filter: alpha(opacity = 0);
    zoom: 1;
    padding-right: 0px\9 !important;
}

/*********************************************************************************************************************************************/

.twoColumn div.selecter {
    width: 200px;
    padding-left: 5px;
}

    .twoColumn div.selecter:hover {
        border: 1px solid #000000;
    }

    .twoColumn div.selecter span {
        width: 200px;
        overflow: hidden;
        padding: 0px;
    }

    .twoColumn div.selecter select {
        width: 206px;
        min-width: 200px;
        height: 32px;
    }

.formSection {
    font-size: 12px;
    padding: 5px 18px 5px 18px;
}

div#tipInfo {
    position: relative;
    background-image: url(../Images/ARS_Help.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.invoiceTipInfo {
    position: relative;
    background-image: url(../Images/ARS_Help.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    float: left;
}

div#tipInfo:hover span#mInfo {
    display: inline-block;
}

.circle_bot {
    clear: both;
    font: 12px/1.125 Arial;
    width: 460px;
}

    .circle_bot .s_b b, .circle_bot span.s_i i {
        font-size: 1px;
        line-height: 1px;
        overflow: hidden;
        display: block;
        clear: both;
    }

    .circle_bot .s_b b, .circle_bot span.s_i i, .circle_bot .info {
        background: #fff;
        border: #425563 solid;
    }

    .circle_bot b.b1 {
        border-width: 2px 0 0 0;
        margin: 0 2px;
        height: 0px;
    }

    .circle_bot b.b2 {
        border-width: 0 2px;
        margin: 0 1px;
        height: 1px;
    }

    .circle_bot span.s_i i {
        height: 1px;
        border-width: 0 2px;
    }

    .circle_bot .i1 {
        width: 0px;
        margin-left: 96px;
    }

    .circle_bot .i2 {
        width: 2px;
        margin-left: 95px;
    }

    .circle_bot .i3 {
        width: 4px;
        margin-left: 94px;
    }

    .circle_bot .i4 {
        width: 6px;
        margin-left: 93px;
    }

    .circle_bot .i5 {
        width: 8px;
        margin-left: 92px;
    }

    .circle_bot .i6 {
        width: 10px;
        margin-left: 91px;
        margin-top: -2px;
    }

    .circle_bot .info {
        border-width: 0 2px;
        padding: 10px 0px 10px 10px;
    }

.ViewSubmittedRequest {
    float: right;
    color: Green;
}

.SiteDetail_ViewSubmittedRequest_EquipmentPickup {
    float: left;
    margin-top: 8px;
    margin-left: 5px;
}


#divAssetsQty a, #gview_ARSRMAGrid a, #gview_ARSAssetGrid a, #gview_ARSViewRequestGridId a, #gview_ARSReportGridId a, #gview_ARSSetlReportGridId a {
    color: #0096D6;
    text-decoration: underline !important;
}

/***_AssetRecoveryForm_SiteDetails****/
.formFieldTab {
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
    padding-top: 7px;
    float: left;
    text-align: right;
    width: 100px;
}

.formFieldQuestion {
    font-size: 12px;
    color: #000000;
    margin-right: 10px;
    padding-top: 11px;
    float: left;
    text-align: left;
    width: 800px;
}

.fourColumn formFieldElement {
    float: left;
}

    .fourColumn formFieldElement textarea {
        width: 600px;
        min-width: 600px;
    }

.fourColumn div.selecter {
    width: 98px;
    height: 28px;
}

    .fourColumn div.selecter span {
        width: 71px;
        overflow: hidden;
    }

    .fourColumn div.selecter select {
        width: 99px;
        height: 30px;
        min-width: 72px;
    }

.fourColumn div input[type=text] {
    width: 60px;
}

#HintDivDocument div.circle_bot {
    width: 280px;
}

.MultiFile-title {
    line-height: 1.8;
}

#cleansheetForms-AdditionalDocs {
    width: 400px;
}

#AdditionalDocs {
    width: 258px;
    height: 32px;
}

#cleansheetForms-AdditionalDocs span.filename {
    width: 150px;
}

/***_AssetRecoveryForm_Equipment****/
.AssetTableHeaderLong {
    width: 40%;
    padding: 5px 15px;
}

.AssetTableHeader {
    width: 10%;
    padding: 5px 15px;
}

#AttachedTemplate {
    width: 258px;
    height: 32px;
}

.longFileUploader div.uploader span.filename {
    width: 150px;
}

/****_Reports_ViewReport*****/
.ARSReportFilter {
    padding: 15px;
}

.viewReport div.selecter {
    width: 200px;
}

    .viewReport div.selecter span {
        width: 170px;
        overflow: hidden;
    }

    .viewReport div.selecter select {
        width: 200px;
        min-width: 180px;
    }

.ViewReportEqual {
    margin: 3px 10px 0px 5px;
}

.RunReportBtn {
    margin: -2px 10px 0px 20px;
}

.ARSReportRdoBtn {
    height: 22px;
    line-height: 22px;
    padding-top: 4px;
}

.viewReportDate {
    width: 109px;
}

    .viewReportDate div.selecter {
        width: 100px;
    }

        .viewReportDate div.selecter span {
            width: 73px;
            overflow: hidden;
        }

        .viewReportDate div.selecter select {
            width: 100px;
            min-width: 70px;
            height: 32px;
        }

.arsReportNotEnabled {
    margin-left: 210px;
    display: none;
}

/****EOT_Quote_New*****/
.EOT_Quote_New div.selecter {
    width: 120px;
    font-size: 12px;
}

    .EOT_Quote_New div.selecter span {
        width: 90px;
        overflow: hidden;
        font-size: 12px;
    }

    .EOT_Quote_New div.selecter select {
        width: 120px;
        min-width: 100px;
    }

/******index.cshtml******/
.dataTables_info {
    color: black;
}

.wrap {
    float: left;
    position: relative;
    overflow: hidden;
    border: 0px;
    width: 100%;
}

.gridFormField input[type=text] {
    margin: 0 2px; /*color: #999;*/
    width: 80px;
}

#data td {
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    text-align: left;
    font-size: 12px;
    padding: 6px 3px;
}

#detailsGrid td {
    border: 1px solid #CCCCCC;
    text-align: center;
}

.dataTables_scrollHeadInner table thead tr th {
    border-right: 1px solid #FFFFFF;
    background: #cccccc;
    color: #333333;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.dataTables_filter {
    margin: 0 0 25px 0;
    padding: 10px;
    height: 10px;
}

    .dataTables_filter label {
        float: left;
    }

#detailsGrid_wrapper .dataTables_filter label {
    margin-top: 4px;
}

div.dataTables_wrapper {
    /*width: 100%;*/
    width: 981px;
    padding-left: 11px;
}

#frmFullGrid .dataTables_scroll {
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#filterReset, #child_filterReset {
    float: left;
    margin: 0 0 0 9px;
}

#filterAllContracts {
    font-size: 12px;
    float: left;
    margin: 10px 0 0 5px;
}


/******AssetRecoveryServicesDashboard*********/
.DashBoardRowLastTD {
    text-align: right;
    color: #0096D6;
    border-bottom: 1px solid #CCCCCC;
}

#ARSDashboardPeriodSelectTable {
    margin-left: 110px;
    float: left;
    border: 1px solid #CCCCCC;
    color: #000000;
    width: 400px;
    margin-bottom: 15px;
}

.DashboardLeftTD {
    padding: 4px 15px 5px 15px;
    text-align: left;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.02em; /*border-right: 1px solid #CCCCCC;*/
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    text-align: left;
    width: 33%;
}

.DashboardCharTD {
    width: 50%;
    padding-left: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.DashboardTitle {
    width: 240px;
    padding: 10px 0px;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #000000;
    background-color: #CCCCCC;
    font-weight: bold;
}

.DashboardEvenRow {
    background-color: #FFFFFF;
    cursor: pointer;
}

.DashboardOddRow {
    background-color: #FFFFFF;
    cursor: pointer;
}

.DashboardA {
    cursor: pointer;
    color: #5F76A5;
    font: 12px arial;
    line-height: 1.7em;
    letter-spacing: 0.02em;
    text-decoration: underline;
}

.DashboardQuickButton {
    width: 210px !important;
    padding: 10px 10px 10px 15px !important;
}

.DashboardQuickButtonLabels {
    cursor: pointer;
    font-size: 14px;
    width: 130px;
}

.DashboardFilter {
    margin-right: -5px;
    /*width: 160px;*/
    width: 110px;
}

    .DashboardFilter div.selecter {
        /*width: 146px;*/
        width: 100px;
    }

        .DashboardFilter div.selecter:hover, .DashboardFilterLarge div.selecter:hover {
            border: 1px solid #01A982;
        }

        .DashboardFilter div.selecter span {
            /*width: 116px;*/
            width: 65px;
            overflow: hidden;
            padding-left: 5px;
        }

        .DashboardFilter div.selecter select {
            /*width: 147px;*/
            width: 101px;
            min-width: 130px;
        }

.DashboardFilterLarge {
    margin-right: -5px;
    /*width: 200px;*/
    width: 150px;
}

    .DashboardFilterLarge div.selecter {
        /*width: 180px;*/
        width: 140px;
    }

        .DashboardFilterLarge div.selecter span {
            /*width: 150px;*/
            width: 109px;
            overflow: hidden;
            padding-left: 5px;
        }

        .DashboardFilterLarge div.selecter select {
            /*width: 190px;
    min-width: 170px;*/
            width: 140px;
            min-width: 130px;
        }

.DashboardMask {
    background-color: #007DBA;
    color: #FFFFFF;
}

.QuickSearchFieldElement {
    padding-left: 3px;
}

.QuickSearchFieldLabel {
    width: auto;
    margin-right: 0;
}

.ARSSearchButton {
    height: 28px;
    background: transparent;
    padding-top: 0px;
    outline: none;
}

.FuzzySearch {
    display: none;
    margin-top: 10px;
}

#QuickSearchOverlay {
    display: none;
    position: absolute;
}

#QuickSearch-img-load {
    position: absolute;
}

.QuickSearchValue {
    /*width: 175px;*/
    width: 145px;
}

.DashboardFilterIE {
    width: 161px !important;
    width: 181px\9 !important;
}

#requestStatusChart {
    float: left;
    background-color: #3C3C3C;
}

#frmQuickSearch .formSection {
    padding: 18px 18px 18px 28px;
    margin: 5px 99px;
    border-radius: 0px;
}

#QuickSearchTitleDiv {
    float: left;
    padding: 6px 0 5px 5px;
    width: 120px;
    font-weight: bold;
}

#QuickSearchLabelGEODiv {
    line-height: 30px;
    font-size: 13px;
    padding-right: 5px;
}

#QuickSearchFieldExactValue {
    /*width: 150px;*/
    width: 130px;
    font-size: 12px;
    height: 29px;
}

.ARSQuickSearchButton {
    padding-left: 0px;
}

    .ARSQuickSearchButton img {
        width: 28px;
    }

#QuickSearchFieldFuzzyValue {
    /*width: 150px;*/
    width: 130px;
    font-size: 12px;
}

#quickSearchSlideDownDiv {
    display: none;
    width: auto;
}

.ARSDashboardRow0 .DashboardCharTD div {
    background-color: #E5E8E8;
}

.ARSDashboardRow1 .DashboardCharTD div {
    background-color: #822980;
}

.ARSDashboardRow2 .DashboardCharTD div {
    background-color: #B9B8BB;
}

.ARSDashboardRow3 .DashboardCharTD div {
    background-color: #D7410B;
}

.ARSDashboardRow4 .DashboardCharTD div {
    background-color: #22B14C;
}

.ARSDashboardRow5 .DashboardCharTD div {
    background-color: #000000;
}

.ARSDashboardRowLast .DashboardCharTD div {
    background-color: #0096D6;
}

.DashboardCharTD div {
    height: 22px;
}

.ARSDashboardRowArrow {
    background-image: url(../images/ars_dashboard_arrow.png);
    background-repeat: no-repeat;
    float: right;
    width: 35%;
    height: 20px;
}

.ARSDashboardRowCount {
    font-size: 12px;
    font-weight: bold;
    padding-right: 3px;
}



/********AssetRecoveryServicesRMA************/
.AssetCount {
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #AFAAAA;
}

#arsViewRMA {
    position: relative;
}

#ViewRMALoadingOverlay {
    display: none;
    position: absolute;
}

#ViewRMA-img-load {
    position: absolute;
}

.QuantityAssetsDetailTotal {
    font-size: 13px;
    margin-left: 10px;
    margin-top: 5px;
}

.QuantityAssetsDetailTitle {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 5px;
}

.QuantityAssetTotalReveived {
    margin-top: -8px;
    margin-left: 0px;
}

/*******AssetRecoveryForm********/
#ARSProcessOverlay {
    display: none;
    position: absolute;
}

#ARSForm-img-load {
    position: absolute;
}

.download:link {
    background: url("../images/Software-driver_downloads_RGB.png") no-repeat;
    width: 19px;
    height: 17px;
    display: block;
}

.download:hover {
    background: url("../images/Software-driver_downloads_hover.png") no-repeat;
    width: 19px;
    height: 17px;
    display: block;
}

.download:visited {
    background: url("../images/Software-driver_downloads_pressed.png") no-repeat;
    width: 19px;
    height: 17px;
    display: block;
}

.messagesDownload {
    display: block;
    background-image: url("../images/paperclip.png");
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
}

.messagesDownloadBlank {
    display: block;
    width: 17px;
    height: 17px;
}

.messagesDelete {
    display: block;
    background-image: url("../images/remove2.png");
    width: 18px;
    height: 24px;
    background-size: 18px 24px;
    background-repeat: no-repeat;
}

#draggable {
    width: 330px;
    height: 330px;
}

/* 
Responsive Tables
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 0%;
    }

        td:before {
            /* Now like a table header */
            position: absolute; /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    /*
        	Label the data
        	*/
}

/***************************************************inline css 20150428*****************************************************/
.RMASiteDetailsMarginLeft {
    margin-left: 6px;
    display: inline;
}

#overlay {
    display: none;
    position: absolute;
}

#img-load {
    position: absolute;
}

.RMAAssetPadding7-10 {
    padding: 7px 10px !important;
}

.color000 {
    color: #000;
}

.color999 {
    color: #999;
}

.color0998DD {
    color: #0998DD;
}

.color0096D6 {
    color: #6A6A6A !important;
}

.colorRed {
    color: Red;
}

.RMAAssetTotalLabel {
    width: 49%;
    font-size: 17px;
    font-weight: bold;
}

.RMAAssetTotal {
    width: 50px !important;
    text-align: center !important;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #999 !important;
}

.RMALogisticServicesPadding {
    padding: 5px 0px 5px 0px;
}

.RMALogisticInput {
    width: 400px;
    font-size: 12px;
}

.RMALogisticCustomerNameInput {
    width: 400px;
    font-size: 12px;
}

.RMATipInfo {
    left: 10px;
}

.RMAHintdivlogistics {
    display: none;
    position: absolute;
    z-index: 500;
    bottom: 30px;
    left: -87px;
}

.invoiceGroupTipInfo {
    width: 20%;
    top: 15px;
}

.invoiceEmailTipInfo {
    width: 10%;
    top: 8px;
}

.InvoiceManagementHintdivlogistics {
    display: none;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
}

.MessageHintdivlogistics {
    display: none;
    position: absolute;
    z-index: 500;
    top: 25px;
    left: -50px;
}

#gview_locationsGrid .ui-state-highlight {
    background: #C6CFFA url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
}

.overFlowXY {
    overflow-x: hidden;
    overflow-y: hidden;
}

.overflowauto {
    overflow: auto;
}

.overflowscroll {
    overflow: scroll;
}

.RMAShippingAddressMargin {
    margin: 10px 0px 5px 0px;
}

.RMAPickUpTimeInput {
    width: 150px !important;
    font-size: 12px !important;
}

.RMAShippingTimeTipInfo {
    left: 10px;
    top: 5px;
}

.RMAQuoteLogisticsTD {
    vertical-align: text-top;
    width: 10px;
}

.RMAWorkInProgressListProcessDiv {
    top: 250px;
    position: absolute;
    left: 45%;
    z-index: 15000;
}

.ARSAssetTableHeaderPadding1 {
    padding: 1px 10px 1px 10px !important;
}

.ARSAssetTableHeaderPadding15 {
    padding: 15px 10px 1px 10px !important;
}

.ARSAssetQuantityInput {
    height: 18px !important;
    width: 30px !important;
    text-align: center !important;
}

.ARSAssetMiscInfo {
    float: right;
    vertical-align: text-top;
}

#RMAAssetTotalTD {
    border-top: 1px solid #CCCCCC;
}

#AssetsAdditionalInfo {
    height: 30px;
    min-width: 90%;
    width: 90%;
}

.ARSAssetTableTD {
    padding: 0;
    border: none !important;
}

.ARSAssetScanDesiredDiv {
    margin-left: 10px;
    margin-top: 1px;
    float: left;
    color: #999;
    font-size: 17px;
    font-weight: bold;
}

.ARSTipInfo {
    left: 10px;
}

.ARSViewFirstPhase {
    padding-left: 12px;
    padding-bottom: 7px;
    padding-top: 3px;
}

.ARSViewSecondPhase {
    padding-left: 12px;
    padding-top: 4px;
}

.ARSViewDownLoadBtn {
    padding-left: 10px;
    padding-top: 3px;
}

.ARSTermsLink {
    cursor: pointer;
    color: #0998DD;
}

.ARSRecycleBinBtn {
    background: transparent !important;
}

.ARSEarlyPickUpReqLabel {
    width: auto;
    float: left;
    padding: 5px 0 5px 40px;
}

.ARSEarlyPickUpReqDiv {
    float: left;
    padding: 5px 0px 5px 8px;
}

.ARSShippingImg {
    width: 20px;
    height: 20px;
    outline: none;
}

.ARSQuoteProcessDiv {
    display: none;
    width: 380px !important;
    text-align: center;
    background-size: 32px !important;
}

.ARSSiteDetailPermitRequired {
    margin-left: 6px;
    display: inline;
    margin-top: 5px;
}

.ARSSiteDetailUnionLabourRequired {
    margin-left: 6px;
    display: inline;
}

.ARSSiteDetailsInsidePickUpDiv {
    position: relative;
    zoom: 1;
}

.ARSSiteDetailsAdditional {
    display: none;
    position: absolute;
    z-index: 500;
    top: -55px;
    left: -87px;
}

.ARSSupportDocDiv {
    display: none;
    position: absolute;
    z-index: 500;
    top: -70px;
    left: -87px;
}

.ARSAdditionalDocImg {
    margin: 8px 0 -12px 0;
}

.ARSSupportDocNameA {
    color: #0096d6;
    text-decoration: underline;
}

.ARSSuccessTitleDiv {
    font-size: 15px;
    margin-left: 18px;
}

.ARSSuccessRequestIdDiv {
    margin-left: 18px;
    font-weight: bold;
    color: #999;
}


.ARSSuccessExtraInfo {
    float: none;
    margin-left: 40px;
    color: #999;
}

.SetlReportUploadDate {
    width: 109px;
}

    .SetlReportUploadDate div.selecter {
        width: 98px;
    }

        .SetlReportUploadDate div.selecter span {
            width: 70px;
            overflow: hidden;
        }

        .SetlReportUploadDate div.selecter select {
            width: 100px;
            min-width: 70px;
        }

button span {
    margin-top: 4px !important;
}

.cursorPointer {
    cursor: pointer;
}

.cursorHand {
    cursor: hand;
}

.ARSLearnMoreDiv {
    float: left;
    min-width: 20px;
}

.ARSArticleWhiteImg {
    height: 39px;
    width: auto;
    padding-left: 4px;
}

.ARSEyeWhiteImg {
    height: 39px;
    width: 39px;
}

.ARSReportWhiteImg {
    height: 39px;
    width: 39px;
}

.ARSViewAssetDiv {
    padding: 0px 10px 30px 0px;
}

.ARSRMAAssetsDiv {
    width: 350px;
    height: 160px;
    border: 1px solid white;
    border-radius: 5px;
}

#arsViewRequest {
    position: relative;
}

#ViewRequestLoadingOverlay {
    display: none;
    position: absolute;
}

#ScreenLoadingOverlay {
    display: none;
    position: absolute;
}

#Screen-img-load {
    position: absolute;
}

.ReportsDiv {
    padding: 18px;
}

.ARSReportsDiv {
    position: relative;
}

.ReportsMask {
    background-color: #425563 !important;
    color: #FFFFFF;
}

.ARSReportsImage {
    float: left;
    width: 50px;
    width: 50px;
    height: 50px;
}

.ARSReportsName {
    font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#viewReportOverlay {
    display: none;
    position: absolute;
}

#viewReport-img-load {
    position: absolute;
}

.ReportSection {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 50px;
    cursor: pointer;
    padding: 5px 18px 5px 18px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
}

#ThirdGridWrapper {
    display: none;
    z-index: 9500;
    margin-top: -50px; /*margin-left: 150px;*/
    width: 1025px;
    background: #FFFFFF;
    color: #f2f2f2;
}

    #ThirdGridWrapper .close {
        position: absolute;
        width: 22px;
        height: 22px;
        top: 5px;
        cursor: pointer;
        right: 5px;
    }

.UserDetailHr {
    width: 100%;
    color: White;
    background-color: White;
}

.UserDetailEmailNotifDiv {
    font-size: 12px;
    color: #999999;
}

.UserDetailARSOptionsDiv {
    font-size: 12px;
    color: #999999;
    float: left;
    height: 19px;
    padding-right: 10px;
}

.mastheadLeftDiv {
    width: 44%;
    height: inherit;
    display: inline-block;
}

.mastheadRightDiv {
    width: 55%;
    padding-top: 12px;
    float: right;
    display: inline-block;
}


.slideDownDiv {
    right: 5% !important;
}

.EndofTermHelpMoreInfoDiv {
    left: 950px;
    top: 80px;
    z-index: 999;
}

.EndofTermHelpMoreInfoInnerDiv {
    display: none;
    position: absolute !important;
    bottom: 34px !important;
    left: -420px !important;
}

.SchdulePricegboxDiv {
    top: 480px;
    position: absolute !important;
    left: 45%;
    z-index: 15000;
}

.RedStarSpan {
    color: Red;
    font-size: 15px;
}

.errorMsglbl {
    color: Red;
}

.fontWeightBolder {
    font-weight: bolder;
}

.fontWeightNormal {
    font-weight: normal;
}

.fontWeightB {
    font-weight: bold;
}

.RptCDFWarningSpan {
    font-size: 12px;
    color: red;
    margin-left: 100px;
    display: none;
}

.fontSizeLarger {
    font-size: larger;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 12px;
}

.font06 {
    font-size: 0.6em;
}

.fontfamilySimplified {
    font-family: 'Arial', 'Metric';
}

.FieldLabel {
    color: #000;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    padding-top: 7px;
    text-align: left;
    width: 200px;
}

.ui-icon {
    font-weight: bolder;
}

.ui-icon-plus {
    background-position-x: -16px;
    background-position-y: -128px;
}

.RMAFormReportNameDiv {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.RMAAssetScanDesiredDiv {
    margin-left: 10px;
    margin-top: 1px;
    float: left;
    color: #999;
    font-size: 17px;
    font-weight: bold;
}

.RMATipInfo {
    left: 10px;
}

.textDecorationUnderline {
    text-decoration: underline;
}

/******Width********/
.width0p {
    width: 0%;
}

.width5p {
    width: 5%;
}

.width6p {
    width: 6%;
}

.width15p {
    width: 15%;
}

.width17p {
    width: 17%;
}

.width20p {
    width: 20%;
}

.width45P {
    width: 45% !important;
}

.width49p {
    width: 49% !important;
}

.width60p {
    width: 60%;
}

.width80P {
    width: 80%;
}

.width90p {
    width: 90%;
}

.autoWidth {
    width: auto !important;
}

.width3 {
    width: 3px !important;
}

.width22 {
    width: 22px !important;
}

.width20 {
    width: 20px !important;
}

.width30 {
    width: 30px !important;
}

.width32 {
    width: 32px !important;
}

.width45 {
    width: 45px !important;
}

.width65 {
    width: 65px !important;
}

.width30 {
    width: 30px !important;
}

.width70 {
    width: 70px !important;
}

.width80 {
    width: 80px !important;
}

.width90 {
    width: 90px !important;
}

.width100 {
    width: 100px !important;
}

.width115 {
    width: 115px !important;
}

.width120 {
    width: 120px !important;
}

.width140 {
    width: 140px !important;
}

.width148 {
    width: 148px !important;
}

.width150 {
    width: 150px !important;
}

.width155 {
    width: 155px !important;
}

.width160 {
    width: 160px !important;
}

.width180 {
    width: 180px !important;
}

.width200 {
    width: 200px !important;
}

.width250 {
    width: 250px !important;
}

.width300 {
    width: 300px !important;
}

.width310 {
    width: 310px !important;
}

.width350 {
    width: 350px !important;
}

.width370 {
    width: 370px !important;
}

.width380 {
    width: 380px !important;
}

.width400 {
    width: 400px !important;
}

.width450 {
    width: 450px !important;
}

.width600 {
    width: 600px !important;
}

.width650 {
    width: 650px;
}

.width700 {
    width: 700px !important;
}

.width75 {
    width: 75px;
}

.width160 {
    width: 160px;
}

.width750 {
    width: 750px;
}

.width1000 {
    width: 1000px !important;
}

.width1555 {
    width: 1555px !important;
}

.minwidth90p {
    min-width: 90%;
}

.minwidth0 {
    min-width: 0;
}

.maxWidth90p {
    max-width: 90%;
}

.maxWidth50p {
    max-width: 50%;
}

.maxWidth15p {
    max-width: 15%;
}
/*******Height********/
.height10 {
    height: 10px;
}

.height18 {
    height: 18px;
}

.height20 {
    height: 20px;
}

.height26 {
    height: 26px !important;
}

.height40 {
    height: 40px;
}

.height56 {
    height: 56px;
}

.height75 {
    height: 75px;
}

.height80 {
    height: 80px !important;
}

.height100 {
    height: 100px !important;
}

.height155 {
    height: 155px;
}

.height268 {
    height: 268px !important;
}

.height270 {
    height: 270px;
}

.height240 {
    height: 240px;
}

.height330 {
    height: 330px;
}

.height440 {
    height: 440px;
}

.height500 {
    height: 500px;
}

.height650 {
    height: 650px;
}

/******Padding********/
.padding0 {
    padding: 0;
}

.padding3 {
    padding: 3px;
}

.padding10 {
    padding: 10px;
}

.padding100 {
    padding: 100px;
}

.paddingT1 {
    padding-top: 1px;
}

.paddingT4 {
    padding-top: 4px;
}

.paddingT7 {
    padding: 7px;
}

.paddingT20 {
    padding-top: 20px;
}

.paddingT25 {
    padding-top: 25px;
}

.paddingR0 {
    padding-right: 0px;
}

.paddingR8 {
    padding-right: 8px;
}

.paddingR10 {
    padding-right: 10px;
}

.paddingR20 {
    padding-right: 20px !important;
}

.paddingB7 {
    padding-bottom: 7px;
}

.paddingB8 {
    padding-bottom: 8px;
}

.paddingB30 {
    padding-bottom: 30px;
}

.paddingL0 {
    padding-left: 0px;
}

.paddingL6 {
    padding-left: 6px;
}

.paddingL12 {
    padding-left: 12px;
}

.paddingL18 {
    padding-left: 18px;
}

.paddingL30 {
    padding-left: 30px;
}

.paddingL110 {
    padding-left: 110px;
}

/******Margin**********/
.margin1 {
    margin: 1px;
}

.marginT0 {
    margin-top: 0px;
}

.marginT5 {
    margin-top: 5px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTP6 {
    margin-top: -6px;
}

.marginT18O0 {
    margin: 18px 0 0 0;
}

.marginT18 {
    margin-top: 18px;
}

.marginR10 {
    margin-right: 10px;
}

.marginR40 {
    margin-right: 40px;
}

.marginB0 {
    margin-bottom: 0px;
}

.marginB8 {
    margin-bottom: 8px !important;
}

.marginB10 {
    margin-bottom: 10px !important;
}

.marginL14 {
    margin-left: 14px;
}

.marginL20 {
    margin-left: 20px;
}

.marginL28 {
    margin-left: 28px;
}

.marginL40 {
    margin-left: 40px;
}

.marginL50 {
    margin-left: 50px;
}

.marginL58 {
    margin-left: 58px;
}

.marginL75 {
    margin-left: 75px;
}

.marginL80 {
    margin-left: 80px;
}

.marginL110 {
    margin-left: 110px;
}

.marginL210 {
    margin-left: 210px;
}

.marginL421 {
    margin-left: 421px !important;
}

.marginL422 {
    margin-left: 422px !important;
}

.marginL423 {
    margin-left: 423px !important;
}

.marginL424 {
    margin-left: 424px !important;
}

.marginL425 {
    margin-left: 425px !important;
}

.marginL426 {
    margin-left: 426px !important;
}

.marginAuto {
    margin: auto;
}


/******Border START**********/
.borderNone {
    border: none;
}

.border0 {
    border: 0px none !important;
}
/******Border END**********/


/******ZINDEX START*****/
.zindex9000 {
    z-index: 9000;
}

.zindex9900 {
    z-index: 9900;
}

.zindex15000 {
    z-index: 15000;
}
/******ZINDEX END*****/


/******RIGHT START****/
.right03 {
    right: 0.3em;
}
/******RIGHT END****/


/******LEFT START****/
.left3 {
    left: 3px;
}

.left10 {
    left: 10px;
}
/******LEFT END****/


/******TEXTALIGN START****/
.textAlignCenter {
    text-align: center;
}

.textalignL {
    text-align: left !important;
}

.textalignR {
    text-align: right;
}
/******TEXTALIGN END****/


/********VERTICALALIGN START*************/
.verticalalignT {
    vertical-align: top;
}
/********VERTICALALIGN END**************/


/********DISPLAY START*********/
.displayB {
    display: block;
}
/********DISPLAY START*********/

/********BACKGROUND START*************/

.backgroundcolourW {
    background-color: white;
}

.backgroundT {
    background: transparent;
}

.backgroundW {
    background-color: White;
}

.backgroundWImportant {
    background-color: White !important;
}
/********BACKGROUND END**************/


/********POSITION START*********/
.positionReleative {
    position: relative;
}

.positionAbsolute {
    position: absolute;
}

.bottom0 {
    bottom: 0px;
}
/********POSITION END***********/
.tablelayoutf {
    table-layout: fixed;
}

.SearchDiv {
    width: 450px !important;
    height: auto;
    z-index: 9000 !important;
    overflow: hidden !important;
    top: 0px;
    left: 0px;
    position: relative !important;
    display: block;
}

.imgArticle_White {
    height: 39px;
    width: auto;
    padding-left: 4px;
}

.MessageContentImg {
    margin: 3%;
    overflow: hidden;
    float: right;
    margin-top: 0;
    width: 94%;
}

#ddDownloadType {
    background-position-x: 196px;
}

#ScanningEquipmentDesiredDiv {
    margin-left: 10px;
    margin-top: 1px;
    float: left;
    color: #999;
    font-size: 17px;
    font-weight: bold;
}

#hintdivscan {
    display: none;
    position: absolute;
    z-index: 500;
    bottom: 30px;
    left: -87px;
}

.AssetInforQuickSearchDdl {
    width: 270px;
    font-size: 12px;
    background-position-x: 246px;
}

.AssetInforQuickSearchDdlBgpx {
    background-position-x: 196px;
}

.backgroundPositionXR {
    background-position-x: right !important;
}

.jqFilterTh {
    height: 30px;
    padding: 0 2px 0 2px;
    border-left: 0px none;
    border-top: 0px none;
    border-bottom: 0px none;
}

.jqFilterThCol {
    width: 210px;
}

.jqFilterThOp {
    width: 180px;
}

.jqFilterThVal {
    width: 500px;
}

#reportFilter .filterCol, #reportFilter .filterOp {
    text-align: center;
    vertical-align: top;
}

#reportFilter .filterVal {
    padding-left: 5px;
}

    #reportFilter .filterVal .filterTextArea {
        padding: 0;
        margin: 0;
        border: 1px solid #CCCCCC;
        display: inline;
        width: 100%;
    }

    #reportFilter .filterVal .textwrapper {
        margin: 0;
        padding: 0;
    }

#gbox_reportFilter {
    margin-bottom: 5px;
}

.filterRow {
    overflow: hidden;
}

.additionalDocRecyleBinImg {
    margin: 8px 0px -12px 0px;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal;
}

#CPLogInLoadingOverlay {
    display: none;
    position: absolute;
}

#CPLogIn-img-load {
    position: absolute;
}

.nonfinacialfieldhd {
    font-size: 12px;
    color: #000000;
    text-transform: capitalize;
}

.nonfinacialfieldtr {
    font-size: 12px;
    color: #000000;
    text-transform: capitalize;
}

.ARSSearchButton {
    width: 40px;
    height: 28px !important;
    background: transparent;
}

#ViewRMAAssetLoadingOverlay {
    display: none;
    position: absolute;
}

#viewRMAAsset-img-load {
    position: absolute;
}

#ARSCustomerName {
    margin-top: 10px;
    margin-left: 10px;
}

#sp1 {
    color: red;
}

body {
    background-color: #111;
    color: #fff;
    margin: auto;
}

.geoWrapper {
    width: auto;
    margin-left: 18px;
    margin-top: 18px;
    float: left;
}

.geoName {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.messageWidgetSubjectLbl {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #FFFFFF;
}

iframe#document {
    width: 1040px;
    height: 800px;
}

#DirectDebitLoadingOverlay {
    display: none;
    position: absolute;
}

#DirectDebit-img-load {
    position: absolute;
}

#UserInfo {
    width: 1050px;
}

fieldset {
    width: 992px;
    padding: 5px 3px 5px 3px;
    margin-bottom: 10px;
    border: 0;
}

    fieldset label.title {
        font-weight: bolder;
        color: Black;
        float: none;
    }

#iframeDivOnListItem {
    display: none;
    width: 1000px;
    height: 750px;
}

    #iframeDivOnListItem iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.titleSpecialStyle {
    float: none;
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

/* for ARS view request grid, Lease Origination grid*/
.NotForPublicUse div.ui-widget-content {
    border-left: 1px solid #aaaaaa !important;
    border-bottom: 1px solid #aaaaaa !important;
}

#_MessagesWidget select {
    background-position: 92px -1432px !important;
}

.data input[type="text"] {
    height: 22px;
    margin-top: 2px;
}

.formHeader h2 {
    font-family: Arial,Metric;
    font-size: 15px;
}

.formHeader h4 {
    font-family: Arial,Metric;
    font-size: 12px;
}

label input[type="text"] {
    height: 32px;
}
/******************************************************************inline css 20150428  END************************************************************/

/**** Change 4150 - Added n[3] element to show tooltip ****/
.DashboardCharTDTooltip {
    position: relative;
    height: 36px;
}

    .DashboardCharTDTooltip:hover:before {
        background: none repeat scroll 0 0 white;
        border: 2px solid #425563;
        bottom: 26px;
        color: #343639;
        font-size: 12px;
        content: attr(popup);
        left: 20%;
        padding: 0 20px;
        position: absolute;
        z-index: 98;
        width: 250px;
        line-height: 20px;
        display: inline-block;
    }

    .DashboardCharTDTooltip:hover:after {
        border: 2px solid #425563;
        border-color: #425563 transparent;
        border-width: 6px 6px 0 6px;
        bottom: 20px;
        content: "";
        left: 25%;
        position: absolute;
        z-index: 99;
    }

.partialquote_input_width {
    width: 98%;
    position: absolute !important;
    bottom: 2px;
    left: 1px;
}

.partialquote_grid_tr_display {
    display: none;
}

.partialquote_grid_checkbox {
    position: absolute !important;
    bottom: 2px !important;
    left: 40% !important;
}

.positionRelative {
    position: relative !important;
}

.headerPlaceHolder {
    width: 1px !important;
    height: 15px !important;
}

.termRedBorder {
    border: 1px solid red !important;
}

option:hover {
    background-color: #425563;
}

.fontweightnormal {
    font-weight: normal;
}

.bgColorPurple {
    background-color: #614767 !important;
}

.inboxListMessage {
    font-size: 12px;
    font-family: Arial;
    color: #999;
}

.QuickSearchCustomersCustom {
    width: 130px !important;
}

    .QuickSearchCustomersCustom div.select {
        width: 120px !important;
    }

        .QuickSearchCustomersCustom div.select span {
            width: 85px !important;
        }

/*OKTA*/
.verticalPadding1Okta {
    /* text-align: center;
    font-size: 30px;*/
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 10px;
    /*margin-top: 42px;
    position: fixed;
    margin-left: 200px;*/
}

.mastheadBackgroundWidthNoBorderOkta {
    width: 100%;
    height: 45px;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-display: block;
    white-space: nowrap;
    font-family: MetricHPEXS,Arial,sans-serif;
}

.OktaBackground {
    background: url(../images/customerportalBG.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
}

.OktaH1 {
    font-weight: bold;
    color: black;
    font-size: 20px;
    font-family: MetricHPEXS,Arial,sans-serif;
    line-height:1em;
}

.labelDiv {
    width: 400px;
    /*height: 225px;*/
    border-radius: 15px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255,255,255,0.3);
    padding-left: 20px;
    padding-right: 10px;
}

.Oktadiv {
    width: 100%;
    color: black;
    margin-top: 55px;
    float: left;
    margin-left: -85px;
    font-size: 14px;
    font-family: MetricHPEXS,Arial,sans-serif;
    font-family: MetricHPEXS,Arial,sans-serif;
    /*position: fixed;*/
}

.OktaDiv1 {
    float: left;
    /*position: fixed;*/
    margin-top: 120px;
    /*margin-left: 460px;*/
}

.Oktaborder {
    margin-top: 10px;
}

#div2 {
    width: 250px;
    height: 35px;
    border: 2px solid #00B388;
    border-radius: 5px;
    text-align: center;
    line-height: 10px;
}

.Oktab1 {
    background-color: #00B388;
    margin-bottom: 10px;
}

#div1 {
    width: 300px;
    height: 140px;
    border: 1.5px solid #808080;
    border-radius: 15px;
    text-align: center;
    line-height: 45px;
    background-color: white;
    padding-top: 2.2em;
}

#divA {
    font-size: 15px;
    font-weight: bold;
    font-family: MetricHPEXS,Arial,sans-serif;
    line-height: 15px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: black;
}

.OktaFaq {
    padding-left: 105px;
    padding-top: 5px;
    margin-left: 690px;
}

#FAQ {
    color: white;
    text-decoration: underline;
    font-family: MetricHPEXS,Arial,sans-serif;
}

.error-container1 {
    /* margin-right: 60px;*/
    /*margin-left: -10px;*/
    margin-top: 50px;/*340px;*/
    /* height: 100%;*/
    background-color: white;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: MetricHPEXS,Arial,sans-serif;
    color: black;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    background-color: white;
    text-align: center;
    padding-right: 20px;
}

.error-icon {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*#close-btn.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
#pdf-container.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.popup-screen {
    margin-top: -310px;
    margin-left: -8px;
    z-index: 999999;
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition-property: visibility;
}*/
