@import 'normalize.css';
@import 'type.css';

/* =Layout
-------------------------------------------------------------- */
#wrapper {
    margin: 0;
}

#header {
    height: 83px;
    position: relative;
    background-color: white;
    padding-left: 78px;
}

#main {
}

#content {
}

.bold {
    font-weight: bold;
}


/* Generic Styles
-------------------------------------------------------------- */
body {
    background-color: #EFF1F0;
}

.hidden {
    display: none;
}

.clear {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 1px;
    clear: both;
    display: block;
}

.icon {
    display: block;
    width: 22px;
    height: 21px;
    margin: 2px;
    background-repeat: no-repeat;
}

.icon-verified {
    background-image: url(/Content/images/icon.verified_trulio.png);
}

.icon-not-verified {
    background-image: url(/Content/images/icon.not-verified_trulio.png);
}

.icon-missing {
    background-image: url(/Content/images/icon.missing_trulio.png);
}

.icon-no-input {
    background-image: url(/Content/images/icon.no-input_trulio.png);
}

.icon-censored {
    background-image: url(/Content/images/icon.censored.png);
}

.icon-watchlist-hit {
    background-image: url(/Content/images/icon.not-verified_trulio.png);
}

.icon-watchlist-clear {
    background-image: url(/Content/images/icon.verified_trulio.png);
}

.icon-watchlist-error {
    background-image: url(/Content/images/icon.missing_trulio.png);
}


/* =Header Logo & Nav Styles
-------------------------------------------------------------- */
/* Layout & Positioning  of child Elements*/
#header #logo {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
}
/*#header #nav	{ margin:0 0 0 300px; width: 100%; white-space: nowrap; padding-left:174px;}*/
#header #nav {
    white-space: nowrap;
    padding-right: 25px;
    float: right;
}

    #header #nav > li {
        float: left;
        display: inline;
    }

        #header #nav > li > a {
            margin-top: 39px;
            display: block;
            overflow: hidden;
        }

#header #logo {
    background-repeat: no-repeat;
    text-indent: -9999em;
}

#nav > li > a {
    /*border-radius:8px 8px 0px 0px;*/
    padding: 0 20px;
    line-height: 40px;
    margin-right: 8px;
    /*background-image:url(/Content/images/bg.nav.inactive.png);*/
    background-repeat: repeat-x;
    border-top: 1px solid #fff;
    background-color: #1661A4;
}

#nav > li.active a {
    /*background-image:url(/Content/images/bg.nav.active.png);*/
    border-top-color: #ddd;
    background-color: #1BA5EA;
}

#header #user-bar {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 500px;
}

#ulheader {
    clear: both;
    position: absolute;
    width: 1176px;
}

/* =Main (wraps #content)
------------------------------------------------------- */
#main {
    padding: 20px;
    /*padding-top:6px;*/
    /*background-color:#fff;*/
    background-color: #EFF1F0;
    border-radius: 4px 4px 0px 0px;
}

#mainExt {
    background-color: #EFF1F0;
}

#main h2 {
}
/* =Content Header
-------------------------------------------------------- */
#content-header {
    margin-bottom: 15px;
}

    #content-header select {
        width: 260px;
        padding: 2px;
    }

    #content-header input[type=submit] {
        border: none;
        background-color: transparent;
        padding: 0;
        margin: 0 0 0 10px;
    }

        #content-header input[type=submit]:hover {
            background-color: transparent; /* useless override for highly ancient browsers. prob safe to delete. */
        }

/* =Content
-------------------------------------------------------- */
/* Layout of Elements */
#content {
    /*border:1px solid #ccc;*/
    background-color: #FFF;
    padding: 10px;
}

    #content,
    #content h3,
    #content .non-featured-info {
        /*border-radius:4px 4px 0px 0px;*/
    }

        #content h3 {
        }

        #content .section {
        }

        #content label {
            background: none;
            border: none;
        }

        /* style for text input */
        #content input[type=text],
        #content input[type=password] {
            width: 250px;
        }

        #content input[name=input-40],
        #content input[name=input-41] {
            width: 500px;
        }

        #content label.block-tall {
            display: block;
            line-height: 40px;
        }

        #content label.block {
            display: block;
        }

        #content label.tall {
            line-height: 40px;
        }

#main #content h2 {
    /* margin-bottom: 12px; */
    /*margin-bottom:-26px;*/
    /* padding-left: 10px; */
}

#content .section {
    margin-bottom: 12px;
    border: 1px solid #bbb;
    width: 100%;
}

    #content .section tr {
        border-bottom: 1px solid #ccc;
    }

    #content .section:last-child {
        border:none;
    }

    #content .section td {
        padding-left: 20px;
        background-color: #fff;
    }

        #content .section td:first-child {
            width: 250px;
        }

    #content .section tr:last-child td {
        border-bottom: none;
    }

#content h3 {
    padding: 0px 0px 0px 10px;
    /*background-image:url(/Content/images/bg.content.h3.png);*/
    line-height: 28px;
    background-repeat: repeat-x;
    /*background-color:#B5CBD7;*/
    /*background-color:#EEF8FE;*/
    background-color: #E2F3FD;
}

#content-header select,
#content input[type=text],
#content input[type=password],
#content select {
    border: 1px solid #bbb;
}

    #content-header select:focus,
    #content input[type=text]:focus,
    #content input[type=password]:focus,
    #content select:focus {
        border-color: #3f4e56; /*background-color:#F3EFE0;*/
        background-color: #EEF8FE;
    }

#content input[type=text],
#content input[type=password] {
    padding: 2px;
}

    #content input[type=text]::-webkit-input-placeholder,
    #content input[type=password]::-webkit-input-placeholder {
        color: #c6cacd;
        font-style: italic;
    }

    #content input[type=text]:-moz-placeholder,
    #content input[type=password]:-moz-placeholder {
        color: #c6cacd;
        font-style: italic;
    }

#content select.day-input {
    width: 45px;
}

#content select.month-input {
    width: 140px;
}

#content select.year-input {
    width: 60px;
}
/*
#content input[type="submit"] {
    background-repeat: no-repeat;
    border: none;
    display: inline-block;
    width: 100px;
    height: 35px;
    margin: 0;
    padding: 0;
    text-indent: -9999em;
}
*/
form#lookup input[type="submit"] {
    background-image: url("/Content/images/btn.verify.png");
}

form#login input[type="submit"] {
    background-image: url("/Content/images/btn.sign-in.png");
}

#content option {
    background-color: #EEF8FE;
}

#content option:checked {
    background-color: #CCC;
}

#content .section li {
}

/* =Results Page
------------------------------------------------- */
#content {
}
/* #content will have one of the following styles (on this page) */
.results-verified {
}

.results-not-verified {
}

.results-missing {
}

.results-no-input {
}


/* Overall Verification Status Title */
#content > h3.total-status {
    line-height: 29px;
    padding-left: 20px;
    border: 1px solid #FFF;
    border-bottom: none;
}

/* Use parent containers class to determine which bg image to use */
#content.results-verified h3 { /*background-image:url(/Content/images/bg.grad.green.png);*/
}

#content.results-not-verified h3 { /*background-image:url(/Content/images/bg.grad.red.png);*/
}

#content.results-missing h3 { /*background-image:url(/Content/images/bg.grad.darkgray.png);*/
}

#content.results-no-input h3 { /*background-image:url(/Content/images/bg.grad.lightgray.png);*/
}

#content.results-censored h3 { /*background-image:url(/Content/images/bg.grad.lightgray.png);*/
}

#content > h3.clear-status {
    line-height: 29px;
    /*padding-left:20px;*/
    border: 1px solid #FFF;
    border-bottom: none;
    border-top-width: thick;
    padding: initial;
    /*background-image:url(/Content/images/bg.grad.green.png);*/
}

h3.clear-status .icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin: 4px 2px;
}

#content > h3.hit-status {
    line-height: 29px;
    padding-left: 20px;
    border: 1px solid #BBB;
    border-bottom: none;
    background-image: url(/Content/images/bg.grad.red.png);
}

h3.hit-status .icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin: 4px 2px;
}

#content > h3.watchlist-missing-status {
    line-height: 29px;
    padding-left: 20px;
    border: 1px solid #BBB;
    border-bottom: none;
    background-image: url(/Content/images/bg.grad.yellow.png);
}

h3.watchlist-missing-status .icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin: 4px 2px;
}

#content > h3.retention-policies-applied {
    padding-left: 0px;
    border: 1px solid #BBB;
    background-color: #f1e3ad;
}

    #content > h3.retention-policies-applied a.retention-policy {
        background-color: #ff7e1d;
    }

    #content > h3.retention-policies-applied a.header-start {
        padding: 6px;
    }

    #content > h3.retention-policies-applied a.header-end {
        float: right;
    }


/* Icon for Overall Verification Status Title */
h3.total-status .icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin: 4px 2px;
}

.results-container {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    /*border:1px solid #bbb;*/
}
/* turn off top border, IF this block immediately follows an h3 element (like h3.total-status, i.e.) */
#content > h3.total-status + .results-container {
    border-top: none;
}

/* Featured Info Block */
.featured-info {
    margin-bottom: 20px;
}

    .featured-info li {
        padding: 2px;
        margin-bottom: 3px;
        line-height: 20px;
    }

.personal-data {
    float: left;
    min-width: 500px;
    padding-left: 20px;
    width: 100px;
}

.watchlist-data {
    float: right;
    margin-left: 10px;
}

    .watchlist-data li {
        padding-left: 30px;
        background-repeat: no-repeat;
        background-position: 0% 50%;
    }
/* End: Featured Info Block */

/* Non-Featured Info Block */
.non-featured-info {
    /*border:1px solid #aaa;*/
    padding: 0;
    margin: 0 10px;
}

    .non-featured-info .section-nav {
        background-image: url(/Content/images/bg.grad.lightgray.png);
        background-repeat: repeat-x;
        height: 29px;
    }

        .non-featured-info .section-nav li {
            float: left;
        }

            .non-featured-info .section-nav li a {
                display: block;
                line-height: 29px;
                margin: 0;
                padding: 0 20px;
            }

            .non-featured-info .section-nav li.active {
                background-color: #fff;
            }

    .non-featured-info .breakdown-legend-wrapper {
        margin-bottom: 10px;
    }

    .non-featured-info .results-breakdown {
        float: left;
        padding: 10px 6px;
    }

    .non-featured-info .results-legend {
        float: right;
    }

        .non-featured-info .results-legend li {
            float: left;
            padding: 5px 20px 5px 30px;
            background-repeat: no-repeat;
            background-position: 0 5px;
            padding-left: 30px;
            line-height: 12px;
        }
/* End: Non-Featured Info Block */

/* Results Tables */
.results-table {
    width: 100%;
}

    .results-table .cell-data {
        display: block;
        margin: 0;
        padding: 0;
    }

    .results-table thead {
        /*border-top:1px solid #aaa;
	border-bottom:1px solid #333;*/
    }

    .results-table tbody {
    }

    .results-table th {
        padding: 6px 5px;
        background-color: #EEF8FE;
        border-bottom: 5px solid #FFF;
        text-align: left;
        padding-left: 12px;
    }

    .results-table tbody td {
        width: 100px;
        text-align: center;
        vertical-align: middle;
        padding: 3px 5px;
    }

        .results-table tbody th.spacer,
        .results-table tbody td.spacer {
            width: auto;
        }

    .results-table .odd td {
        background-color: #F6F7F8;
    }

    .results-table .even td {
        background-color: #EDEEF1;
    }

    .results-table tbody td:first-child {
        width: 170px;
        text-align: left;
    }

    .results-table tbody td .icon {
        margin: 2px auto;
    }
/* End: Results Tables */


/* =Login Page
-------------------------------------------------- */
.login {
    /*height:235px;*/
}

.change-password {
    /*height: 260px;*/
}

.invalid-change-password-session {
    padding-right:  65px !important;
}

.page-login #main {
    margin: 165px auto 0;
    width: 345px;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #1BA5EA;
    border-radius: 5px;
    padding: 100px 65px 20px 65px;
    background-color: #fff;
}

    .page-login #main h2 {
        position: absolute;
        left: -9999em;
    }

.page-login #content {
    background-color: transparent;
    border: none;
    margin-top: 24px;
}

form#login input[type=text],
form#login input[type=password] {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}

form#login .forgot-password-link {
    display: inline-block;
    float: right;
}

form {
    min-height: 50px;
}

.loading-area {
    position: relative;
    pointer-events: none;
}

    .loading-area .loading-icon {
        background-image: url('../../Content/images/loading.gif');
        width: 100%;
        height: 100%;
        z-index: 1000;
        position: absolute;
        background-size: 50px 50px;
        background-position: center center;
        display: block;
        top: 0;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.3);
    }

.ui-dialog.ui-widget {
    background: #fff;
}

.dialog-min-width {
    min-width: 26rem;
}

.dialog-min-width-paragraph {
    min-width: 24rem;
}

.ui-dialog .ui-dialog-title {
    padding: 5px 0px;
    font-weight: normal;
}

.ui-dialog .ui-dialog-content {
    font-size: 14px;
    padding: 20px;
    line-height: 20px;
}

.ui-dialog .ui-button.ui-widget .ui-button-text {
    min-width: 75px;
    font-size: 14px;
    padding: 3px;
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header {
    background: #e2f3fd;
    border: 1px solid #8dd2f5;
}

.ui-dialog .ui-dialog-buttonpane {
    border: none;
    padding: 0;
}

    .ui-dialog .ui-dialog-buttonpane button {
        border: none;
        border-radius: 4px;
        color: #fff;
        padding: 5px 5px;
        min-width: 80px;
        font-size: 14px;
        background-color: #999;
        cursor: pointer;
    }

        .ui-dialog .ui-dialog-buttonpane button:hover {
            background-color: #777;
        }

    .ui-dialog .ui-dialog-buttonpane .button {
        margin: 5px 15px;
    }


    .ui-dialog .ui-dialog-buttonpane button:first-child {
        background-color: #1BA5EA;
    }

        .ui-dialog .ui-dialog-buttonpane button:first-child:hover {
            background-color: #1661A4;
        }

.ui-dialog .ui-button.ui-widget .ui-button-text {
    padding: 0;
    font-weight: normal;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    font-weight: normal;
}

.trulioo-logo {
    width: 200px;
    height: 100px;
    position: absolute;
    top: -111px;
    left: -13px;
}

.gg-logo {
    background-image: url("/Content/images/gg-logo.png");
    width: 265px;
    height: 52px;
    position: absolute;
    top: 36px;
    left: 76px;
    background-repeat: no-repeat;
}

#trulioo-logo-container {
    display: grid;
    grid-template-columns: 100px 175px;
    width: 265px;
    height: 52px;
    top: 36px;
    left: 76px;
    position: absolute;
}

#trulioo-logo-image {
    background-image: url(/Content/images/bg.logo_trulioo.png);
    background-repeat: no-repeat;
    height: 100px;
    background-size: contain;
    background-position: 20px 0px;
}

#trulioo-logo-text {
    background-position: -10px 0px;
    background-image: url(/Content/images/bg.text_trulioo.png);
    background-repeat: no-repeat;
    height: 100px;
    background-size: contain;
    max-width: 175px;
    overflow: hidden;
}

.mat-label {
    display: block;
    font-size: 0.7em;
    transform: translateY(1.5625em);
    color: #5E6978;
    transition: all 0.5s;
    position: absolute;
    color: #5E6977;
    top: -4px;
    left: 4px;
    text-transform: uppercase;
}

.mat-input {
    position: relative;
    background-color: transparent !important;
    border: none;
    outline: none;
    padding: 0.5em 0.4em !important;
    font-size: 0.95em !important;
    color: #000 !important;
    border: none !important;
    width: auto;
    margin: 0 !important;
    width: 315px !important;
}

    .mat-input:focus {
        background-color: transparent !important;
    }

.mat-div {
    /*margin-bottom: 1.4em;*/
    position: relative;
}

    .mat-div:after {
        content: "";
        display: block;
        width: 100%;
        height: 0.07em;
        background-color: #5E6978;
        bottom: 0;
        left: 0;
        transition: all 0.5s;
    }

.is-completed .mat-label, .has-focus .mat-label {
    transform: translateY(-5px);
    color: #1BA5EA;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.legacy-portal-section {
    margin-top: 30px;
}

    .legacy-portal-section li {
        margin-top: 7px;
        margin-left: 3px;
        font-size: 14px;
    }

        .legacy-portal-section li span {
            margin-left: 10px;
        }

        .legacy-portal-section li::before {
            content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAJCAIAAACaDRr3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAAAiSURBVBhXY/iPBBg0lz0HImwcCAUBUA5EHhsHAnCZ9v8/AGG2XEEUWSvCAAAAAElFTkSuQmCC');
        }

    .legacy-portal-section a.customer-portal-link {
        font-size: 18px;
        text-decoration: none;
        margin-top: 47px;
        color: #1ba5ea;
    }

        .legacy-portal-section a.customer-portal-link:hover {
            color: #5e6978;
        }

#user-bar a.customer-portal-link {
    /*position: absolute;
    bottom: -32px;
    right: 68px;*/
    text-decoration: none;
    color: #1ba5ea;
    font-size: 14px;
}

    #user-bar a.customer-portal-link:hover {
        color: #f00;
    }

.list-table tbody td.center-align {
    text-align: center;
}

.account-table .cell {
    display: table-cell;
    text-align: center;
    padding: 10px;
}

    .account-table .cell span {
        color: #1661A4;
        font-weight: bold;
    }

.account-table .label {
    color: #1661A4;
    font-size: 13px;
    margin-top: 10px;
    float: left;
    width: 260px;
}

.edit-user-container .disabled.user-type-option {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.validation-error {
    color: #e92424;
}

.loading-icon {
    opacity: 0;
}

.loading-area .loading-icon {
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
}

body.page-login {
    background-color: #EEF8FE;
    background-repeat: no-repeat;
    background-position-x: 390px;
    background-position-y: 50px;
    padding-top: 45px;
}

#header #logo {
    display: grid;
    grid-template-columns: 100px 175px;
}

#header #logo-image {
    background-image: url(/Content/images/bg.logo_trulioo.png);
    background-repeat: no-repeat;
    height: 100px;
    background-size: contain;
    background-position: 20px 0px;
}

#header #logo-text {
    background-position: -10px 0px;
    background-image: url(/Content/images/bg.text_trulioo.png);
    background-repeat: no-repeat;
    height: 100px;
    background-size: contain;
    max-width: 175px;
    overflow: hidden;
}

.refinitiv-logo {
    width: 100%;
    margin-top: 1rem;
}

.table-wrapper-scroll{
    display: flex;
}

/* Beta label for datasources */
sup.beta-sup::after {
    background-color: red;
    color: white;
    content: "BETA";
    vertical-align: super;
}

/* Monitor mode label for Account-datasource pair */
sup.monitor-mode::after {
    background-color: darkorange;
    color: white;
    content: "MONITOR";
    vertical-align: super;
}

/* Monitor mode label for Account-datasource pair */
sup.monitor-mode-paused::after {
    background-color: blueviolet;
    color: white;
    content: "PAUSED";
    vertical-align: super;
}

/* Configured label for Account-datasource-country trio */
sup.configured-tag::after {
    background-color: forestgreen;
    color: white;
    content: "CONFIGURED";
    vertical-align: super;
}

/* Beta pending label for datasources */
sup.beta-pending::after {
    background-color: darkgoldenrod;
    color: white;
    content: "PENDING";
    vertical-align: text-top;
    font-size: 11px;
}


/* Load all button for rule versions*/
.load-all-button {
    margin-top: 10px;
    padding: 6px 9px;
    font-size: 16px;
}
