
/*<!-- User Create CSS -->*/
.panel-heading {
    background-image: linear-gradient(to bottom,#eed3d7 0,#d00d14 100%) !important;
}

.k-grid a.btn {
    display: inline-block;
    margin: 3px 15px;
    min-width: 100px;
}

.k-grid a.btn-primary {
    color: white;
}

.k-grid img {
    display: block;
    margin: 0 auto;
}

.panel-bg-c {
    background-color: #E9E581;
}

.border-md-white {
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 0 4px #999;
}

.bglight {
    position: relative;
    background: #E9E581;
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.tag-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.tag-xa {
    background-color: #F1BA3D;
}

.float-xs-right {
    float: right !important;
}

.jp-card-front {
    width: 81% !important;
    height: 95% !important;
}

.cursor {
    cursor: pointer;
}

.text-color-card {
    color: #C0C0C0 !important;
}

.text-color-vehicle {
    color: #013e7f !important;
}

.mtl-card {
    margin-left: 10px !important;
    margin-top: 3px;
    margin-bottom: 8px;
}

.User-information-heading {
    margin-left: 35px;
}

.user-information-div {
    margin-bottom: 10px;
}

.create-card-label {
    margin-left: 35px;
}

.create-card-label-hr {
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}

.create-card-div {
    margin-bottom: 30px;
}

.crate-card-image {
    width: 80%;
}

.createcard-images {
    width: 65%;
    float: right;
}

.Vehicle {
    margin-left: 35px;
    margin-top: 20px !important;
}

.Vehicle-hr {
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}

.email-label {
    margin-left: 35px;
}

.email-hr {
    margin-bottom: 5px !important;
}

.email-label {
    margin-left: 19px;
}

.email-span-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.email-spam {
    margin-left: -14px;
}

/*<!-- _rootLayout CSS -->*/
.navbar-inverse {
    background-image: linear-gradient(to bottom,#00607a 0,#00607a 100%);
    border-bottom: 1px solid #038fab;
}

.landingpageContainerdiv {
    padding-top: 48px;
    margin-left: 80px;
}

.landingpageactionlink {
    width: 200px;
    height: 70px;
}

.landingpageactionpadding {
    padding-top: 24px;
}

.Permitdetail-td {
    padding-top: 30px;
}

.Purchasepermit {
    margin-top: 20px;
    padding-bottom: 30px;
}

.buttoncenter {
    margin-left: 33%;
}

.content_citation {
    overflow: auto;
}

.alert-attention {
    font-size: 16px;
    color: #886323;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.badge.badge-invalid {
    color: #b70d0a;
    border-radius: 3px;
    font-size: 13px;
}

    .badge.badge-invalid i.fa {
        margin-left: 5px;
        color: #b70d0a !important;
        cursor: pointer;
    }

.badge .tooltip > .tooltip-inner {
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    max-width: 450px;
}

.form-check .custom-checkbox {
    background-color: rgba(0, 0, 0, 0.4);
}

select.form-control, input.form-control, textarea.form-control {
    max-width: 350px;
}

/* Missing bootstrap classes */
.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.w-100 {
    width: 100% !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.justify-content-center {
    justify-content: center;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: center;
}

.input-group-append {
    margin-left: -2px;
    margin-top: 1px;
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.px-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px !important;
}

.align-middle {
    vertical-align: middle !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mx-auto {
    margin: auto !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.vehicle-table {
    max-width: 315px;
}

.white-bold-underline {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}



/* Override base CSS */
.modal-footer {
    display: flex;
}

.default-font-size {
    font-family: Roboto, Sans-Serif !important;
    font-size: 16px !important;
}

.secondary-font-size {
    font-family: Roboto, Sans-Serif !important;
    font-size: 14px !important;
}

.default-font-family {
    font-family: Roboto, Sans-Serif !important;
}

.bg-dark {
    background-color: rgb(0, 0, 0) !important;
}

#content .static-content h1 {
    margin: 0px 0 10px;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}

.fieldset {
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 0 4px #999;
    margin: 15px;
    padding: 20px 10px;
}

    .fieldset .form-group {
        line-height: 2.2;
        margin-bottom: 7px;
    }

        .fieldset .form-group div {
            width: 100%;
            display: table;
        }

        .fieldset .form-group:before, .fieldset .form-group:after {
            display: table;
            content: " ";
        }

        .fieldset .form-group:after {
            clear: both;
        }

        .fieldset .form-group .help-text {
            margin-top: 5px;
            font-size: .8em;
            line-height: 1.3;
        }

    .fieldset.button-holder {
        padding: 20px 5px;
    }

        .fieldset.button-holder .right-button {
            margin-top: 15px;
        }

#footer .footer-link {
    font-family: Roboto, Sans-Serif !important;
    font-size: 16px;
    text-align: left;
    flex-basis: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

#footer .footer-title, #footer .footer-label {
    padding-left: 0 !important;
    white-space: nowrap;
}

#footer .footer-text {
    font-size: 16px;
}

.transform-none {
    transform: none !important;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

    /*.container #content .static-content {
    margin: 10px 0px;
    padding: 1px;
    border: 2px solid white;
    border-radius: 5px;
}*/

    .container .landingpageactionlink {
        width: 75%;
        font-family: Roboto, Sans-Serif !important;
        font-size: 16px;
        text-decoration: none;
    }

#content .static-content {
    font-family: Roboto, Sans-Serif !important;
    background-color: rgb(0, 0, 0, .85);
}

    #content .static-content .select-location {
        font-size: 14px;
    }

    #content .static-content .content_citation {
        padding-left: 25px;
        padding-right: 25px;
    }

        #content .static-content .content_citation .form-group label {
            font-size: 16px;
        }

        #content .static-content .content_citation .form-group {
            margin-top: 7px;
        }

    #content .static-content .k-grid-portal {
        font-family: Roboto, Sans-Serif !important;
    }

        #content .static-content .k-grid-portal .k-header,
        #content .static-content .k-grid-portal .k-header .k-link {
            color: rgb(101, 101, 101) !important;
            font-weight: bold;
        }

        #content .static-content .k-grid-portal tr td {
            color: rgb(101, 101, 101) !important;
        }

.ipsgroup-link {
    padding-top: 7px;
    padding-bottom: 7px;
}

#divloading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
}

    #divloading .ajax-loader {
        margin: auto;
        position: relative;
        z-index: 10;
    }

.errMessage {
    font-family: Roboto, Sans-Serif !important;
    font-size: 14px !important;
}

.mobile-nav .responsive-menu {
    color: white;
    background-color: rgba(0,0,0,0.9);
    border: solid #ccc 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 10px;
    padding-right: 20px;
}

    .mobile-nav .responsive-menu ul li ul.dropdown-menu li {
        font-size: 20px;
        padding: 0px 20px 0px 20px;
        color: black;
    }

        .mobile-nav .responsive-menu ul li ul.dropdown-menu li a {
            color: black;
        }

.tooltip > .tooltip-inner {
    font-family: Roboto, Sans-Serif !important;
}

#wrapper {
    width: 100%;
}

    #wrapper header {
        height: auto;
    }

        #wrapper header .content {
            height: 55px;
            padding: 3px 25px;
            background: white;
        }

        #wrapper header a.logo {
            width: 75px;
            vertical-align: middle;
            display: table-cell;
            float: left;
        }

.responsive-menu #responsive-menu-header {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

    .responsive-menu #responsive-menu-header #responsive-menu-header-seperator {
        color: white;
        width: 100%;
    }

.responsive-menu a:link {
    font-weight: bold;
    font-size: 16px;
    color: white;
    outline: 0;
    text-decoration: underline;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
}

.responsive-menu a:visited {
    font-weight: bold;
    font-size: 16px;
    color: white;
    outline: 0;
    text-decoration: underline;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
}

.responsive-menu a:hover {
    font-weight: bold;
    font-size: 16px;
    color: white;
    outline: 0;
    text-decoration: underline;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
}

.responsive-menu a:active {
    font-weight: bold;
    font-size: 16px;
    color: white;
    outline: 0;
    text-decoration: underline;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
}

.mobile-nav {
    display: table;
    float: right;
    min-width: 50%;
}

    .mobile-nav .menu-btn {
        float: right;
        display: table-cell;
        vertical-align: middle;
        margin-top: 15px;
        padding-right: 15px;
    }

#menu-right {
    float: right;
    padding: 10px 10px 0 0;
    box-sizing: content-box;
    padding: 15px 50px;
    position: relative;
    background: rgb(53, 89, 151, .95);
    border-bottom: 1px;
    border-radius: 0 0 5px 5px;
    margin: -5px;
}

#menu-language-selection {
    font-size: 1.2em;
    color: white;
    text-align: right;
    font-weight: bold;
    letter-spacing: .75px;
}

#menu-right #menu-language-selection a.dropdown-toggle {
    text-decoration: none;
    color: white;
}

#menu-right #menu-language-selection .dropdown .caret {
    border-top: 4px solid white;
}

#menu-right #menu-language-selection .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
    padding: 5px 10px;
    min-width: auto;
    font-size: 1.1em;
}

    #menu-right #menu-language-selection .dropdown-menu ul.dropdown-menu li {
        padding: 20px 0;
        font-size: 1.2em;
    }

#menu-user-information {
    font-size: 1.25em;
    color: #182e5f;
}

    #menu-user-information * {
        color: white;
        text-decoration: none;
    }

    #menu-user-information a {
        padding-left: 5px;
    }

#wrapper .content a.logo img {
    max-height: 50px;
    max-width: 100px;
}

#select-agency-content {
    padding: 25px 10px;
}

#history-content {
    padding: 25px 10px;
}

.table {
    margin-top: 15px;
}

    .table .header {
        background-color: #f6f6f6;
        border-width: 0 0 1px 1px;
        white-space: nowrap;
        color: rgb(101, 101, 101) !important;
        font-weight: bold;
        padding: 8px 12px;
        border: solid .1px #e3e3e3;
        border-width: 1px;
    }

    .table .cell {
        padding: 8px 12px;
        border-width: 0 0 1px 1px;
        white-space: nowrap;
        background: white;
        color: rgb(101, 101, 101);
        border: solid .1px #e3e3e3;
        border-width: 1px;
    }

a.btn.btn-success.reset-button {
    margin: 10px 0;
}


/* Small Devices */
@media (min-width: 768px) {
}

/* Medium Devices */
@media (min-width: 992px) {

    .fieldset.button-holder .right-button {
        margin-top: 0;
    }

    .fieldset.button-holder {
        padding: 15px 25px;
    }

        .fieldset.button-holder .left-button {
            float: right;
        }

        .fieldset.button-holder .right-button {
            float: left;
        }

    .k-grid img {
        display: inline;
        margin: 0;
    }
}

/* Large Devices */
@media (min-width: 1200px) {
}

@media (min-width: 808px) {

    .fieldset {
        border: 1px solid #999;
        border-radius: 4px;
        box-shadow: 0 0 4px #999;
        margin: 15px;
        padding: 20px 10px;
    }

    #content .content {
        padding: 0 30px;
    }

    #wrapper header {
        height: 200px;
    }

    header {
        width: 100%;
        height: 135px;
        background-color: #FFF;
    }

        header .content {
            position: relative;
            width: 100%;
            max-width: 900px;
            height: 135px;
            padding: 0px;
            margin: 0 auto;
        }

        header .logo {
            display: block;
            left: 20px;
            background-size: 100% 100%;
        }

        header .logo-print {
            display: none;
        }

        header .ips-logo {
            display: block;
            position: absolute;
            z-index: 1;
            right: 20px;
            bottom: 5px;
            width: 143px;
            height: 32px;
            background: #FFF url(../../elements/skin/powered-by-ips.png) no-repeat 0 0;
            background-size: 100% 100%;
            text-indent: -9999em;
        }

    #wrapper header .content {
        height: 200px;
        display: table;
    }

    header #desktop-menu {
        position: absolute;
        display: block;
        z-index: 1;
        bottom: 5px;
        right: 0;
        margin-right: 20px;
        font-size: 20px;
    }

        header #desktop-menu a:link {
            font-weight: bold;
            color: gray;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu a:visited {
            font-weight: bold;
            color: gray;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu a:hover {
            font-weight: bold;
            color: gray;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu a:active {
            font-weight: bold;
            color: gray;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu .hover a:link {
            font-weight: bold;
            background-color: #182e5f;
            padding: 2px 10px 2px 10px;
            border: solid #233663 1px;
            border-radius: 3px;
            border-left: 0px;
            color: white;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu .hover a:visited {
            font-weight: bold;
            background-color: #182e5f;
            padding: 2px 10px 2px 10px;
            border: solid #233663 1px;
            border-radius: 3px;
            border-left: 0px;
            color: white;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu .hover a:hover {
            font-weight: bold;
            background-color: #182e5f;
            padding: 2px 10px 2px 10px;
            border: solid #233663 1px;
            border-radius: 3px;
            border-left: 0px;
            color: white;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu .hover a:active {
            font-weight: bold;
            background-color: #182e5f;
            padding: 2px 10px 2px 10px;
            border: solid #233663 1px;
            border-radius: 3px;
            border-left: 0px;
            color: white;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu .currentPage a:link {
            font-weight: bold;
            background-color: #182e5f;
            padding: 2px 10px 2px 10px;
            border: solid #233663 1px;
            border-radius: 3px;
            border-left: 0px;
            color: white;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu .currentPage a:visited {
            font-weight: bold;
            background-color: #182e5f;
            padding: 2px 10px 2px 10px;
            border: solid #233663 1px;
            border-radius: 3px;
            border-left: 0px;
            color: white;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu .currentPage a:hover {
            font-weight: bold;
            background-color: #182e5f;
            padding: 2px 10px 2px 10px;
            border: solid #233663 1px;
            border-radius: 3px;
            border-left: 0px;
            color: white;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

        header #desktop-menu .currentPage a:active {
            font-weight: bold;
            background-color: #182e5f;
            padding: 2px 10px 2px 10px;
            border: solid #233663 1px;
            border-radius: 3px;
            border-left: 0px;
            color: white;
            outline: 0;
            text-decoration: none;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 1px;
        }

    #wrapper header a.logo {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        width: 200px;
        float: none;
    }

    #wrapper .content a.logo img {
        max-height: 150px;
        max-width: 300px;
    }

    #select-agency-content {
        padding: 50px 100px;
    }

    .mobile-nav {
        display: none;
    }

    #menu-btn {
        display: none;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .float-md-right {
        float: right !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-15 {
        margin-top: 15px !important;
    }

    .mb-md-15 {
        margin-bottom: 15px !important;
    }

    .px-md-0 {
        padding: 0 !important;
    }

    .pl-md-10 {
        padding-left: 10px !important;
    }

    .pr-md-10 {
        padding-right: 10px !important;
    }

    .pl-md-15 {
        padding-left: 15px !important;
    }

    .pr-md-15 {
        padding-right: 15px !important;
    }

    .pt-md-15 {
        padding-top: 15px !important;
    }

    .modal-footer {
        display: block;
    }

    #footer .footer-link {
        display: inline;
        width: 100%;
        padding-bottom: 0;
        padding-right: 15px;
        border-bottom: 0;
        text-align: center;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        /*.container #content .static-content {
        margin-top: 55px;
        padding: 15px !important;
        border: 3px solid white;
        border-radius: 5px;
    }*/

        .container .landingpageactionlink {
            width: 200px;
        }

    #content .static-content .content_citation {
        padding-left: 15px;
        padding-right: 15px;
    }

    #content .static-content #permit-details {
        margin-top: 30px;
    }

    #divloading .ajax-loader {
        margin-top: 250px;
    }

    .h-md-initial {
        height: initial !important;
    }

    .pl-md-25 {
        padding-left: 25px !important;
    }

    .pr-md-5p {
        padding-right: 5%;
    }

    .pl-md-5p {
        padding-left: 5%;
    }

    .vehicle-table {
        max-width: 595px;
    }
}



@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }

    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }

    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}
