﻿
body {
    font-family: regularFont !important;
    font-size: 16px;
    line-height: 1.5;
    font-smoothing: antialiased;
    -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;
}
/*.box-shadow1 {
    box-shadow: 1px 1px 2px #000;
}*/

.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;
}

.center, .align-center {
    text-align: center;
}

.right, .align-right {
    text-align: right;
}

.left, .align-left {
    text-align: left;
}

.search-text {
    font-size: 21px;
    vertical-align: middle;
}

.abs-position {
    position: absolute;
    bottom: 3%;
}

.background-black {
    background-color: #000;
}

.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;
}

.content-heading-bold {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}

.border-dull-gray2 {
    border: 2px solid #bbcfcf;
}

/*Table widths start*/

/*.table-width-10,
.table-width-20,
.table-width-30,
.table-width-40,
.table-width-50,
.table-width-60,
.table-width-70,
.table-width-80,
.table-width-90,
.table-width-100 {
    width: auto;
}*/

/*.custom-table-width-10 tr th:not(:first-child),
.custom-table-width-20 tr th:not(:first-child),
.custom-table-width-30 tr th:not(:first-child),
.custom-table-width-40 tr th:not(:first-child),
.custom-table-width-50 tr th:not(:first-child),
.custom-table-width-60 tr th:not(:first-child),
.custom-table-width-70 tr th:not(:first-child),
.custom-table-width-80 tr th:not(:first-child),
.custom-table-width-90 tr th:not(:first-child),
.custom-table-width-100 tr th:not(:first-child),
.custom-table-width-10 tr td:not(:first-child),
.custom-table-width-20 tr td:not(:first-child),
.custom-table-width-30 tr td:not(:first-child),
.custom-table-width-40 tr td:not(:first-child),
.custom-table-width-50 tr td:not(:first-child),
.custom-table-width-60 tr td:not(:first-child),
.custom-table-width-70 tr td:not(:first-child),
.custom-table-width-80 tr td:not(:first-child),
.custom-table-width-90 tr td:not(:first-child),
.custom-table-width-100 tr td:not(:first-child),
.ck-custom-table-export tr td:not(:first-child){
    text-align: right !important;
}*/

/*.custom-table-width-10 tr td:not(:first-child),
.custom-table-width-20 tr td:not(:first-child),
.custom-table-width-30 tr td:not(:first-child),
.custom-table-width-40 tr td:not(:first-child),
.custom-table-width-50 tr td:not(:first-child),
.custom-table-width-60 tr td:not(:first-child),
.custom-table-width-70 tr td:not(:first-child),
.custom-table-width-80 tr td:not(:first-child),
.custom-table-width-90 tr td:not(:first-child),
.custom-table-width-100 tr td:not(:first-child),
.ck-custom-table-export tr td:not(:first-child) {
    white-space: nowrap !important;
}*/

/*Table widths start*/


/* Headers style*/
/*.header1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}

.header2 {
    font-size: 22px;
    line-height: 19px;
}

.header3 {
    font-size: 21px;
    line-height: 18px;
    font-weight: bold;
}

h1 {
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}

h3 {
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
}

p {
    font-family: Futura;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

.header4 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}

.header5 {
    font-size: 21px;
    line-height: 16px;
    font-weight: bold;
}*/

.relative-position {
    position: relative;
}

.backstretch {
    display: none;
}

/* Headers style end*/


/********************* BACKGROUND AND COLOR STYLING START*************************/
.banner-background1, .banner-background {
    height: 600px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: space;
    /*top:78px;*/
}

.white-color {
    color: #fff !important;
}

.black-color {
    color: #000 !important;
}

.dark-gray {
    color: #516064;
}

.gray-color {
    color: #358189;
}
.semi {
    font-family: semiFont !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-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-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-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;
}

.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;
}

.italic-font {
    font-family: italicFont;
}

/*Common Font styles End*/

.nowrap {
    white-space: nowrap;
}

.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-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, headernav a {
    cursor: pointer !important;
}

/*Table styles*/

.k-grid table tr:last-child th, .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.5px solid #115380 !important;
}

.k-grid table .table-sum-bottomborders {
    border-bottom: 0.5px 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 {
        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;
}

.subheading1 {
    font-family: boldFont !important;
}

.content1, .content2, .contentdynamic1 {
    font-family: regularFont !important;
    font-size: 15px !important;
}

.amountunits {
    font-size: 14px;
}

.total1, .subtotal1, .subtotal2, .grandtotal {
    font-family: semiFont !important;
    color: #000 !important;
}

    .content1 span, .content2 span, .subtotal2 span {
        color: #000 !important;
    }

    .subtotal2 span strong{
        font-size:15px!important;
    }

    .total1 a {
        color: #000 !important;
        pointer-events: none;
    }

.left {
    text-align: left !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;
}

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%;
}

.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;
}
.detail-section-wrapper td span{
    color: #000 !important;
    display:inline-block;
}

    .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;
}
