
@import 'tetiary-accordion.css';
@import 'summary-list.css';
@import 'metro-ads.css';
@import 'home-trip-planner.css';
@import 'home-feature-section.css';
@import 'home-news-section.css';
@import 'google-te.css';
@import 'scroll.css';
@import 'box-set.css';
@import 'special-content.css';
@import 'appstore-widget.css';
@import 'forms.css';
@import 'video.css';
@import 'cards.css';
@import 'footer.css';
@import 'breadcrumbs.css';
@import 'navigation.css';
@import 'home-overview-section.css';
/*@import '../vendor/google/google-cloud-translate-widget/src/css/translate.css';*/

/***********************************************************************************************************************
 * Font definitions 
 ************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300,400,700');
/*CMTA Blue #0069aa*/
body {
    color: #444444;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 14px;
    text-rendering: optimizeLegibility;
}
h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    /*margin-top: 0;*/
}
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

h1,
.h1 {
    font-size: 2.25em;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 1.5em;
}

h3,
.h3 {
    font-size: 1.25em;
}

h4,
.h4 {
    font-size: 1.15em;
}

h5,
.h5 {
    font-size: 1em;
}

h6,
.h6 {
    font-size: 1em;
}

ul,
ol {
    padding-left: 20px;
}

a {
    color: #0069aa;
    cursor: pointer;
}
.hefty {
    font-weight:600;
}
b, strong {
    font-weight: 500;
}
.lead {
    font-weight: 400;
}
.no-margin {
    margin:0 !important;
}
#content p a {
    font-weight: 400;
}
@media (min-width: 768px) {
    .lead {
       font-size: 1.15em;
    
    }
}
/*Colors and Components*/

    #CapRemap .sidebar h3 {
        margin: 0 0 15px;
    }
.well {
    min-height: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .04);
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, .04);
}

    .well.dark-well {
        /*background: #2d2d2d;*/
        box-shadow: none;
        border-radius: 4px;
    }
        .well.dark-well .lead {
            color:#444;
            margin:15px 0 10px;
        }
/*Rows with equal-height columns*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 8px;
    background: transparent;
    border-bottom-style: solid;
    border-width: 2px;
    text-align: center;
    font-size: 100%;
    display: inline-block;
}

.black {
    color: #000;
    border-color: #000;
}

.white {
    color: #fff;
    border-color: #fff;
}
#content {
    padding-top: 30px;
}
#content i {
    font-family: 'Roboto', sans-serif !important;
}

    #content i.glyphicon {
        font-family: 'Glyphicons Halflings' !important;
    }

a.event-btn {
}

.btn.event-btn {
    color: #fff;
    margin: 30px 0;
    font-size: 24px;
    background-color: #004a97;
    font-weight: 500;
    border-color: #ccc;
    text-align: center;
}

    .btn.event-btn:hover {
        background-color: #dedede;
        color: #444;
    }

/*************************************************************************************
 * Skip content container
 *************************************************************************************/
div.skip {
    background-color: #013F80;
}

    div.skip > a {
        color: #fff;
        margin-top: -10px;
        padding: 10px;
        margin: 20px;
        padding-left: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

#content:focus {
    outline: none;
}

#content:before {
    /* hack to so skip scroll alignment for main content is adjusted for the fixed nav */
    content: '';
    display: block;
    position: relative;
    width: 0;
    /*height: 150px;
    margin-top: -150px;*/
}

/********************************************************************************************
 * Assorted Utility Styles
 ********************************************************************************************/
.push-r {
    float: right;
    /*padding: 0px 0px 10px 30px;*/
}

.push-l {
    float: left;
    padding: 0px 30px 10px 0px;
}

.clear {
    clear: both;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-right {
    margin-right: 20px;
}

.margin-left {
    margin-right: 20px;
}

.mimich2 {
    margin: 0px;
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    padding: 20px 0px;
}

.padme10 {
    padding: 10px;
}

.bgwhite {
    background: #fff;
}

.bgblue {
    background: #0069aa;
}

.caption {
    font-size: 0.8em;
}

    .caption li {
        padding-bottom: 0 !important;
    }

/*General content border Styles*/
.border-top {
    border-top: 1px dotted silver;
}

.border-right {
    border-right: 1px dotted silver;
}

.border-bottom {
    border-bottom: 1px dotted silver;
}

.border-left {
    border-left: 1px dotted silver;
}

hr {
    border-top: 1px dotted silver;
}

.pull-center {
    text-align: center;
    margin: 0 auto !important;
}

.thumbnail p {
    font-size: 75%;
    padding: 5px;
    margin: 0 !important;
    font-style: italic;
}

/********************************************************************************************
 * Map 
 ********************************************************************************************/
.map-container {
    position: relative;
    overflow: hidden;
}

    .map-container:before,
    .map-container:after,
    .map:before,
    .map:after {
        content: '';
        position: absolute;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .map-container:before {
        top: -5px;
        left: 0;
        right: 0;
        height: 5px;
    }

    .map-container:after {
        right: -5px;
        top: 0;
        bottom: 0;
        width: 5px;
    }

.map:before {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
}

.map:after {
    left: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}
.service-area-map {
    padding-bottom:30px;
}
@media(max-width:768px) {
    .map-container; {
        position: relative;
        overflow: hidden;
        margin-top: 260px;
    }

    #breadCrumbWrap {
        /*margin-bottom: 20px;*/
    }
}

/******************************************************************************************
 * General Tag overrides 
 *****************************************************************************************/


#schedMap body {
    margin: 0;
    padding: 0px;
}

/*h1 {
    margin-top: 10px;
    margin-bottom: 40px;
}*/
/******************************************************************************************
 * MetroWork Custom 
 *****************************************************************************************/
.mw-steps span {
    font-size: 150%;
}

/*Special Hacks*/
#iFrameHeightFix {
    position: relative;
    height: 0px;
    padding-bottom: 100%;
}

@media(max-width: 1024px) {
    #iFrameHeightFix; {
        padding-bottom: 110%;
    }
}

@media(min-width: 769px) {
    .col-sm-6.pull-right.no-padding; {
        padding-left: 20px !important;
    }
}

@media(max-width: 768px) {
    h1; {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #iFrameHeightFix {
        padding-bottom: 200%;
    }
}

@media(max-width: 680px) {
    #iFrameHeightFix; {
        padding-bottom: 395%;
    }
}

@media(max-width: 414px) {
    #iFrameHeightFix; {
        padding-bottom: 460%;
    }
}

/****************************************************************************************
 * Home Page styles
 ****************************************************************************************/
.homepageicon {
    font-size: 60px;
    color: #0069aa;
}

.main-hero {
    /*height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;*/
    padding: 0;
}

    .main-hero .img-container {
        position: relative;
        right: 50%;
        text-align: center;
        width: 100%;
    }

    .main-hero img {
        /*height: 200px;
        margin-right: -100%;
        width: auto;*/
        padding: 0;
    }








/******************************************************************************
 * Overrides of bootstrap grid css
 *****************************************************************************/
/*******************************************************************************
 * Special case styles
 ******************************************************************************/
@media(max-width: 768px) {
    .hidden-in-mobile; {
        display: none !important;
    }

    .news-list {
        text-align: center;
    }

    #schedMap .embed-responsive-16by9 {
        padding-bottom: 163%;
    }

    .overview-list li p {
        height: initial;
    }
}

@media (max-width: 360px) {
    #schedMap .embed-responsive-16by9 {
        padding-bottom: 227%;
    }
}

@media(min-width: 768px) {
    .hidden-in-wide; {
        display: none !important;
    }

    .summary-list .collapsed.collapse-in-mobile-only:after {
        content: none !important;
    }
}

/************************************************************************************
 * image styles
 *************************************************************************************/
/**
 * Hero images for secondary pages
 */
img.hero {
    display: block;
    width: 100%;
    height: auto;
}


img.heroine {
    margin-top:-30px;
    margin-bottom: 20px;
}

@media(max-width: 768px) {
    img .hero; {
        display: none;
    }
}

/**
 * side image styles
 */
div.side-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
    float: left;
}

.side-image img {
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

/****************************************************************************************************************
 * Overrides for lists within accordion containers
 ****************************************************************************************************************/
.collapse ul {
    border: none;
}

    .collapse ul > li {
        border: none;
        list-style: disc;
    }

.collapse ol {
    border: none;
}

    .collapse ol > li {
        border: none;
        padding: 5px;
        list-style: decimal;
    }

        .collapse ol > li:last-child {
            border-bottom: none;
        }

/***********************************************************************************************************************
 * summary list styles 
 ************************************************************************************************************************/

@media(max-width: 768px) {
    img .hero,
    img.heroine; {
        margin-top: -20px;
    }
}

@media(max-width: 768px) {

    .contact-person {
        text-align: center;
    }
}

/****************************************************************************************************************
 * Temparary overrides for fixing the list style issue within the summary-list container
 ****************************************************************************************************************/
.cleanlist ul {
    border: none;
}

    .cleanlist ul > li {
        border: none;
        padding: 5px 0px 5px 30px;
        list-style: disc;
    }

.cleanlist ol {
    border: none;
}

    .cleanlist ol > li {
        border: none;
        padding: 5px 0px 5px 20px;
        list-style: decimal;
    }

        .cleanlist ol > li:last-child {
            border-bottom: none;
        }

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .095);
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}

/****************************************************************************************************************
 * Table Overrides
 ****************************************************************************************************************/
.table-bordered {
    border-color: silver;
}

.table thead,
.table tr > th {
    background-color: #6d7a86;
    color: #fff;
    font-size: 110%;
    border-bottom: none !important;

}

.table thead i {
    color: #fff;
}

.table > thead > tr > th {
    padding: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f8f8f8;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    /*padding: 5px 10px 5px 10px;*/
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tbody > tr > td {
    /*border :none;
    text-align: center;*/
}

.table > thead > tr > th {
}

.table > thead > tr > th,
.table > tbody > tr > th {
    font-weight: 400;
}

/*Light box customization*/
#lightbox .modal-body {
    position: relative;
    padding: 0;
}
#lightbox .modal-content {
    /*display: inline-block;*/
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 10px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -20px;
    z-index: 1032;
}

.modal-x [aria-hidden="true"], .modal-dialog [aria-hidden="true"] {
    display: inline-block !important;
}

#lightbox .badge {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #777;
    border-radius: 5px;
}

a.thumbnail {
    /*width:140px;*/
}

.row.ad-pics {
    text-align: center;
}

    .row.ad-pics a.thumbnail,
    .row.ad-pics img {
        margin: 0 auto;
    }

.center {
    text-align: center;
}

main#maincontent.sub-page-main {
    margin-bottom: 30px;
}



@media (min-width: 992px) {
    .summary-list {
        margin-top: 0px;
    }

}
    /*Hacon Trip Planner*/
    @media screen and (max-width: 768px) {
        .Home-WebApp {
            position: relative;
            top: 0px;
        }

        .hfs_pageContent .hfs_tabNavigation {
            display: block !important;
        }

        #maincontent {
            height: 93%;
        }

        main#maincontent.sub-page-main {
            margin-bottom: 0px;
        }
    }


    /***********************************************************************************************************************
 * Button style overrides
 ***********************************************************************************************************************/
    .btn {
        color: #fff;
        font-size: 1.75rem;
        border: none;
    }

        .btn.btn-primary {
            background-color: #0069aa;
            padding: 10px;
            overflow: hidden;
        }

            .btn.btn-primary:hover {
                background-color: #498208;
            }

    a.btn.btn-default.wide {
        display: block;
    }

    /*Secondary Button*/
    .btn.btn-secondary {
        background-color: #004a97;
        padding: 12px 20px 3px 26px;
        overflow: hidden;
    }

        .btn.btn-secondary:hover {
            background-color: #498208;
        }

        .btn.btn-secondary:after {
            content: ">";
            float: right;
            padding-left: 10px;
            font-size: 26px;
            margin-top: -3px;
            padding-top: 0px;
            font-weight: 100;
            -webkit-transform: scale(1, 2);
            -moz-transform: scale(1, 2);
            -ms-transform: scale(1, 2);
            -o-transform: scale(1, 2);
            transform: scale(1, 2);
        }

    .btn.btn-default {
        background-color: #0069aa;
        color: #fff;
        border: 2px solid #0069aa;
    }

        .btn.btn-default:hover {
            background-color: #ffffff;
            color: #004a97;
            border: 2px solid #004a97;
        }

    a.btn.btn-default.off {
        background: #f9f9f9;
        color: #0069aa;
    }

        a.btn.btn-default.off:hover {
            background: #fff;
            color: #999999;
        }

    .btn.btn-wide {
        width: 100%;
    }

    /*HR Portal and info sections*/
    a.btn.apply {
        font-size: 16px;
        border: 1px solid;
        color: #337ab7;
    }

        a.btn.apply:hover {
            background: #f5f5f5;
        }

    .btn.ghost-btn {
        border: 1px solid #0069aa;
        color: #0069aa;
        font-weight: 500;
        background: white;
    }

        .btn.ghost-btn:hover {
            background: #0069aa;
            color: #fff;
        }
    /*End Buttons*/

    /***********************************************************************************************************************
 * Mac's Fare Stuff
 ************************************************************************************************************************/
    /*Content Specific*/
    .content-row {
        width: 100%;
    }

    .content-row,
    .col-1,
    .col-2 {
        float: left;
    }

    .col-1,
    .col-2 {
        float: left;
    }

    .short {
        width: 255px;
    }

    .long {
        width: 445px;
    }

    img.left {
        float: left;
        margin: 0 20px 20px 0;
    }

    img.right,
    .lightBox.fares {
        float: right;
        margin: 0 0 20px 20px;
    }

    .margin-right-20 {
        margin-right: 20px;
    }

    .margin-left {
        margin-left: 10px;
    }

    #cmta h2.subTitle2 {
    }

    /* Tool Tip for Service Section */
    .equal {
        width: 50%;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .fares-table {
        border-collapse: collapse;
        margin-bottom: 30px;
        width: 300px;
    }

    /*table#access{margin-bottom:0 }
.fares-table .even td{
    background:#f5f5f5;
}
.fares-table .odd td{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.fares-table td{
    padding:0px 15px;
    font-size: 16px;
    font-weight: 100;
    font-family: 'Droid Sans', sans-serif;
}
.fares-table td.service{
    padding:0;
    width: 41px;
}*/
    /*.intro-wrap{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.intro-wrap img{
    padding: 6px;
    background: #ffffff;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    width: 343px;
}
.intro-blurb{}
.intro-blurb p{
    font-size: 18px !important;
    line-height: 1.4;
    color: #444;
    margin: 0;
    padding: 0 0 0 20px !important;
    font-weight: 100;
}*/
    div#serviceDetails .content-row {
        margin-bottom: 22px;
    }

    div#serviceDetails {
        margin: 0 0 0 30px;
        border-left: 1px solid #dedede;
    }

        div#serviceDetails h3 {
            padding: 0 0 0 20px;
            margin: 0;
        }

        div#serviceDetails p {
            font-size: 16px;
            font-weight: 100;
            padding-left: 20px !important;
        }

    div#serviceTypes {
        padding: 0 30px 0 0;
    }

    .ui-tooltip {
        padding: 15px !important;
        color: #444444 !important;
        border-radius: 20px !important;
        border: none !important;
        border: 12px solid rgba(0, 0, 0, 0.1) !important;
        /*box-shadow: 0 0 7px rgba(0,0,0,0.9) !important;*/
        font-family: 'Droid Sans', sans-serif;
        font-weight: 100;
    }

    .content-row hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .ui-tooltip h4 {
        font-size: 18px;
        margin: 0 0 5px 0;
    }

    .ui-tooltip p,
    .ui-tooltip li {
        font-size: 14px;
    }

    .faresLink {
        width: 41px;
        height: 179px;
        text-align: center;
        position: relative;
    }

    .tbl-col-1 {
        border-right: 1px solid #dedede;
    }

    .local-fare-color {
        background: #004a97 !important;
    }

    .premium-fare-color {
        background: #77777a !important;
    }

    .commuter-fare-color {
        background: #e2231a !important;
    }

    .access-fare-color {
        background: #3fae2a !important;
    }

    .storedvalue-fare-color {
        background: #a02194 !important;
    }

    .local-fares-link {
        background: url(/uploadedImages/Capmetroorg/Riders_Guide/Paying_the_Fare/pass-link-sprite.png) #004a97 0 0 !important;
    }

    .premium-fares-link {
        background: url(/uploadedImages/Capmetroorg/Riders_Guide/Paying_the_Fare/pass-link-sprite.png) #777779 -45px 0 !important;
    }

    .commuter-fares-link {
        background: url(/uploadedImages/Capmetroorg/Riders_Guide/Paying_the_Fare/pass-link-sprite.png) #e2231a -88px 0 !important;
    }

    .access-fares-link {
        background: url(/uploadedImages/Capmetroorg/Riders_Guide/Paying_the_Fare/pass-link-sprite.png) #82bc00 -132px 0 !important;
    }

    a.pass-link {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 0;
        display: block;
    }

    /*lightbox*/
    .lightBox.fares {
        text-align: center;
        width: 250px;
        height: 367px;
    }

        .lightBox.fares a#allStores.fancybox {
            padding: 10px;
            display: block;
            background: #000000;
            color: #fff;
            margin-bottom: 0px;
            font-weight: 500;
        }

        .lightBox.fares #lightBoxInner {
            height: 367px;
            overflow: hidden;
        }

            .lightBox.fares #lightBoxInner img {
                width: 100%;
                margin: auto;
                -webkit-transform: ScaleY(1);
                -moz-transform: ScaleY(1);
                -ms-transform: ScaleY(1);
                -o-transform: ScaleY(1);
                transform: ScaleY(1);
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .lightBox.fares #lightBoxInner img:hover {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    transform: scale(1.05);
                }

    h3.section-title {
        clear: both;
    }

    .fares hr.sep {
        margin: 20px 0;
        border: none;
        border-top: 1px dotted rgba(0, 0, 0, .3);
        clear: both;
        float: left;
        width: 100%;
    }

    .fares .egMenu3Level_0 a {
        font-weight: 500;
        font-size: 14PX;
    }

    .ui-widget-header {
        background: none !important;
        border: none !important;
    }

    .fares a.cta-btn {
        font-size: 18px;
        height: auto;
        margin-top: 20px;
    }

    .read-more-toggle {
        padding: 10px;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        margin-left: 20px;
        cursor: pointer;
        color: rgb(0, 74, 151);
        position: absolute;
        bottom: -35px;
    }

    /***********************************************************************************************************************
 * Budget Pie Charts
 ************************************************************************************************************************/
    .piechart {
        margin: 0 0 20px;
        float: left;
    }

        .piechart .chart-wrap {
            width: 195px;
            float: left;
        }

        .piechart .chartlegend-wrap {
            width: 525px;
            float: right;
        }

        .piechart img {
            float: left;
        }

        .piechart p {
            margin: 5px auto 5px 195px;
            padding-left: 10px;
            line-height: 20px;
        }

        .piechart p {
            padding-left: 10px !important;
            margin-bottom: 3px !important;
        }

    .chartlegend_1 {
        border-left: 20px solid #8CC63F;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_2 {
        border-left: 20px solid #BF311A;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_3 {
        border-left: 20px solid #0069AA;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_4 {
        border-left: 20px solid #F47B20;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_5 {
        border-left: 20px solid #5A9A98;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_6 {
        border-left: 20px solid #965E0B;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_7 {
        border-left: 20px solid #95C6EB;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_8 {
        border-left: 20px solid #777777;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_9 {
        border-left: 20px solid #990066;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_10 {
        border-left: 20px solid #CC9933;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .chartlegend_11 {
        border-left: 20px solid #EEEEEE;
        padding-left: 5px;
        font-size: 0.8em;
    }

    /***********************************************************************************************************************
 * Text-align style from BS4
 ************************************************************************************************************************/
    .text-justify {
        text-align: justify !important;
    }

    .text-nowrap {
        white-space: nowrap !important;
    }

    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .text-left {
        text-align: left !important;
    }

    .text-right {
        text-align: right !important;
    }

    .text-center {
        text-align: center !important;
    }

    @media (min-width:576px) {
        .text-sm-left {
            text-align: left !important;
        }

        .text-sm-right {
            text-align: right !important;
        }

        .text-sm-center {
            text-align: center !important;
        }
    }

    @media (min-width:768px) {
        .text-md-left {
            text-align: left !important;
        }

        .text-md-right {
            text-align: right !important;
        }

        .text-md-center {
            text-align: center !important;
        }
    }

    @media (min-width:992px) {
        .text-lg-left {
            text-align: left !important;
        }

        .text-lg-right {
            text-align: right !important;
        }

        .text-lg-center {
            text-align: center !important;
        }
    }

    @media (min-width:1200px) {
        .text-xl-left {
            text-align: left !important;
        }

        .text-xl-right {
            text-align: right !important;
        }

        .text-xl-center {
            text-align: center !important;
        }
    }

    .text-lowercase {
        text-transform: lowercase !important;
    }

    .text-uppercase {
        text-transform: uppercase !important;
    }

    .text-capitalize {
        text-transform: capitalize !important;
    }

    .font-weight-normal {
        font-weight: 400;
    }

    .font-weight-bold {
        font-weight: 700;
    }

    .font-italic {
        font-style: italic;
    }

    .text-white {
        color: #fff !important;
    }
