/* Minification failed. Returning unminified contents.
(301,36): run-time error CSS1046: Expect comma, found '0'
(301,40): run-time error CSS1046: Expect comma, found '/'
(400,35): run-time error CSS1046: Expect comma, found '0'
(400,39): run-time error CSS1046: Expect comma, found '/'
(400,63): run-time error CSS1046: Expect comma, found '0'
(400,67): run-time error CSS1046: Expect comma, found '/'
(406,34): run-time error CSS1046: Expect comma, found '0'
(406,38): run-time error CSS1046: Expect comma, found '/'
(406,61): run-time error CSS1046: Expect comma, found '0'
(406,65): run-time error CSS1046: Expect comma, found '/'
(462,34): run-time error CSS1046: Expect comma, found '0'
(462,38): run-time error CSS1046: Expect comma, found '/'
(503,34): run-time error CSS1046: Expect comma, found '0'
(503,38): run-time error CSS1046: Expect comma, found '/'
(503,61): run-time error CSS1046: Expect comma, found '0'
(503,65): run-time error CSS1046: Expect comma, found '/'
(544,36): run-time error CSS1046: Expect comma, found '0'
(544,40): run-time error CSS1046: Expect comma, found '/'
(803,39): run-time error CSS1046: Expect comma, found '0'
(803,43): run-time error CSS1046: Expect comma, found '/'
 */
/*# Source Sans Pro regular #*/
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*# Source Sans Pro italic #*/
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

/*# Source Sans Pro bold #*/
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-SemiBold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*# Typography #*/
body {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #1C1C1C;
    background-color: #ffffff;
    height: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: "Source Sans Pro";
    font-weight: 700;
    font-style: normal;
}

h1 {
    padding-top: 1rem;
    font-size: 1.8rem;
}

p {
    margin: 0 0 0.625rem;
}

/*# Main navigation #*/
.topbar {
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    background-image: url(/Images/Default_Banner.jpg);
    background-size: cover;
    background-position: center;
}

.logo {
    padding-left: 0;
}

.logo-link, .logo-link:hover, .logo-link:focus {
    text-decoration: none;
}

.navbar-brand {
    padding: 0;
}

/*# Set padding to keep content from hitting the edges #*/
.application-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

/*# Forms #*/
#IncomeSourceDocList {
    margin-top: 1rem;
}

#fileToUpload,
#File {
    height: 100%;
}

@media (max-width: 575px) {
    .application-container {
        margin-top: 72px;
    }

    h1 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1rem;
    }
}

#applicationTitle {
    font-size: 2em;
    font-weight: 700;
    text-transform: none;
    padding-right: 2rem;
}

.color-box {
    border: 1px solid #eee;
    border-radius: .25rem;
    margin-top: 2rem;
}

.note-box {
    background: #f8f9fa;
    padding: 9px 8px 8px 50px;
}

.note-icon {
    background-image: url(/Images/Calendar_Note.png);
}

.info-tab {
    float: left;
    margin-left: -10px;
}

.info-tab {
    width: 50px;
    height: 52px;
    display: inline-block;
    position: relative;
    top: 8px;
}

.note-box {
    background: #f8f9fa;
    padding: 8px 8px 8px 50px;
}

/*.btn-secondary {
    text-transform: uppercase;
    background: #354851;
    color: #fff;
    border: 2px solid #fff;
    padding: .6rem 2rem;
    border-radius: 0.25rem;
}

.btn-primary:hover, .btn-secondary:hover {
    background-color: #fff;
    color: #1c1c1c;
    border-color: #354851;
}*/

.form-control {
    border: 2px solid #bebebe;
}

label {
    padding-top: calc(0.375rem + 1px);
}

.alert {
    margin-bottom: 0;
}

.alert-success {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.grid-table thead th {
    border-bottom: none;
    text-align: left;
    font-size: 0.95em;
}

.grid-table td {
    text-align: left;
}

@media (min-width: 768px) {
/*    .navbar-expand-md .navbar-collapse {
        display: inline-block !important;
    }*/

    nav.stroke ul li a {
        text-decoration: none;
        padding: .5rem 2rem;
        border: 1px solid #fff;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0 !important;
    }

    .footer-col {
        padding: 0;
    }

}

.nav-link {
    display: block !important;
    color: #fff !important;
    font-size: 16px;
    margin-left: 0;
}

.list-group {
    list-style-type: none;
}

.list-group li {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

ol {
    margin: .75rem 1.25rem;
    padding: 0;
    counter-reset: item;
}

ol > li {
    margin: 0;
    padding: .75rem 1.25rem;
    text-indent: -1.2em;
    list-style-type: none;
    counter-increment: item;
}

ol > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.start-page-header {
    font-weight: bold;
}

.text-underline {
    font-style: normal; /* Removes italics */
    text-decoration: underline;
}

.text-bold-underline {
    font-weight: bold;
    font-style: normal; /* Removes italics */
    text-decoration: underline;
}

.file-upload {
    width: 500px;
}

.table-checkbox {
    width: 72px;
    vertical-align: text-top;
    text-align: left;
}

/*# Home page #*/
.banner-section {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    background: #dcdcdc url(/Images/bg.png) repeat-x top left;
}

.banner-heading {
    text-transform: uppercase;
    color: #fff;
    background-color: #354851;
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-size: 1.375rem;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 0;
}

.banner-text {
    font-size: 1.2rem;
}

.login-section {
    box-shadow: 0px 0px 50px rgb(0 0 0 / 20%);
    padding: 0 1.5rem;
}

.HeaderIcon {
    vertical-align: middle;
    margin-right: 8px;
    height: 28px !important;
    width: 28px !important;
}

.zone-dark {
    /*box-shadow: 0px 0px 50px rgb(0 0 0 / 20%);*/
    padding: 1rem;
    margin-bottom: 2rem;
}

.zone-light {
    padding: 1rem;
}

.separator {
    line-height: 1em;
    border-bottom: 2px solid #bebebe;
    margin: 1rem 0;
}

.btn {
    padding: .6rem 2rem;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
}

.logon-password-retrieval-link {
    display: block;
    padding: 8px 16px;
    margin: 0 -16px;
    top: 16px;
    position: relative;
}

.home h2 {
    margin: 1rem 0;
    text-align: center;
}

.home h3 {
    padding: 2rem 0;
}

/*# Footer #*/
.footer-container {
    background: #465d6b;
    padding: 1rem 0 0;
    color: #fff;
}

.footer-col {
    overflow: hidden;
}

.contact-title {
    padding: .6rem 0;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-link {
    display: block;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.img-responsive {
    display: inline-block;
    height: auto;
}

.access-section {
    margin-bottom: 1rem;
}

.article-tile {
    overflow: hidden;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: .5rem;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 24%), 0 0 2px 0 rgb(0 0 0 / 12%);
    transition: all .4s;
    margin: 0 10px 10px 0;
}

.article-tile:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 25%), 0 0 10px rgb(0 0 0 / 22%);
}

.article-tile-image {
    height: 250px;
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .article-tile-image {
        width: auto;
        height: 250px;
    }
}

.article-tile-content {
    min-height: 4rem;
}

.article-tile-content > .textButton {
    padding: 2rem;
}

.navbar {
    position: relative;
    height: 4rem;
    padding: 0;
    background: #465d6b;
    color: #fff;
}

.navbar-expand-md {
    border-bottom: 3px solid #b8974d;
}

.navbar-right {
    margin-left: auto !important;
    margin-top: 1rem;
}

#signUpSignInLink {
    text-decoration: none;
    color: #fff;
}

#signUpSignInLink:hover {
    background: #354851;
    border: 2px solid #fff;
}

.dropdown-menu {
    top: 118%!important;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-item {
    padding: 0.5rem 1.2rem !important;
    font-weight: 200 !important;
    font-size: 1.1rem !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #354851;
}

#logos .img-responsive {
    height: 100px;
}

.home .cursor-hand {
    cursor: pointer;
    text-decoration: none;
}

.featured-nav {
    margin-top: 1rem;
}

.featured-nav .nav-tile {
    border: 1px solid #bdbbbb;
    margin: 0 -1px -1px 0;
    background-color: #fff;
    border-radius: 24px 24px 16px 16px;
    min-height: 20rem;
}

.featured-nav .nav-tile p {
    padding: 1rem 1.5rem;
}

.featured-nav .nav-tile:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 25%), 0 0 10px rgb(0 0 0 / 22%);
}

.featured-nav .nav-tile .nav-heading {
    padding-top: .5rem;
    margin: .5rem;
    text-align: center;
    color: #465d6b;
    font-size: 1.2rem;
}

.top-tile-image {

}

.top-tile-image img {
    height: auto;
    width: 150px;
}

.nav-tile-image {
    text-align: center;
    border-radius: 24px 24px 0 0;
    background-color: #e2e2e2;
}

.nav-tile-image img {
    height: auto;
    width: 150px;
}

.featured-tile {
    margin-top: 2rem;
}

.featured-tile .tile {
    display: flex;
    transform: translateY(-1.25rem);
    padding: 1rem 1.5rem;
    border-radius: 24px 24px 16px 16px;
    text-decoration: none;
    box-shadow: 0 0 2.5rem 0 rgb(0 0 0 / 20%);
    min-height: 13rem;
    background-color: #e2e2e2;
}

.featured-tile .tile .tile-heading {
    width: auto;
    position: inherit;
    margin: 0.5rem 1.25rem 1rem 1.25rem;
    padding: 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #700017;
}

@media (min-width: 768px) {
    .featured-tile article {
        min-height: 18rem !important;
    }

    .featured-tile .tile .tile-heading {
        margin: 0 0 1rem 0 !important;
    }

    .featured-tile .tile {
        padding: 1rem !important;
    }

    .featured-nav article {
        min-height: 24rem !important;
    }

    .featured-nav .nav-tile .nav-heading {
        height: 3rem;
    }

    .featured-nav .nav-tile p {
        padding: 0.5rem !important;
    }
}

#home {
    text-decoration: none;
    background: #465d6b;
    color: #fff;
    border: none;
    display: block !important;
}

#home:after {
        background: none;
}

.copyright {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #354851;
    color: #fff;
}

.copyright a {
        color: #fff;
    }

.mr-3 {
    width: 160px;
    margin-right: 0 !important;
}

.media-body p {
    margin-left: 0.5rem;
}

.title-tab {
    margin-left: 0.5rem;
    font-weight: 600;
}

.phone {
    text-decoration: none;
    color: #fff;
}

.nav-item a {
    border: none !important;
    text-transform: none;
    font-size: 1.3em;
    font-weight: 600;
}

.dropdown-toggle {
    background: #465d6b !important;
}

.dropdown-toggle:after {
        background: none !important;
}

.SubMenu {
    background-color: transparent;
    box-shadow: none !important;
}

.SubMenu > .dropdown-item {
        border-bottom: 1px solid #fff !important;
        font-size: 1.1rem;
}

.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: .75rem 1.1rem;
    background-color: rgba(0,0,0,.03);
    cursor: pointer;
    border-bottom: 0;
}

.panel-heading .collapsed:before {
    content: '';
    width: 24px;
    height: 24px;
    float: right;
}

/*.panel-heading .collapsed:before {
    background: url(/Images/icons8-expand-arrow-24.png) no-repeat center;
}*/

    .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    cursor: pointer;
}

#OfficerSearchBtns {
    text-align: center;
}

.OfficerDetails {
    font-weight: bold;
}

.carousel-custom-dimensions {
    width: 100% !important;
    height: 400px;
    opacity: 0.9;
}

.carousel-custom-dimensions h1 {
    text-align: center;
    padding-top: 40px;
    color: #fff;
}

.carousel-custom-dimensions button {
    position: absolute;
    margin-left: -80px;
    margin-bottom: 80px; 
    left: 50%;
    bottom: 0px;
}

.button-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .carousel-indicators li {
    background-color: #fff;
    background-color: rgba(70, 70, 70, 0.25);
}

.carousel .carousel-indicators .active {
    background-color: #b8974d;
}

.carousel-indicators [data-bs-target] {
    height: 5px;
}

.addButtonAlignment {
    align-self: self-end;
    text-align: right;
}

.actionButtons {
    text-decoration: none;
}

.actionButtons:hover {
    text-decoration: none;
}

.fileUpload {
    width: 100%;
}

.form-select {
    border: 2px solid #bebebe;
}

.panel-title a.collapsed {
    text-decoration: none;
}

.tier1 {
    margin: 1rem 0;
}

.image-tile {
    overflow: hidden;
    text-align: center;
    transition: all .4s;
    border-radius: 20px 0 20px 0;
}

.image-tile:hover {
    box-shadow: 0 0 0.9375rem 0 rgb(0 0 0 / 20%);
    transform: translateY(-0.3125rem);
}

.tile-header {
    display: block;
    width: 100%;
    height: 200px;
    font-size: 0;
    background-size: cover;
}

.tile1 {
    background-image: url(/Images/public-record-icon1.jpg);
}

.tile2 {
    background-image: url(/Images/public-record-icon2.jpg);
}

.tile3 {
    background-image: url(/Images/public-record-icon3.jpg);
}

.tile4 {
    background-image: url(/Images/public-record-icon4.jpg);
}

.tile5 {
    background-image: url(/Images/public-record-icon5.jpg);
}

.record {
    padding-left: 0;
}

.record a {
    text-decoration: none !important;
}

.record a:hover {
    text-decoration: underline !important;
}

.tile-content {
    min-height: 100px;
    background-color: #f3f1f2;
    padding: 1rem;
}

.OfficerIdLink {
    color: #166aaa;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
}

.description-text {
    text-align: center;
    font-size: 1.375rem;
    padding: 2rem 8rem;
    color: #fff;
}

.curriculumUnitActionLinkTable {
    margin-left: 20px;
    border: none;
}

.curriculumCourseActionLinkTable {
    margin-left: -10px;
    border: none;
}

/*# MVC Grid column widths #*/
.grid-col-large-width {
   width: 250px;
}

.grid-col-xlarge-width {
    width: 300px;
}

.grid-col-medium-large-width {
    width: 145px;
}

.grid-col-medium-width {
    width: 110px;
}

.grid-col-small-width {
    width: 90px;
}

.errorClass {
    border: 1px solid red;
    background-color: lightcoral;
}

.displayCptMaintenanceWarning {
    display: none;
}

.spinneroOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 40%;
    left: 0px;
}

.spinneroOverlayOpacity {
    filter: opacity(0.5);
}

.modal-backdrop {
    z-index: 0;
}

.sign-out {
    color: #fff;
}

body {
    overflow: auto !important;
}

.tabTextStyle {
    color: slategrey !important;
    font-weight:bold !important;
}

.pillStyle {
    color: black !important;
}

    .pillStyle.active {
        background: #465d6b78 !important;
    }


/*# Extra small devices (portrait phones, less than 576px) #*/
@media (max-width: 575.98px) {
    .sm-hidden, md-hidden {
        display: none;
    }

    .float-end {
        display: none;
    }

    .description-text {
        padding: 1rem;
        font-size: 1rem;
    }

    .navbar-expand-md {
        border-bottom: none;
    }

    .navbar-expand-md > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse.show ul {
        list-style: none;
        text-align: left;
        padding-left: 1rem;
        background: #465d6b;
    }

    .navbar-collapse.show li > a {
        font-size: 1em;
        font-weight: 200;
    }

    .navbar-right {
        margin-top: 0 !important;
    }

    .nav-link {
        transition: none;
    }

    .navbar-toggler {
        margin-left: 0.5rem;
        color: #fff;
    }

    .navbar-toggler:focus {
        margin-bottom: 0.5rem !important;
     }

    /* Label the data */
    .OfficerSearch table td:nth-of-type(1):before {
        content: "Last Name";
    }

    .OfficerSearch table td:nth-of-type(2):before {
        content: "First Name";
    }

    .OfficerSearch table td:nth-of-type(3):before {
        content: "Agency Name";
    }

    .OfficerSearch table td:nth-of-type(4):before {
        content: "Officer ID";
    }

    .OfficerSearch table td:nth-of-type(5):before {
        content: "Officer Status";
    }

    .OfficerSearch table td:nth-of-type(6):before {
        content: "Original Certification Date";
    }
}

/*# Small devices (landscape phones, 576px and up) #*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .float-end {
        display: none;
    }

    .nav-link {
        padding-left: 0;
    }

    .description-text {
        padding: 1rem;
        font-size: 1rem;
    }
}

/*# Tablet devices #*/
@media (min-width: 768px) and (max-width: 1024px) {
    .md-hidden {
        display: none;
    }
}
