﻿/* Website Colors:
Primary: #133781 - PennDOT Dark Blue
Success: #047734 - PennDOT Green
Info:    #5c91b9 - PennDOT Light Blue
Warning: #c79212 - PennDOT Gold
Danger:  #b25454 - PennDOT Red

*/

:root {
    --penndot-dark-blue: #133781;
    --penndot-green: #047734;
    --penndot-light-blue: #5c91b9;
    --penndot-gold: #c79212;
    --penndot-red: #b25454;
}

/*================= DO NOT CHANGE ABOVE THIS LINE ======================*/

body {
    padding-top: 50px;
    overflow-x: hidden;
}

/* Page Footer */
* {
    margin: 0;
    padding: 0;
}

html, body, #PageWrapper {
    height: 100%;
}

    body > #PageWrapper {
        height: auto;
        min-height: calc(100% - 40px);
    }

#PageMainBlock {
    padding-bottom: 40px;
}

#PageFooter {
    position: relative;
    margin-top: -40px;
    clear: both;
    line-height: 40px;
    vertical-align: middle;
    z-index: 9999;
    margin-bottom: -20px;
}

.PageClearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.PageClearFix {
    display: inline-block;
    display: block;
}

* html .PageClearFix {
    height: 1%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media print {
    .no-print {
        position: absolute;
        visibility: hidden;
    }

    .btn {
        position: absolute;
        visibility: hidden;
    }

    .nav {
        position: absolute;
        visibility: hidden;
    }

    footer {
        position: absolute;
        visibility: hidden;
    }
}

@media screen {
    .print-only {
        position: absolute;
        visibility: hidden;
    }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.login {
    width: 450px;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    background: #7baed4; /* #F1F2F4*/
    border-bottom: 2px solid #C5C5C8;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 25px 25px 25px 25px;
    box-shadow: 0 0 3px #000;
}

@media screen and (max-width: 600px) {
    .login {
        width: 300px;
    }
}

@media screen and (min-height: 741px) {
    .login-center {
        align-items: center;
        top: 75px;
    }
}

@media screen and (max-height: 740px) {
    .login-center {
        align-items: center;
        top: 25px;
    }
}

.required-star:after {
    content: " *";
    position: absolute;
    margin-left: 8px;
    margin-top: -6px;
    font-size: 2.0em;
    color: #bb133e;
}

.nav-header-background {
    background-color: #133781;
    color: #FFF;
    margin-bottom: 0;
    background-image: url("../Images/NavbarBg.jpg")
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    color: #133781;
    left: 20px;
    top: 8px;
    transition: 0.2s ease all;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: 0;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    opacity: 1;
}

.inputText {
    font-size: 14px;
    width: 100%;
    height: 35px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .floating-label {
        position: absolute;
        left: 20px;
        font-size: 10px;
        top: 0;
    }

}

/*
    ADMIN WIDGETS
*/

.huge {
    font-size: x-large;
}

.panel-black {
    border-color: black;
}

    .panel-black > .panel-heading {
        border-color: black;
        color: white;
        background-color: black;
    }

    .panel-black > a {
        color: black;
    }

        .panel-black > a:hover {
            color: #ccc;
        }


.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: white;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: white;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: white;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }


/*
    HOME PAGE DASHBOARD ENDS HERE

*/


/*
    CARDS STARTS

*/

.bureau-card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}

    .bureau-card:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }

.bureau-img-card {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    overflow: hidden;
}

    .bureau-img-card img {
        width: 350px;
        height: 150px;
        object-fit: cover;
        transition: all .25s ease;
    }

.bureau-card-content {
    height: 150px;
}

.highlight-bw {
    background-color: black;
    color: white;
}

.highlight-r {
    background-color: #f2dede;
}

.highlight-rw {
    background-color: #b25454;
    color: white;
}

/* 
    Sticky footer styles
*/
html {
    position: relative;
    min-height: 100%;
}

.SubFooter > .container {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
}

.SubFooter > .container-fluid > .row > div > a {
    text-decoration: underline;
    color: #fff;
    padding: 5px;
}

@media(min-width:768px) {
    div.SubFooter {
        line-height: 40px;
        vertical-align: middle;
    }
}

/*
    SIDEBAR STARTS

*/

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        background-color: #eeeeee;
    }

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

.sidebar-link {
    display: block;
    width: 100%;
}

#accordion .glyphicon {
    margin-right: 10px;
}

.panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel-collapse .list-group-item {
    border-radius: 0;
}

.panel-collapse .list-group .list-group {
    margin: 0;
    margin-top: 10px;
}

.panel-collapse .list-group-item li.list-group-item {
    margin: 0 -15px;
    border-top: 1px solid #ddd !important;
    border-bottom: 0;
    padding-left: 30px;
}

    .panel-collapse .list-group-item li.list-group-item:last-child {
        padding-bottom: 0;
    }

.panel-collapse div.list-group div.list-group {
    margin: 0;
}

.panel-collapse div.list-group .list-group a.list-group-item {
    border-top: 1px solid #ddd !important;
    border-bottom: 0;
    padding-left: 30px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 310px;
    }

#sidebar-wrapper {
    z-index: 900;
    position: fixed;
    left: 310px;
    width: -150px;
    margin-left: -310px;
    height: 100%;
    background: black;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 310px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -310px;
}


.leftSideMenuCondensed {
    z-index: 900;
    overflow-y: auto;
    background-color: black;
    color: white;
    left: 40px;
    margin-left: -40px;
    min-width: 40px;
    max-width: 40px;
    padding-left: 8px;
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 25px;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.leftSideMenuExpand {
    z-index: 900;
    overflow-y: auto;
    background-color: black;
    color: white;
    left: 310px;
    margin-left: -310px;
    min-width: 310px;
    max-width: 310px;
    padding-left: 10px;
    min-height: calc(97vh);
    max-height: calc(97vh);
    padding-top: 20px;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#leftSideMenu {
    z-index: 900;
    overflow-y: auto;
    background-color: black;
    color: white;
    left: 310px;
    margin-left: -310px;
    min-width: 310px;
    max-width: 310px;
    padding-left: 15px;
    height: 100%;
    min-height: 120vh;
    padding-top: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 5px;
        width: 290px;
        border-bottom: 1px solid #272121;
        line-height: 40px;
        padding-right: 5px;
    }

        .sidebar-nav li a {
            text-decoration: none;
            color: #fff;
        }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

        .sidebar-nav li.separator {
            padding: 5px 5px;
            text-transform: uppercase;
            background-color: rgba(0, 0, 39, 0.2);
            color: rgba(208, 208, 207, 0.4);
        }

        .sidebar-nav li.ul.nopadding {
            padding: 0;
            margin: 0;
        }


        .sidebar-nav li:hover {
            text-decoration: none;
            color: #fff;
            background-color: #047734;
        }

        .sidebar-nav li ul {
            background-color: black;
        }

            .sidebar-nav li ul li {
                color: #fff;
                background-color: black;
                list-style: none;
            }


                .sidebar-nav li ul li:hover {
                    background-color: #133781;
                    max-width: 285px;
                }

.sidebar-brand {
    text-transform: uppercase;
    color: #fff;
    background-color: #161616;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

        #wrapper.toggled {
            padding-left: 310px;
        }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 310px;
    }

    #page-content-wrapper {
        padding: 10px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.sidebar-button {
    border: none;
    outline: 0;
    color: white;
    background-color: black;
    cursor: pointer;
}

.navbar-brand {
    padding: 5px;
}

ul.nav-pills {
    overflow: hidden;
    background-color: #eee;
}

    ul.nav-pills > li > a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

    ul.nav-pills li {
        float: left;
        outline: none;
    }

div.tab-pane {
    border: 1px solid #133781;
}

/*
    SIDEBAR ENDS

*/


/*
    Lists
*/

.four-columns dl {
    columns: 4;
}

.two-columns dl {
    columns: 2;
}

.four-columns dt, .two-columns dt {
    break-after: avoid;
}

.four-columns dd, .two-columns dd {
    break-before: avoid;
    padding: 15px;
}

/*
    NAVBAR RIGHT LINKS

*/

.navbar-top-links {
    margin-right: 0;
}

    .navbar-top-links li {
        display: inline-block;
    }

        .navbar-top-links li:last-child {
            margin-right: 15px;
        }

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0;
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal;
        }

    .navbar-top-links .dropdown-user {
        min-width: 450px;
        right: 0;
        left: auto;
    }

    .navbar-top-links .dropdown-roles {
        min-width: 300px;
        right: 0;
        left: auto;
    }

    .navbar-top-links .dropdown-search {
        min-width: 225px;
        max-width: 225px;
        color: black;
        right: 0;
        left: auto;
    }


/*
    ???
*/

.cell-border {
    border: black solid 1px !important;
}

.tabbar_pdot li {
    background-color: white;
    border-bottom: 1px solid #c79213;
    border-radius: 4px 4px 0 0;
}


.tabbar_pdot > li > a,
.tabbar_pdot > li > a:link,
.tabbar_pdot > li > a:visited {
    color: black;
}

    .tabbar_pdot > li > a:focus,
    .tabbar_pdot > li > a:hover {
        background-color: #dfc079;
        color: black;
        border-top: 1px solid #c79213;
        border-color: #c79213;
    }

.tabbar_pdot > li.active > a,
.tabbar_pdot > li.active > a:hover,
.tabbar_pdot > li.active > a:focus {
    background-color: #c79213;
    color: black;
    border: none;
    border-bottom: 1px solid #c79213;
}

.tabbar_pdot > li.activeparent > a,
.tabbar_pdot > li.activeparent > a:hover,
.tabbar_pdot > li.activeparent > a:focus {
    background-color: #dfc079;
    color: black;
    border: none;
    border-bottom: 1px solid #dfc079;
}

.rt {
    text-align: right !important;
}

.nav-skinny {
    background-color: #11559c;
    min-height: 0px;
}

.nav-link-skinny {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: white;
}

.doc-home-nav-link-skinny {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.nav-link-icon {
    margin-right: 5px;
}

.document-page-header {
    margin-top: 5px;
    margin-bottom: 2px;
}

.document-organization-header {
    margin-top: 10px;
    margin-bottom: 3px;
}

.document-identifier-header {
    margin-top: 1px;
    margin-bottom: 3px;
}

.document-status-header {
    margin-top: 1px;
    margin-bottom: 0px;
}

.document-nav-forms-li {
    width: 90vw;
    position: relative;
    left: 5px;
    right: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.document-nav-forms-li-group-header {
    background-color: #eeeeee;
    margin-top: 0px;
    margin-bottom: 0px;
}

.list-group-item-action {
    margin-top: 0px;
    margin-bottom: 0px;
}

.document-h3-header {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 1.8em;
    color: #047734;
    font-weight: normal;
    padding-right: 15px;
}

.document-h4-header-reverse {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: #0a428d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.document-h4-header {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #0a428d;
    font-weight: bold;
}

.document-default-form-menu-cotsicon {
    height: 15px;
    width: 15px;
}

.document-default-header-buttonbar {
    margin-bottom: 3px;
}

.document-default-cotslinkmain {
    margin-top: -2px;
    height: 20px;
    width: 20px;
    color: pink;
}

.document-default-summary-well {
    margin-top: 8px;
    margin-bottom: 0px;
    padding-top: 5px;
    background-color: #c5dbec;
}

.document-default-summary-dl {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2em;
}

.document-default-summary-dt {
    margin-top: 8px;
    font-size: .8em;
}

.document-default-form-menu-column {
    background-color: #9fc4e0;
    border-radius: 5px;
    padding-top: 3px
}

.col-centered {
    text-align: center;
}

.highlight {
    background-color: yellow;
}

.hideRelative {
    visibility: hidden;
}

.error {
    background-color: #f2dede;
}

.invisible {
    display: none
}

/* Badget colors */

.badge:hover {
    color: #ffffff;
    text-decoration: none;
}

.badge-error {
    background-color: #b25454;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #c79212;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #047734;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #5c91b9;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.transparent {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 0;
}

.padding-5-topbottom {
    padding-top: 5px;
    padding-bottom: 5px;
}

.element-new {
    color: darkred !important;
    font-weight: bold !important;
}
/*Telerik Customized Classes*/
.k-grid .k-grid-header .k-header {
    font-weight: bold;
    vertical-align: middle;
}

.k-grid .k-state-selected {
    background-color: #133781;
    border-bottom-color: #133781;
}

.k-grid .k-grid td.k-state-selected:hover .k-grid tr.k-state-selected:hover {
    background-color: #133781;
    border-bottom-color: #133781;
}

.k-tooltip {
    display: inline-block;
    color: red !important;
    text-align: left !important;
    position: relative !important;
    padding: 0px !important;
    margin: 0 !important;
}

.k-widget {
    background-color: white !important;
}

.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap {
    display: none;
}

/*Document Form Menu styles start*/
#ulMenuList li > a {
    list-style: none;
    cursor: pointer;
}

#ulMenuList li:hover {
    background-color: darkgrey;
    color: white;
    cursor: pointer;
}

    #ulMenuList li:hover > a {
        color: white;
    }

#ulMenuList .collapsed:before {
    font-family: 'Font Awesome 5 Free', sans-serif;
    content: "\f054\00a0";
    cursor: pointer;
    font-weight: 900;
}

#ulMenuList .expanded:before {
    font-family: 'Font Awesome 5 Free', sans-serif;
    content: '\f078\00a0';
    cursor: pointer;
    font-weight: 900;
}
/*Document Form Menu styles end*/

/*Document Navigation Menu styles*/
#divDocumentNavbar .mega-dropdown {
    position: relative !important;
}

#divDocumentNavbar .dropdown-menu.mega-menu {
    position: absolute;
    width: 500%;
    border: none;
    border-radius: 0;
    background-color: lightgray;
}

#divDocumentNavbar .sub-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    color: black;
    font-weight: bold;
    font-size: medium;
}

#divDocumentNavbar .navbar-default {
    background-color: darkgray;
    border-color: darkgray;
}

    #divDocumentNavbar .navbar-default .navbar-nav > li > a {
        color: black;
    }

        #divDocumentNavbar .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: blue;
        }

    #divDocumentNavbar .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: black;
        font-weight: bold;
        background-color: #F5F5F5;
    }

    #divDocumentNavbar .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: black;
        font-weight: bold;
        background-color: lightgray;
    }

#divDocumentNavbar ul.dropdown-menu > li > a:hover {
    background-color: darkgray;
    color: white;
}

#divDocumentNavbar div.mega-menu > div > ul > li:hover {
    background-color: darkgray;
}

#divDocumentNavbar div.mega-menu > div > ul > li > a:hover {
    color: white !important;
    text-decoration: none;
    cursor: pointer;
}

#ulDocumentDropMenu li > a {
    color: black;
    font-weight: bold;
}

    #ulDocumentDropMenu li > a:hover {
        background-color: darkgray;
        color: white !important;
    }
/*Document Navigation Menu styles end*/

/*toggle switch start*/
.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 26px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}
/*toggle switch end*/

/* grid icons */
.gridIcon {
    color: #003e7e;
    font-size: 1.8em;
}

.workflow-menu-dropdown > a {
    background-color: #047734 !important;
    color: white !important;
}

.mega-menu-overflow {
    height: auto !important;
    max-height: 700px !important;
    overflow-y: auto !important;
}