﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html, body {
    height: 100%;
    font-family: 'Poppins';
    font-style: normal;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
}

.footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    /*margin-right: 20px;*/
    min-width:100px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* New CSS
-------------------------------------------------- */
.topheader {
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    /* gap: 8px; */
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px -5px rgba(0, 18, 53, 0.1);
    /* flex: none; */
    /* order: 0; */
    /* align-self: stretch; */
    /* flex-grow: 0; */
    /* z-index: 6; */
}

.topheaderImage {
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
}

.topPictureframe {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    height: auto;
    background: #001235;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 5;
}


.topPictureframeImage {
    width: 100%;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.topPictureframeContent {
    display: flex;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    padding: 20px 20px;
    /* gap: 40px; */
    width: 100%;
    background: #001235;
    /* flex: none; */
    /* order: 1; */
    /* align-self: stretch; */
    /* flex-grow: 0; */
    /* padding-bottom: 20px; */
}

.topTitle {
    width: 100%;
    font-weight: 600;
    font-size: 38px;
    color: #FFFFFF;
}

.topSmallTitle {
    width: 100%;
    /* font-family: 'Poppins'; */
    /* font-style: normal; */
    /* font-weight: 400; */
    font-size: 28px;
    /* line-height: 32px; */
    text-align: center;
    color: #FFFFFF;
    /* flex: none; */
    /* order: 1; */
    /* flex-grow: 0; */
    /* margin-top: 10px; */
    /* margin-bottom: 20px; */
}


.topCards {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    padding: 8px;
    width: 130px;
    background: #FFFFFF;
    border-radius: 12px;
    flex: none;
    /* order: 1; */
    /* align-self: stretch; */
    flex-grow: 1;
    /* font-family: 'Poppins'; */
    /* font-style: normal; */
    font-weight: 600;
    font-size: 18px;
    color: #001235;
    text-align: left;
}

    .topCards:hover {
        background-color: #E83F08;
        color: #FFFFFF;
    }

.ActiveCard {
    background: #E83F08;

}

.frontIcons {
    width: 24px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.FooterContainer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 40px;
    background: #00010B;
}

.socials {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 266px;
    height: 36px;
}

.leftfooter {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 16px;
}

.footerNYCDepartment {
    /* font-family: 'Poppins'; */
    /* font-style: normal; */
    font-weight: 600;
    font-size: 24px;
    /* line-height: 28px; */
    color: #FFFFFF;
    /* flex: none; */
    /* order: 0; */
    /* flex-grow: 0; */
}

.AddressandContact {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    width: 445px;
    height: 80px;
    flex: none;
    order: 1;
    flex-grow: 0;
}


.bottompagebox {
    padding: 16px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    margin: 4px;
    min-width: 300px;
    text-align: left;
}

.bottompagetext {
    /* font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1D; 
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    text-align: left;*/
    margin-left: 10px;
}

.text-responsive-large {
    font-size: calc(100% + 1vw + 1vh);
}

.text-responsive-medium {
    font-size: calc(60% + 1vw + 1vh);
}

.text-responsive-smaller {
    font-size: calc(20% + 1vw + 1vh);
}

label {
    font-weight: 600;
    display: inline-block;
    margin-bottom: .5rem;
}

.bigbutton {
    width: 300px;
}

.header {
    font-size:x-large;
    font-weight: 600;
    margin-bottom:40px;
}

.content {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
}


.Titlebar {
    font-weight: 600;
    color: #E83F08;
}

.progressbar {
    width: 100%;
   /* height:20px;*/
}


.progressbarBlue {
    width: 74px;
    height: 8px;
    margin: 0px 0px 4px 0px;
    background: #001235;
    display: inline-block;
}

.progressbarGrey {
    width: 74px;
    height: 8px;
    margin: 0px 0px 4px 0px;
    background: #DADADA;
    display: inline-block;
}

.progressbarMarker {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 4px solid #E83F08;
    box-shadow: 0px 5px 20px -5px rgba(0, 18, 53, 0.15);
    border-radius: 50px;
    margin: 0px -2px -0px -2px;
    display: inline-block;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    color: #006080;
}

    .tooltip .tooltiptext2 {
        visibility: hidden;
        position: absolute;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
    }


@media (max-width: 800px) {
    .modal-dialog {
        width: 380px;
    }

    .content {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .progressbarBlue {
        width: 20px;
        height: 8px;
        margin: 0px 0px 4px 0px;
        background: #001235;
        display: inline-block;
    }

    .progressbarGrey {
        width: 20px;
        height: 8px;
        margin: 0px 0px 4px 0px;
        background: #DADADA;
        display: inline-block;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
        min-width: 50px;
        margin-top: 10px;
    }
}

/*.form-group {
    margin-bottom: 1rem;
    text-align: left;
}
*/

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgba(0,0,0,.1);
}

/****************************************************************
    Navbar
****************************************************************/

.navbar-nav > li > a {
    color: #fff;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar {
    position: relative;
    z-index: 1000;
    border: 1px solid transparent;
    background: #000;
    /*.container-nycidm*/
    max-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*.upper-header-black*/
    height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}

    .navbar .small-nyc-logo {
        height: 15px;
        width: 40px;
        position: relative;
        top: -4px;
    }

.navbar-fixed-top {
    top: 0;
    z-index: 1030;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
}

.navbar:before, .navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

.navbar:before, .navbar:after {
    display: table;
    content: " ";
}

.nycidm-header .upper-header-black-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}

/*
    .nycidm-header .upper-header-black a {
        color: #fff;
        text-decoration: none;
    }
*/

.nycidm-header .vert-divide {
    margin: 0 10px;
}


/*************************** End Navbar ***************************/
 