﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
   /* padding-top: 50px;
    padding-bottom: 50px;*/
    margin-top: 0px;
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*max-width: 280px;*/
}







.jumbotron {
    background: url('../Images/HomePage3.png') no-repeat center center;
    margin-top: 4px;
}

    .jumbotron h1 {
        font-weight: 700;
    }

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    /*height: 80px;*/
    width: 100%;
    /*max-width: 1170px;*/
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.btn-default {
    color: #ffffff;
    /*background-color: #FF9E3A;*/
    background-color: #FF6720;
    border-color: #cccccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: #012169;
        border-color: #adadad;
    }

h5, .h5 {
    /*color: #853030;*/
    font-size: 16px;
    /*font-weight:bold;*/
}


.control-label-right {
    float: right;
}


.btn-default-calandar {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default-calandar:hover, .btn-default-calandar:focus, .btn-default-calandar:active, .btn-default-calandar.active, .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.top-buffer {
    margin-top: 20px;
}

.panel-primary {
    border-color: #012169;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        font-weight: bold;
        background-color: #012169;
        border-color: #012169;
    }


.form-horizontal .control-label {
    text-align: left;
    top: 3px;
    left: 0px;
}

.navbar-nav > li > a {
    font-weight: bold;
}

.bold_labels {
    font-weight: bold;
}

font-label-Red {
    color: red;
}


.hoursentry {
    vertical-align: top;
    width: 100px;
}

.hourstext {
    padding: 0px 10px 0px 0px;
    text-align: right;
    border: 1px solid #333333;
    width: 50px;
    height: 25px;
}

.boldtext {
    font-weight: bold;
}

.underlinetext {
    text-decoration: underline;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #8CC639 !important;
        background-color: transparent;
    }

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.col-timesheet {
    width: 12.5%;
}

.homepagetitle {
    font-size: 48px;
    font-weight: bold;
    color: #012169;
}

.nycTopDirectory {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background-color: #212121;*/
    color: #fff;
    font-weight: bold;
}
    .nycTopDirectory .container {
        max-width: 900px;
        float: left !important;
        margin-left: 18% !important;
        top: 10px !important;
        position: absolute;
    }

    .nycTopDirectory a {
        color: #fff;
        font-size: .8em;
        /*border-right: 1px solid #666;
        margin-right: 10px;*/
        padding: 3px 9px 3px 0;
    }

.brand {
    position: absolute;
    left: 50%;
    margin-left: -250px !important; /* 50% of your logo width */
    display: block;
}

.footer {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

    .footer .footer-links a {
        display: block;
        float: left;
        width: 100%;
        padding: 5px 0;
        color: #e4e4e4;
        font-weight: 600;
        font-size: 1em;
    }

@media (min-width: 576px) {
    .footer .footer-links a {
        width: 75%;
    }
}


@media (min-width: 768px) {
    .footer .footer-links a {
        width: 50%;
    }
}
    

@media (min-width: 992px) {
    .footer .footer-links a {
        width: 30%;
    }
}

.footer .copyright {
    margin-top: 10px;
    color: #fff;
}

    .footer .copyright p a {
        color: #ebeff0;
    }

/*h2, .h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #1D1D1D;
}
*/

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    /*margin-bottom: 2px;*/
}

/*-------------------------------------------------------------------------------------------------------------------*/
.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;
    }
}

.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;
}

.topheader {
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    /*padding: 8px 16px;*/
    /* gap: 8px; */
    width: 100%;
    /*height: 0px !important;*/
    background: #FFFFFF;
    /*box-shadow: 0px 6px 16px -5px rgb(0 18 53 / 10%);*/
    /* flex: none; */
    /* order: 0; */
    /* align-self: stretch; */
    /* flex-grow: 0; */
    /* z-index: 6; */
    /*padding-right:50% !important;*/
    margin-bottom:1% !important;
}
.topheaderImage {
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    left: 15% !important;
    position: absolute !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.FooterContainer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 40px;
    background: #00010B;
}

.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; */
}

.required:after {
    content: " *";
    color: red;
    font-weight: 600;
}
.FooterContainer a:hover {
    color: #FF671F !important;
}
.FooterContainer a {
    color: #ffffff !important;
}
#footer-nav {
    display: flex !important;
}
.FooterContainer .nav-item .nav-link {
    color: #ffffff !important;
    margin-left: 20px !important;
}
.text-responsive-medium {
    font-size: calc(60% + 1vw + 1vh);
}

select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.btn {
    font-weight: 500;
    border: none;
    padding: 6px 12px;
    border-radius: 9999px;
}