﻿/*
Custom Css
*/
html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125em;
    color: #333333;
}

p, pre {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #333;
    margin: 0px 0px 20px 0px;
    font-style: normal;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

    p + h2 {
        margin-top: 40px;
    }

h1 {
    font-family: inherit;
    font-size: 2.1111em;
    font-weight: 900;
    color: #333;
    margin: 0px 0px 20px 0px;
    font-style: normal;
}

h2 {
    font-family: inherit;
    font-size: 1.7777em;
    font-weight: 900;
    color: #333;
    margin: 0px 0px 10px 0px;
    font-style: normal;
}

h3 {
    font-family: inherit;
    font-size: 1.4444em;
    font-weight: 900;
    color: #333;
    margin: 0px 0px 10px 0px;
    font-style: normal;
}


a, a:visited {
    transition-property: background-color, color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}


a {
    text-decoration: underline;
    color: #1561AC;
}

    a, a:visited {
        text-decoration: underline;
        color: #006BB7;
        -webkit-transition: background-color 300ms ease-out 0s;
        -moz-transition: background-color 300ms ease-out 0s;
        -o-transition: background-color 300ms ease-out 0s;
        transition: background-color 300ms ease-out 0s;
    }


        a:hover, a:focus {
            text-decoration: none;
            color: #1561AC;
        }

        a:hover {
            font-weight: bold;
        }

        /*Red button for action items*/
        a.styled-button-calltoaction:hover, a.styled-button-calltoaction:focus {
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            border-color: #8B0E04;
            background-color: #8B0E04;
        }

        a.styled-button-calltoaction {
            color: #fff;
            margin: 10px 0px 0px 0px;
            background-color: #C4403D;
            border-radius: 0px;
            font-weight: normal;
            font-size: 1em;
            text-decoration: none;
            padding: 15px 20px 15px 20px;
            padding-right: 40px;
            text-align: center;
            border: 2px solid #C4403D;
            font-family: inherit;
            position: relative;
            display: inline-block;
        }

.fileType {
    font-size: 0.6em;
    position: relative;
    top: -0.6em;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

/* Teal Button for pdf applications */

a.styled-button, a.styled-button:visited {
    color: #fff;
    margin: 10px 0px 0px 0px;
    background-color: #107984; /*teal */
    border-radius: 0px;
    font-weight: normal;
    font-size: 1em;
    text-decoration: none;
    padding: 15px 20px 15px 20px;
    text-align: center;
    border: none;
    font-family: inherit;
}

/*    a.styled-button:visited:hover, a.styled-button:hover, .styled-button:hover, a.styled-button:focus, .styled-button:focus, button:focus, button:hover {
        background-color: #8B0E04;
        color: #fff;
    }*/

    a.styled-button:visited:hover, a.styled-button:hover, .styled-button:hover, a.styled-button:focus, .styled-button:focus, button:focus, button:hover {
        background-color: #ced4da;
        color: #fff;
    }

/* Callout box for Announcements */

div.alertco-box {
    display: flex;
    flex-direction: column;
    border: 2px solid #e00490;
    border-radius: 10px 10px 10px 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    div.alertco-box h2 {
        font-size: 1.444em;
        padding: 10px 5px 10px 55px;
        background: #e00490;
        color: white;
        border-radius: 8px 8px 0px 0px;
        border: 2px solid #e00490;
        margin-top: 0px;
        margin-bottom: 10px;
        background: url(https://www.sa.gov/files/sharedassets/main/v/1/icons/information-pink.png);
        background-repeat: no-repeat;
        background-color: #e00490;
        background-size: 25px;
        background-position: 15px center;
    }

    div.alertco-box p:last-of-type {
        padding: 15px 15px 0px 25px;
        color: #000000;
        margin: 0px;
    }




/* Tables */
table.sc-responsive-table {
    margin-bottom: 10px;
}

table.sc-responsive-table {
    margin: 0 0 20px;
    border: 1px solid #333;
}

table.sc-responsive-table, table.sc-responsive-table-heading {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin: 0 0 18px;
}

    table.sc-responsive-table tr td, table.sc-responsive-table tbody tr td, table.sc-responsive-table tr th, table.sc-responsive-table thead tr th {
        border-left: 1px solid #333;
    }

    table.sc-responsive-table thead tr th, table.sc-responsive-table tfoot tr td, table.sc-responsive-table-heading thead tr th, table.sc-responsive-table-heading tfoot tr td {
        color: #222222;
        font-size: 14px;
        font-weight: bold;
        padding: 8px 10px 9px;
    }

    table.sc-responsive-table thead tr th {
        background-color: #333;
        padding: 18px 20px 18px 20px;
        text-align: left;
        font-size: 1.2222em;
        font-family: inherit;
        color: #fff;
        font-weight: bold;
        vertical-align: top;
    }

        table.sc-responsive-table tr td:first-child, table.sc-responsive-table tbody tr td:first-child, table.sc-responsive-table tr th:first-child, table.sc-responsive-table thead tr th:first-child, table.sc-responsive-table-heading tr td:first-child, table.sc-responsive-table-heading tbody tr td:first-child, table.sc-responsive-table-heading tr th:first-child, table.sc-responsive-table-heading thead tr th:first-child {
            border-left: 1px solid #333;
        }

        table.sc-responsive-table tr td:first-child, table.sc-responsive-table tbody tr td:first-child, table.sc-responsive-table tr th:first-child, table.sc-responsive-table thead tr th:first-child {
            border-left: none;
        }

@media (min-width: 768px) {
    table.sc-responsive-table th:first-child, table.sc-responsive-table td:first-child, table.sc-responsive-table td:first-child, table.sc-responsive-table.pinned td {
        display: table-cell;
    }
}

table.sc-responsive-table tbody tr:nth-child(2n) td {
    background-color: #eee;
    color: #333;
}

table.sc-responsive-table tbody tr td {
    background-color: #fff;
    padding: 18px 20px 18px 20px;
    text-align: left;
    font-size: 1em;
    font-family: inherit;
    color: #333;
    font-weight: normal;
    vertical-align: top;
}


.tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.bgWhite {
    background-color: #ffffff;
}

.navbar.titleBarNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.justify-content-between {
    justify-content: flex-start !important;
}

    .justify-content-between.help {
        justify-content: flex-end !important;
    }

.cityQuadSM span {
    font-weight: bold;
    color: #ffffff;
    font-size: .8888em;
}

.cityQuadSM:before {
    background-image: url("../img/CityQuad-SM.svg");
    border-radius: 0px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: cover;
    margin-right: 10px;
    margin-top: -4px;
}

.cityQuadSM:focus {
    /*outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);*/
    outline: 1px dashed;
    outline-offset: -2px;
    box-shadow: none;
}

}

.footer-logo a {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    margin-bottom: 15px;
}

    .footer-logo a img {
        max-width: 100%;
        height: auto;
    }

.footer-link a {
    font-size: 1em;
    padding: 0 5px 0 5px;
    display: inline-block;
    text-decoration: underline !important;
}

    .footer-link a:hover {
        font-weight: bold !important;
        text-decoration: none !important;
    }



.bg-dark {
    background-color: #8B0E04 !important;
    color: #ffffff !important;
}

.bg-success {
    background-color: #8B0E04 !important;
}

.text-success {
    color: #333333 !important;
}

.nav a.nav-link {
    font-weight: 500;
}

.navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.navbar-brand-City a {
    text-decoration: none;
    color: #333333;
    font-weight: 400 !important;
    width: 100%;
}

.deptTitle {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    background-color: #fff !important;
}

.content-top {
    min-height: 500px;
    height: 100%;
    padding: 5px;
}

.flxWrap {
    display: flex;
    flex-wrap: wrap;
}

    .flxWrap span {
        width: 100%;
    }

.navbar-collapse {
    width: unset;
}

#templatemo_main_nav a:hover {
    color: #333333;
    font-weight: bold !important;
    text-decoration: none;
}
/*.h1 {
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 0px;
}*/

.appCitylogo img {
    /*width:90px;
	margin-right: 15px;*/
    max-width: 80px;
    width: 100%;
}

#cityQuadLogo {
    margin-right: 15px;
}

span.menuText {
    font-size: 14px;
}

.navbar-brand {
    white-space: unset;
}

.toolbar-item {
    display: none;
}

.toolbar-item {
    background-color: #8B0E04;
    color: #fff;
    font-size: 0.8em;
    line-height: 28px;
    font-weight: bold;
    font-style: inherit;
}

    .toolbar-item:hover {
        color: #fff;
    }

.toolbar-drop-down {
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 4px 2px rgba(0,0,0,0.25);
    -ms-box-shadow: 0 8px 4px 2px rgba(0,0,0,0.25);
    box-shadow: 0 8px 4px 2px rgba(0,0,0,0.25);
    margin-top: 10px;
    position: absolute;
    right: 20px;
    width: 75%;
    z-index: 1000;
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 400px;
}

    .toolbar-drop-down a span {
        color: #333;
    }

    .toolbar-drop-down a, .toolbar-drop-down a:visited, .dropdown-item.active, .toolbar-drop-down li > span {
        background-color: #f5f5f5;
        color: #333;
        padding: 15px 20px 15px 20px;
        border-bottom: 0px solid #fff;
    }

    .toolbar-drop-down a {
        font-family: inherit;
        font-size: .8888em;
        font-weight: bold;
        font-style: inherit;
    }

.dropdown > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .dropdown > ul li {
        position: absolute;
    }

.navbar-expand-lg {
    background-color: #fff;
}

.flex-fill ul li:first-of-type {
    margin-left: 25px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
        font-size: inherit;
    }

#skip-to-content-link:focus {
    color: #fff;
    background-color: #000000;
    padding: 5px;
    display: inline;
    line-height: 1px;
}

#skip-to-content-container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 100000;
    position: absolute;
}



/***********MEDIA QUERIES***********/
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 659px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 960px;
    }
}


@media (min-width:1200px) {
    /*  .h1, h1 {
    font-size: 2rem;
}*/
}


@media (min-width: 992px) {
    .mx-lg-auto {
        margin-right: 0px !important;
        margin-left: auto !important;
    }
}

/*@media (max-width: 400px) {
  	.justify-content-between {
		display: flex;
		flex-direction: column;
		justify-content: center!important;
}
	.navbar-toggler {
    	align-self: flex-end!important;

}*/
@media (min-width: 395px) {
    .navbar-expand-lg .navbar-collapse {
        /*(display: flex!important;*/ /*Took out for Hamburger icon*/
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    /*.d-lg-flex {
    display: flex!important;*/ /*Took out for Hamburger icon*/
}
/*.navbar-expand-lg .navbar-toggler {
    display: none;*/ /*Took out for Hamburger icon*/
}

#templatemo_main_nav .navbar-nav {
    max-width: 550px;
}
/*.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}*/
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: #EEE;
}

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
/*.flxWrap {
    text-align: center;
}*/

}

@media (max-width: 742px) {
}

@media only screen and (max-width: 742px) {
    .officialCoSA {
        display: none;
    }

    .toolbar-item {
        display: block;
    }

    .cosa-icon:before {
        background-image: url("../img/icon-cosa-gray.svg");
        width: 20px;
        height: 20px;
        border-radius: 0px;
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        background-size: cover;
        margin-right: 10px;
        margin-top: -4px;
    }

    .toolbar-drop-down {
        min-width: 250px;
    }
}

@media only screen and (max-width: 394px) {

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-between {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        text-align: right;
    }

    .flex-fill .justify-content-between {
        text-align: left;
    }

    .navbar-toggler {
        align-self: flex-end !important;
    }

    .appCitylogo img {
        max-width: 90px;
        width: 100%;
    }

    #cityQuadLogo {
        margin-right: 0px;
    }

    .flxWrap {
        text-align: center;
    }

    .navbar-collapse {
        width: 100%;
    }

















}



