body {
    font-family: 'Lato', sans-serif;
    position: relative;
    line-height: 1.5;
}
/* TYPOGRAPHY OVERRIDES */
h1, h2, h3, h4, h5, h6, legend {
    color: #069;
}

h1 {
    font-size: 34px;
    line-height: 1.5;
    color: #900;
}

h2 {
    font-size: 24px;
    line-height: 1.5;
}

h3 {
    font-size: 20px;
    line-height: 1.5;
}

h4 {
    font-size: 16px;
    line-height: 1.5;
}

h5 {
    font-size: 24px;
    line-height: 1.5;
}

h6 {
    font-size: 24px;
    line-height: 1.5;
}

.esriLegendServiceLabel {
display: none;
}


.button-row {
    height: 40px;
}

.hideme {
    visibility: hidden;
    display: none;
}
.page-container {
    padding-bottom: 70px;
}

.crm-nav {
    right: 0;
    left: 0;
    height: 40px;
    background: #069;
    margin: 0 -20px 0 -20px;
}

.crm-nav-inner {
    position: relative;
    top: 1px;
    left: 0px;
}

.crm-nav select {
    position: relative;
    top: 5px;
}

.crm-nav ul {
    list-style: none;
    margin: 0;
    position: relative;
    top: 8px;
}

.crm-nav li {
    display: inline;
}

.crm-nav a {
    color: #fff;
}

.nav-city-logo {
    position: absolute;
    left: 10px;
    top: 8px;
}

.header {
    padding-top: 10px;
    margin-bottom: 30px;
}

.branding {
    /*text-indent: -99999px;
	height:95px;
	width: 342px;
	background: url(../images/One-Stop-Logo.png) no-repeat;*/
}

.register {
    position: absolute;
    right: 10px;
    top: -1px;
    font-size: 18px;
}

.navbar-fixed-top {
    top: 40px;
}

.navbar-onestop {
    position: relative;
    padding: 10px 0 20px;
}

.navbar .nav {
    margin: 0;
}

.navbar-inner {
    padding-left: 0;
    margin-top: 40px;
    float: right;
    padding: 0;
}

.navbar .nav.btn {
    padding: 0;
    background-position: 0 0;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    color: #09c;
    font-weight: bold;
    padding: 10px 17px 10px 10px;
}

    .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
        background: #069;
        color: #fff;
        text-shadow: 0 1px 0 #555;
    }

.nav-collapse .nav li:first-child > a {
    border-radius: 4px 0 0 4px;
}

.nav-collapse .nav li:last-child > a {
    border-radius: 0 4px 4px 0;
}

.nav i {
    position: relative;
    top: 2px;
}

.navbar .divider-vertical {
    margin: 0;
    border-right: 1px solid #e5e5e5;
    border-left: 0;
}

.navbar-search {
    float: right;
    margin-top: 7px;
}

.navbar-search .search-query {
        height: 15px;
        padding: 4px 10px 2px;
        width: 300px;
    }

#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;
}

.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: center;
}

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;
    }

select {
    width: auto;
    max-width: 90%;
}

.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;
    }

.results .accordion-group {
}

.accordion-group {
    border-left: 20px solid transparent;
}

    .accordion-group.permit {
        border-left-color: yellowGreen;
    }

    .accordion-group.license {
        border-left-color: gold;
    }

    .accordion-group.project {
        border-left-color: cadetblue;
    }

    .accordion-group.violation {
        border-left-color: orangered;
    }

    .accordion-group.asset {
        border-left-color: palevioletred;
    }

    .accordion-group.expression {
        border-left-color: goldenrod;
    }

    .accordion-group.workorder {
        border-left-color: forestgreen;
    }

    .accordion-group.permit:hover {
        border-color: yellowGreen;
    }

    .accordion-group.license:hover {
        border-color: gold;
    }

    .accordion-group.project:hover {
        border-color: cadetblue;
    }

    .accordion-group.violation:hover {
        border-color: orangered;
    }    
    
    .accordion-group.asset:hover {
        border-color: palevioletred;
    }

    .accordion-group.workorder:hover {
        border-color: forestgreen;
    }

    .accordion-group.expression:hover {
        border-color: goldenrod;
    }

#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 {
}

    .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-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 {
    /* line-height:24px;
	padding: 2px; */
}

.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;
}

.rType {
    idth: 20%;
}

.rStatus {
    idth: 20%;
}

.rZoning {
    idth: 15%;
}

.rLandUse {
    idth: 15%;
}

.rValue {
    idth: 10%;
}

.rIssueDate {
    idth: 10%;
}

.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;
    text-align: right;
    margin-left: 0;
}

    .legend li {
        list-style: none;
        display: inline;
        padding-right: 20px;
        padding-left: 2px;
    }

    .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 .asset {
        border-left: 15px solid palevioletred;
    }
    .legend .expression {
        border-left: 15px solid goldenrod;
    }
    .legend .workorder {
        border-left: 15px solid forestgreen;
    }
.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;
}

.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-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-sidebar-container {
    width: 220px;
}

    .apply-sidebar-container.affix {
        top: 20px;
    }

    .apply-sidebar-container.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 343px;
    }

.apply-sidenav > li > a {
    display: block;
    width: 190px 9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}

.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: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 .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}

.apply-sidebar .btn {
    margin-bottom: 10px;
}

/* APPLICATION STYLES */
.well {
    background: rgb(242, 251, 252);
}

.form-actions {
    background: none;
}
/* .application .well .span4 {
	margin-left: 0;
	margin-right:2.564102564102564%;
	width:30.6%;
	}	*/
.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;
}

.application label {
    padding-left: 0px;
}

.application .checkboxes label {
    display: inline;
    padding-right: 4px;
    margin-left: 0;
    margin-bottom: 0;
    float: left;
    width: auto;
    height: 21px;
    min-height: 21px;
}

.application .checkboxes .btn-group {
    float: none;
    clear: left;
    display: block;
}

.application .toggle-button label {
    padding-left: 0px;
}
/* .application label.help:hover {
	border-radius: 4px;
	box-shadow: 0px 0px 4px #09c;
	background: #D1ECF6;
	} */
.application label.checkbox {
    width: 90%;
    display: inline-block;
}

.form-horizontal label.checkbox {
    padding-left: 20px !important;
}

.application input[type="checkbox"] {
    float: left;
}

div.checkbox {
    padding: 0;
}

.item {
    border-bottom: 1px solid #eee;
    padding: 10px;
    position: relative;
}

    .item:nth-child(odd) {
        background: rgb(239, 247, 248);
    }

.nav-tabs {
    margin-bottom: 0;
}

.tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
}

/*input.required, select.required, textarea.required {
border-color: #e32;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}*/
.application select, .application textarea, .application input[type="text"], .application input[type="password"],
.application input[type="datetime"], .application input[type="datetime-local"],
.application input[type="date"], .application input[type="month"],
.application input[type="time"], .application input[type="week"],
.application input[type="number"], .application input[type="email"],
.application input[type="url"], .application input[type="search"],
.application input[type="tel"], .application input[type="color"],
.application .uneditable-input {
    /*	width: 90%; */
}

.apply-sidebar .page-title {
    font-size: 20px;
    line-height: 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;
}


ul.item-list {
    list-style: none;
    margin: 15px 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    -0-columns: 3;
    columns: 3;
}

    ul.item-list li {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-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;
    }
/*****************************
	START MEDIA QUERIES
*****************************/

/* Over 1200px */
@media (min-width: 1200px) {
    .apply-sidebar-container {
        width: 270px;
    }
}
/* Between 980px and 1200px */
@media (min-width: 979px) and (max-width: 1200px) {
    /* .brand {
		width: 26%;
		padding-top: 16px;
		}
*/
}
/* Under 980px */
@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
    /*.brand {width: 70%;} */
    .navbar .btn-navbar {
        position: absolute;
        right: 0;
        top: 35px;
        color: #09c;
        text-shadow: 0 1px 0 #fff;
        font-weight: bold;
    }

        .navbar .btn-navbar:hover {
            background: #069;
            color: #fff;
            text-shadow: 0 1px 0 #555;
        }

    .navbar .nav {
        top: 0;
        float: none;
    }

        .navbar .nav.btn {
            text-align: left;
        }

    .navbar-inner {
        float: none;
        margin-left: 20px;
    }

    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
        border-bottom: 1px solid #e5e5e5;
        margin: 0;
        border-radius: 0;
    }

    .nav-collapse .nav li:first-child > a {
        border-radius: 4px 4px 0 0;
    }

    .nav-collapse .nav li:last-child > a {
        border-radius: 0 0 4px 4px;
    }

    .register {
        top: -5px;
    }

    .apply-sidebar-container {
        top: 0;
        margin-right: 0;
    }

    .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;
    }

    .navbar-search {
        float: none;
        text-align: center;
    }

    .brand {
        width: 70%;
        position: relative;
        top: 20px;
    }

    .navbar-inner {
        margin-left: 0px;
    }

    .nav-collapse.collapse {
        top: 10px;
    }

    .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;
    }

    .legend {
        text-align: left;
    }

    .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;
    }

    .brand {
        top: 0;
    }

    .navbar .btn-navbar {
        top: 15px;
    }

    .nav-collapse.collapse {
        top: -20px;
    }

    .register {
        position: relative;
        top: 13px;
        right: 0;
        font-size: 13px;
    }

    .navbar-search .search-query {
        width: 220px;
    }
}

.user-linkspace
{
	padding-right:12px;
}
.user-iconspace
{
	padding-right:4px;
}
.helpspaceleft
{
	padding-left:20px;
}

