
/* Intro - START */
.wizard-icon-action-ActionIdentityVerificationClient {
    background-image: url(../images/IdentityVerificationClient-64.png) !important;
    background-size: 64px 64px !important;
}

/* Intro - END */


/* Button Bar - START */


/* Assisted Operation - START */
.fp-ivc-div-spacer {
    margin-right: 3px;
}

.RadComboBoxDropDown_Bootstrap .rcbHovered {
    border: 1px solid #337ab7 !important;
    background: #2e6da4 !important;
    color: #FFFFFF !important;
}

.rcbItem, li.rcbHovered {
    padding-left: 1em !important;
}

.fp-ivc-radgrid-footer {
    text-align:left;
    padding: 3px !important;
}

.RadGrid_Bootstrap .rgRow>td,
.RadGrid_Bootstrap .rgAltRow>td {
}

.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a,
.RadGrid_Bootstrap .rgHeader {
    font-weight: 400 !important;
    background-color: rgb(234,242,251) !important;
    color: rgb(0,0,0) !important;
}

th.rgHeader.fp-ivc-radgrid-header.rgSorted {
    background-color: transparent !important;
    font-weight: 600;
}

td.RadGrid_Bootstrap.rgAltRow.rgSorted {
    background-color: #FFF;
}

.RadGrid_Bootstrap .rgRow>td, 
.RadGrid_Bootstrap .rgAltRow>td, 
.RadGrid_Bootstrap .rgEditRow>td {
    background-color: #FFF;
}

.rgSortAsc, .rgSortDesc {
    width: 30px !important;
    height: 30px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.rgSortAsc {
    background-position: -9px -9px;
}
.rgSortDesc {
    background-position: -9px -59px;
}

.fp-ivc-div-dashboard-panel {
    background-color: rgb(168, 198, 231); // A8C6E7
    border-width: 1px !important;
    border-style: groove !important;
    border-color: #D5E5F7 !important;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 100px;
}

.fp-ivc-div-dashboard-header {
    background-color: rgb(255,255,255);
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
    margin-bottom: 1px;
}

.fp-ivc-div-dashboard-header-loggedinname {
    font-weight: bold;
}

.fp-ivc-div-dashboard-header-loggedinid {
    font-style:italic;
}

/* Assisted Operation - END */


/* Dashboard - START */

.RadGrid_Bootstrap {
    min-height: 507px;
}

.fp-ivc-dashboard-bodypanel {
    background-color: rgb(168, 198, 231); // A8C6E7
    border-width: 1px !important;
    border-style: groove !important;
    border-color: #D5E5F7 !important;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 100px;
}

.fp-ivc-dashboard-bodypanel-content {
     background-color: #F8F8FF !important;
     padding: 12px;
}

.fp-ivc-dashboard-bodypanel-content-tilepanel {
    margin-bottom: 15px;
}

.fp-ivc-dashboard-bodypanel-content-tilepanel-tile-container {
    background-color: #D3D3D3;
    padding-left: 50px;
}

.fp-ivc-dashboard-bodypanel-content-tilepanel-tile {
    background-color: #F7F7F7;
    height: 60px;
    width: 120px !important;
    margin-right: 5px;
    padding-top: 1px;
    text-align: center;
    border: 1px solid rgb(168, 198, 231);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none !important;
    font-size: 14px;
    white-space: normal !important;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button {
    border: none;
    Xbackground-color: #ff0000;
}
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button:active,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button:focus,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button:hover {
    border: none;
    Xbackground-color: #ff0000;
}

.fp-ivc-dashboard-bodypanel-content-tilepanel-tile:active,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile:focus,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile:link,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile:visited,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile:hover {
    background-color: #F7F7F7;
    padding-top: 0px;
    border-width: 2px;
    text-decoration: none;
    box-shadow: none !important;
    outline: 0;
    -moz-outline-style: none;
    -webkit-outline-style: none;
}

.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button > a:active,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button > a:focus,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button > a:link,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button > a:visited,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button > a:hover,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button > a:selection,
.fp-ivc-dashboard-bodypanel-content-tilepanel-tile > button > a::selection {
    background-color: #F7F7F7;
    padding-top: 0px;
    border-width: 0px;
    text-decoration: none;
    box-shadow: none !important;
    outline: 0;
    -moz-outline-style: none;
    -webkit-outline-style: none;
}

.fp-ivc-dashboard-bodypanel-content-tilepanel-tile-img-top {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-top: 4px;
    margin-bottom: 0px;
}


.rbHovered,
.rbSelected {
    border-width: 0px;
    box-shadow: none !important;
    outline: 0;
    -moz-outline-style: none;
    -webkit-outline-style: none;
}


.fp-ivc-identityverification-introduction-tile-img-top {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-top: 4px;
    margin-bottom: 0px;
    Xdisplay: none;
}





.fp-ivc-dashboard-grid-norecord {
    text-align:center;
    padding-top:200px;
}

.fp-ivc-dashboard-bodypanel-content-calllistpanel {
    background-color: rgb(168, 198, 231); /* A8C6E7 */
    Xborder-width: 1px !important;
    border-style: groove !important;
    border-color: #D5E5F7 !important;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.fp-ivc-dashboard-bodypanel-content-calllistpanel-heading {
    background-color: rgb(182,206,243) !important;
    visibility: visible;
    padding: 3px !important;
    margin: 0px;
    color: #333;
    line-height: normal;
    text-align:left;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 32px !important;
}

.fp-ivc-dashboard-bodypanel-content-calllistpanel-heading-title {
    text-align: left;
    padding: 5px 0px 0px 5px !important;
    font-weight: bold;
    color: rgb(41,100,137) !important;
    font-size: 14px !important;
    Xtext-transform: uppercase;
}

.fp-ivc-dashboard-bodypanel-content-calllistpanel-footer {
    text-align: left;
    padding: 3px !important;
    background-color: transparant !important;
}

.fp-ivc-dashboard-menuitem,
.fp-ivc-div-menuitem {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.fp-ivc-radgrid-header {
    word-wrap: break-word;
    height: 48px;
    white-space: nowrap;
    overflow-x: hidden;
    font-weight: bold !important;
    padding: 5px 0px 0px 8px !important;
    margin: 0px 0px 0px 0px !important;
}

.fp-ivc-radgrid {
    overflow: scroll;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.fp-ivc-radgrid-item {
    text-align:left;
    font-size: 12px;
}

.fp-ivc-radgrid-item > td {
    white-space: nowrap;
    overflow-x: hidden;
}

.fp-ivc-dashboard-menuimage-selected,
.fp-ivc-div-menuimage-selected {
    display: flex;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/checkmark.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0px;
}

.fp-ivc-dashboard-menuimage-not-selected,
.fp-ivc-div-menuimage-not-selected {
    display: flex;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    margin-top: 0px;
}

.RadMenu .rmGroup .rmText {
    padding: 0px 5px 0px 0px !important;
}

.fp-ivc-dashboard-menutext,
.fp-ivc-div-menutext {
    padding-left:10px;
    font-size: 12px;
}

.fp-ivc-div-menubuttonitem {
}

.fp-ivc-grid-column-callid {
    display: block;
    width: 55px;
    word-wrap: break-word;
}

.fp-ivc-grid-column-status {
    display: block;
    width: 100px;
    word-wrap: break-word;
}

.fp-ivc-grid-column-category {
    display: block;
    width: 140px;
    word-wrap: break-word;
    white-space:normal;
}

.fp-ivc-grid-column-user {
    display: block;
    width: 100px;
    word-wrap: break-word;
}

.fp-ivc-grid-column-createtime {
    display: block;
    width: 150px;
    word-wrap: break-word;
}

.fp-ivc-grid-column-updatetime {
    display: block;
    width: 150px;
    word-wrap: break-word;
}

.fp-ivc-grid-column-agent {
    display: block;
    width: 100px;
    word-wrap: break-word;
}

/* Dashboard - END */



.fp-ivc-dashboard-bodypanel-header,    
.fp-ivc-identityverification-bodypanel-header {
    padding: 5px 5px 10px 10px !important;
    background-color: rgb(168, 198, 231);
}

.fp-ivc-dashboard-bodypanel-header-title,
.fp-ivc-identityverification-bodypanel-header-title {
    text-align: left;
    padding: 8px 0px 0px 20px !important;
    font-weight: bold;
    color: rgb(41,62,86) !important;
    color: rgb(41,100,137) !important;
    font-size: 16px !important;
    overflow: hidden;
    white-space: nowrap;
}

.fp-ivc-dashboard-bodypanel-header-buttonarea,
.fp-ivc-identityverification-bodypanel-header-buttonarea {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
    display: inline-block;
    text-align: right;
}
/* Button Bar - END */


/* Introduction - START */

.fp-ivc-panel-group {
    margin-bottom:0px !important;
}

.nav-justified > li {
    vertical-align: top;
}


/* Proof Item panel styling - START */
.panel.panel-highlight-item,
.panel.panel-proofing-item {
    display: table;
    width: 100%;
    background: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 10px !important;
    overflow: hidden;
}

.panel.panel-highlight-item:hover,
.panel.panel-proofing-item:hover {
    /*
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
}

.panel-highlight-item {
    outline-color: #CCCCCC;
}

.panel-proofing-item-mandatory {
    outline-color: #000000;
}

.panel-proofing-item-system {
    outline-color: rgba(51, 51, 51, 0.67);
}

.panel-proofing-item-optional {
    outline-color: #428BCA;
}

.panel-proofing-item-exceptional {
    outline-color: #CCCCCC;
}



.panel.panel-highlight-item > .panel-item,
.panel.panel-highlight-item > .panel-item-type,
.panel.panel-proofing-item > .panel-item,
.panel.panel-proofing-item > .panel-item-type {
    display: table-cell;
    padding: 0px 12px 0px 12px;
}

.panel.panel-highlight-item > .panel-item-type,
.panel.panel-proofing-item > .panel-item-type {
    width: 10px;
    border: 0;
    vertical-align: top;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    padding: 12px 4px;
}

.panel-item-type-mandatory {
    border-left: 1px solid #333;
    background-color: #333;
    color: #FFF;
}

.panel-item-type-system {
    border-left: 1px solid rgba(51, 51, 51, 0.67);
    background-color: rgba(51, 51, 51, 0.67);
    color: #FFF;
}

.panel-item-type-optional {
    border-left: 1px solid #428BCA;
    background-color: #428BCA;
    color: #FFF;
}

.panel-item-type-text {    
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -0-transform: rotate(0deg);
    transform: rotate(0deg);
    writing-mode: tb-rl;
}

/* Proof Item panel styling - END */


/* Loading Panel - START */
.RadAjax_Bootstrap .raDiv {
    background-image: none !important;
}

.fp-ivc-div-loading {
   background-color: #8C8C8C;
   /*background-color: #FFF;*/
   opacity: 0.7;
   transition: width 2s;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}

.fp-ivc-div-loading-identification {
}

.fp-ivc-div-loading-highlight {
     height: 280px;
}

.fp-ivc-div-loading-proof {
     height: 180px;
}



.fp-ivc-img-loading {
    height: 50%;
    margin: 0 auto;
}

.fp-ivc-img-loading-highlight {
    top: 400px !important;
    margin: 0 auto;
}

.fp-ivc-img-loading-proof
{
    top: 550px !important;
    margin: 0 auto;
}

/* Loading Panel - END */




.fp-ivc-img-loading-image {
    top: 40px;
    position: relative;
}

.fp-ivc-useridentification-tab-body {
    background-color: #FFFFFF !important;
    margin: 0px !important;
    padding-top: 5px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow: hidden !important;
    overflow-y: hidden !important;
    Xborder-style: solid;
    Xborder-top: none;
    min-height: 485px;
    overflow: hidden;
}

.fp-ivc-useridentification-tab-body-content {
}

.fp-ivc-useridentification-tab-body-content-input {
    padding-top: 10px;
    Xpadding-bottom: 10px;
    Xborder-bottom-color: #dddddd;
    Xborder-bottom-style: solid;.fp-ivc-user-identification-detail-panel
    Xborder-bottom-width: 1px;
    width: 100%;
    max-width: 100%;
}

.fp-ivc-useridentification-tab-body-content-message {
    height: 270px;
    min-height: 270px;
    max-height: 270px;
    padding-top: 20px;
}

.fp-ivc-useridentification-tab-body-content-details {
    height: 270px;
    min-height: 270px;
    max-height: 270px;
}

.fp-ivc-user-identification-detail-panel {
    padding-top: 10px;
    min-height: 270px;
}

.fp-ivc-useridentification-tab-body-content-listing {
    height: 270px;
    min-height: 270px;
    max-height: 270px;
    overflow-y: auto;
    margin-top: 20px;
}


.fp-ivc-useridentification-message {
    font-weight: 500;
    display: inline-block;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    color: #2A3139;
}

.fp-ivc-useridentification-message-alert {
    margin: 5px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid transparent;
    border-radius: 4px;

    /*
    border: 1px solid rgba(60,118,61,1.0) !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    */
}

.fp-ivc-useridentification-message-alert-neutral {
    border-color: rgb(168, 198, 231);
}
.fp-ivc-useridentification-message-alert-info,
.fp-ivc-useridentification-message-information {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.fp-ivc-useridentification-message-alert-success {
    color: rgba(60,118,61,1.0);
    background-color: rgb(173, 228, 149);
    border-color: rgba(60,118,61,1.0);
}
.fp-ivc-useridentification-message-alert-warn,
.fp-ivc-useridentification-message-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.fp-ivc-useridentification-message-alert-err,
.fp-ivc-useridentification-message-alert-error,
.fp-ivc-useridentification-message-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}









.fp-ivc-computeridentification-message-container {
    margin-top: 10px;
    min-height: 40px;
    overflow-y: auto;
}

.fp-ivc-computeridentification-message {
    font-weight: 500;
    display: inline-block;
    text-align: left;
    margin: 20px 0px 0px 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    color: #2A3139;
}

.fp-ivc-computeridentification-message-alert {
    margin: 5px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid transparent;
    border-radius: 4px;

    /*
    border: 1px solid rgba(60,118,61,1.0) !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    */
}

.fp-ivc-computeridentification-message-alert-neutral {
    border-color: rgb(168, 198, 231);
}
.fp-ivc-computeridentification-message-alert-info,
.fp-ivc-computeridentification-message-information {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.fp-ivc-computeridentification-message-alert-success {
    color: rgba(60,118,61,1.0);
    background-color: rgb(173, 228, 149);
    border-color: rgba(60,118,61,1.0);
}
.fp-ivc-computeridentification-message-alert-warn,
.fp-ivc-computeridentification-message-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.fp-ivc-computeridentification-message-alert-err,
.fp-ivc-computeridentification-message-alert-error,
.fp-ivc-computeridentification-message-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.fp-ivc-computeridentification-card-container {
    background-color: #D3D3D3;
    margin-bottom: 10px;
}

.fp-ivc-computeridentification-card {
    background-color: #F7F7F7;
    height: 96px;
    width: 115px !important;
    min-width: 115px !important;
    max-width: 115px !important;
    margin: 5px 12px 5px 0px !important;
    padding: 5px 5px 5px 5px !important;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}

.fp-ivc-computeridentification-card-related {
    //border: #bbf9c5 3px solid;
}

.fp-ivc-computeridentification-card-related-connected {
    background-color: #bbf9c5;
    border: green 3px solid;
}

.fp-ivc-computeridentification-card-connected {
    border: #31708f 3px solid;
}

.fp-ivc-computeridentification-card-image img {
    margin-top: 3px;
}

.fp-ivc-computeridentification-card-text {
    font-size: 11px;
    font-family: Geneva, Tahoma;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}






.disabledTab {
    pointer-events: none;
}



.modal-div-backdrop {
    opacity: 0.6!important;
    background-image: url(/FastPassCorp/Skins/FastPassIdentityVerificationClient/defaultV2/images/pleasewait48x48.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F0F0F0;
}

.fp-ivc-user-identification-tab-content
{
    
}


.fp-ivc-html-disabled {
    pointer-events: none;
    color: silver;
    /* background-color: rgb(210,240,255) !important; */
    background-color: #DEEFFB !important;
}

#ctl00_ContentPlaceHolder1_pnlUserIdentificationDetails {
    min-height: 100px;
    padding-top: 15px;
}

.fp-ivc-user-proofing-tab-content {
    min-height: 480px;
}

.introductionLogo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/IdentityVerificationOperation-Introduction-24-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: default;
}


.fp-ivc-dashboard-panel-title {
    margin-left: -15px;
}

.panel-title {
    /*
    text-align: left;
    padding-left: 15px;
    cursor: default;
    color: rgb(1,39,65) !important;
    
    color: #337ab7 !important;
    color: rgb(51,122,183) !important;
    color: rgb(10,16,77) !important;
    color: rgb(24,32,103) !important;
    */
    color: rgb(41,62,86) !important;
    font-weight: 500;
    text-align: left;
    padding-left: 15px;
    cursor: default;
}

.panel-title a {
    /*
    color: rgb(1,39,65) !important;
    text-decoration: none;
    font-size: 20px;
    pointer-events: none;

    color: #337ab7 !important;
    color: rgb(51,122,183) !important;
    color: rgb(10,16,77) !important;
    color: rgb(24,32,103) !important;
    */
    color: rgb(41,62,86) !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    pointer-events: none;
}
/* Introduction - END */


/* User Identification - START */
.userIdentificationLogo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/IdentityVerificationOperation-UserIdentification-24-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: default;
}

/* User Identification - END */

/* User Highlights - START */
.userHighlightLogo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/IdentityVerificationOperation-Highlights-24-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: default;
}

/* User Highlights - END */

/* Identity Proofing - START */
.identityProofingLogo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/IdentityVerificationOperation-IdentityProofing-24-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: default;
}       

/* Identity Proofing - END */

/* Agent Action - START */
.actionLogo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/IdentityVerificationOperation-Action-24-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: default;
}

/* Agent Action - END */

/* Agent Review - START */
.reviewLogo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/IdentityVerificationOperation-Review-24-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: default;
}

/* Agent Review - END */

/* Assisted Operation Status - START */
.statusLogo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/IdentityVerificationOperation-Status-24-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: default;
}

/* Assisted Operation Status - END */









        


.fp-ivc-userrequest {
    text-align:left;
    font-weight:bold;
    padding-top: 20px;
}

.fp-ivc-div-datagrid-alternet-row {
    background-color: black;
}

.fp-ivc-calltoaction {
    position: relative;
    width: 265px;
    padding: 15px 25px;
    border: 1px solid black;
    margin: 10px;
    border-radius: 5px;
    display: -webkit-inline-box;
}

.fp-ivc-calltoaction > .row {
    display: table;
    width: calc(100% + 30px);
}
 
.fp-ivc-calltoaction > .row > [class^="col-"],
.fp-ivc-calltoaction > .row > [class*=" col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.cta-contents {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.cta-title {
    /*margin: 0 auto 15px;*/
    padding: 0;
    font-size: 16px;
    text-align: left;
}

.cta-desc {
    padding: 0;
    text-align: left;
}

.cta-desc p:last-child {
    margin-bottom: 0;
    text-align: left;
}

.cta-button {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.fp-ivc-introduction-problem {
    padding-left: 10px;
}

.fp-ivc-calltoaction.fp-ivc-calltoaction-primary {
    color: #333333;
    background-color: #FFFFFF;
    border-color: #ccc;
    display: -webkit-inline-box;
    width: 265px;
    overflow: hidden;
}
.fp-ivc-calltoaction.fp-ivc-calltoaction-primary:focus,
.fp-ivc-calltoaction.fp-ivc-calltoaction-primary:hover {
    display: -webkit-inline-box;
    background-color: orange: important;
}
.fp-ivc-calltoaction.fp-ivc-calltoaction-selected {
    border-color: #ccc;
    display: -webkit-inline-box;
    width: 265px;
    overflow: hidden;
}

.fp-ivc-calltoaction.fp-ivc-calltoaction-primary .cta-button .btn {
    border-color: #FFFFFF;
    display: -webkit-inline-box;
}



/* START ACTION */
.fp-ivc-identityverification-actionpanel-actiontile-outer {
    padding-top: 10px;
}
.fp-ivc-identityverification-actionpanel-actiontile {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 10px !important;
    border: none !important;
}
.fp-ivc-identityverification-actionpanel-actiontile-content {
    position: relative;
    width: 265px !important;
    height: 54px !important;
    padding: 8px 8px 8px 8px !important;
    margin: 0px 0px 0px 0px !important;
    display: -webkit-inline-box;
    border: 1px solid rgb(168, 198, 231) !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px;
    white-space: normal !important;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}

.fp-ivc-identityverification-actionpanel-actiontile-content > .row {
    display: table;
    wwidth: calc(100% + 30px);
}
 
.fp-ivc-identityverification-actionpanel-actiontile-content > .row > [class^="col-"],
.fp-ivc-identityverification-actionpanel-actiontile-content > .row > [class*=" col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.fp-ivc-identityverification-actionpanel-actiontile-content.fp-ivc-identityverification-actionpanel-actiontile-content-primary {
    color: #333333;
    background-color: #FFFFFF;
    /* border-color: #ccc; */
    display: -webkit-inline-box;
}
.fp-ivc-identityverification-actionpanel-actiontile-content.fp-ivc-identityverification-actionpanel-actiontile-content-primary:focus,
.fp-ivc-identityverification-actionpanel-actiontile-content.fp-ivc-identityverification-actionpanel-actiontile-content-primary:hover {
    display: -webkit-inline-box;
    background-color: orange: important;
}
.fp-ivc-identityverification-actionpanel-actiontile-content.fp-ivc-identityverification-actionpanel-actiontile-content-selected {
    /* border-color: #ccc; */
    display: -webkit-inline-box;
}

.fp-ivc-identityverification-actionpanel-actiontile-content.fp-ivc-identityverification-actionpanel-actiontile-content-primary .cta-button .btn {
    /* border-color: #FFFFFF; */
    display: -webkit-inline-box;
}
.fp-ivc-identityverification-actionpanel-actiontile-content-img {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.fp-ivc-identityverification-actionpanel-actiontile-content-text {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.fp-ivc-identityverification-actionpanel-actiontile-content-text-title {
    padding: 0;
    font-size: 16px;
    text-align: left;
}

/* END ACTION */



/* START ACTION VARIANT */
.fp-ivc-identityverification-actionpanel-actionvarianttile {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 10px !important;
    border: none !important;
    background-color: #ffffff;
}
.fp-ivc-identityverification-actionpanel-actionvarianttile-content {
    position: relative;
    width: 540px !important;
    height: 54px !important;
    padding: 8px 8px 8px 8px !important;
    margin: 0px 0px 0px 0px !important;
    display: -webkit-inline-box;
    border: 1px solid rgb(168, 198, 231) !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px;
    white-space: normal !important;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}

.fp-ivc-identityverification-actionpanel-actionvarianttile-content > .row {
    display: table;
    width: calc(100% + 30px);
}
 
.fp-ivc-identityverification-actionpanel-actionvarianttile-content > .row > [class^="col-"],
.fp-ivc-identityverification-actionpanel-actionvarianttile-content > .row > [class*=" col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.fp-ivc-identityverification-actionpanel-actionvarianttile-content.fp-ivc-identityverification-actionpanel-actionvarianttile-content-primary {
    color: #333333;
    background-color: #FFFFFF;
    /* border-color: #ccc; */
    display: -webkit-inline-box;
}
.fp-ivc-identityverification-actionpanel-actionvarianttile-content.fp-ivc-identityverification-actionpanel-actionvarianttile-content-primary:focus,
.fp-ivc-identityverification-actionpanel-actionvarianttile-content.fp-ivc-identityverification-actionpanel-actionvarianttile-content-primary:hover {
    display: -webkit-inline-box;
    background-color: orange: important;
}
.fp-ivc-identityverification-actionpanel-actionvarianttile-content.fp-ivc-identityverification-actionpanel-actionvarianttile-content-selected {
    /* border-color: #ccc; */
    display: -webkit-inline-box;
}

.fp-ivc-identityverification-actionpanel-actionvarianttile-content.fp-ivc-identityverification-actionpanel-actionvarianttile-content-primary .cta-button .btn {
    /* border-color: #FFFFFF; */
    display: -webkit-inline-box;
}
.fp-ivc-identityverification-actionpanel-actionvarianttile-content-img {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.fp-ivc-identityverification-actionpanel-actionvarianttile-content-text {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.fp-ivc-identityverification-actionpanel-actionvarianttile-content-text-title {
    padding: 0;
    font-size: 16px;
    text-align: left;
}

/* END ACTION VARIANT */





/*PROPOSED DASHBOARD TILE STYLE*/
.fp-ivc-dashboard
{
	margin-top: 0;
	margin-bottom: 1.5rem;
	text-align: left;
	position: relative;
	background: #fff;
	-moz-box-shadow: 12x 15x 20x 0px rgba(46,61,73,0.15);
    -webkit-box-shadow: 12x 15x 20x	0px rgba(46,61,73,0.15);
	box-shadow: 12x 15x 20x	0px rgba(46,61,73,0.15);
	border-radius: 4px;
	border: 1px solid rgba(46,61,73,0.15);
	transition: all 0.3s ease;
	
}

.fp-ivc-dashboard-icon
{    
	position: relative;
	font-size: 30px;
}

.fp-ivc-dashboard-topimage-header
{
    padding: 20px;
}

a.fp-ivc-dashboard:hover, .fp-ivc-dashboard-topimage:hover
{    
    -moz-box-shadow: 2x 4x 8x 0px rgba(46,61,73,0.2);
    -webkit-box-shadow: 2x 4x 8x 0px rgba(46,61,73,0.2);
    box-shadow: 2x 4x 8x 0px rgba(46,61,73,0.2);
    background-color: rgba(46,61,73,0.2);
}

.fp-ivc-dashboard-topimage a
{
	width: 100%;
	height: 100%;
	display: block;
}

.fp-ivc-dashboard-topimage-title
{
    padding: 20px 15px;
	height: 80px;
	padding-bottom: 0.75rem;
	position: relative;
	background-color: rgba(46,61,73,0.15);
}

.fp-ivc-dashboard-topimage a
{
	border-bottom: none;
	text-decoration: none;
	color: #525C65;
	transition: color 0.3s ease;
}

.fp-ivc-dashboard-badge
{
    margin-top: 8px;
    margin-right: 2px;
}

/*START WELL CARD FOR USER HIGHLIGHT*/
.well
{
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    padding-left: 15px;
    border: 0px;
}

.thumbnail .caption
{
    padding: 9px;
    color: #333;
    padding-left: 0px;
    padding-right: 0px;
}

.icon-style
{
    margin-right: 15px;
    font-size:18px;
    margin-top:20px;
}

p
{
    margin: 3px;
}

.well-add-card
{
    margin-bottom: 10px;
}

.btn-add-card
{
    margin-top: 20px;
}

.thumbnailbox
{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 6px solid #D9D9D9;
    border-radius: 15px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:10px;
}

.thumbnailyellowbox
{
    border: 6px solid #EFBE08;
}


/**END USER HIGHLIGH WEL*/



.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table {
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

.widget.widget-table .table {
    margin-bottom: 0;
    border: none;
}

.widget.widge-table .widget-content {
    padding: 0;
}

.widget .widge-header + .widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget .widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit    
}


.circle-badge
{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #1ACAC0;
    color: #FFF;
    margin-top: -50px;
    margin-left: 110px;
}

.carousel
{ 
    position: relative;
    /*background-color: #D8D8D8; */
    overflow-y: overlay;
    margin: 10px 0px 10px 0px;
}

.carousel-indicator
{
    bottom: 0px;
}

.fp-menu-item
{
    min-height: 325px;
    padding-left: 30px;
    padding-right: 30px;
}

.fp-menu-header
{
    width: 80%;
    color: #444;
    padding: 15px;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
}

.fp-menu-item .block
{
    width: 100%;
    float: left;
    color: #FFF;
    min-height: 200px;
    max-height: 200px;
    text-align: center;
    margin: 10px 0px 10px 0px;
    overflow: visible;
    box-shadow: 1px 2px 3px #444;
}

.fp-menu-item p
{
    text-align: center;
    font-size: 18px;
}

.fp-menu-item .input-group
{   
    margin-bottom: 10px;
}

.fp-menu-item-block h4
{
    padding-top:20px;
}

.fp-menu-item-block
{
    position: relative;
    overflow: hidden;
}

.fp-menu-item-block img
{
    padding-top:40px;
}

.fp-menu-item-block a
{
    background-color: #fffacd;
    border-radius: 5px;
    display: block;
    text-align: center;
    min-height:200px;
    
}


.fp-menu-item-block a:hover
{
    background-color: #ffa500;
    border-radius:5px;
}

.block1
{ 
    background-color: #94C83C;
}

.block2
{ 
    background-color: #F36E20;
}

.block3
{ 
    background-color: #3498D8;
}

.block4
{ 
    background-color: #F7C767;
}
    

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    
    border-top: 1px solid #ffffff !important;
}

.event-list 
{
    font-family: Geneva, Tahoma;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: left;
    color: #515151;
    line-height:3;
}

/* ---------------------------------------------------------------------- */
/* START - Common Classes                                                 */
 
  .sidenav {
            height: 100%;
            width: 200px;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: #111;
            overflow-x: hidden;
            transition: 0.5s;
        }
            
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }
        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }
        
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }   
        
        .closebtn{
            text-align: right;
            }
        
        #masterPageContentPanel 
        {
            transition: margin-left .5s;
            padding: 16px;
            } 
            
        .generallink {
            .float: left;
         }
            
        .collapselink {
            float: right;
            
        }   
        
        .fp-ivc-menu-button-hide {
            display:none;
        }    
        
        .fp-ivc-menu-button-show {
            display:block;
            width: 100px;
            z-index: 1;
            position: absolute;
        }          
       
       .fp-ivc-menu-hide{        
            display: none;
            width: 0px;
            transition: 0.5s;
        
        }
        
        .fp-ivc-menu-show{        
            display: block;
            width: 200px;
            transition: 0.5s;
        
        }
 
 
 .fp-ivc-div-pageheader {    
    display: table-cell;
    background-color: #FFFFFF;
    padding: 0px 6px 8px 0px;
    font-size: 14px;
    font-family: 'Lucida Grande', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
 }
 
 .fp-ivc-div-buttonarea
 {
    padding: 20px 0px 20px 0px;
 }
 
 .fp-ivc-div-button {
    display: table-cell;
    padding: 0px 10px 0px 0px;
 }
 
 
 .table-borderless > thead > tr > th,
 .table-borderless > thead > tr > td, 
 .table-borderless > tbody > tr > th,
 .table-borderless > tbody > tr > td,
 .table-borderless > tfoot > tr > th,
 .table-borderless > tfoot > tr > td, 
 {
    border: none;
 }
 
  
 .fp-ivc-div-table {
    display: table;
    width: 100%;
 } 
 
 .fp-ivc-div-table-body {
    display: table-row-group;
 }
 
 .fp-ivc-div-table-row {
    display: table-row;
 }
 
 .fp-ivc-div-table-cell {
    display: table-cell;
    padding: 0px 0px 0px 0px;
 } 
   
.fp-ivc-control-label {
    display: flex;
    padding: 5px 5px 5px 5px;
    
    width: 135px;
    min-width: 135px;
    max-width: 135px;
    
    vertical-align: top;
    text-align: right;
}

.fp-ivc-control-label-value {
    display: flex;
    padding: 5px 5px 5px 5px;
    
    vertical-align: top;
    text-align: left;
}

.fp-ivc-control-button-area {
    padding: 15px 0px 0px 0px;
    text-align: left;
}

.fp-ivc-div-auditeventdetails
{
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
        
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/document.png');
}


.fp-ivc-div-auditeventdetails:hover
{
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/pleasewait48x48.gif');
}

 
 /* END - Common Classes                                                  */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* START - Proofing Classes                                                 */
 
.RadAjaxPanel {
}

.fp-ivc-identityproofingitem-header {             
    font-weight: bold;
    color: rgb(65,100,137) !important;
}

.fp-ivc-userhighlights-header {             
    font-weight: bold;
    color: rgb(65,100,137) !important;
}

.fp-ivc-userhighlights-intro {             
    font-weight: 500;
    display: inline-block;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 0px 10px 10px 0px;
    width: 100%;
    color: #2A3139;
}

.fp-ivc-userhighlightsitem {
    font-weight: 500;
    display: inline-block;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    color: #2A3139;
}

.fp-ivc-userhighlightsitem-alert {
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid transparent;
    border-radius: 4px;

    /*
    border: 1px solid rgba(60,118,61,1.0) !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    */
}

.fp-ivc-userhighlightsitem-alert-neutral {
    border-color: rgb(168, 198, 231);
}
.fp-ivc-userhighlightsitem-alert-info,
.fp-ivc-userhighlightsitem-alert-information {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.fp-ivc-userhighlightsitem-alert-success {
    color: rgba(60,118,61,1.0);
    background-color: rgb(173, 228, 149);
    border-color: rgba(60,118,61,1.0);
}
.fp-ivc-userhighlightsitem-alert-warn,
.fp-ivc-userhighlightsitem-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.fp-ivc-userhighlightsitem-alert-err,
.fp-ivc-userhighlightsitem-alert-error,
.fp-ivc-userhighlightsitem-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.fp-ivc-userhighlightsitem-image {
    height: 20px;
    margin: 0px;
    width: 20px;
    display: none;
}

.fp-ivc-userhighlightsitem-text {
   margin-left: 30px;
   margin-left: 0px;
   margin-top: -20px;
   margin-top: -10px;
   margin-right: 50px;
   margin-bottom: 10px;
   margin-bottom: 2px;
   color: rgb(42,49,57) !important;
}



.fp-ivc-identityproofingitem-header {             
    font-weight: bold;
    color: rgb(65,100,137) !important;
}

.fp-ivc-identityproofing-header {             
    font-weight: bold;
    color: rgb(65,100,137) !important;
}

.fp-ivc-identityproofing-intro {             
    font-weight: 500;
    display: inline-block;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 0px 10px 10px 0px;
    width: 100%;
    color: #2A3139;
}


.fp-ivc-proofing-summary-header .active.changed:after {             
    color: rgb(65,100,137) !important;
    font-weight: bold;
    content:' *';
    display: inline;
}


.fp-ivc-proofing-summary-div {    
    color: #515151;
    font-family: Geneva, Tahoma;
    font-size: 14px;
    font-weight: normal;
    max-height: 780px;
    text-align:left;
    Xmargin-right: 10px;
    margin-top: 20px;
}


.fp-ivc-user-identification-tab-content {
     min-height: 200px;
     border-top-width:1px;
}




.fp-ivc-proofing-summary-content
{   
    margin-bottom: 10px;
}

.fp-ivc-proofing-summary-content-header
{  
    font-weight: bold;
}

.fp-ivc-proofing-summary-content-table
{        
    font-size: 12px;
    margin-left: 14px;
}

.fp-ivc-identityproofingitem,
.fp-ivc-identityproofingitem-question {
    font-weight: 500;
    display: inline-block;
    text-align: left;
    margin-left: 10px;
    margin-top: 20px;
    width: 100%;
}

.fp-ivc-identityproofingitem-speechbubble {
    height: 20px;
    margin: 0px;
    width: 20px;
}

.fp-ivc-identityproofingitem-question-text {
    margin-left: 30px;
    margin-top: -20px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: rgb(42,49,57) !important;
}
.fp-ivc-identityproofingitem-alert {
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.fp-ivc-identityproofingitem-alert-neutral {
    border-color: rgb(168, 198, 231);
}
.fp-ivc-identityproofingitem-alert-info,
.fp-ivc-identityproofingitem-alert-information {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.fp-ivc-identityproofingitem-alert-warn,
.fp-ivc-identityproofingitem-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.fp-ivc-identityproofingitem-alert-err,
.fp-ivc-identityproofingitem-alert-error,
.fp-ivc-identityproofingitem-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.fp-ivc-proofing-summary-challengeresponse-name-td {
    text-align: right;
    font-weight: bold;
}


.fp-ivc-textbox {
    line-height: 1.42857143;
    padding-left: 6px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.fp-ivc-textbox-single {
    width: 22px;
}

.fp-ivc-proofing-summary-content-loading-text {
}

.fp-ivc-proofing-summary-content-error-text {
}

.fp-ivc-button-linkbutton {
    color: #069;
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: underline;
    cursor: pointer;
}

.fp-ivc-proofing-summary-divverify-content-1{
    margin-top: 20px;
}

.fp-ivc-proofing-summary-content-div {
    margin-left: 45px;
    margin-right: 185px;
    text-align: left;
}

.fp-ivc-proofing-summary-content-loading-img {
    margin-top: -7px;
    background-color: transparent !important;
    background-image: url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/pleasewait16x16.gif') !important;
    background-repeat: no-repeat !important;
    display: -webkit-inline-box;
    margin-left:5px;
    height: 16px;
    width: 16px;
}

.fp-ivc-proofing-summary-content-error-img {
    /*
    margin-top: -7px;
    background-color: transparent !important;
    background-image: url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/question16x16.png') !important;
    background-repeat: no-repeat !important;
    display: -webkit-inline-box;
    margin-left:5px;
    height: 16px;
    width: 16px;
    */
}

.fp-ivc-proofing-interactive-loading {
    margin-top: -7px;
    background-color: transparent !important;
    background-image: url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/pleasewait16x16.gif') !important;
    background-repeat: no-repeat !important;
    display: -webkit-inline-box;
    margin-left:5px;
    width: 16px;
    height: 16px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
}

.fp-ivc-proofing-interactive-challengeresponse-row,
.fp-ivc-proofing-interactive-codecard-row,
.fp-ivc-proofing-interactive-InteractiveVerification-row {
    margin-top: 6px;
}

.fp-ivc-proofing-interactive-challengeresponse-dot,
.fp-ivc-proofing-interactive-codecard-dot,
.fp-ivc-proofing-interactive-InteractiveVerification-dot {
    height: 25px;
    width: 25px;
	vertical-align: top;
	background-color: white;
	background-image: url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/IdentityVerificationOperation-Bullet.png');
	background-repeat:  no-repeat;
	background-position: center center;
	display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-color: #eeeeee;
}

.fp-ivc-proofing-interactive-challengeresponse-textbox-partial,
.fp-ivc-proofing-interactive-codecard-textbox-partial,
.fp-ivc-proofing-interactive-InteractiveVerification-textbox-partial {
    width: 25px;
    text-align: center;
    padding-left: 0px;
}

.fp-ivc-proofing-interactive-challengeresponse-textbox-full,
.fp-ivc-proofing-interactive-codecard-textbox-full,
.fp-ivc-proofing-interactive-InteractiveVerification-textbox-full {
}

.fp-ivc-proofing-interactive-challengeresponse-command,
.fp-ivc-proofing-interactive-codecard-command,
.fp-ivc-proofing-interactive-InteractiveVerification-command {
    padding: 0px 0px 0px 10px !important;
}


.fp-ivc-proofing-interactive-challengeresponse-textbox:placeholder-shown,
.fp-ivc-proofing-interactive-codecard-textbox:placeholder-shown,
.fp-ivc-proofing-interactive-InteractiveVerification-textbox:placeholder-shown {
    opacity:0.4;
}


.fp-ivc-proofing-interactive-label {
    text-align: right;
}

.fp-ivc-proofing-interactive-label-pin {
    text-align: right;
}

.fp-ivc-proofing-interactive-buttonarea {
    padding-left: 15px !important;
    padding-top: 15px;
    padding-bottom: 10px;
}

.fp-ivc-proofing-interactive-button-sendsms {
    margin-right: 5px;
}
 
 .fp-ivc-userhighlight-image
{
    padding-top: 3px;
    display: inline-block;
}

.fp-ivc-userhighlight-header
{
    margin-top: 0px;
}

.fp-ivc-userhighlight-content
{    
    padding-left: 15px;
    font-weight: bold;
}

.fp-ivc-userhighlight-item
{
    /*border: 1px solid #D1CFCF;
    padding: 10px;
    border-radius: 10px;
    margin-bottom:25px;*/    
    display: inline-flex;
}


.fp-ivc-userhighlight-image img
{
    margin-top: 3px;
}

.fp-ivc-userhighlight-text
{
    font-size: 12px;
    font-family: Geneva, Tahoma;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
}

 
/* END - Proofing Classes                                                  */
/* ---------------------------------------------------------------------- */




.fp-ivc-identityverificationoperation-action-buttonarea {
  margin-left: 35px;
}

.fp-ivc-identityverificationoperation-action-button {
    width: 100px;
    white-space: normal !important;
}

.fp-ivc-identityverification-actionpanel-actiontile-content-selectaction {
  width: 500px;
  margin-top: 50px;
  margin-left: auto;
}

.fp-ivc-radio-introduction span.glyphicon 
{
    opacity: 0;
}

.fp-ivc-radio-introduction.active span.glyphicon 
{
    opacity: 1;
}



.fp-ivc-radio-restrict span.glyphicon 
{
    opacity: 0;
}

.fp-ivc-radio-restrict.active span.glyphicon 
{
    opacity: 1;
}



.fp-ivc-radio-action span.glyphicon 
{
    opacity: 0;
}

.fp-ivc-radio-action.active span.glyphicon 
{
    opacity: 1;
}


.fp-ivc-check-review span.glyphicon 
{
    opacity: 0;
}

.fp-ivc-check-review.active span.glyphicon 
{
    opacity: 1;
}







.fp-ivc-div-buttonbar-content
{
    float: left;
    display:-webkit-box;
    width:100%;
}
.fp-ivc-div-buttonbar-button
{
    max-width: 100px;
}

.fp-ivc-div-buttonbar-logo
{
        display: inline-flex;
        padding-left:20px !important;
        
}


.fp-ivc-div-buttonbar-logo h1
{
    margin-top:0px;
    font-size:24px;
}

.background1
{
    background-color: #fff;
    width: 100%;
    height:600px;
    overflow-y:auto;
    border: 1px solid #000;
}



/* ---------------------------------------------------------------------- */
/* START - Rad Ajax related                                               */


.animationloadingimage
{    
    background-image: url('/FastPassCorp/Skins/FastPassIdentityVerificationClient/defaultV2/images/pleasewait128x128.gif');
    top: 50%;
    left: 50%;
    width: 9.2em;
    height: 9.2em;
    margin-top: -9em;
    background-color: transparent;
    position: fixed;
}



ul.fp-ivc-ul-reviewpanel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.fp-ivc-ul-reviewpanel>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

ul.fp-ivc-ul-reviewpanel>li {
    width:100%;
    padding-bottom: 7px;
    text-align:left;
}

ul.fp-ivc-ul-reviewpanel>li>div {
    Xborder-bottom: 2px solid #14506C;
    text-decoration: none;
    color: black;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: inherit;
}

ul.fp-ivc-ul-reviewpanel>li>div:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.15)    
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15)    
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.15)            
}




ul.fp-ivc-ul-statuspanel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.fp-ivc-ul-statuspanel>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

ul.fp-ivc-ul-statuspanel>li {
    width:100%;
    padding-bottom: 7px;
    text-align:left;
}

ul.fp-ivc-ul-statuspanel>li>div {
    border-bottom: 2px solid #14506C;
    text-decoration: none;
    color: black;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: inherit;
}

ul.fp-ivc-ul-statuspanel>li>div:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.15)    
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15)    
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.15)            
}



 
 /* END - Rad Ajax related                                                  */
/* ---------------------------------------------------------------------- */

.fp-ivc-panel-userdetails
{
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    overflow: hidden;
}

.fp-ivc-table-tr-userdetails
{
    height: 18px;
    max-height: 18px !important;
    padding: 2px !important;
    vertical-align: middle;
    line-height: 1.0;
}

.fp-ivc-table-td-userdetails-title
{
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    padding: 2px !important;
    vertical-align: middle;
    line-height: 1.0;
}

.fp-ivc-table-td-userdetails-value
{
    width: 460px;
    min-width: 460px;
    max-width: 460px;
    padding: 2px !important;
    vertical-align: middle;
    line-height: 1.0;
}

.fp-ivc-table-td-userdetails-infocheck
{
    width: 120px;
    max-width: 120px;
    padding: 2px !important;
    vertical-align: middle;
    line-height: 1.0;
}

.infochecker
{
    visibility: hidden;
}


/* ---------------------------------------------------------------------- */
/* START - UserDetails Page Classes                                                  */


.usersummary-list
{
    list-style: none;
    padding: 0px 0px 20px 0px ;
    margin: 0px 0px 20px 0px;
}


.usersummary-list-introduction
{
    background-color: rgb(255,255,255);
    padding: 0px 0px 0px 50px ;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    
}
 

.usersummary-list-question
{
    background-color: rgb(255,255,255);
    padding: 10px 0px 0px 50px ;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}

.usersummary-list-answer
{
    background-color: rgb(255,255,255);
    padding: 10px 0px 0px 50px ;
    margin: 0px 0px 0px 0px;
    font-size: 14px;

}
    
    
.usersummary-list-input
{
    padding: 15px 0px 0px 50px ;
    margin: 0px 0px 0px 0px;
    
}

.usersummary-list-input button
{
    margin-right: 5px;
}

.tab-content
{
    text-align: left;
}

.label-warning
{
    padding-right: 5px;
}

.accordion-panel-body
{
    min-height: 500px;
    max-height: 500px;
    background-color: rgb(255, 255, 255);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    overflow-y: auto;
    /*
    style="background-color: #00ff00;
    min-height: 460px;
    overflow-y: scroll;
    */
}

.navpill-panel-body
{    
    background-color: #ffffff;
    max-height: 485px;
    min-height: 485px;
    overflow-y: auto;
    margin-top: 0px;
    padding-top: 10px;
    Xborder-top: 1px solid #AAAAAA;
    Xborder-bottom: 1px solid #AAAAAA;
}



.fp-ivc-div-panel-title-highlights div
{
        /*background-color: #D3D3D3;*/
        
}

.fp-ivc-div-status-message
{
    margin-left: 140px;
    font-size: 12px
}

.fp-ivc-div-status-message-speechbubble
{
    margin-left: 110px;
    font-size: 12px;
    display: inline-flex;
}

.fp-ivc-div-status-message-speechbubble-text
{
    margin-left: 10px;
}


.fp-ivc-ul-item
{
    font-size: 12px;
    margin-left:100px;
}



.fp-ivc-div-header-item-table {
    border-width: 0; 
    margin: -6px 0px -12px 0px; 
    padding: 0px 0px 0px 0px; 
}
.fp-ivc-div-header-item {
    font-size: 12px;
    text-align: right;
    
}
.fp-ivc-div-header-item-title  {
    display: block;
    color: rgb(41,62,86) !important;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 600;
    padding-top: 0px;
    margin-top: -6px;
}

.fp-ivc-div-header-item-value {
    display: block;
    color: rgb(41,62,86) !important;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    padding-top: 0px;
}

.fp-ivc-div-header-informationicon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    background-image: url(/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/IdentityVerificationOperation_UserIdentification_UserInformation.png);
    margin-left: 0px;
    margin-right: -26px;
}


.fp-ivc-div-review-item-header {
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
}

.fp-ivc-div-review-item-value {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

.fp-ivc-div-review-item {
    display: inline-flex;
}


.fp-ivc-div-status-item-header {
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.fp-ivc-div-status-item-value {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

.fp-ivc-div-status-item {
    display: inline-flex;
}

.fp-ivc-div-status-item-value-highligted {
    white-space: nowrap;
    padding: 0px 0px 0px 4px;
    border: 1px solid rgb(169,169,169);
    font-weight: 800;
    letter-spacing: 4px;
}
.fp-ivc-div-status-item-value-highligted::before {
    //content: "'";
}
.fp-ivc-div-status-item-value-highligted::after {
    //content: "'";
}





.fp-ivc-introduction-content {
    text-align: left;
    background-color: #fff;
}


.fp-ivc-introduction-content-rememberMe {
    text-align: left;
    margin-top: 30px;
    display: none;
}
        
.fp-ivc-userhighlight-content-skipdiscover {
    text-align: left;
    padding-left: 45px;
    padding-top: 25px;
    
}

.fp-ivc-introduction-button {
    
}


.fp-ivc-introduction-button li {
    list-style: none;
    float: left;
    padding: 10px;
    
}

.fp-ivc-introduction-button li a span {
    padding-left: 15px;
    padding-right: 5px;
    max-width: 200px;
    height: 100%;
    text-aligh: left;
}

.fp-ivc-introduction-button li a span small {
    width: 100%;
    text-aligh: left;
}

.fp-ivc-introduction-button li a span small span {
    width: 100px;
    text-align: left;
    background-color: yellowgreen;
    border: 1px solid;
}



.fp-progressbar {
    padding-top: 2px;
}

.fp-progress-bar-text {
    color: #D3D3D3;
    padding-left: 5px;
    padding-right: 5px;
}

.fp-optional {
    display: inherit;
    width: 75px;
    height: 22px;
    background-color: transparent;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
    border: 0px solid transparent;
    padding: 10px 10px 10px 10px;
}

.fp-mandatory {
    /*
    background-color: yellow;
    border: 3px solid red;
    display: inherit;
    */
    display: inherit;
    /*
    width: 75px;
    height: 22px;
    background-color: red;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
    border: 2px solid blue;
    padding: 10px 10px 10px 10px;
    */ 
}

.infochecker {
    display: inline-flex;
    width: 75px;
    height: 22px;
    background-color: #FFF;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
    border: 2px solid #FFF;
    padding: 10px 10px 10px 10px;
}

.infochecker div:not(:last-child) {
    margin-right: 5px;
}
    
.fp-ivc-input-focus {
   border: 1px solid #ccc
   background-color: #FFF;
}


.fp-ivc-identityproofingitem-button-lg {
    width: 100px !important;
    height: 22px !important;
    padding: 0px 0px 0px 20px !important;
    background-position: 5px 2px;
    background-repeat: no-repeat;
 }

.fp-ivc-identityproofingitem-button-sm {
    width: 80px !important;
    height: 22px !important;
    padding: 0px 0px 0px 20px !important;
    background-position: 5px 2px;
    background-repeat: no-repeat;
}

.fp-ivc-identityproofingitem-button-lg[disabled],
.fp-ivc-identityproofingitem-button-sm[disabled],
.fp-ivc-identityproofingitem-button[disabled] {
    opacity: 1 !important;
}

.fp-correct {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #5cb85c;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/ThumbsUp-16-green.png') !important;
}

.fp-correct:hover {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #5cb85c;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/ThumbsUp-16-green.png') !important;
}


.fp-correct-selected:hover {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    backgroud-color: #255625;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/ThumbsUp-16-white.png');
}
     
.fp-correct-selected {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: blue;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/ThumbsUp-16-white.png') !important;
}  

.fp-wrong {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #d9534f;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/ThumbsDown-16-red.png') !important;
}

.fp-wrong:hover  {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #d9534f;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/ThumbsDown-16-red.png');
}

.fp-wrong-selected {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #ac2925;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/ThumbsDown-16-white.png');
}

.fp-wrong-selected:hover {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #ac2925;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/ThumbsDown-16-white.png');
}

.fp-notsure {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #122b40;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/questionmark16.png') !important;
}

.fp-notsure:hover  {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #122b40;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/questionmark16.png');
}

.fp-notsure-selected {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #122b40;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/questionmark16.png');
}

.fp-notsure-selected:hover {
    margin-top: -7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
    background-color: #122b40;
    background-image:url('/FastPassCorp/skins/FastPassIdentityVerificationClient/defaultV2/images/questionmark16.png');
}

.panel-default {
    border-color: #ffffff !important;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    //border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    background-color: #DEEFFB;
    border-color: transparent;
    border-color: silver;
}

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}





.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  Xborder-radius: 4px;
  border-radius: 0px;
}
.nav-pills > li + li {
  Xmargin-left: 2px;
  margin-left: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-pills > li > button:hover {
    color: #515151 !important;
}


/*
.nav-pills > li > a {
    height: 100px;
    margin: 10px 10px 10px 10px;
    padding-top: 20px;
    font-size: 14px;
}

.nav-pills > li > button {
    height: 80px;
    Xpadding: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    background: none !important;
    outline: none !important;
}

.nav-pills > li.active > a {
    height: 80px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    Xbackground-color: #DCDCDC !important;
    background-color: #0000FF !important;
    color: #515151 !important;
}


.nav-pills > li.active > button {
    height: 80px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    Xbackground-color: #DCDCDC !important;
    background-color: #0000FF !important;
    color: #515151 !important;
    pointer-events: none;
}

 .nav-pills > li.active > a:hover {
    height: 80px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    Xbackground-color: #DCDCDC !important;
    background-color: #000000 !important;
    color: #515151 !important;
}

.nav-pills > li.active > button:hover {
    height: 80px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    Xbackground-color: #DCDCDC !important;
    Xbackground-color: #000000 !important;
    color: #515151 !important;
}

 .nav-pills > li > a:hover {
    height: 80px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    Xbackground-color: #FFF0F5 !important;
    background-color: #FF0000 !important;
    color: #515151 !important;
}

.nav-pills > li > button:hover {
    height: 80px;
    Xpadding: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    Xbackground-color: #FFF0F5 !important;
    background-color: #337AB7 !important;
    background-color: #FF0000 !important;
    color: #515151 !important;
    Xborder: 1px solid rgb(168, 198, 231);
    Xbackground-color: rgb(234, 242, 251);
}
*/
.tab-content
{
    margin-top: 7px;
}

.card-block 
{
    padding-top : 3px;
    min-height: 48px !important;
    max-height: 48px !important;
}




.fp-checkboxlistitems
{
   padding-top:20px;
   padding-bottom:5px;
   display: inline-block
}

.fp-ivc-div-review-deceased
{
    background-color: #FAFAD2;
    padding-top: 10px;
    margin-bottom: 10px;
}

/* START - UserDetails Page Classes                                        */    
/* ---------------------------------------------------------------------- */



/* ---------------------------------------------------------------------- */
/* START - MasterPage                                                    */    

.fp-ivc-control-label-headingtrack {
    display: none;
}

.fp-ivc-control-label-headingstep {
    display: none;
}

.IntroductionMessage {
    display: block;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    color: #000000;
    background-color: #E0E0E0;
    min-height: 80px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    box-shadow: 2px 2px 6px #777;
    -moz-box-shadow: 2px 2px 6px #777;
    -webkit-box-shadow: 2px 2px 6px #777;
}

/*Old class*/ 
.masterPage {    
}

.fp-ivc-masterPage {
    position: absolute;
    top: 140px;
    width: 1000px;
}

.fp-ivc-div-canvas {
}
 
 .fp-ivc-div-header {    
    max-width: 1024px;
    margin: 0 auto;
 }
 
 .fp-ivc-div-companylogo {
    display: table-cell;
 }
 .fp-ivc-div-productlogo {
    display: table-cell;
    position: relative;
    left: 735px;
 }

 .fp-ivc-div-container {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
 }
 
 .fp-ivc-div-menu {            
	height: 503px;
	vertical-align: top;
	background-color: white;
	background-image: url('/FastPassCorp/skins/FastPassClient/default/images/bgleft.jpg');
} 
 
.fp-ivc-div-contentarea
{
    padding: 20px 0px 0px 0px;
}
 
.fp-ivc-div-content {
    
    /*border: 1px solid #000000;*/
    padding: 10px 10px 10px 20px;
    width: 100%;
    background-image: url(/FastPassCorp/skins/FastPassAdministrationClient/default/images/lineDotted.gif);
    background-repeat: repeat-x;
 }
 
 .fp-ivc-div-contentheader {
       display: none;
 }
 
 .fp-ivc-div-contentheader-organizationname {
      display: table-cell;
 }
 
 .fp-ivc-div-contentheader-headingtrack {
    display: table-cell;
    position: relative;
    left: 500px;
 }
 
 .fp-ivc-div-contentfooter {
    display: none;
 }
 
 .fp-ivc-div-contentfooter-domainname {
    display: table-cell;
 }
 
 .fp-ivc-div-contentfooter-username {
    display: table-cell;
    position: relative;
    left: 500px;
 } 
 
 
 
 
/* END - MasterPage                                                        */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* START - Hide the unwanted UI objects                                   */
#ctl00_ContentPlaceHolder1_divMessageBoxFastPass {
    display: none !important;
}

#divMessageBoxFastPassButtonRow {
    display: none !important;
}

#ctl00_divExtendedSupportOfAT {
    display: none;
}

.divMessageBoxFastPass {
    display: none;
}
.informationbox {
    display: none !important;
}

#divMessageBoxFastPass {
    display: none !important;
}

.wizardpage-content-header-introductionrow {
    display: none;
}

.IntroductionMessage {
    
}

#ctl00_ContentPlaceHolder1_divHeadingTrack {
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin: 20px 0 36px 0;
}


.control-div-hide {
    display: none;
}

#divintro {
    display: none;
}

#ctl00_ContentPlaceHolder1_subPageR01 {
    display: none;
}

/* END - Hide the unwanted UI objects                                     */
/* ---------------------------------------------------------------------- */



/* ---------------------------------------------------------------------- */
/* START - DataGrid                                                      */

.fp-ivc-div-datagrid {
    display: table-cell;
    vertical-align: top;
    border: solid 1px #000000;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.fp-ivc-div-datagrid-header {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #eee;
}    

.fp-ivc-div-datagrid-footer {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #eee;
    text-align:center;
}    

.fp-ivc-div-datagrid-headertext {
    display: table-cell;
    
    
    
    width: 100%;
    text-align: right;
    
}

.fp-ivc-div-datagrid-headercontrols {
    display: table-cell;
    
    
    
    font-family: Verdana, Tahoma;
        
    text-align: right;
    
    
}

.fp-ivc-div-datagrid-control {
    background-color: #DDDDDD;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border: solid 1px #000000;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}


.fp-ivc-div-datagrid-item-detailslink {
    min-width: 4%;
}

.fp-ivc-div-datagrid-item-user {
    min-width: 17%;
}
.fp-ivc-div-datagrid-item-operation {
    min-width: 41%;
}

.fp-ivc-div-datagrid-item-status {
    min-width: 12%;
}

.fp-ivc-div-datagrid-item-datetime {
    min-width: 26%;
}


.fp-ivc-div-datagrid-paging-buttonback {
    background-color: #DDDDDD;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.fp-ivc-div-datagrid-paging-button {
    text-align: center;
    vertical-align: top;
    font-family: Verdana, Tahoma;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    border-right: solid 0px #333333;
    border-bottom: solid 0px #333333;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
}


.fp-ivc-gridview-pagination
{
    padding-left: 0;
    margin: 20px 9;
    border-radius: 4px;
}

.fp-ivc-gridview-pagination table > tbody > tr > td
{
    display: inline;
}

.fp-ivc-gridview-pagination table > tbody > tr > td > a,
.fp-ivc-gridview-pagination table > tbody > tr > td > span 
{
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #DD4814;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-left: -1px;
}

.fp-ivc-gridview-pagination table > tbody > tr > td > span 
{
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #AEA79F;
    background-color: #F5F5F5;
    border-color: #DDDDDD;
    cursor: default;
}

.fp-ivc-gridview-pagination table > tbody > tr > td:first-child > a,
.fp-ivc-gridview-pagination table > tbody > tr > td:first-child > span 
{    
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.fp-ivc-gridview-pagination table > tbody > tr > td:last-child > a,
.fp-ivc-gridview-pagination table > tbody > tr > td:last-child > span 
{  
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.fp-ivc-gridview-pagination table > tbody > tr > td > a:hover,
.fp-ivc-gridview-pagination table > tbody > tr > td > span:hover,
.fp-ivc-gridview-pagination table > tbody > tr > td > a:focus,
.fp-ivc-gridview-pagination table > tbody > tr > td > span:hover
{
    color: #97310E;
    border-color: #DDDDDD;
}
 
 
/* END - DataGrid                                                          */
/* ---------------------------------------------------------------------- */


.MenuHeader {
	text-align: left;
	vertical-align: middle;
	font-family: Geneva, Tahoma, Tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 3px 10px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #DDDDDD;
}
.MenuHeader2 {
	text-align: left;
	vertical-align: middle;
	font-family: Geneva, Tahoma, Tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 3px 3px;
	text-indent: 20px;
	border-top: solid 1px transparent;
	border-bottom: solid 0px #000000;
	background-color: #319A29; /* FastPass Green */
	background-color: #AD0421; /* FastPass Red */
	background-color: #084994; /* FastPass Blue */
	background-color: #EFBE08; /* FastPass Yellow */
}
img#HelpDeskClientMenu2TableR02C01img,
img#ServiceProviderClientMenu2TableR02C01img { 
	width: 1px;
	height: 1px;
}


.ListMenu, .ListMenu ul, .ListMenu li {
	text-align: left;
	margin: 0;
	padding: 0;
	height: 19px;
	border-bottom: 1px solid #6B7D84;
}

.ListMenu{
	width: 200px;
}

.ListMenu li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 12px;
	border-bottom: 0px solid #ccf;
}

.hasSubs {
	position: relative;
}
	
.ListMenu .hasSubs ul {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ccf;
	background-color: black;
	color: white;
	font-family: Geneva, Tahoma;
	font-size: 10px;
	text-indent: 20px;
	position: absolute;
	z-index: 4;
	visibility: hidden;
}

.ListMenu a:link, .ListMenu a:visited {
	width: 200px;
	display: block;
	color: white;
	background-color: black;
	font-family: Geneva, Tahoma;
	font-size: 10px;
	font-weight: 300;
	text-indent: 20px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:3px;
	border-top-color: #789;
	border-top-width: 1px;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.ListMenu a:hover, .Listmenu a:focus {
	color: white;
	background-color: gray;
	font-family: Geneva, Tahoma;
	font-size: 10px;
}

.ListMenu li.hover .ListMenu li.focus {
	color: black;
	background-color: #aab9cc;
	font-family: Geneva, Tahoma;
	font-size: 10px;
	text-indent: 20px;
}

.ListMenu li.active { 
	color: #000080;
	background: #ccf;
}

.ListMenu li.hasSubs a {
	background: url('images/arrow_right.gif') right no-repeat;
}

.ListMenu li.hasSubs a:hover, .ListMenu li.hasSubs a:focus, .ListMenu li.hasSubs a:active {
	background: #ccf url('images/arrow_right.gif') right no-repeat;
	color: #000080;
}

.ListMenu li.noSubs a, .ListMenu.vertical ul li.noSubs a {
	background-image: none;
}

.ListMenu li.noSubs a:hover, .ListMenu.vertical ul li.noSubs a:hover {
	background-image: none;
}

.ListMenu ul, .ListMenu ul li, .ListMenu.vertical ul li, .ListMenu.vertical ul li { 
	width: 190px;
	display: block;
}

.ListMenu.vertical, .ListMenu.vertical li { 
	width: 170px;
}


/*
.bb {
    color: #515151;
    font-weight: normal;
    font-size: 11px;
    font-family: Geneva, Tahoma;
    text-decoration: none;
    text-align: left;
}
*/
.bb a { text-decoration: none }
.bb a:hover { color: #000000; text-decoration: underline }
.bb a:active { color: gray }
.bl { color: #000000; font-weight: normal; font-size: 10px; font-family: Geneva, Tahoma; text-decoration: none }
.bl a { color: maroon; text-decoration: none }
.bl a:hover { color: #000000; text-decoration: underline }
.bl a:active { color: gray }

.blb { color: #000000; font-weight: bold; font-size: 11px; font-family: Geneva, Tahoma; text-decoration: none }
.blb a { color: maroon; text-decoration: none }
.blb a:hover { color: maroon; text-decoration: underline }
.blb a:active { color: gray }

.bs { color: #515151; font-weight: normal; font-size: 9px; font-family: Geneva, Tahoma; text-decoration: none }
.bs a { color: #054793; font-weight: bold; text-decoration: none  }
.bs a:hover { color: #000000; text-decoration: underline }
.bs a:active { color: gray }
.gb { color: #696969; font-weight: 700; font-size: 11px; font-family: Geneva, Tahoma; text-decoration: none;}
.gb a { color: #A52A2A; text-decoration: none  }
.gb a:hover { color: #10104a }
.gb a:active { color: teal }
.hb { color: white; font-weight: bold; font-size: 10px; font-family: Geneva, Tahoma; background-color: black; text-decoration: none ; text-indent: 20px; width: 200px; height: 16px; padding-top: 2px; display: block; }
.hb a { color: white; text-decoration: none; background-color: black; background-position: 220px 0; text-indent: 20px; width: 220px; height: 18px; padding: 1px; border-style: solid none; border-width: 1px medium; border-color: white gray; }
.hb a:active { color: maroon; border-style: solid none; border-width: 1px medium; border-color: maroon; width: 220px ; height: 18px; }
.hb a:hover { color: white; background-color: #708090; border-style: solid none; border-width: 1px medium; width: 220px; height: 18px; }
.head { color: #96a5a5; font-weight: normal; font-size: 13px; font-family: Geneva, Tahoma; text-decoration: none ; letter-spacing: 4px; }
.head a { color: maroon; text-decoration: none }
.head a:hover { color: #000000; text-decoration: underline }
.head a:active { color: gray }.head2 { color: #96a5a5; font-weight: bold; font-size: 13px; font-family: Arial; text-decoration: none ; text-transform: none; }
.head2 a { color: maroon; text-decoration: none }
.head2 a:hover { color: #000000; text-decoration: underline }
.head2 a:active { color: gray }
.menu { color: gray; font-weight: normal; font-size: 10px; font-family: Geneva, Tahoma; text-decoration: none ; }
.menu a { color: maroon; font-size: 100%; line-height: 20px; background-color: white; text-decoration: none  ; width: 100%; height: 18px; padding: 2px 10px 3px; border: solid 1px silver; }
.menu a:hover { color: white; background-color: maroon; text-decoration: none; min-width: 100%; min-height: 100%; }
.menu a:active { color: gray }
.menu2 { color: gray; font-weight: normal; font-size: 10px; font-family: Geneva, Tahoma; text-decoration: none; }
.menu2 a { color: gray; text-decoration: none; font-size: 100%; }
.menu2 a:hover { color: #054793; text-decoration: none; min-width: 100%; min-height: 100%; }
.menu2 a:active { color: gray; text-decoration: none; }
#navigator { }


/* Styles for the Blocking layer */
#BlockingLayer
{
    background-image: url('/FastPassCorp/Skins/FastPassIdentityVerificationClient/defaultV2/images/opacity.png');
    background-repeat: repeat;
    background-color: rgba(100, 100, 100, 0.6); /* This is the only thing that works in Firefox */
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9001;
    display: none;
}
#BlockingLayerBackground{
    border: solid 2px #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px #777;
    -moz-box-shadow: 0 0 10px #777;
    -moz-webkit-shadow: 0 0 10px #777;
    width: 250px;
    height: 150px;
    margin-top: 150px;
    display: block;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}
#PleaseWaitImg{
    width: 48px;
    height: 48px;
    padding-top: 51px;
}
/* End - Styles for the Blocking layer */

/* Begin - Styles for the PopupForm layer */
div#ctl00_PopupForm,
.popuppage {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px #777;
	-moz-box-shadow: 0 0 10px #777;
	z-index: 999;
	vertical-align: middle;
	background-image: url('/FastPassCorp/Skins/FastPassIdentityVerificationClient/defaultV2/images/opacity.png');
	background-repeat: repeat;
	background-color: rgba(174, 174, 174, 0.7); /* This is the only thing that works in Firefox */
	/* IE7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2CCCCCC, endColorstr=#b2CCCCCC);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2CCCCCC, endColorstr=#b2CCCCCC)";
}
.popuppage-content {
	padding: 10px 0px 0px 0px;
	text-align: center;
}
.popuppage-content-data {
	padding: 20px 70px 20px 10px;
	margin: 50px auto 50px auto;
	text-align: center;
	height: 400px;
	min-height: 400px;
	max-height: 400px;
	width: 670px;
	min-width: 670px;
	max-width: 670px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px #777;
	-moz-box-shadow: 0 0 10px #777;
	background-color: rgb(255,255,255);
	overflow-y: auto;
}
/* End - Styles for the PopupForm layer */




/* Start - Colors */
.fp-textcolor-black {
   color: rgb(0,0,0) !important;
   color: #000000 !important;
}
.fp-textcolor-grey-dark {
   color: rgb(42,49,57) !important;
   color: #2A3139 !important;
}
.fp-textcolor-blue-dark {
   color: rgb(41,62,86) !important;
   color: #293E56 !important;
}
.fp-textcolor-blue-dark2 {
   color: rgb(65,118,153) !important;
   color: #417699 !important;
}
.fp-textcolor-blue-medium {
   color: rgb(65,100,137) !important;
   color: #296489 !important;
}
.fp-textcolor-blue-medium2 {
   color: rgb(105,152,182) !important;
   color: #6998b6 !important;
}
.fp-textcolor-blue-light2 {
   color: rgb(163,198,231) !important;
   color: #417699 !important;
}
.fp-textcolor-blue-light {
   color: rgb(163,198,231) !important;
   color: #A3C6E7 !important;
}
.fp-textcolor-blue-lighter {
   color: rgb(209,228,247) !important;
   color: #D1E4F7 !important;
}
.fp-textcolor-white {
   color: rgb(255,255,255) !important;
   color: #FFFFFF !important;
}
.fp-textcolor-orange-dark {
   color: #eea236 !important;
}
/* End - Colors */


.fp-review-groupheader,
.fp-status-groupheader {
    font-weight: bold;
    margin-bottom: 4px;
    padding: 4px 8px 4px 8px;
    border-radius: 4px;
    border-color: #2e6da4;
    /* background-color: #337ab7; */
    background-color: #428BCA;
    background-color: #D1E4F7;
    color: #ffffff;
}

.fp-review-groupheader-left,
.fp-status-groupheader-left {
    display: inline;
    width: 80%;
    text-align: left;
}
.fp-review-groupheader-right,
.fp-status-groupheader-right {
    display: inline;
    float: right;
    width: 20%;
    text-align: right;
}


/* Start - Styles for markup of placeholder values */
.fp-ivc-userhighlightsitem-placeholdervalue {
    white-space: nowrap;
    padding: 0px 2px 2px 2px;
    background-color: rgb(252,248,227);
    border: 1px solid rgb(169,169,169);
}
.fp-ivc-userhighlightsitem-message-placeholdervalue {
}
.fp-ivc-userhighlightsitem-information-placeholdervalue {
}
.fp-ivc-userhighlightsitem-warning-placeholdervalue {
    background-color: rgb(255,255,255);
}
.fp-ivc-userhighlightsitem-alert-placeholdervalue {
    background-color: rgb(255,255,255);
}
.fp-ivc-userhighlightsitem-placeholdervalue::before {
    //content: "'";
}
.fp-ivc-userhighlightsitem-placeholdervalue::after {
    //content: "'";
}

.fp-ivc-identityproofingitem-placeholdervalue {
    white-space: nowrap;
    padding: 0px 2px 2px 2px;
    background-color: rgb(252,248,227);
    border: 1px solid rgb(169,169,169);
}
.fp-ivc-identityproofingitem-question-placeholdervalue {
}
.fp-ivc-identityproofingitem-message-placeholdervalue {
}
.fp-ivc-identityproofingitem-information-placeholdervalue {
}
.fp-ivc-identityproofingitem-warning-placeholdervalue {
    background-color: rgb(255,255,255);
}
.fp-ivc-identityproofingitem-alert-placeholdervalue {
    background-color: rgb(255,255,255);
}
.fp-ivc-identityproofingitem-placeholdervalue::before {
    //content: "'";
}
.fp-ivc-identityproofingitem-placeholdervalue::after {
    //content: "'";
} 



/* End - Styles for markup of placeholder values */
