﻿/* NEW STUFF */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fafcff;
}

.os-navbar {
    min-height: 4rem;
    background-color: #036eb7;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.1);
}

i.fas, i.far {
    margin-left: .23em;
    margin-right: .23em;
}

#tbSearch {
    width: 14rem;
}

@media (max-width: 576px) {
    #tbSearch {
        width: auto;
    }
}

.carousel-item::after {
    content: '';
    background-color: black;
    opacity: .35;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-icon {
    padding-top: 1.8em;
}

    .card-icon i {
        font-size: 3em;
    }

.hover-card {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    
    transition: transform 100ms ease;
}
    .hover-card:hover, .hover-card:focus {
        text-decoration: none;
        color: inherit;

        transform: scale(1.01);
    }


.apply-card-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.apply-sidebar-container {
    position: sticky;
    top: 0;
}

.application > .card {
    margin-bottom: 2em;
}

.update-container {
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

    .update-container > .card {
        z-index: 100;
        position: fixed;
        top: 10%;
        left: 50%;
        transform: translateX(-50%)
    }

.os-list-card {
    border-left: 20px solid transparent;
}

    .os-list-card.permit {
        border-left-color: yellowGreen;
    }

    .os-list-card.license {
        border-left-color: gold;
    }

    .os-list-card.project {
        border-left-color: cadetblue;
    }

    .os-list-card.violation {
        border-left-color: orangered;
    }

    .os-list-card.asset, .os-list-card.asset:hover {
        border-left-color: palevioletred;
    }

    .os-list-card.expression, .os-list-card.expression:hover {
        border-left-color: goldenrod;
    }

    .os-list-card.workorder, .os-list-card.workorder:hover {
        border-left-color: forestgreen;
    }

    .os-list-card.contact {
        border-color: cornflowerblue;
    }

    .os-list-card.permit:hover {
        border-color: yellowGreen;
    }

    .os-list-card.license:hover {
        border-color: gold;
    }

    .os-list-card.project:hover {
        border-color: cadetblue;
    }

    .os-list-card.violation:hover {
        border-color: orangered;
    }

    .os-list-card.contact:hover {
        border-color: cornflowerblue;
    }

    .os-list-card.workorder {
        border-left-color: forestgreen;
    }

        .os-list-card.workorder:hover {
            border-color: forestgreen;
        }

/* end -- NEW STUFF */





span[class^="icon-"] {
    margin: 0 4px;
}

.nav.nav-pills.pull-right ul li a span::after {
    content: '&nbsp;';
}

.bold-red {
    font-weight: bold;
    color: red;
}

.aok-offscreen {
    position: absolute !important;
    z-index: -1 !important;
    opacity: 0;
}

/*.update-container {
    position: fixed;
    left: 50%;
    top: 25%;
    vertical-align: middle;
    align-self: center;
    align-content: center;
    z-index: 99999;
}

.update-content {
    position: relative;
    left: -50%;
    vertical-align: middle;
    background-color: #fff;
    z-index: 99999;
    padding: 0 20px 10px 20px;
    border-radius: 4px;
    border: 1px solid #9c9c9c;
    box-shadow: 0px 4px 18px #d6d3ce;
    align-content: center;
}

    .update-content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        padding: 15px 0;
    }

.cs-progress-container {
    position: absolute;
    left: 50%;
    top: 25%;
    visibility: visible;
}

    .cs-progress-container .cs-progress {
        position: relative;
        left: -50%;
        vertical-align: middle;
        background-color: #fff;
        z-index: 99999;
        padding: 0 20px 10px 20px;
        border-radius: 4px;
        border: 1px solid #09c;
        box-shadow: 0px 4px 18px #333;
    }

        .cs-progress-container .cs-progress img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 40%;
            padding: 15px 0;
        }*/

.nola-nav {
    right: 0;
    left: 0;
    height: 40px;
    background: #069;
    margin: 0 -20px 0 -20px;
}

.nola-nav-inner {
    position: relative;
}

.nola-nav select {
    position: relative;
    top: 5px;
}

.nola-nav ul {
    list-style: none;
    margin: 0;
    position: relative;
    top: 8px;
}

.nola-nav li {
    display: inline;
}

.nola-nav a {
    color: #fff;
}

    .nola-nav a:first-child {
        display: inline-block;
        padding-top: 10px;
    }

.nav-city-logo {
    position: absolute;
    left: 10px;
    top: 8px;
}

.header {
    padding-top: 10px;
    margin-bottom: 30px;
}

.site-logo img {
    margin: 10px 0;
}

#sitebrand img {
    height: 80px;
}

#sitebrand h1 {
    display: inline;
    padding-left: 15px;
    font-size: 55px;
    vertical-align: bottom;
    font-variant-caps: all-small-caps;
    color: #004a7e;
}

#sitebrand:hover {
    text-decoration: none;
}

.register {
    position: absolute;
    right: 10px;
    top: -1px;
    font-size: 18px;
}

.navbar-onestop {
    position: relative;
    padding: 10px 0 20px;
}

#srchPanel .btn {
    margin-right: 5px;
}

.navbar-search .search-query {
    height: 15px;
    padding: 4px 10px 2px;
}

.notifications-area {
    padding: 10px;
}

.notification-bubble-left {
    display: inline-block;
    width: 14px;
    height: 24px;
    background: url(../images/notification-left.png) no-repeat;
}

.notification-bubble-right {
    display: inline-block;
    height: 24px;
    width: 13px;
    margin-right: 4px;
    background: url(../images/notification-right.png) no-repeat;
}

.notification-number {
    display: inline-block;
    height: 24px;
    background: url(../images/notification-number.png) repeat-x;
    color: #000;
    font-weight: bold;
}

.notify-approve {
    color: green;
}

.notify-reject {
    color: #bd362f;
}

.notify-change {
    color: darkorange;
}

#notifications-area ul {
    list-style: none;
    margin-left: 0;
}

#notifications-area li {
    border-bottom: 1px solid #eee;
    padding: 4px 20px 4px 4px;
    position: relative;
}

    #notifications-area li:hover {
        background: rgb(242, 251, 252);
    }

#notifications-area .close {
    display: block;
    position: absolute;
    top: 2px;
    right: 4px;
}

.unit {
    margin-bottom: 20px;
    border-radius: 4px;
    background: #efefef;
}

.title {
    display: block;
    background: #069;
    padding: 4px;
    border-radius: 4px;
}

    .title.collapsed {
        border-radius: 4px;
    }

    .title.opened {
        border-radius: 4px 4px 0 0;
    }

.title-text {
    font-weight: bold;
    color: #fff;
}

.title-toggle {
    display: block;
    float: right;
    color: #fff;
    font-weight: bold;
}

#generalDocDiv button {
    margin: 10px 0px 10px 0px;
}

.home-nav {
    list-style: none;
    margin: 0;
}

    .home-nav .btn {
        border-radius: 0;
    }

    .home-nav li a {
        display: block;
        padding: 20px 10px;
    }

table {
    width: 100%;
}

.total td {
    border-top: 1px solid #cdcdcd;
    font-weight: bold;
}

.demo thead {
    border-bottom: 1px solid #cdcdcd;
}

.demo .info {
    border-bottom: 1px solid #cdcdcd;
}

td, th {
    text-align: left;
}

th {
    border-bottom: 1px solid #cdcdcd;
    vertical-align: bottom;
}

td {
    vertical-align: top;
    padding-bottom: 5px;
}

.results {
    font-size: 13px;
}

.results-nav.affix {
    top: 40px;
}

.results img {
    max-width: none;
}

.results h3 {
    color: rgb(94,94,94);
}

    .results h3 small {
        position: relative;
        top: -3px;
    }

    .results h3 div {
        display: inline;
    }

.action-select .btn {
    margin-bottom: 10px;
}

.action-select {
    margin: 10px 0 5px 0;
}

    .action-select select {
        font-size: 12px;
        margin-bottom: 10px;
        padding: 4px 2px;
    }


.action-items {
    text-align: right;
}

    .action-items label {
        padding-left: 4px;
        font-size: 12px;
        top: -4px;
        position: relative;
    }

.action-bottom {
    margin: 0px 0 10px 0;
}

.action-list {
    margin: 0 0 8px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #f7f7f7;
}

    .action-list li {
        display: inline;
        padding-right: 20px;
        white-space: nowrap;
    }

    .action-list div {
        display: inline;
    }


#helpTabs .accordion-group {
    border-left: 1px solid #e5e5e5;
}

#helpTabs .accordion-heading {
    background: #f5f5f5;
}

.results .accordion-heading .accordion-toggle {
    text-decoration: none !important;
    position: relative;
    min-height: 77px;
}

    .results .accordion-heading .accordion-toggle:hover {
        background: #f4f4f4; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f4f4 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f4f4f4 0%,#ffffff 100%); /* W3C */
    }

.results-primary li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    line-height: 14px;
}

.results-primary div {
    float: left;
    margin-right: 10px;
}

.results-grid strong {
    display: block;
}

#results-grid > * {
    margin-bottom: 1em;
}

.results-secondary {
    border-top: 1px solid #E5E5E5;
    padding-top: 4px;
}

.results .accordion-inner {
    border-top: 0;
    margin-top: 0;
}

.action-group {
    display: inline-block;
}

.action-buttons {
    background: #f5f5f5;
    width: 40px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.action-mid {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.action input {
    margin-top: 0;
}

.favorite {
    position: relative;
    top: -1px;
}

.print img {
    width: 20px;
    opacity: .3;
}

.results h3 {
    display: inline-block;
    margin: 0;
    font-weight: bold;
}

.results h4 {
    margin: 0;
    font-weight: bold;
}

.pull {
    margin-right: -30px;
}

.bump {
    position: absolute;
    left: -20px;
    top: 13px;
    width: 20px;
    text-align: center;
}

.XXXresults-title img {
    height: 20px;
    line-height: 5px;
    position: relative;
    top: -5px;
}

img.type {
    width: 28px;
    line-height: 5px;
    position: absolute;
    left: 1px;
    top: 30px;
}

h2.listTitle {
    position: relative;
    top: -13px;
    margin-top: 0;
}

.srchCount {
    color: #09c !important;
}

.legend {
    font-size: 13px;
}

    .legend li {
        list-style: none;
        display: inline;
        padding-left: .4em;
        margin-right: 1.2em;
    }

    .legend img {
        height: 13px;
    }

    .legend .permit {
        border-left: 15px solid yellowGreen;
    }

    .legend .license {
        border-left: 15px solid gold;
    }

    .legend .project {
        border-left: 15px solid cadetBlue;
    }

    .legend .violation {
        border-left: 15px solid orangeRed;
    }

    .legend .workorder {
        border-left: 15px solid forestgreen;
    }

    .legend .asset {
        border-left: 15px solid palevioletred;
    }

    .legend .expression {
        border-left: 15px solid goldenrod;
    }

    .legend .contact {
        border-left: 15px solid cornflowerblue;
    }

.dot {
    padding: 0 10px;
    font-weight: bold;
}

.permit .dot {
    color: yellowgreen;
}

.license .dot {
    color: gold;
}

.project .dot {
    color: cadetBlue;
}

.violation .dot {
    color: orangeRed;
}

.asset .dot {
    color: palevioletred;
}

.expression .dot {
    color: goldenrod;
}

.workorder .dot {
    color: forestgreen;
}

.contact .dot {
    color: cornflowerblue;
}

.footer {
    margin-top: 80px;
    margin-bottom: 20px;
}

.divider {
    background: #f0f0f0;
    height: 6px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* SIDENAV STYLES */
/*.apply-sidebar-container .well .btn {
    margin-bottom: 10px;
}

.apply-sidebar-container .well {
    text-align: center;
}

.apply-sidebar-container .page-title {
    text-align: center;
}

.apply-sidebar-container {
    width: 170px;
}

    .apply-sidebar-container.affix {
        top: 20px;
    }

    .apply-sidebar-container.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 343px;
    }*/

.apply-sidenav {
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .apply-sidenav > li > a {
        display: block;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }


    /* The x-child rules have to be in this specific order 
    otherwise the borders will be off */

    .apply-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .apply-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .apply-sidenav > li:only-child > a {
        -webkit-border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px;
    }

    .apply-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }



/* APPLICATION STYLES */
#businessName, #businessLocation {
    font-size: 16px;
}

.well {
    background: rgb(242, 251, 252);
}

.form-actions {
    background: none;
}
/* .application .well .span4 {
	margin-left: 0;
	margin-right:2.564102564102564%;
	width:30.6%;
	}	*/

.application-legend {
    text-align: right;
    padding: 10px 0;
}

    .application-legend [class=icon-asterisk] {
        color: #e32;
    }

.application .well .span12 {
    margin-left: 0;
}

.application label i {
    padding-left: 4px;
}

.application .icon-asterisk, .required, .field-validation-error, .validation-summary-errors {
    color: #e32 !important;
}

.application .icon-question-sign {
    color: #09c !important;
}


div.checkbox {
    padding: 0;
}


.item {
    padding: .8em 0;
}

.row.item:not(:first-child) {
    border-top: 1px solid rgba(0,0,0,.05);
}


.apply-sidebar .page-title {
    font-size: 24px;
}

.apply-sidenav .icon-comment {
    float: right;
    margin-top: 2px;
}

.unread {
    color: #bd362f;
}

.application .accordion {
    margin-top: 20px;
}

.application .accordion-group {
    border: none;
}

.application .accordion-inner {
    border: none;
}

.application a .icon-comment {
    padding-right: 10px;
    text-decoration: none;
}

.application fieldset + fieldset {
    margin-top: 20px;
}

.location-place {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 4px;
    padding-left: 40px;
}

.contact-list {
    height: 180px;
    overflow: scroll;
    overflow-x: hidden;
}

ul.item-list {
    list-style: none;
    margin: 15px 0;
    columns: 3;
}

    ul.item-list li {
        break-inside: avoid;
    }

    ul.item-list > li {
        margin-bottom: 10px;
    }

    ul.item-list li h4:first-child {
        margin-top: 0;
    }

    ul.item-list ul {
        list-style: disc;
    }

.datepicker {
    z-index: 1151 !important;
}

.incidTable p {
    font-size: 11px;
    color: #6c6c6c;
}

#selectIncidType {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inline-rb input[type="radio"] {
    width: auto;
    float: left;
    /*display: inline;*/
}

.inline-rb label {
    display: inline;
}

.inline-header {
    display: inline;
    padding-right: 15px;
}

#middleCollapse .navbar-inner {
    padding-left: 0;
    padding-right: 0;
}

#x_exp_date, #x_card_code {
    width: 50px;
}


/*****************************
	START CLIENT SPECIFIC
*****************************/
.site-header__vaha {
    text-transform: uppercase;
    display: inline-block;
    font-size: 3vw;
    font-family: "Arial Black", arial;
    line-height: .85em;
    color: #3896B5;
    padding: 0 10px;
    letter-spacing: 1px;
}

    .site-header__vaha::before,
    .site-header__vaha::after {
        display: block;
        color: #18345A;
        opacity: 0.9;
    }

    .site-header__vaha::before {
        content: 'The City Of';
        font-size: .55em;
        letter-spacing: 2px;
        line-height: .95em;
    }

    .site-header__vaha::after {
        content: 'Virginia';
        text-align: right;
        font-size: .75em;
        letter-spacing: 5px;
    }


a.site-logo.site-logo__vaha {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

    a.site-logo.site-logo__vaha:hover {
        text-decoration: none;
    }


.flex-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.apply-group {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}


.apply-card {
    text-align: center;
}

.apply-card {
    margin-top: 20px;
}





@media screen and (min-width: 768px) {
    .flex-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .apply-group {
        width: 40%;
        margin: 20px 20px 20px 0;
    }

    .apply-card {
        width: 30%;
    }

        .apply-card:nth-of-type(2) {
            margin-left: 12px;
        }

        .apply-card > .apply-group {
            width: 100%;
        }
}

@media screen and (min-width: 1024px) {
    .flex-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .apply-group {
        width: 18%;
        margin: 20px 20px 20px 0;
    }

    .apply-card {
        width: 44%;
    }

        .apply-card:nth-of-type(2) {
            margin-left: 20px;
        }

        .apply-card > .apply-group {
            width: 100%;
        }
}

/*****************************
	START MEDIA QUERIES
*****************************/

/* Over 1200px */
@media (min-width: 1200px) {
    /*.apply-sidebar-container {
        width: 210px;
    }*/
}
/* Between 980px and 1200px */
@media (min-width: 979px) and (max-width: 1200px) {
    /* .brand {
		width: 26%;
		padding-top: 16px;
		}
*/
    /*.apply-sidebar-container {
        width: 190px;
    }*/
}
/* Under 980px */
@media (max-width: 979px) {
    .register {
        top: -5px;
    }

    /*.apply-sidebar-container {
        top: 0;
        margin-right: 0;
        width: 180px;
    }*/

    .application .span4 {
        width: 100%;
    }
}

/* Between 980px and 768px */
@media (max-width: 980px) and (min-width: 768px) {
    /*.apply-sidebar-container {
        width: 166px;
    }*/
}

/* Under 767px */
@media (max-width: 767px) {
    .nav-city-logo {
        display: none;
    }

    /*.results-title { 
        	width:80%;  	
            float:left; 
    }*/

    .results h3 small {
        display: block;
        line-height: 1.4;
    }

    .results-grid strong {
        display: inline;
    }

    .row-fluid .results-grid div {
        min-height: 0;
        border-bottom: 1px solid #e5e5e5; /*	width:80%; */
        padding: 4px 0;
    }

    .results-secondary {
        border-top: 0;
    }

    a:hover .results-primary {
        text-decoration: none;
    }
    
    .dot {
        display: block;
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .page-title small {
        display: block;
    }

    .items-per-page {
        display: none !important;
    }

    .action-items {
        text-align: left;
    }

    .action-list li {
        display: block;
    }

    /*.apply-sidebar-container {
        width: auto;
        margin-bottom: 20px;
    }

    .apply-sidebar-container {
        position: static;
        width: auto;
        top: 0;
        max-width: none;
    }*/

    .application .checkboxes label {
        display: block;
        float: left; /*	width: 200px; */
        padding-bottom: 10px;
    }

    .application .checkboxes .btn-group {
        float: left;
    }
}

@media (max-width: 600px) {
    .navbar-onestop {
        padding-bottom: 0;
    }

    .register {
        position: relative;
        top: 13px;
        right: 0;
        font-size: 13px;
    }

    .navbar-search .search-query {
        width: 220px;
    }

    .modal-select {
        height: 220px;
    }
}
