﻿/* Global styles and imports */

html, body {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 400;
    color: #535455;
    height: 100%;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.nycTopDirectory {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #072039;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .nycTopDirectory img {
        height: 17px;
        width: 40px;
    }

    .nycTopDirectory a {
        color: #fff;
        font-size: .75em;
        padding-right: 5px;
        float: left;
    }

    .nycTopDirectory .seperator {
        border-left: 1px solid #fff;
        padding-left: 5px;
    }

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    box-shadow: 2px 2px 2px rgba(109, 109, 109, 0.36);
    background-color: rgba(204, 235, 255, 0.9) !important;
}

    .navbar .btn {
        margin-right: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar .btn-light {
        font-weight: 600;
        color: rgba(6, 64, 124, .9);
        background-color: #fff;
        font-size: .9em !important;
        box-shadow: 2px 2px 2px rgba(109, 109, 109, 0.36);
    }

    .navbar .active {
        color: #fff !important;
        background-color: rgba(6, 64, 124, .9) !important;
        border-color: rgba(6, 64, 124, .9) !important;
    }

    .navbar .text-warning {
        color: #f16f52 !important;
    }

/*added 12-11-2020*/
/*.navbarlock {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}*/

.mainbg {
    background-image: url("../Assets/construction.jpg");
    /*height: 90%;*/
    height: 100%;
    background-position: center;
    /*background-repeat: no-repeat;*/
    background-repeat: repeat-y;
    background-size: cover;
    padding: 0;
}


.socialLinks {
    font-size: 2em;
    margin-left: 9px;
    color: rgba(6, 64, 124, .9) !important;
}

.renderBody {
    margin-bottom: 200px;
}

.footer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: black;
    width: 100%;
    z-index: 30;
    position: fixed;
    /*position: relative;*/
    left: 0;
    bottom: 0;
}

    .footer .footer-links {
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .footer .footer-links a {
            display: block;
            float: left;
            width: 30%;
            padding: 5px 0 0;
            color: #e4e4e4;
            font-weight: 600;
            font-size: .8em;
        }

            .footer .footer-links a:hover {
                text-decoration: none;
                color: #6b6b6b;
            }

    .footer .copyright {
        font-size: .6em;
        color: white;
    }

        .footer .copyright p a {
            color: #5982af;
        }

        .footer .copyright p {
            margin-bottom: 7px;
        }

/*added 12-11-2020*/
.footerArea {
    min-height: 150px;
}

.loginBlock {
    background-color: rgba(6, 64, 124, .95);
    margin-top: 35px;
    min-height: 350px;
}

    .loginBlock h5 {
        color: #fff;
        padding-top: 30px;
        padding-bottom: 15px;
        text-decoration: underline;
        text-align: center;
    }

    .loginBlock h6 {
        color: #fff;
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1.25em;
        line-height: 25px;
    }

    .loginBlock label {
        margin-bottom: 0px !important;
        font-size: 1.2em;
    }

    .loginBlock button {
        width: 85%;
        margin-bottom: 15px;
        margin-top: 30px;
        font-weight: 600;
        background-color: #99c1ec;
        color: #2f4965;
        text-transform: uppercase;
    }

        .loginBlock button.btnCenter {
            margin: 0 auto;
            margin-bottom: 15px;
            margin-top: 30px;
        }


    .loginBlock a {
        margin-top: 40px;
        margin-bottom: 15px;
        color: #fff;
        text-decoration: underline;
        background-color: none;
    }

    .loginBlock #WindowsLogin a {
        width: 85%;
        margin-bottom: 15px;
        font-weight: 600;
        background-color: #99c1ec;
        color: #2f4965;
        text-transform: uppercase;
        margin: 0 auto;
        display: block;
    }

    .loginBlock #WindowsLogin p {
        color: #fff;
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .loginBlock #UserRegistration a {
        width: 85%;
        margin-bottom: 15px;
        font-weight: 600;
        background-color: #99c1ec;
        color: #2f4965;
        text-transform: uppercase;
        margin: 0 auto;
        display: block;
    }

    .loginBlock #UserRegistration p {
        color: #fff;
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.customLoginInput {
    min-height: 100px !important;
}

.loginFooter {
    position: absolute;
    bottom: 10px;
    color: #fff;
    float: right;
    width: 100%;
}

    .loginFooter a {
        color: #fff;
    }

.loginContainer {
    margin-top: 50px;
    background-color: rgba(6, 64, 124, .9);
    border-radius: 5px;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 410px;
}

    .loginContainer.logout {
        min-height: 300px;
        text-align: center;
    }

        .loginContainer.logout a {
            color: #fff;
            text-decoration: underline;
            /*position: absolute;
    bottom: 0;*/
        }

    .loginContainer h2 {
        font-weight: 100;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
    }

    .loginContainer h3 {
        font-weight: 100;
        font-size: 1.5em;
        line-height: 1.4em;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
    }

    .loginContainer h4 {
        color: #fff;
        text-align: left;
    }

    .loginContainer h6 {
        color: #fff;
        text-align: left;
        margin-top: 20px;
        font-size: 1.3em;
        color: #fff;
    }

    .loginContainer .loginInput {
        line-height: 60px;
        height: 60px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 2px;
        border: 1px solid #e4e4e4;
        background-color: #fff;
        margin-bottom: 10px;
    }

        .loginContainer .loginInput input {
            border: none;
            background-color: #fff;
            line-height: 58px;
            height: 58px;
            float: right;
            width: -moz-calc(100% - 55px);
            width: -webkit-calc(100% - 55px);
            width: -o-calc(100% - 55px);
            width: calc(100% - 55px);
        }

        .loginContainer .loginInput span {
            float: left;
            width: 40px;
            display: inline-block;
            font-size: .9em;
            line-height: 4em;
        }

            .loginContainer .loginInput span i {
                margin: 15px 0 0 5px;
                color: rgba(6, 64, 124, .9);
            }

        .loginContainer .loginInput input:focus {
            border: none;
            outline: none;
        }

    .loginContainer button, .loginContainer-a {
        padding: 10px 0;
        font-weight: 600;
        margin: 20px 0 10px;
        width: 100%;
        background-color: #99c1ec;
        color: #2f4965;
        text-transform: uppercase;
    }

        .loginContainer button:hover, .loginContainer-a:hover {
            background-color: #42c3f6;
        }

#lastregistrationsteps .nxtbtn {
    font-size: 1em
}

button.btn.nxtbtn {
    float: right;
    font-size: 1.5em;
    border-radius: 2px;
    margin: 20px 0 10px;
}

.loginContainer .loginOptions {
    /*  padding-bottom: 10px;*/
    text-align: center;
}

    .loginContainer .loginOptions p {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #fff;
        line-height: 0.1em;
        margin: 16px 0 16px;
        color: #fff;
    }

        .loginContainer .loginOptions p span {
            background-color: rgb(6, 64, 124);
        }

    .loginContainer .loginOptions a.btn {
        margin: 5px 4px 0 4px;
        font-size: .9em;
        padding: 6px 5px;
    }

    .loginContainer .loginOptions i {
        margin-right: 5px;
    }

.loginArea .ddcAnywhereDescription .loginBtn {
    background-color: #8AB4E1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    /* border-radius: 2px;*/
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    margin-top: 1em;
}

    .loginArea .ddcAnywhereDescription .loginBtn:hover {
        background-color: #42c3f6;
    }

.ddcAnywhereDescription.homeDesc {
    background-color: rgba(6, 64, 124, .9);
    font-size: 1.1em;
}

.infoArea {
    max-width: 1000px;
    padding: 0;
}

.loginWidget {
    margin-top: 20px;
    border-radius: 5px;
    background-color: rgba(232, 229, 223, 0.87);
    padding: 10px;
    min-height: 200px;
}

    .loginWidget img {
        height: 75px;
        display: inline;
    }

    .loginWidget p {
        display: inline;
        border-left: 2px solid rgba(6, 64, 124, .9);
        padding-left: 10px;
        color: rgba(6, 64, 124, .9);
        font-size: 1.3em;
        line-height: 180px;
    }

.ddcNearMeWidget {
    margin-top: 20px;
    padding: 10px 5px;
    border-radius: 0;
    background-color: rgba(232, 229, 223, 0.87);
    min-height: 200px;
}

    .ddcNearMeWidget img {
        width: 100%;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .ddcNearMeWidget img {
        display: none;
    }

    .ddcNearMeWidget p {
        font-size: .8em;
        padding: 10px;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        color: rgb(32, 62, 153);
    }

    .ddcNearMeWidget .input-group-append {
        border-left: none;
        background-color: white;
    }

    .ddcNearMeWidget .ddcNmSearch {
        padding: 2px;
        background-color: rgb(138, 180, 225);
        border: none;
    }

.ddcAnywhereDescription {
    font-size: .85em;
    width: 85%;
    margin: 15px auto;
    padding: 10px;
    background-color: rgba(6, 64, 124, .93);
    color: #fff;
    text-align: center;
    border-radius: 9px;
}

.ddcServiceList {
    max-width: 1000px;
    padding: 0px 20px 20px 20px;
}

    .ddcServiceList .serviceButton {
        background-color: rgb(33, 108, 185);
        border: none;
        color: white;
        width: 100%;
        border-radius: 0 0 9px 9px;
        padding: 7px 0;
    }

        .ddcServiceList .serviceButton:hover {
            background-color: #84bef9;
            color: rgb(22, 75, 129);
        }

.ddcService {
    width: 100%;
    background-color: rgb(223, 232, 242);
    border-radius: 9px;
    margin-bottom: 30px;
}

    .ddcService .icon {
        height: 80px;
        width: 80px;
        padding: 10px;
        display: block;
        background-color: rgb(191, 209, 222);
        border-radius: 50%;
        position: relative;
        margin: 0 auto 35px 15px;
        top: 20px;
        float: left;
    }

        .ddcService .icon img {
            height: 40px;
            margin: 9px auto 0;
            display: block;
        }

    .ddcService .title {
        color: rgb(7, 35, 65);
        text-transform: uppercase;
        font-size: 1.3em;
        font-weight: 700;
        padding: 20px 25px 0;
        text-align: right;
    }

    .ddcService p {
        color: rgb(7, 35, 65);
        text-align: right;
        padding: 0 25px;
    }

.searchNearMeBy.input-group {
    width: 100%;
    height: 45px;
}

    .searchNearMeBy.input-group select.form-control {
        border-radius: 0.25rem 0 0 0.25rem;
        background-color: #d1dde6;
        padding-top: 20px;
        background-color: #d1dde6;
        border: 1px solid #849eb5;
        border-radius: 0.25rem 0 0 0.25rem;
    }

    .searchNearMeBy.input-group .input-group-prepend {
        background-color: #d4d4d4;
        width: 140px;
        font-size: .9em;
    }
    /* styles for search bar input (may be substituted for non jQuery alternative) */

    .searchNearMeBy.input-group .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
    }

    .searchNearMeBy.input-group .btn-light {
        background-color: #e1eaf6;
        border-color: #bac4cb;
        border-radius: 3px 0 0 3px;
        border-right-color: #d2d8dd;
    }

        .searchNearMeBy.input-group .btn-light:hover {
            background-color: #dadfe5;
            border-color: #dae0e5;
        }

    .searchNearMeBy.input-group .bootstrap-select .dropdown-toggle .filter-option-inner {
        padding-top: 16px;
    }

    .searchNearMeBy.input-group .searchText {
        position: absolute;
        margin: 7px 0px 0 6px;
        text-transform: uppercase;
        font-size: .75em;
        font-weight: 500;
        z-index: 100;
    }

    .searchNearMeBy.input-group .input-group-prepend .filter-option {
        font-size: .6em;
    }

    /* end styles for search bar input (may be substituted for non jQuery alternative) */

    .searchNearMeBy.input-group #searchBy {
        height: 100%;
        padding: 16px 2px 0 1px;
        font-size: .75em;
    }

    .searchNearMeBy.input-group .btn-search {
        height: 100%;
        width: 45px;
        background-color: #d9b310;
        border-radius: 0 2px 2px 0;
        color: #fff;
        font-size: 1.6em;
        padding: .2rem .4rem;
        line-height: 2em;
    }

        .searchNearMeBy.input-group .btn-search:hover {
            background-color: #968123;
        }

    .searchNearMeBy.input-group #searchBox {
        width: -moz-calc(100% - 185px);
        width: -webkit-calc(100% - 185px);
        width: -o-calc(100% - 185px);
        width: calc(100% - 185px);
    }

        .searchNearMeBy.input-group #searchBox .input-group.ui-widget {
            height: 100%;
        }

        .searchNearMeBy.input-group #searchBox .input-group > .form-control {
            border-radius: 0;
            height: 100%;
        }

.col-form-label {
    text-align: right;
    color: #fff
}

.div-text-color table.td table.th {
    color: #fff
}

.input-group-prepend select.custom-select {
    margin-right: 10px
}


@media (min-width: 576px) {
    .login.container {
        margin: 25px auto 0;
        max-width: unset;
    }

    .loginArea .externalLogin a.btn {
        margin: 5px 10px 0 10px;
        font-size: 1em;
        padding: 6px 12px;
    }

    .ddcService .title {
        font-size: 1em;
    }

    .ddcServiceList {
        padding: 10px 20px 20px 20px;
    }

    .footer .footer-links a {
        width: 32%;
        padding: 5px 0 0;
        font-size: .8em;
    }
}

@media (min-width: 768px) {
    .login.container {
        margin: 0 auto;
        padding: 0 15px;
        width: 90%;
        max-width: 720px;
    }

    .ddcServiceList {
        padding: 50px 20px 20px 20px;
    }

    .loginArea .externalLogin a.btn {
        margin: 5px 5px 0 5px;
        font-size: .7em;
        padding: 6px 8px;
    }

    .loginArea {
        margin-top: 25px;
        max-width: none;
        width: 90%;
    }

    .ddcService .icon {
        margin: 10px auto -20px;
        top: -30px;
        float: none;
    }


    .infoArea {
        max-width: 1000px;
        padding: 0 15px;
    }

    .ddcNearMeWidget {
        /*margin: 60px 0;*/
        padding: 15px 15px 10px;
        border-radius: 9px;
    }

        .ddcNearMeWidget img {
            display: block;
        }

        .ddcNearMeWidget p {
            font-size: 1em;
            padding-top: 20px;
        }

    .ddcAnywhereDescription {
        width: 100%;
        padding: 20px;
        font-size: 1.2em;
    }

    .ddcService .title {
        padding: 0 25px;
        text-align: center;
        font-size: 1em;
    }

    .ddcService p {
        text-align: center;
    }

    .footer .footer-links a {
        width: 33%;
        padding: 5px 0 0;
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .loginContainer {
        min-height: 435px;
        padding: 15px;
    }

        .loginContainer .loginOptions a.btn {
            margin: 5px 4px 0 4px;
            font-size: 1.1em;
            padding: 6px 26px;
        }

    .loginArea .ddcAnywhereDescription {
        padding: 30px 30px;
        width: 100%;
    }

        .loginArea .ddcAnywhereDescription .loginBtn {
            margin-top: 20px;
        }

    .loginArea .externalLogin a.btn {
        margin: 5px 8px 0 8px;
        font-size: .85em;
        padding: 6px 10px;
    }

    .ddcServiceList {
        padding: 50px 20px 20px 20px;
    }

    .searchNearMeBy.input-group {
        position: static;
        height: 65px;
    }

        .searchNearMeBy.input-group .input-group-prepend {
            width: 210px;
            font-size: .9em;
            height: 100%;
        }

        .searchNearMeBy.input-group .searchText {
            margin: 7px 10px 0 10px;
            font-size: .8em;
        }

        .searchNearMeBy.input-group #searchBy {
            font-size: 1.15em;
            padding: 18px 0px 0 5px;
        }

        .searchNearMeBy.input-group .input-group-prepend .filter-option {
            font-size: 1em;
        }

        .searchNearMeBy.input-group .bootstrap-select .dropdown-toggle .filter-option-inner {
            padding-top: 25px;
        }

        .searchNearMeBy.input-group #searchBox {
            width: -moz-calc(100% - 270px);
            width: -webkit-calc(100% - 270px);
            width: -o-calc(100% - 270px);
            width: calc(100% - 270px);
        }

        .searchNearMeBy.input-group .btn-search {
            width: 60px;
            padding: .375rem .75rem;
        }

    .ddcNearMeWidget {
        padding: 30px 20px 20px;
    }

        .ddcNearMeWidget p {
            font-size: 1.2em;
            padding-top: 20px;
        }

    .ddcService {
        margin-bottom: 60px;
    }

        .ddcService p {
            padding: 0 50px;
        }
}

@media (min-width: 992px) {
    .col-lg-4 {
        display: inline-block !important;
        width: 33%;
    }

    .col-lg-8 {
        display: inline-block !important;
    }
}


.loginContainer .loginInput select {
    border: none;
    background-color: #fff;
    line-height: 58px;
    height: 58px;
    float: right;
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: -o-calc(100% - 55px);
    width: calc(100% - 55px);
}

@media (min-width: 1200px) {
    /*.mainbg {
        height: 590px;
        margin-bottom: -590px;
    }*/

    .ddcNearMeWidget p {
        font-size: 1.25em;
    }

    .loginArea {
        max-width: 1140px;
    }

        .loginArea .ddcAnywhereDescription {
            padding: 20px 60px;
            width: 100%;
        }

            .loginArea .ddcAnywhereDescription p {
                font-size: 1.12em;
            }
}
