﻿
body {
    font-family: regularFont !important;
    font-size: 16px;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, .detail-section-wrapper h1, .detail-section-wrapper h2, .detail-section-wrapper h3, .detail-section-wrapper h4, .detail-section-wrapper h5, .detail-section-wrapper h6, .detail-section-wrapper p, .detail-section-wrapper li {
    line-height: 1.7;
    font-weight: normal !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

div, table {
    line-height: 1.5;
}

.row {
    margin: 0;
    position: relative;
    clear: both;
}

.th-box-shadow {
    position: relative;
    box-shadow: 0px 9px 0px -8px #115380;
    -moz-box-shadow: 0px 9px 0px -8px #115380;
    -webkit-box-shadow: 0px 9px 0px -8px #115380;
}

.text-shadow1 {
    text-shadow: 1px 1px 2px #000;
}

.white-border-bottom1 {
    border-bottom: 1px solid #fff;
}

.gray-border-bottom1 {
    border-bottom: 1px solid #2F5756;
}

.justify {
    text-align: justify !important;
}

.center, .align-center {
    text-align: center !important;
}

.right, .align-right {
    text-align: right !important;
}

.left, .align-left {
    text-align: left !important;
}

.search-text {
    font-size: 21px;
    vertical-align: middle;
}

.abs-position {
    position: absolute;
    bottom: 3%;
}

.background-black {
    background-color: #000;
}

.background-white, .budget-detail-section {
    background-color: #fff!important;
}

.border-gray2 {
    border: 2px solid #2f5756 !important;
}

.border-gray1 {
    border: 1px solid #b3b3b3 !important;
}

.border-right0 {
    border-right: 0 !important;
}

.image-valign {
    vertical-align: text-bottom;
}

.image-malign {
    vertical-align: middle;
}

.auto-width {
    width: auto !important;
}

.content-heading-bold {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}

.border-dull-gray2 {
    border: 2px solid #bbcfcf;
}

.relative-position {
    position: relative;
}

.backstretch {
    display: none;
}

/* Headers style end*/


/********************* BACKGROUND AND COLOR STYLING START*************************/
.banner-background1, .banner-background {
    height: 500px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: space;
    /*top:78px;*/
}

#mainBannerImg {
    height: 600px;
}

.white-color {
    color: #fff !important;
}

.black-color {
    color: #000 !important;
}

.dark-gray {
    color: #516064;
}

.gray-color {
    color: #358189;
}

.semi {
    font-family: semiFont !important;
}

.italic {
    font-family: italicFont !important;
}

.light {
    font-family: lightFont !important;
}


/********************* BACKGROUND AND COLOR STYLING END *************************/

/********************* HEIGHT STYLING END *************************/

.height30 {
    height: 27px !important;
}

.height46 {
    height: 46px !important;
}

.height50 {
    height: 50px !important;
}

.height60 {
    height: 60px !important;
}


.height90 {
    height: 90px !important;
}

.height100 {
    height: 100px !important;
}

.height150 {
    height: 150px !important;
}

.height180 {
    height: 180px !important;
}

.height200 {
    height: 200px !important;
}

.height230 {
    height: 230px !important;
}

.height290 {
    height: 290px !important;
}

.min-height200 {
    min-height: 200px !important;
}

.min-height300 {
    min-height: 300px;
}

.min-height460 {
    min-height: 460px;
}

.height400 {
    height: 400px !important;
}

.min-height500 {
    min-height: 500px !important;
}

.min-height600 {
    min-height: 600px !important;
}

.min-height100 {
    min-height: 100px;
}

.min-height150 {
    min-height: 150px;
}

.min-height70 {
    min-height: 70px;
}

.height-per80 {
    height: 80%;
}

.max-height385 {
    max-height: 385px;
    overflow-y: auto;
}

/****** HEIGHT STYLING END **********/

/* Common styles for margin*/

.margin-left0 {
    margin-left: 0px !important;
}

.margin-top-1 {
    margin-top: -1px;
}

.margin-top-2 {
    margin-top: -2px;
}

.margin-top-3 {
    margin-top: -3px;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left50 {
    margin-left: 50px;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-right10 {
    margin-right: 10px;
}

.bottom0 {
    margin-bottom: 0px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom25 {
    margin-bottom: 25px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom35 {
    margin-bottom: 35px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom45 {
    margin-bottom: 45px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom55 {
    margin-bottom: 55px;
}

.bottom70 {
    margin-bottom: 70px;
}

.margin0 {
    margin: 0 !important;
}

.margin0 {
    margin: 0 !important;
}

.margin-top-3 {
    margin-top: -3px !important;
}

.left3 {
    margin-left: 3px !important;
}

.top0 {
    margin-top: 0px !important;
}

.top5 {
    margin-top: 5px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top40 {
    margin-top: 40px !important;
}

.top50 {
    margin-top: 50px !important;
}

.top54 {
    margin-top: 54px !important;
}

.top78 {
    margin-top: 78px !important;
}

/*.left0 {
    left: 0% !important;
}

.left5 {
    left: 5% !important;
}

.left10 {
    left: 10% !important;
}

.left15 {
    left: 10% !important;
}

.left25 {
    left: 10% !important;
}

.left40 {
    left: 40% !important;
}*/

/********************* MARGIN STYLING END *************************/

/********************* PADDING STYLES START *************************/
.padding0 {
    padding: 0px !important;
}

.padding2 {
    padding: 2px;
}

.padding10 {
    padding: 10px !important;
}

.padding15 {
    padding: 15px !important;
}

.padding20 {
    padding: 20px !important;
}

.padding2em {
    padding: 2em !important;
}

.padding40 {
    padding: 4% !important;
}

.padding-bottom3 {
    padding-bottom: 3px !important;
}

.padding-bottom5 {
    padding-bottom: 5px !important;
}

.padding-bottom10 {
    padding-bottom: 10px !important;
}

.padding-bottom15 {
    padding-bottom: 15px !important;
}

.padding-bottom20 {
    padding-bottom: 20px !important;
}

.padding-bottom40 {
    padding-bottom: 40px !important;
}

.padding-top0 {
    padding-top: 0px !important;
}

.padding-top3 {
    padding-top: 3px !important;
}

.padding-top5 {
    padding-top: 5px !important;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-top15 {
    padding-top: 15px !important;
}

.padding-top20 {
    padding-top: 20px !important;
}

.padding-left0 {
    padding-left: 0px !important;
}

.padding-left3 {
    padding-left: 3px !important;
}

.padding-left5 {
    padding-left: 5px !important;
}

.padding-left10 {
    padding-left: 10px !important;
}

.padding-left15 {
    padding-left: 15px !important;
}

.padding-left20 {
    padding-left: 20px !important;
}

.padding-left25 {
    padding-left: 25px !important;
}

.padding-left30 {
    padding-left: 30px !important;
}

.padding-left35 {
    padding-left: 35px !important;
}

.padding-left40 {
    padding-left: 40px !important;
}

.padding-left45 {
    padding-left: 45px !important;
}

.padding-right0 {
    padding-right: 0px !important;
}

.padding-right5 {
    padding-right: 5px !important;
}

.padding-right10 {
    padding-right: 10px !important;
}

.padding-right15 {
    padding-right: 15px !important;
}

.padding-right20 {
    padding-right: 20px !important;
}

.padding-right25 {
    padding-right: 25px !important;
}

.padding-right30 {
    padding-right: 30px !important;
}

.padding-right35 {
    padding-right: 35px !important;
}

.padding-right40 {
    padding-right: 40px !important;
}

.padding-right45 {
    padding-right: 45px !important;
}

/********************* PADDING STYLES END *************************/
.display-none {
    display: none !important;
}

.display-flex {
    display: inline-flex;
}

.display-block {
    display: block !important;
}

.overflow-style {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 98%;
    white-space: nowrap;
    /*height: 30px;*/
    display: inline-block!important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.valign-text-bottom {
    vertical-align: text-bottom;
}

.valign-text-top {
    vertical-align: text-top;
}

.none-pointer-events {
    pointer-events: none;
}

.cursor-pointer {
    cursor: pointer !important;
}

.border-black {
    border: 1px solid #000;
}

/*Common Font styles start*/

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font15em {
    font-size: 1.5em !important;
}

.font2em {
    font-size: 2em;
    line-height: 32px;
}

.font16 {
    font-size: 16px !important;
}

.font17 {
    font-size: 17px;
}

.font17em {
    font-size: 1.7em;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px !important;
}

.font21 {
    font-size: 21px !important;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font25 {
    font-size: 25px;
}

.font26 {
    font-size: 26px;
}

.font27 {
    font-size: 27px;
}

.font28 {
    font-size: 28px;
}

.font29 {
    font-size: 29px;
}

.font30 {
    font-size: 30px !important;
}

.font31 {
    font-size: 31px !important;
}

.font32 {
    font-size: 32px !important;
}

.font35 {
    font-size: 35px !important;
}

.font40 {
    font-size: 40px !important;
}

.font45 {
    font-size: 45px !important;
}

.italic-font {
    font-family: italicFont;
}

/*Common Font styles End*/

.nowrap, .white-space-nowrap {
    white-space: nowrap;
}

.white-space-normal {
    white-space: normal!important;
}

.underline {
    text-decoration: underline;
}

.columns-menu {
    columns: 3;
}

.columns-menu1 {
    columns: 2;
}

.col-count4 {
    column-count: 4;
}

img {
    cursor: pointer;
}

.break-word {
    word-break: break-word;
}

.clear-both {
    clear: both;
}

.border0 {
    border: 0 none !important;
}

.bold {
    font-weight: bold;
}

ul, li, p {
    margin: 0;
}

.border-radius2 {
    border-radius: 2px;
}

.border-radius4 {
    border-radius: 4px;
}

.border-radius-left4 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.border-radius-right4 {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

/* Border colors style*/

/*.main-key-figure-content {
    border-color: #115380 !important;
}*/

.search-background {
    border-color: #115380;
}

.gray-border-bottom1 {
    border-color: #2F5756;
}

.border-bottom-white {
    border-bottom: 1.2px solid #fff !important;
}

.content2 a, #headerNavigation a {
    cursor: pointer !important;
}

/*Table styles*/

.table-sum-header-borders {
    border-bottom: 1px solid #115380 !important;
}

.subtotal1-columns, .subtotal-background, .grandtotal-background, .table-sum-borders {
    background: #f5f5f5 !important;
}

.k-grid table .grandtotal-background td, .k-grid.k-widget .subtotal-background td, .k-grid table td.table-sum-borders {
    border-bottom: 0.3px solid #115380 !important;
    border-top: 0.3px solid #115380 !important;
}

.panel-body section {
    padding-top: 15px;
}

.k-grid table td.table-sum-topborders {
    border-top: 0.3px solid #115380 !important;
}

.k-grid table .table-sum-bottomborders {
    border-bottom: 0.3px solid #115380 !important;
}

.k-grid table .table-sum-header-borders {
    border-bottom: 1px solid #115380 !important;
}

table {
    margin-bottom: 10px !important;
}

    table tr {
        line-height: 32px !important;
    }

    table th {
        font-size: 17px !important;
        background: #fff !important;
    }

    table td, table td a {
        font-size: 15px !important;
    }

    table tr {
        background: #fff !important;
    }

        table tr:hover {
            background: #f5f5f5 !important;
        }

td, th {
    vertical-align: top !important;
}

table td {
    color: #000;
}

    table td a, .detail-content-section a span {
        color: #337AB7 !important;
    }

.detail-book-marks-menu {
    width: 14%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    color: #fff;
    margin-right: 20px;
}

#bannerBookmarkBelt li a {
    white-space: nowrap !important;
}
/*.detail-book-marks-menu a {
        display: block;
        color: white;
        text-align: center;
        text-decoration: none;
    }*/
.heading1, .heading2 {
    font-family: regularFont !important;
    font-size: 17px !important;
}

.content1, .content2, .contentdynamic1 {
    font-family: regularFont !important;
    font-size: 15px !important;
}

.subheading1, .subheading2 {
    font-family: boldFont !important;
}

.table-sum-borders .subheading1, .detail-sum-borders.subheading1, .total1, .subtotal1, .subtotal2, .grandtotal, .table-sum-borders .subheading2, .detail-sum-borders.subheading2 {
    font-family: semiFont !important;
    color: #000 !important;
}

    .content1 span, .content2 span, .subtotal2 span {
        color: #000 !important;
    }

        .subtotal2 span strong {
            font-size: 15px !important;
            font-family: semiFont !important;
        }

    .total1 a {
        color: #000 !important;
        pointer-events: none;
        font-family: semiFont !important;
    }

.left {
    text-align: left !important;
}

.grid-tooltip {
    width: 15px !important;
}

.detail-section-wrapper h1, .detail-section-wrapper .h1 {
    font-size: 30px !important;
    color: #0F3975 !important;
    font-weight: normal !important;
}

.detail-section-wrapper h2, .detail-section-wrapper .h2 {
    font-size: 25px !important;
    color: #0F3975 !important;
    font-weight: normal !important;
}

.detail-section-wrapper h3, .detail-section-wrapper .h3 {
    font-size: 22px !important;
    color: #0F3975 !important;
    font-weight: normal !important;
}

.detail-section-wrapper h4, .detail-section-wrapper .h4 {
    font-size: 18px !important;
    color: #0F3975 !important;
    font-weight: normal !important;
}

.expand-colapse-a {
    color: #000 !important;
}

.detail-section-wrapper li, .detail-section-wrapper p {
    font-size: 16px;
    font-family: regularFont !important;
    color: #000;
}

.detail-section-wrapper td ol li {
    font-size: 14px;
}

table span em {
    font-family: regularFont !important;
}

/*.detail-section-wrapper h3, .detail-section-wrapper .h3, .detail-section-wrapper .h4, .detail-section-wrapper .h5, .detail-section-wrapper .h6, .detail-section-wrapper h4, .detail-section-wrapper h5, .detail-section-wrapper h6 {
    margin-top: 10px !important;
}*/

/*.detail-section-wrapper h1, .detail-section-wrapper .h1, .detail-section-wrapper h2, .detail-section-wrapper .h2 {
    margin-top: 15px !important;
}*/

/*.detail-section-wrapper br {
    display: none;
}*/

/*.detail-section-wrapper i.detail-content-italic.ng-scope {
    padding-bottom: 10px;
}*/

/*.detail-section-wrapper p.ng-scope {
    margin-top: 10px;
    margin-bottom: 10px;
}*/

.detail-section-wrapper ul ul {
    width: 100% !important;
}

.column-count2 {
    column-count: 2;
    width: 67%;
}

.column-count3 {
    column-count: 3;
    width: 100%;
}

.column-count4 {
    column-count: 4;
    width: 100%;
}

.custom-table-width-70 table, .custom-table-width-80 table, .custom-table-width-90 table, .custom-table-width-100 table {
    table-layout: auto !important;
}

.detail-section-wrapper td {
    height: 15px !important;
    color: #000 !important;
}
/*.kendo-custom-table td, .ck-custom-table-export td {
    background: transparent !important;
}*/
.detail-section-wrapper td span {
    color: #000;
    display: inline-block;
    width: 100% !important;
}
        .detail-section-wrapper td span .grid-tooltip {
            width: 15px !important;
            float:right;
        }
    .detail-section-wrapper td ul li span {
        display: inline-flex !important;
    }

@-ms-viewport {
    width: device-width;
}

.k-window-titlebar .k-window-actions {
    right: .6em;
    padding-top: .5em;
}

.k-window-titlebar .k-window-action {
    width: 21px;
    height: 21px;
}

.traffic-light-img {
    width: 25px;
    height: 25px;
}

#focusAreaSection li a,
#serviceAreaSection li a,
#desktopMenuContentStyle li a {
    font-family: regularFont !important;
    font-weight: normal !important;
}

/*.detail-section-wrapper td .tooltip-content {
    width: 20px !important;
    background: #b3b3b3;
    height: 20px;
    border-radius: 50%;
}

.detail-section-wrapper td .traffic-tooltip-content {
    height: 15px;
    width: 18px;
    vertical-align: baseline;
}*/

.amountunits, .k-grid table .amountunits {
    font-size: 14px !important;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 8887 !important; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#searchListMapContainer {
    position: relative;
    z-index: 8886 !important;
}

.inherit-display{
    display:inherit;
}

/*.content-box-wrapper:focus {
    border: 1px solid #ffff00;
    box-shadow: 2px 2px 10px #ffff00;
}*/

/**:focus {
    border: 2px solid #ffff00;
    outline: none;
}*/

/*.front-graph-links-bg:hover,
.slidebar-toggle:hover,
.search-background:hover,
.input-search-box:hover,
.home-page-bookmarks a:hover,
#serviceAreaSection a:hover,
.toggle-sevice-area:hover,
#headerNavigation a:hover,
.content-style a:hover,
.detail-book-marks-menu a:hover,
.search-button-area a:hover,
#bookMarks a:hover,
#bookMarksTopSectionWrapper a:hover,
.front-page-element-text a:hover,
table a:hover,
content-box-wrapper:hover,
#logoWrapper a:hover,
#desktopTop a:hover,
.textFilterSection a:hover,
.sustain-img-section a:hover,
.goalsTabs a:hover,
.front-graph-links-bg:active:focus,
.slidebar-toggle:active:focus,
.search-background:active:focus,
.input-search-box:active:focus,
.home-page-bookmarks a:active:focus,
#serviceAreaSection a:active:focus,
.toggle-sevice-area:active:focus,
#headerNavigation a:active:focus,
.content-style a:active:focus,
.detail-book-marks-menu a:active:focus,
.search-button-area a:active:focus,
#bookMarks a:active:focus,
#bookMarksTopSectionWrapper a:active:focus,
.front-page-element-text a:active:focus,
table a:active:focus,
content-box-wrapperactive:focus,
#logoWrapper a:active:focus,
#desktopTop a:active:focus,
.textFilterSection a:active:focus,
.sustain-img-section a:active:focus,
.goalsTabs a:active,
.front-graph-links-bg:visited,
.slidebar-toggle:active:visited,
.search-background:active:visited,
.input-search-box:active:visited,
.home-page-bookmarks a:active:visited,
#serviceAreaSection a:active:visited,
.toggle-sevice-area:active:visited,
#headerNavigation a:active:visited,
.content-style a:active:visited,
.detail-book-marks-menu a:active:visited,
.search-button-area a:active:visited,
#bookMarks a:active:visited,
#bookMarksTopSectionWrapper a:active:visited,
.front-page-element-text a:active:visited,
table a:active:visited,
#logoWrapper a:active:visited,
#desktopTop a:active:visited,
.textFilterSection a:active:visited,
.sustain-img-section a:active:visited,
.goalsTabs a:visited,
.content-box-wrapper.:visited {
    border: 0 none !important;
    box-shadow: none !important;
    outline: 0 !important;
}*/

.slidebar-toggle:focus {
    height: 40px;
}

.search-background:hover{
    background: transparent;
}

.input-search-box:hover{
    border:1px solid #115380;
}
.search-background:focus {
    background: #0F3975;
}

.search-background:hover, .input-search-box:hover {
    border: 2px solid #115380 !important;
}
.search-background:hover img {
    background: url('../images/blue_searchicon.png');
    background-repeat: no-repeat;
    height: 17px;
}

    .search-background:hover .banner-search-text{
        color: #0F3975 !important;
        font-weight: bold;
    }

#headerMenuIconWrapper ul li:focus #menuContentWrapper {
    display: block;
}

.font-orange {
    color: #C93626 !important;
}

.font-orangeLine {
    color: #C93626 !important;
    text-decoration-line: line-through !important;
}

.font-blue {
    color: #0F3975 !important;
}

.font-green {
    color: green !important;
    font-size: 24px;
    vertical-align: text-top;
    padding-right: 3px;
}

.font-blueLine {
    color: #0F3975 !important;
    text-decoration-line: line-through !important;
}

.spanInline {
    display:inline !important;
}

.width100p{
    width:100%;
}