﻿
html, body {
    font-size: 16px;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

html {
    position: relative;
}

.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 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;
}

.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 h1,
.detail-section-wrapper h2,
.detail-section-wrapper h3,
.detail-section-wrapper h4,
.detail-section-wrapper h5,
.detail-section-wrapper h6 {
    color: var(--dark-theme-color) !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 var(--main-theme-color);
    -moz-box-shadow: 0px 9px 0px -8px var(--main-theme-color);
    -webkit-box-shadow: 0px 9px 0px -8px var(--main-theme-color);
}

.white-border-bottom1 {
    border-bottom: 1px solid var(--white-color);
}

.gray-border-bottom1 {
    border-bottom: 1px solid var( --spectra-gray);
}

.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: 1.3125em; /*21px*/
    vertical-align: middle;
}

.abs-position {
    position: absolute;
    bottom: 3%;
}

.border1-gray {
    border: 1px solid var( --spectra-gray);
    color: var( --spectra-gray);
}

.border-gray2 {
    border: 2px solid var( --spectra-gray) !important;
}

.border-gray1 {
    border: 1px solid var(--gray70-border-color) !important;
}

.border-right0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 2px solid var(--silver-color) !important;
}


.image-valign {
    vertical-align: text-bottom;
}

.image-malign {
    vertical-align: middle;
}

.auto-width {
    width: auto !important;
}

.width-95p {
    width: 95% !important;
}

.width-98p {
    width: 98% !important;
}

.content-heading-bold {
    font-size: 1.625em; /*26px*/
    line-height: 32px;
    font-weight: bold;
}

.content-heading-bolder {
    font-size: 2em; /*32px*/
    line-height: 26px;
    font-weight: bolder;
}

.content-heading-detail-bolder {
    font-size: 3.3em; /*52px*/
    line-height: 1.3em;
    font-weight: bolder;
    text-align: center;
    height: 60px;
}

.content-heading-detail-bold {
    font-size: 1.6875em; /*27px*/
    line-height: 26px;
    font-weight: bold;
    text-align: center;
}

.border-dull-gray2 {
    border: 2px solid var(--dull-gray2-border);
}

.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, .white-color {
    color: var(--white-color) !important;
}

.black-color {
    color: var(--black-color) !important;
}

.dark-gray {
    color: var(--detail-section-bg2);
}

.gray-color {
    color: var(--widget-tooltip-color);
}

/********************* 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-left15 {
    margin-left: 15px !important;
}

.margin-right15 {
    margin-right: 15px !important;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-left30 {
    margin-left: 30px;
}

.margin-left50 {
    margin-left: 50px;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-right20 {
    margin-right: 20px;
}

.margin-right30 {
    margin-right: 30px;
}

.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;
}

.bottom100 {
    margin-bottom: 100px;
}

.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;
}


/********************* MARGIN STYLING END *************************/

/********************* PADDING STYLES START *************************/
.padding0 {
    padding: 0px !important;
}

.padding2 {
    padding: 2px;
}

.padding5 {
    padding: 5px;
}

.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-bottom0 {
    padding-bottom: 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;
}

.display-inline-block {
    display: inline-block !important;
}

.overflow-style {
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 4rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 0;
    word-break: break-word;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.valign-middle {
    vertical-align: middle;
}

.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;
}

.cursor-default {
    cursor: default !important;
}

.border-black {
    border: 1px solid var(--black-color);
}

/*Common Font styles start*/

.font12 {
    font-size: 0.75em; /*12px*/
}

.font13 {
    font-size: 0.8125em; /*13px*/
}

.font14,
.amountunits {
    font-size: 0.875em; /*14px*/
}

.font15 {
    font-size: 0.9375em; /*15px*/
}

.font15em {
    font-size: 1.5em !important; /*22px*/
}

.font2em {
    font-size: 2em; /*32px*/
    line-height: 32px;
}

.font16,
h6,
.h6 {
    font-size: 1em !important; /*16px*/
}

.font17,
.heading1,
.heading2 {
    font-size: 1.0625em !important; /*17px*/
}

.font17em {
    font-size: 1.7em; /*27px*/
}

.font18,
h5,
.h5 {
    font-size: 1.125em !important; /*18px*/
}

.font19 {
    font-size: 1.1875em !important; /*19px*/
}

.font20,
h4,
.h4 {
    font-size: 1.25em !important; /*20px*/
}

.font21 {
    font-size: 1.3125em !important; /*21px*/
}

.font22,
h3,
.h3 {
    font-size: 1.375em !important; /*22px*/
}

.font23 {
    font-size: 1.4375em !important; /*23px*/
}

.font24 {
    font-size: 1.5em !important; /*24px*/
}

.font25,
h2,
.h2 {
    font-size: 1.5625em !important; /*25px*/
}

.font26 {
    font-size: 1.625em !important; /*26px*/
}

.font27 {
    font-size: 1.6875em !important; /*27px*/
}

.font28,
h1,
.h1 {
    font-size: 1.75em !important; /*28px*/
}

.font29 {
    font-size: 1.8125em !important; /*29px*/
}

.font30 {
    font-size: 1.875em !important; /*30px*/
}

.font31 {
    font-size: 1.9375em !important; /*31px*/
}

.font32 {
    font-size: 2em !important; /*32px*/
}

.font35 {
    font-size: 2.1875em !important; /*33px*/
}

.font40 {
    font-size: 2.5em !important; /*34px*/
}

.font42 {
    font-size: 2.625em !important; /*35px*/
}

.font45 {
    font-size: 2.8125em !important; /*45px*/
}

/*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;
}

a {
    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 !important;
}

.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-radius50 {
    border-radius: 50px;
}

/* Border colors style*/

.gray-border-bottom1 {
    border-color: var(--spectra-gray);
}

.border-bottom-white {
    border-bottom: 1.2px solid var(--white-color) !important;
}

.content2 a, #headerNavigation a {
    cursor: pointer !important;
}

/*Table styles*/

.table-sum-header-borders {
    border-bottom: 1px solid var(--main-theme-color) !important;
}

.subtotal1-columns,
.k-grid.k-widget .subtotal-background,
.k-grid.k-widget .grandtotal-background,
.table-sum-borders,
.background-gray,
table:not(.plan-publish) tr:hover,
.k-grid table.ck-custom-table-export.plan-publish.plan-custom-table .ck-tablestyle-grandtotal td,
.e-grid .subtotal-background td.e-gtot.e-rowsheader,
.e-grid .subtotal-background td.e-rowcell.pivot-last-row {
    background-color: var(--custom-table-td-bg) !important;
}

    .k-grid table .grandtotal-background td,
    .k-grid.k-widget .subtotal-background td,
    .k-grid table td.table-sum-borders,
    .e-grid .subtotal-background td,
    .e-grid.e-bothlines .subtotal-background .e-rowcell {
        border-bottom: 0.3px solid var(--main-theme-color) !important;
        border-top: 0.3px solid var(--main-theme-color) !important;
    }

.k-grid table td.table-contenttotal-borders {
    border-bottom: 0.3px solid var(--main-theme-color) !important;
}

.panel-body section {
    padding-top: 15px;
}

.k-grid table td.table-sum-topborders {
    border-top: 0.3px solid var(--main-theme-color) !important;
}

.k-grid table .table-sum-bottomborders {
    border-bottom: 0.3px solid var(--main-theme-color) !important;
}

.k-grid table .table-sum-header-borders {
    border-bottom: 1px solid var(--main-theme-color) !important;
}

.k-grid.k-widget {
    margin-bottom: 10px !important;
}

table:not(.plan-publish) tr {
    line-height: 32px !important;
}

.k-grid.k-widget table:not(.plan-publish) th {
    font-size: 17px !important;
    background: var(--white-color);
}

table:not(.plan-publish) td, table td a {
    font-size: 15px !important;
}

/*.k-grid.k-widget table:not(.plan-publish) tr {
    background: var(--white-color);
}*/

td, th {
    vertical-align: top !important;
}

table td {
    color: var(--black-color);
}

    table td a,
    .detail-section-wrapper a:not(a.k-link),
    .detail-section-wrapper a span {
        color: var(--plan-older-version-bg) !important;
    }

.main-menu-heading li a:hover {
    text-decoration: none !important;
    border-bottom: 3px solid !important;
    border-radius: 2px;
}

.detail-book-marks-menu {
    width: 14%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    color: var(--white-color);
    margin-right: 20px;
}

#bannerBookmarkBelt li a {
    white-space: nowrap !important;
}

.content1,
.content2,
.contentdynamic1,
.subtotal2 span strong,
.grid-tooltip {
    font-size: 15px !important;
}

    .table-sum-borders .subheading1,
    .detail-sum-borders.subheading1,
    .total1, .subtotal1, .subtotal2,
    .grandtotal,
    .table-sum-borders .subheading2,
    .detail-sum-borders.subheading2,
    .widgetsubtotal,
    .widgetgrandtotal,
    .content1 span,
    .content2 span,
    .subtotal2 span,
    .total1 a,
    .k-grid.k-widget table td a.expand-colapse-a,
    .detail-section-wrapper .k-grid:not(.kendo-custom-table) td span {
        color: var(--black-color) !important;
    }

.k-grid.k-widget table td a.expand-colapse-a, {
    cursor: default;
    pointer-events: none;
}

.detail-section-wrapper td .total1 a,
.detail-section-wrapper td .total1 a:hover,
.detail-section-wrapper .panel-title a,
.detail-section-wrapper .panel-title a:hover,
.detail-section-wrapper td .inv-search-id,
.detail-section-wrapper td .inv-search-id:hover {
    border: none !important;
    color: var(--black-color) !important;
}

.detail-section-wrapper td .total1 a {
    pointer-events: none;
}

.left {
    text-align: left !important;
}

h1,
.h1,
h5,
.h5,
h6,
.h6 {
    font-family: boldFont !important;
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: semiFont !important;
}

.detail-section-wrapper li,
.detail-section-wrapper p {
    font-size: 16px;
    color: var(--black-color);
}

.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%;
}

.detail-section-wrapper .k-grid:not(.kendo-custom-table) td {
    height: 15px !important;
    color: var(--black-color) !important;
}

.detail-section-wrapper td span .grid-tooltip {
    width: 23px !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;
}

#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: 999 !important;
}

.inherit-display {
    display: inherit;
}

.slidebar-toggle:focus {
    height: 40px;
}

.search-background:hover {
    background: transparent;
}

.input-search-box:hover {
    border: 1px solid var(--main-theme-color);
}

.search-background:focus {
    background: var(--dark-theme-color);
}

.search-background:hover,
.input-search-box:hover {
    border: 2px solid var(--main-theme-color) !important;
}

    .search-background:hover img {
        background: url('../images/blue_searchicon.png');
        background-repeat: no-repeat;
        height: 17px;
    }

    .search-background:hover .banner-search-text {
        color: var(--white-color) !important;
        font-weight: bold;
    }

#headerMenuIconWrapper ul li:focus #menuContentWrapper {
    display: block;
}

.font-orange {
    color: var(--perisian-red) !important;
}

.font-orangeLine {
    color: var(--perisian-red) !important;
    text-decoration-line: line-through !important;
}

.font-blue {
    color: var(--dark-theme-color) !important;
}

.font-green {
    color: green !important;
    font-size: 1.5em; /*22px*/
    vertical-align: text-top;
    padding-right: 3px;
}

.font-blueLine {
    color: var(--dark-theme-color) !important;
    text-decoration-line: line-through !important;
}

.spanInline {
    display: inline !important;
}

.k-grid.k-widget, .width100p {
    width: 100%;
}

img.margin-right5 {
    margin-left: 5px;
}

.darker-blue-bg-color {
    background: var(--darker-blue) !important;
}

.list-style-none {
    list-style: none !important;
}

.background-none {
    background: none !important;
}

#flying-focus {
    position: absolute !important;
    margin: 0;
    background: transparent;
    transition-property: left, top, width, height;
    transition-timing-function: cubic-bezier(0, 1, 0, 1);
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 0 2px 3px var(--focus-marking), 0 0 2px var(--focus-marking) inset;
    border-radius: 2px;
}

    #flying-focus.flying-focus_visible {
        visibility: visible;
        z-index: 99999;
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #flying-focus {
        box-shadow: none;
        outline: 2px solid var(--focus-marking);
        outline-offset: -3px;
    }
}

.flying-focus_target {
    outline: none !important;
}

    .flying-focus_target::-moz-focus-inner {
        border: 0 !important;
    }

.unest-position {
    position: unset;
}

.k-grid .k-grid-header-wrap > table {
    margin-bottom: 0;
}

.margin-left2 {
    margin-left: 2px;
}

.border-bottom-dotted {
    border-bottom: 1px dotted var(--main-theme-color);
}

.border2 {
    border: 2px solid var(--plan-overview-list) !important;
}

.plan-publish-figure-table .k-widget *,
.plan-publish-figure-table .k-widget:before {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.plan-publish-figure-table .k-widget table {
    display: table !important;
}

.k-grid .k-grid-header {
    background: transparent;
}

.fixed-table-layout {
    table-layout: fixed;
}

.background-black {
    background-color: var(--black-color);
}

.background-white,
.budget-detail-section {
    background-color: var(--white-color) !important;
}

.search-background {
    border-color: var(--main-theme-color);
}

.focus-marking-style {
    outline: 2px solid var(--focus-marking) !important;
}

.white-smoke {
    background-color: var(--custom-table-td-bg) !important;
}

.input-search-box {
    color: var(--search-input-color) !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--customized-tooltip-border) !important;
    -webkit-box-shadow: inset 0 1px 1px var(--search-input-box-shadow) !important;
    box-shadow: inset 0 1px 1px var(--search-input-box-shadow) !important;
}

    .input-search-box:focus {
        border-color: var(--search-input-focus);
        -webkit-box-shadow: inset 0 1px 1px var(--search-input-box-shadow),0 0 8px var(--search-input-box-shadow1) !important;
        box-shadow: inset 0 1px 1px var(--search-input-box-shadow),0 0 8px var(--search-input-box-shadow1) !important;
    }

.hyperlink-common-color {
    color: var(--plan-older-version-bg) !important;
}

.menu-separator {
    width: 0;
    height: 25px;
    border-left: 2px solid var(--main-theme-color);
}

.cmn-width-95p {
    width: 95%;
}

#commonPopupWindow figure img {
    max-width: 100%;

}

#commonPopupWindow table th {
    color: var(--black-color);
}

.height-auto {
    height: auto !important;
}
