﻿@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Passion+One');
/*--------------- Default Style ---------------*/
body {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 13.5px;
    color: #495057;
    font-family: "Roboto";
    background-color: #fff;
}


input, select, textarea, button, datalist {
    font-family: inherit;
}

input, select {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 22px;
}

    input:focus, select:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    }

input[type=checkbox], input[type=radio] {
    height: initial;
}

/*--------------- Header ---------------*/
header {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

h1 {
    font:30px "Passion One", Helvetica, sans-serif;
    color: rgba(60,98,140,1);
    padding: 3px,3px,3px,3px;
    padding-left:10px;
}

.officerFieldset {
    border-radius: 3px;
    background: #fff;
    text-align: justify;
    border: 1px solid #fff;
    /*background-color: #f2f2f2;*/
    width: 1255px;
    /*background: linear-gradient(#fff, #f1f1f1);*/
}

.documentFieldset {
    border-radius: 3px;
    background: #fff;
    text-align: justify;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    width: 1200px;
    /*background: linear-gradient(#fff, #e7eef8);*/
}

.uploadFieldset {
    border-radius: 3px;
    background: #fff;
    text-align: justify;
    border: 1px solid #c0c0c0;
    
    /*background: linear-gradient(#fff, #e7eef8);*/
}
/*-------------- Nav --------------*/
nav {
    /*float: right;*/
    margin-top: 7px;
    padding: 3px;
    padding-left: 20px;
}

    nav a:link {
        text-decoration: none;
        color: #494949;
        cursor: pointer;
    }

    nav a:visited {
        text-decoration: none;
        color: #494949;
        cursor: pointer;
    }

    nav a:hover {
        text-decoration: underline;
        color: #494949;
        cursor: pointer;
    }

    nav a:active {
        text-decoration: none;
        color: #494949;
        cursor: pointer;
    }

    nav.breadcrumbs a {
        color: rgba(60, 98, 139, 1);
        font-size: 14px;
        font-weight: bold;
        margin-right: 15px;
    }

    nav.menu {
        padding-right: 25px;
        padding-top:15px;
        padding-bottom:15px;
        /*font-weight: bold;*/
        font-size: 15px;
        line-height:35px;
        
    }

        nav.menu a:link {
            text-decoration: none;
            color: #494949;
            cursor: pointer;
        }

        nav.menu a:visited {
            text-decoration: none;
            color: #494949;
            cursor: pointer;
        }

        nav.menu a:hover {
            text-decoration: underline;
            color: #494949;
            cursor: pointer;
        }

        nav.menu a:active {
            text-decoration: none;
            color: #494949;
            cursor: pointer;
        }

        nav.menu span:nth-child(n+2) {
            /*border-left: 1px dashed black;*/
        }

.navPlacement {
    text-align: right;
    width: 68%;
}

/*-------------- Error Page --------------*/
.errorPage {
    border-width: 1px;
    border-style: solid;
    background-color: #eef3fa;
    border-color: #dededc;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}

.ProductNameContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ProductNameDesc1 {
    font: normal 48px "Passion One", Helvetica, sans-serif;
    color: rgba(60,98,140,1);
    padding: 0;
    display: inline-block;
}

    .ProductNameDesc1::first-letter {
        font: normal 48px/normal "Passion One", Helvetica, sans-serif;
        color: rgba(17,40,77,1);
    }



.ProductNameDesc2 {
    font: normal 22px/normal "Passion One", Helvetica, sans-serif;
    color: rgba(60,98,140,1);
}

    .ProductNameDesc2::first-letter {
        font: normal 22px/normal "Passion One", Helvetica, sans-serif;
        color: rgba(17,40,77,1);
    }

.defaultTitle {
    font: normal 36px "Passion One", Helvetica, sans-serif;
    color: #242f3e;
    padding: 0px,0px,0px,0px;
}

.mainContent {
    width: 1300px;
    background: #fff;
    text-align: justify;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

div.rotate {
    font: normal 20px/normal "Passion One", Helvetica, sans-serif;
    color: rgba(17,40,77,1);
    transform: rotate(270deg);
    border-bottom: 1px solid currentColor;
    display: inline-block;
    line-height: 1.20;
}

.warningPanel {
    left: 42%;
    top: +27%;
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: #FFF;
    border: 1px solid #c0c0c0;
    z-index: 99999;
    border-radius: 5px;
    padding: 30px 8px 8px 8px;
}



.defaultButton {
    margin: 10px;
    padding: 4px 8px 4px 8px;
    color: rgba(17,40,77,1);
    cursor: pointer;
    height: 35px;
    color: #ffffff;
    background-color: rgba(60,98,140,1);
    border: 1px solid rgba(60,98,140,1);
    border-radius: 3px;
    font-size: 15px;
    height: 30px;
    font-family: "Roboto Condensed";
}



.continueButton {
    margin: 10px;
    padding: 8px 8px 8px 8px;
    color: rgba(17,40,77,1);
    cursor: pointer;
    height: 35px;
    color: #ffffff;
    background-color: #93c065;
    border: 1px solid #93c065;
    border-radius: 3px;
    font-size: 15px;
    width: 200px;
    font-family: "Roboto Condensed";
}

.continueButtonLink {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    height: 34px;
    line-height: 34px;
}

.primaryLink {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    width: 67px;
    padding: 4px 8px 4px 8px;
}

.validationButton {
    margin: 10px;
    padding: 8px 8px 8px 8px;
    color: rgba(17,40,77,1);
    cursor: pointer;
    height: 35px;
    color: #ffffff;
    background-color: #c12434;
    border: 1px solid #c12434;
    border-radius: 3px;
    font-size: 15px;
    width: 200px;
    font-family: "Roboto Condensed";
}

.addButton {
    margin: 10px;
    padding: 8px 8px 8px 8px;
    color: rgba(17,40,77,1);
    cursor: pointer;
    height: 35px;
    color: #ffffff;
    background-color: #3B628C;
    border: 1px solid #3B628C;
    border-radius: 3px;
    font-size: 15px;
    font-family: "Roboto Condensed";
}

.disableButton {
    opacity: 0.5;
    cursor: default;
}

.validationwarning {
    overflow: auto;
    height: 185px;
    width: 340px;
    overflow: hidden;
    padding: 8px 8px 8px 8px;
    text-align: left;
}

.validationheader {
    padding-left: 22px;
    color: #000;
    font: normal 20px/normal "Passion One", Helvetica, sans-serif;
}

.error {
    border-color: #dc3545 !important;
}

    .error:focus {
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.25);
    }

.successPanel {
    position: absolute;
    z-index: 99999;
    width: 1265px;
    animation: successPanel 0.5s 1;
    -webkit-animation: successPanel 0.5s 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    -webkit-animation-delay: 1s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
}

@keyframes successPanel {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }

    from {
        z-index: 99999;
    }

    to {
        z-index: -1;
    }
}

@-webkit-keyframes successPanel {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }

    from {
        z-index: 99999;
    }

    to {
        z-index: -1;
    }
}

.imageButton {
    background: none;
    border: none;
    padding: 0;
}

    .imageButton:focus {
        outline: none;
    }

.pageHeader {
    font-size: 1.6em;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tableHeader {
    color: rgba(51, 106, 171, 1);
    font-weight: bold;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 25px;
}

.requiredField {
    font-weight: bold;
    color: red;
}

.legend {
    font-size: 1.25em;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    font-size: 15px;
    color: #242f3e;
    font-family: "Roboto Condensed";
    padding: 3px;
    width: 225px;
    text-align: left;
}

.legendLabel {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 1.05em;
    border-radius: 3px;
    color: #242f3e;
    text-align: center;
}

.gridTitle {
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    color: #242f3e;
    width: 99%;
    display: block;
    padding: 7px 0 7px 0px;
    font-family: "Roboto Condensed";
   
    border-top: 1px solid #CED8E2;
}

.officerTitle {
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    color: #242f3e;
    width: 99%;
    display: block;
    padding: 7px 0 7px 10px;
    font-family: "Roboto Condensed";
    border-bottom: 1px solid #CED8E2;
}

/* Html Controls Standard */
.textBoxExSm {
    width: 40px;
    /*height: 25px;*/
}

.textBoxSm {
    width: 100px;
    /*height: 25px;*/
}

.textBoxMed {
    width: 200px;
    /*height: 25px;*/
}

.textBoxLg {
    width: 300px;
    /*height: 25px;*/
}

.ddlMed {
    width: 200px;
}
/* End Html Controls Standard */

/*Generic Table*/

.tableList {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
   
}

tableList officerUploadTable {
    width: 600px;
    
}

.tableListCaption {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    color: rgba(60, 98, 139, 1);
}

    .tableListCaption select {
        font-size: 14px;
    }

.tableList a.section {
    text-decoration: underline;
    color: black;
    font-size: 1.00em;
}

.tableList th {
    background-color: #f2f2f2;
    background-repeat: repeat-x;
    border: 1px solid #c0c0c0;
    text-align: center;
    font-weight: normal;
    padding: 12px 10px 12px 10px;
}

    .tableList th a {
        text-decoration: none;
        color: black;
        font-size: 1.00em;
    }

.tableList tbody td {
    border: 1px solid #c0c0c0;
    padding: 10px;
}

    .tableList tbody td.link {
        text-align: center;
    }

    /*.tableList tbody td a {
        text-decoration: underline;
        color: #416171;
        font-size: 1.00em;
    }*/

.tableList tbody tr:nth-child(odd) td {
    background-color: #fff;
}

.tableList tfoot tr td {
    background-color: #fff;
    border: none;
    padding: 5px;
}

.noRows {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.totalRows {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/*End Generic Table*/

/*Nav Menu*/
ul.nav-wizard {
    background-color: #FFF;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

    ul.nav-wizard:before {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 46px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard:after {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 138px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard li {
        position: relative;
        float: left;
        height: 46px;
        display: inline-block;
        text-align: center;
        padding: 0 5px 0 5px;
        margin: 0;
        font-size: 16px;
        line-height: 46px;
        width: 255px;
    }

        ul.nav-wizard li:first-child {
            width: 215px;
        }

        ul.nav-wizard li:last-child {
            width: 215px;
        }

        ul.nav-wizard li a {
            color: #468847;
            padding: 0;
        }

            ul.nav-wizard li a:hover {
                background-color: transparent;
            }

        ul.nav-wizard li:before {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #d4d4d4;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -16px;
        }

        ul.nav-wizard li:after {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #fff;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -15px;
        }

        ul.nav-wizard li.active {
            color: #3a87ad;
            background: #3b628c;
            pointer-events: none;
            cursor: default;
        }

            ul.nav-wizard li.active:after {
                border-left: 16px solid #3b628c
            }

            ul.nav-wizard li.active a,
            ul.nav-wizard li.active a:active,
            ul.nav-wizard li.active a:visited,
            ul.nav-wizard li.active a:focus {
                color: #fff;
                background: #3b628c;
            }

    ul.nav-wizard .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard .active ~ li a,
        ul.nav-wizard .active ~ li a:active,
        ul.nav-wizard .active ~ li a:visited,
        ul.nav-wizard .active ~ li a:focus {
            color: #999999;
            background: #ededed;
            pointer-events: none;
            cursor: default;
        }

    ul.nav-wizard li span {
        display: inline-block;
        transform: rotate(40deg);
        height: 22px;
        width: 11px;
        border-bottom: 7px solid rgba(120, 177, 63, .8);
        border-right: 7px solid rgba(120, 177, 63, .8);
        margin-right: 15px;
        margin-top: 2px;
        margin-left: 15px;
    }

    ul.nav-wizard .active span {
        border: 0;
        display: none;
    }

    ul.nav-wizard .active ~ li span {
        border: 0;
        display: none;
    }
/*End Nav Menu*/

/*Log On Submitter Info*/

.submitterGrid {
    display: grid;
    grid-template-columns: 15% 20% 13% 20% 13% 19%;
    width: 1200px;
    margin-left: 4%;
    margin-top: 40px;
}

    .submitterGrid p {
        margin-top: 0;
    }

.submitterTitle {
    font: bold 25px "Roboto Condensed", Helvetica, sans-serif;
    color: #495057;
    padding: 0;
}

.Title {
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto Condensed";
    color: #C12434;
    padding: 0;
}
.Titletext {
    font-size: 16px;
    font-family: "Roboto Condensed";
    color: #495057;
    padding: 0;
}
.submitterCertify {
    display: flex;
    width: inherit;
    border-radius: 3px;
    font-size: 1.05em;
    background: #3B628C;
    text-align: justify;
    border: 1px solid #c0c0c0;
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .submitterCertify div:nth-child(1){        
        width: 160px;
    }

    .submitterCertify div:nth-child(2) {
        padding-right: 35px;
    }

.submitterContactInfoTitle {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 1.25em;
}

.termsConditions {
    color: #daa520;
}

/* Captcha */
.captcha {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.captchaImage {
    border: 1px solid #c0c0c0;
}

.captchaTextBox {
    width: 150px;
    /*height: 25px;*/
}

.captchaResetImgDiv {
    margin-left: 5px;
    margin-right: 50px;
    cursor: pointer;
}
/* End Captcha */
/*End Log On Submitter Info*/

/*Ownership Change*/
.changeType {
    cursor: pointer;
}

.changeTypeHeader {
    /*font-weight: 600;*/
    color: #fff;
}

.changeTypeDetails {
    display: none;
}

.changeTypeGrid {
    display: grid;
    grid-template-columns: 45% 35% 20%;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 15px;
}

.changeTypeGrid-row {
    grid-column: 1/3;
}

.centered{
    text-align:center;
}

.changeTypeGrid-col1 {
    grid-column: 1/2;
}


.changeTypeGrid-col2 {
    grid-column: 2/3;
}

.changeTypeGrid-col3 {
    grid-column: 3;
}

.changeTypeGrid-ul {
    margin: 0;
    padding-left: 15px;
    float: top;
}


.changeTypeGrid div {
    margin-top: 10px;
}

.changetypesub {
    display: inline-grid;
    grid-template-columns: auto auto;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.changetypesub div {
    margin-top: 0px;
}
.changetypesubi {
    text-align: left;
    margin-top: 0px;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    background: #FFF;
    border: 1.2px solid #d7d7d7;
    border-radius: 3px;
}

    .list-group p {
        margin: 0;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #3b628c;
    /*background-image: linear-gradient(to right, #3b628c , #fff);*/
    border-bottom: 1.2px solid #d7d7d7;
    color: #3b628c;
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.b1 {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.lblChangeTypeField {
    margin-right: 5px;
}
/*End Ownership Change*/

/*Header*/
.headerContainer {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.headerFieldSet {
    border-radius: 5px;
    background: #fff;
    text-align: justify;
    border: 1px solid #fff;
    width: 1255px;
    background-color: #3B628C;
    padding-top: 15px;
    padding-bottom: 15px;
}

.headerGrid {
    font-size: 1.05em;
    padding-left: 5px;
    padding-right: 5px;
}

.headerChangeTypeLbl {
    color: #daedf7;
    width: 40px;
    display: inline-block;
}

.headerChangeTypeDescLbl {
    color: #fff;
}

.headerChangeTypeCountLbl {
    color: #daedf7;
}

/*End Header*/

/*Form Detail*/
.formDetailCompleteContainer {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.formDetailCompleteText {
    color: green;
    font-weight: bold;
}

.formEntityInstructions {
    margin-left: 20px;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    font-weight: bold;
    font-size:16px;
    color: #242f3e;
}
/*End Form Detail*/

/*Entity*/

.entityContainer {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.entityContainerTooManyEntities {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.entityFieldset {
    border: 1px solid #fff;
    border-radius: 3px;
    width: 1255px;
    background-color: #fff;
    text-align: left;
    /*background: linear-gradient(#fff, #f1f1f1);*/
}

.entityNameGrid {
    display: grid;
    grid-template-columns: 12% 38% 7% 43%;
    padding-top: 0px;
    font-size: 14px;
    /*font-family: "Roboto Condensed";*/
}

    .entityNameGrid p {
        margin-top: 0;
    }

.entityActiveInactiveGrid {
    display: grid;
    grid-template-columns: 19% 31% 18% 32%;
    padding-top: 2px;
}

    .entityActiveInactiveGrid p {
        margin-top: 0;
    }

.entityAddressGrid {
    display: grid;
    grid-template-columns: 10% 23% 10% 23% 10% 24%;
    margin-top: 15px;
}

    .entityAddressGrid p {
        margin-top: 0;
    }

.entityPolicyGrid {
    display: grid;
    grid-template-columns: 10% 23% 10% 23% 10% 24%;
    margin-top: 15px;
}

    .entityPolicyGrid p {
        margin-top: 0;
    }

.entityBtns {
    margin-left: 5%;
    margin-right: 5%;
    text-align: right;
}

.entityCopyExistingRow {
    height: 30px;
    line-height: 30px;
    padding-bottom: 7px;
}

/*End Entity*/

/*Officer*/

.officerContainer {
    margin-left: 10px;
    margin-right: 10px;
   
    margin-bottom: 20px;
}

/*End Officer*/

/*Preview*/

.previewContainer {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.previewTableWrapper {
    position: relative;
}

.previewTableDiv {
    margin-left: 141px;
    overflow-x: auto;
    padding-bottom: 5px;
    width: 987px;
}

.previewTable {
    white-space: nowrap;
}

    .previewTable th {
        font-weight: bold;
        padding: 8px;
        height: 39px;
        line-height: 39px;
    }

    .previewTable tbody td {
        min-width: 225px;
        max-width: 225px;
        padding: 8px;
        height: 15px;
        font-size: 13px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .previewTable tr:nth-child(even) {
        background-color: #f7f8fc;
    }

    .previewTable .stickyCol {
        min-width: 124px;
        max-width: 124px;
        font-weight: bold;
        left: 0;
        position: absolute;
        top: auto;
        border: 1px solid #c0c0c0;
    }

    .previewTable tr:nth-child(1) th.stickyCol {
        height: 42px;
        line-height: 42px;
    }

    .previewTable tr:nth-child(1) td.stickyCol {
        height: 37px;
    }

    .previewTable .previewBtns {
        text-align: center;
        padding-top: 15px;
    }

    /*.previewTable .beforeLbl {
            color: rgba(160,160,160, 1);

        }*/

    .previewTable .drawCircle {
        display: inline-block;
        width: 40px;
        border-radius: 20px;
        color: white;
        text-align: center;
        font-size: 20px;
    }

    .previewTable .beforeNumber {
        background-color: #40628b;
        border: 1px solid #c0c0c0;
    }

    /*.previewTable .afterNumber {
            background-color: #15284c;
            border: 1px solid #c0c0c0;
        }*/

.previewListOwners {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    height: inherit;
}

    .previewListOwners li {
        height: 18px;
        line-height: 18px;
    }

        .previewListOwners li span:nth-child(1) {
            width: 130px;
            display: inline-block;
            vertical-align: top;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .previewListOwners li span:nth-child(2) {
            width: 30px;
            display: inline-block;
            vertical-align: top;
        }

/*End Preview*/

/*Supporting Document*/
.supportingDocumentContainer {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 600px;
}

.supportingDocumentNextBtn {
    text-align: right;
    margin-right: 100px;
    margin-top: 40px;
}

/*End Supporting Document*/

/*Certification*/
.certificationContainer {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.certificationGrid {
    display: grid;
    grid-template-columns: 8% 92%;
    margin-top: 20px;
    margin-left: 20px;
}

    .certificationGrid p {
        margin-top: 0;
    }

.certificationCheckBoxLongText {
    display: flex;
    min-width: 1200px;
    text-align: left;
}

.certificationContactGrid {
    display: inline-grid;
    grid-template-columns: 25% 75%;
    width: 34%;
    margin-top: 20px;
    margin-left: 20px;
    line-height: 12px;
}

    .certificationContactGrid p {
        margin-top: 0;
    }

.certificationAuthorizationGrid {
    display: inline-grid;
    grid-template-columns: 67% 33%;
    width: 64%;
    margin-top: 20px;
    line-height: 12px;
}

    .certificationAuthorizationGrid p {
        margin-top: 0;
    }


.certificationSignatureGrid {
    display: grid;
    grid-template-columns: 15% 85%;
    margin-top: 20px;
    margin-left: 20px;
}

    .certificationSignatureGrid p {
        margin-top: 0;
    }



.certifyWrapField {
    word-wrap: break-word;
}

.certifyComments {
    width: 95%;
    height: 100px;
}

.certificationFootNote {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: .85em;
    font-style: italic
}

/*End Certification*/

/*Agreement*/

.agreementContainer {
    width: 700px;
    background-color: #3B628C;
    padding: 10px 20px 20px 20px;
    margin-left: auto;
    margin-right: auto;
}

.agreementTitle {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    padding: 10px 20px 20px 20px;
}

.agreementFieldset {
    border-radius: 6px;
    border-width: 0;
    background-color: #fff;
}

.agreementHeaderText {
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.agreementText {
    margin: 10px;
    text-align: left;
}

    .agreementText div {
        margin-top: 10px;
    }

        .agreementText div ol li {
            margin-top: 10px;
        }

.acceptDeclineBtns {
    text-align: right;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .acceptDeclineBtns button {
        margin-left: 10px;
    }

/*End Agreement*/
/*Confirmation*/
.confirmationGrid {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 60px;
    margin-bottom: 50px;
}

    .confirmationGrid div:nth-child(1) {
        grid-column: 1/3;
        text-align: center;
        margin-bottom: 50px;
        font-weight: bold;
        color: green;
    }

    .confirmationGrid div:nth-child(2) {
        grid-column: 1/2;
        text-align: right;
        margin-right: 40px;
    }

    .confirmationGrid div:nth-child(3) {
        grid-column: 2/3;
        text-align: left;
        margin-left: 40px;
    }
/*End Confirmation*/



.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 20px;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 20px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 20px;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }
