.cell,
.btn {
    margin: 5px !important;
}

input.City {
    width: 13% !important;
}

input.State {
    width: 4% !important;
    margin-left: 5px;
}

input.PostalCode {
    width: 8% !important;
    margin-left: 5px;
}

.userMapChooser {
    height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #22a3df38;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

    .userMapChooser .dnnLabel {
        display: inline-block;
        float: left;
        position: relative;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 18px;
        overflow: visible;
        text-align: left;
        margin-top: 8px;
    }

    .userMapChooser .dnnFormItem {
        height: 40px;
    }

        .userMapChooser .dnnFormItem select, .listControls .dnnFormItem select {
            width: 100% !important;
            height: 38px;
            font-weight: bold !important;
            font-size: 14px;
        }

        .userMapChooser .dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
            margin-bottom: 0px;
            padding: 8px;
            background: #ffffff;
            border: 1px solid #c9c9c9;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
            color: #333;
            font-size: 14px;
            font-weight: bold;
            height: 30px;
        }

input[type="password"] {
    padding: 0 7px;
    height: 30px;
    float: left;
}

.dnnFormItem {
    clear: both;
    min-height: 48px;
}

    .dnnFormItem select {
        float: left;
        height: 35px;
        font-weight: normal !important;
        font-size: 12px;
        width: 30% !important;
    }

        .dnnFormItem select.modal {
            height: 33px;
            width: 32% !important;
        }

    .dnnFormItem .verifyCodeField {
        width: 100px !important;
    }

    .dnnFormItem .dataError {
        background-color: #ff000017 !important;
    }

    .dnnFormItem .dataHighlight {
        background-color: #00ff6c17 !important;
    }

    .dnnFormItem input[type="text"] {
        float: left;
        width: 30% !important;
    }

    .dnnFormItem .dataErrorLabel {
        color: red;
        padding-left: 9px;
        padding-top: 3px;
        height: 30px;
        float: left;
    }

.errorLabel {
    color: red;
    padding-left: 9px;
    padding-top: 3px;
}

/*.ui-dialog-titlebar {
    display: none;
}*/

/*.dnnForm {
    width: 99%;
}*/

.accordionAsyncContainer {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.accordionAsync {
    cursor: pointer;
    transition: 0.4s;
    /*background-color: #fafafa;*/
}

    .accordionAsync:hover {
        background-color: #F2F3F4 !important;
    }

    .accordionAsync.sectionHeader:after {
        padding-top: 4px;
        padding-right: 10px;
        color: #22a3df;
        font-weight: normal;
        float: right;
        margin-left: 5px;
        font-size: 2em;
        content: '\2212';
    }

    .accordionAsync.subSectionHeader:before {
        float: left;
        padding-top: 1px;
        padding-right: 10px;
        color: #4d90af;
        font-weight: normal;
        font-size: 1.5em;
        content: '\2212';
    }

    .accordionAsync.sectionHeader.open {
        background-color: #fafafa;
    }

        .accordionAsync.sectionHeader.open:after {
            padding-top: 4px;
            padding-right: 10px;
            content: '\002B';
        }

    .accordionAsync.subSectionHeader.open {
        background-color: #fafafa;
    }

        .accordionAsync.subSectionHeader.open:before {
            float: left !important;
            padding-top: 1px;
            padding-right: 10px;
            content: '\002B';
        }

.buttonBlock {
    height: 50px;
    margin-bottom: 15px;
}

.accordionAsync.sectionHeader, .accordionAsync.subSectionHeader {
    padding-left: 8px;
}

.sectionHeader, .subSectionHeader {
    margin-top: 3px;
    padding-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #d4d4d4;
    /*border-top: 1px solid #eeeeee;*/
    height: 33px;
    padding-left: 8px;
    background-color: #fafafa;
}

.sectionHeader {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    height: 33px;
}

.subSectionHeader {
    margin-left: 2%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 96%;
    height: 26px;
    border-radius: 3px;
}

    .subSectionHeader .captionBlock {
        padding-top: 1px;
    }

.Currency {
    text-align: right;
    width: 108px;
    padding-right: 13px !important;
}

.ShortDate {
    text-align: right;
    width: 110px;
    padding-right: 13px !important;
}

.box:hover {
    background-color: #F5F5F5;
}

.captionBlock {
    width: 95%; /* Needed with buttons in this block */ /* 2024.01.12 - AGC - Changed from 100% to 95% because of reg summary screen. */
    float: left;
    padding-top: 6px;
}

    .captionBlock span {
        font-size: .8em;
        font-weight: normal;
        padding-left: 10px;
        font-style: italic;
        color: rgb(100, 100, 100);
    }

    .captionBlock .titleBlock {
        float: left;
    }

    .captionBlock .buttonBlock {
        float: right;
        height: 20px;
    }

        .captionBlock .buttonBlock .btn {
            border-radius: 4px;
            padding: 3px 7px 3px 7px;
            margin: 0px 3px 3px 3px !important;
            box-shadow: none;
            text-transform: none;
            font-size: 12px;
        }


.subSectionHeader .captionBlock span {
    font-size: 1em;
    font-weight: normal;
    padding-left: 10px;
    font-style: italic;
    color: rgb(100, 100, 100);
}

.captionBlock.wizard {
    font-weight: bold
}

    .captionBlock.wizard span {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
    }

.staticContentPanel, .accordionContentPanel {
    margin-bottom: 5px;
    padding: 0px 18px;
    background-color: white;
    clear: both;
}

.accordionContentPanel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.dnnActions .btn, .dnnActions a, input[type="submit"] {
    border-radius: 4px;
    margin-bottom: 3px;
    box-shadow: none;
    text-transform: none;
    float: none;
    font-size: 14px;
}

.dnnActions .btn-primary, input[type="submit"] {
    font-size: 1em;
    background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%);
    background-color: rgb(2,139,255) !important; /*#337ab7 !important;*/
}

    .dnnActions .btn-primary:hover, input[type="submit"] {
        box-shadow: 2px 2px #c6c6c6;
        background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%);
    }

.dnnActions {
    float: right;
    padding-top: 10px;
}

.ReadOnlyTextBox {
    padding: 4px 8px 4px 8px;
    background: #f3f3f3;
    border: 1px solid #c9c9c9;
    margin-top: 0px !important;
    margin-bottom: 18px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 12px;
    width: 45%;
    height: 30px;
}

.ReadOnlyLabel {
    padding: 4px 4px 0px 8px;
    margin-top: 0px !important;
    margin-bottom: 18px !important;
    font-size: 14px;
    width: 45%;
}

.RolesGroup {
    max-width: 100px;
}

.UserRole {
    font-family: monospace;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    height: 20px;
    background-color: #cef8d2;
    color: #616161;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
}

    .UserRole.Tall {
        height: 24px;
        padding: 0px 6px 0px 6px;
        margin: 3px;
        font-weight: bold;
    }

    .UserRole.NamedUser {
        background-color: #fff9c5;
    }

    .UserRole.EmailOptIn {
        background-color: #b1d1fe;
    }

    .UserRole.False {
        background-color: #eeeeee;
        color: #bbbebc;
    }

.ContactTitle {
    font-size: 10px;
    color: grey;
}

.Disabled {
    font-style: italic;
    color: grey;
}




.section-heading.welcome h1 {
    text-transform: none;
}

.AssetCard {
    padding: 10px;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 3px;
    margin: 5px 5px 10px 10px;
    background-color: #f5f5f5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    width: 95% !important;
}

.ImageBlock {
    /* border: 1px solid red; */
    padding-left: 10px !important;
    padding-right: 0px !important;
    float: left;
    width: 90px;
}

    .ImageBlock .Icon {
        padding: 0;
    }

.DetailsBlock {
    /* border: 1px solid purple; */
    padding-top: 5px;
    min-width: 460px;
}

    .DetailsBlock p {
        /* font-weight: normal; */
        margin: 0;
    }

    .DetailsBlock .TitleRow {
        padding-bottom: 8px;
    }

        .DetailsBlock .TitleRow h3 {
            font-size: 2em;
            font-weight: bold;
        }

            .DetailsBlock .TitleRow h3 span {
                color: rgb(75, 75, 75);
                font-weight: normal;
                font-style: italic;
                /*padding-left: 5px;*/
            }

        .DetailsBlock .TitleRow p {
            color: rgb(100, 100, 100);
            font-weight: normal;
            font-size: 1em;
        }

    .DetailsBlock .DetailRow {
        /* border: 1px solid teal !important; */
        width: 100%;
        clear: both;
    }

    .DetailsBlock .DetailLabel {
        /* border: 1px solid red !important; */
        color: rgb(100, 100, 100);
        float: left;
        width: 85px;
        /* padding-top: 3px; */
        font-size: .9em !important;
    }

    .DetailsBlock .DetailValue {
        /* border: 1px solid blue !important; */
        float: left;
        width: 342px;
    }

    .DetailsBlock .DetailRow.LicenseKey {
        padding-top: 1px;
        /* border: 1px blue solid; */
    }

    .DetailsBlock .DetailRow.SpecialNote {
        padding-top: 5px;
        padding-left: 2px;
        padding-bottom: 10px;
        font-size: .85em !important;
    }

    .DetailsBlock .LicenseKey .DetailValue p {
        font-family: 'Courier New', Courier, monospace;
        font-weight: bold !important;
        font-size: 1.1em;
    }

    .DetailsBlock .LinksBlock {
        padding-top: 10px;
        clear: both;
    }

        .DetailsBlock .LinksBlock a {
            color: #337ab7 !important;
        }

            .DetailsBlock .LinksBlock a:visited {
                color: #337ab7 !important;
            }

        .DetailsBlock .LinksBlock .Separator {
            color: rgb(100, 100, 100);
            padding-left: 8px;
            padding-right: 8px;
        }

p.LoadCount {
    /*font-weight: normal;*/
    text-align: center;
}

    p.LoadCount span span {
        font-weight: bold;
    }

.BigErrorLabel {
    font-size: 72px;
    text-align: center;
    color: red;
    font-weight: bold;
}

.ExpiredBlock .Message {
    margin-top: 40px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
}

.ExpiredBlock .MessageInstructions {
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

/*.ExpiredBlock .MessageInstructions span span {
        font-weight: bold;
    }*/

.ExpiredBlock .MessageButtonBlock {
    text-align: center;
    margin-bottom: 40px;
}

    .ExpiredBlock .MessageButtonBlock h4 {
        font-weight: bold;
        /*text-align: left;*/
        padding-left: 20px;
        padding-top: 20px;
    }

        .ExpiredBlock .MessageButtonBlock h4 span {
            font-weight: normal;
        }

    .ExpiredBlock .MessageButtonBlock p {
        font-size: 12px;
        /*text-align: left;
        padding-left: 30px;*/
        padding-bottom: 20px;
    }

.ExpiredBlock .btn {
    margin-bottom: 15px;
    box-shadow: none;
    text-transform: none;
    float: none;
}

.ExpiredBlock .btn-primary {
    font-size: 1em;
    background-color: #337ab7 !important;
    border-radius: 5px;
    padding: 14px;
    width: 65%;
}

    .ExpiredBlock .btn-primary:hover {
        box-shadow: 2px 2px #c6c6c6;
    }

    .ExpiredBlock .btn-primary:visited {
        color: white;
    }

.DownloadBlock {
    padding-top: 10px;
    float: right !important;
}

    .DownloadBlock .btn {
        min-width: 150px;
        margin-bottom: 0px !important;
        box-shadow: none;
        float: right;
    }

    .DownloadBlock .btn-primary {
        /* text-transform: uppercase; */
        font-size: 1em;
        background-color: #337ab7 !important;
    }

        .DownloadBlock .btn-primary:hover {
            box-shadow: 2px 2px #c6c6c6;
            color: #e6e6e6;
        }

        .DownloadBlock .btn-primary:visited {
            box-shadow: 2px 2px #c6c6c6;
            color: #ffffff;
        }

    .DownloadBlock .btn-secondary {
        font-size: .9em;
        padding: 2px;
        background-color: gray;
        color: #e6e6e6;
    }

        .DownloadBlock .btn-secondary:hover {
            box-shadow: 2px 2px #3379b799;
        }

        .DownloadBlock .btn-secondary:visited {
            box-shadow: 2px 2px #3379b799;
        }

    .DownloadBlock .btn-info {
        padding-top: 1px;
        padding-bottom: 1px;
    }

.dnnForm.portalModalDialog {
    height: 455px;
    overflow-x: hidden;
    overflow-y: auto;
}

.buttonBlock.portalModalDialog {
    height: 00px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.innerForm.portalModalDialog {
    width: 99%;
}

.entityStatus {
    background-color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    margin: 2px;
    padding: 3px 8px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    white-space: nowrap;
}

    .entityStatus.overdue, .entityStatus.declined {
        background-color: #c70505;
    }

    .entityStatus.paid, .entityStatus.current, .entityStatus.accepted {
        background-color: #72c8b0;
    }

    .entityStatus.void, .entityStatus.canceled, .entityStatus.new, .entityStatus.inactive {
        background-color: #ff9c36;
    }

    .entityStatus.unpaid, .entityStatus.open {
        background-color: #066ecd;
    }


/* The checkBox */
.checkBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkBox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkBox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkBox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Need to fix in template CSS -- this is bootstrap stuff */

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    text-align: right;
    margin: 0;
    width: 25px;
}


.downloadInProgress {
    padding: 15px;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 20px !important;
    border: 1px dotted grey;
}

    .downloadInProgress h1 {
        padding-bottom: 10px;
        color: #256ba8;
        font-weight: bold;
    }

/*.downloadInProgress p {
    text-align: center;
}*/


.box {
    border-style: solid !important;
}

.ProgressBlock {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 250px;
}


.portalRegEmail.leftIndent {
    width: 25%;
    height: 40px;
    float: left;
}

.portalRegEmail.dnnFormItem {
    float: left;
    clear: none;
    width: 75%;
    height: 70px;
}

    .portalRegEmail.dnnFormItem input[type="text"] {
        width: 67.5% !important;
        max-width: 445px;
        height: 45px;
        padding: 12px;
    }

.portalLogin .dnnFormItem input[type="text"], .portalLogin .dnnFormItem input[type="password"] {
    width: 45% !important;
    max-width: 445px;
    height: 45px;
    padding: 12px;
    margin-bottom: 0;
}

.portalLogin .dnnFormItem > .dnnLabel {
    margin-top: 11px;
}

.portalLogin .btn-login {
    width: 40%;
}

.portalLogin .dnnFormItem .itemRemedy {
    color: gray;
    text-align: right;
    margin-right: 21%;
    font-size: smaller;
    margin-top: -3px;
}

.box2 .box-content2 {
    padding: 16px;
    border-radius: 0 0 1px 1px;
    background-clip: padding-box;
    box-sizing: border-box;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
}

.portalReg.step3ReviewClickNotice {
    font-style: italic;
    font-size: smaller;
    color: #337ab7;
}