
/*
START OF VCM FRONT PAGE
 */
.vcm-front-page {
    padding: 15px 15px;
    padding-left: 30px;

    font-size: 1.0rem;
}

.vcm-front-page a {
    color: #0c4522;
}

.vcm-front-page .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000000;
}

.vcm-front-page .tooltip.no-border {
    position: unset;
    display: unset;
    border-bottom: unset;
}

.vcm-front-page table tr:first-child .tooltip a {
    color: #FFFFFF!important;
}

/* Tooltip text */
.vcm-front-page .tooltip .tooltip-content {
    font-weight: normal!important;
    visibility: hidden;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 0.9rem;
    opacity: 0.8;
}
.vcm-front-page .tooltip .tooltip-content a {
    color: #FFFFFF;
    border-bottom: 1px dotted #ffffff;
}

.vcm-front-page .vl {
    border-left: 2px solid #222222;
    height: 70px;

    position: absolute;
    top: 20px;
    left: 50%;


}


/* Show the tooltip text when you mouse over the tooltip container */
.vcm-front-page .tooltip:hover .tooltip-content {
    visibility: visible;
    min-width: 520px;
    padding: 15px;
}

.vcm-front-page #anchor-menu-section {
    margin-bottom: 45px;

}

.vcm-front-page .tbl-registry-retirements, .vcm-front-page .tbl-registry-cancellations {
    margin-top: 15px !important;
}

.vcm-front-page .back-to-top {
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 0.8em;
}
.vcm-front-page fieldset {
    margin-top: 30px;
    border: 2px solid #0c4522;
    position: relative;
}

.vcm-front-page fieldset legend {
    margin: 0px auto;
    font-size: 1.25rem;
    padding: 0px 15px;
}

.vcm-front-page .anchor-menu {
    display: flex;
    flex-wrap: wrap;
    /*border: 2px solid #0c4522;*/
    margin: 0px;

    padding: 10px 25px;
    padding-right: 0px;

}

.vcm-front-page .anchor-menu li {
    flex-basis: 60%;
    list-style: square;
    text-align: left;
    padding: 0px 2px;
    margin-left: 12px;
    height: 24px;
}
.vcm-front-page .anchor-menu li:nth-child(2n) {
    /*padding-left: 25px;*/
    flex-basis: 36%;
    margin-left: 0px;
}

.vcm-front-page .anchor-menu li a {
    padding-left:0px;
    font-size: 0.9rem;
}

.vcm-front-page .anchor-menu li:last-child {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

.vcm-front-page li, .vcm-front-page p {
    font-size: 1.0rem;
}

.vcm-front-page .vcm-tabs {
    max-width: 500px;
}

.vcm-front-page .vcm-tabs ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}

.latest-stories li{
    padding-top: 7px;
    padding-bottom: 7px;
}

.vcm-front-page .vcm-tabs li {
    list-style: none;
    flex-basis: 33%;
    cursor: pointer;
    /*padding: 2px 5px;*/
    transition-property: background-color;
    transition-timing-function: linear;
    transition-duration: 1s;
    font-size: 1.35em;
    font-weight: bold;
    display: inline-block;
    height: 30px;
    text-align: center;
}

.vcm-front-page .vcm-tabs li a, .vcm-front-page #sigma .header1 a , .vcm-front-page #allied-offsets .header1 a {
    position: relative;
    width: 35px;
    display: inline-block;
}

.vcm-front-page .vcm-tabs li a, .vcm-front-page #sigma .header1 a, .vcm-front-page #allied-offsets .header1 a {
    transform: scale(0.25) translateY(-30px);
}

.vcm-front-page .vcm-tabs li a:hover, .vcm-front-page #sigma .header1 a:hover, .vcm-front-page #allied-offsets .header1 a:hover  {
    transform: scale(0.33) translateY(-20px);
}

.vcm-front-page .vcm-tabs li {
    border: 1px solid transparent;
}

.vcm-front-page .vcm-tabs li[data-active="1"]  {
    border: 1px solid #0c4522;
}

.vcm-front-page .vcm-tabs li[data-active="1"] a {
    /*color: #FFFFFF;*/
}


.vcm-front-page .vcm-tabs li[data-active="1"] a .arrow {
    /*background: #FFFFFF;*/
}

.vcm-front-page .vcm-tabs li[data-active="1"] a .arrow:before {
    /*background: #FFFFFF;*/
}
.vcm-front-page .vcm-tabs li[data-active="1"] a .arrow:after {
    /*background: #FFFFFF;*/
}

.vcm-front-page #sigma a .arrow {
    /*background: #FFFFFF;*/
}

.vcm-front-page #sigma a .arrow:before {
    /*background: #FFFFFF;*/
}
.vcm-front-page #sigma a .arrow:after {
    /*background: #FFFFFF;*/
}



.vcm-front-page .vcm-tabs li[data-active="1"] {
    /*background: #0c4522;*/
    /*color: #FFFFFF;*/
}

.vcm-front-page h1 {
    color: #0c4522;
    font: bold 22px/1.1em serif;
    margin: 10px 0;
    margin-top: 30px;
    /*width: 99%;*/
    font-family: sans-serif;
    font-size: 1.5rem;
    /*color: #000000;*/

    border-bottom: 4px solid #0c4522;

}

.vcm-front-page h2 {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 15px;
}

.vcm-front-page .note {
    margin: 5px 0px;
    font-style: italic;
    font-size: 0.9rem;
}

.vcm-front-page .small, .vcm-front-page .small p {
    margin: 5px 0px;
    font-size: 0.7rem;
    font-weight: bold;
}

.vcm-front-page .header1 .small {
    font-weight: normal;
}

.vcm-front-page sup {
    font-size: 0.8rem;
}
.vcm-front-page td.red {
    color: red;
}

.vcm-front-page canvas {
    margin-top: 15px;
    margin-bottom: 15px;
}

.vcm-front-page h1 small, .vcm-front-page h2 small, .vcm-front-page h3 small {
    font-size: 0.9rem;
    font-weight: normal;
    font-style: italic;
}


.vcm-front-page ul {
    margin-top: 0px;
    margin-left: 15px;
    padding-right: 15px;
}

.vcm-front-page h3 {
    padding-bottom: 30px;
    padding-top: 45px;

}

.page-template-template-vcm-front-page #main {
    /*width: 100%;*/
    max-width: 800px;
}

.vcm-front-page table {
    /*border-collapse: collapse;*/
    /*border: 1px solid transparent;*/
    border-spacing: 0;

    /*border-top: 1px solid #444444;*/
    /*border-right: 1px solid #444444;*/
    margin-top: 15px;
    margin-bottom: 15px;
    /*width: 100%;*/

}

.vcm-front-page table tr:nth-child(1) {
    background-color: #444444;
}

.vcm-front-page table tr:nth-child(1) td {
    /*color: #FFFFFF !important;*/
    font-weight: normal!important;
}

.vcm-front-page section {
    margin-bottom: 60px;
}


.vcm-front-page section > h1, h1#top{
    margin-bottom: 45px;
}

/*.vcm-front-page .intro-table {*/
/*	margin: 15px 0px;*/
/*}*/

/*.vcm-front-page .intro-table table tr:nth-child(1) {*/
/*	background-color: #444444;*/
/*}*/
/*.vcm-front-page .intro-table table tr:nth-child(1) td {*/
/*	color: #ffffff!important;*/
/*}*/

/*.vcm-front-page .intro-table table td:nth-child(2) {*/
/*	font-weight: bold;*/
/*}*/

/*.vcm-front-page .intro-table table td:nth-child(3) {*/
/*	font-weight: bold;*/
/*}*/


.vcm-front-page table {
    margin: 0px;
    /*border: 0px !important;*/
    max-width: 100%;
}


.vcm-front-page .header1, .vcm-front-page .header2, .vcm-front-page .footer1 {
    border: 1px solid transparent;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 2px 5px;
    /*text-align: left;*/
}

.vcm-front-page .header1, .vcm-front-page .header2 {
    font-weight: bold;
}

.vcm-front-page .header1 {
    padding-top: 15px;
}

.vcm-front-page .header2 > * {
    font-weight: bold;
    margin: 0px;
}

.vcm-front-page .header2 h2 {
    font-size: 1.0em;
}


.vcm-front-page .footer1 {
    border: 0px;
}

.vcm-front-page .header1 {
    /*background: #0c4522;*/
    text-align: left;

}
.vcm-front-page .cco-table {
    border: 2px solid #0c4522;
    /*border-bottom: 4px solid #0c4522;*/
}

.vcm-front-page .header1 > * {
    /*color: #ffffff;*/
    padding: 5px 0px;
    margin: 0px;
    font-weight: bold;
}

.vcm-front-page .header1 > h1 {
    border-bottom: 0px;
}

.vcm-front-page .blue-row  {
    background: #dedede;
    color: navy;
    font-weight: bold;
}

.vcm-front-page .blue-row td {
    background: #dedede;
    color: navy;
    font-weight: bold;
}


.vcm-front-page .empty-row  {
    background: #FFFFFF;
}

.vcm-front-page .empty-row td {
    background: #FFFFFF;
}


.vcm-front-page .header2 {
    /*background: #0c4522;*/
}

.vcm-front-page .header2 * {
    /*color: #ffffff;*/
}

.vcm-front-page table td {
    text-align: center;
}

.vcm-front-page table tr td:first-child {
    text-align: left;
    font-weight: bold;
}


.vcm-front-page table tr td {
    color: #000000;

    /*border-left: 1px solid #444444;*/
    /*border-bottom: 1px solid #444444;*/
    /*border-top: 0px;*/
    /*border-right: 0px;*/
    padding: 2px 5px;
    /*height: 1.5rem;*/
    /*min-width: 80px;*/
    font-size: 0.85rem;
    border-collapse: collapse;
    border-spacing: 0;
}


.vcm-front-page table tr td {
    width: 110px!important;
    vertical-align: bottom;

}


.vcm-front-page table tr td:nth-child(1) {
    width: 150px!important;


}
.vcm-front-page table tr:nth-child(even) {
    background: #FFFFFF;
}

.vcm-front-page table tr:nth-child(odd) {

    /*background: #dedede;*/
    background: #FFFFFF;
}
.vcm-front-page #cbl-geo-std-contracts tr:nth-child(odd) {
    background: #dedede;
}

.vcm-front-page #cbl-spot-1 table tr:nth-child(odd), .vcm-front-page #cbl-vcm-volume table tr:nth-child(odd) {

    background: #FFFFFF;
}

.vcm-front-page table tr:nth-child(1) {
    /*background: #FFFFFF;*/
    background: #dedede!important;
}

.vcm-front-page .ctx1 table tr:nth-child(1) td {
    text-align: center;
    font-weight: normal;
}


.vcm-front-page .ctx1 table tr:nth-child(1) td:last-child {
    border-left: 1px solid #FFFFFF;
}

.vcm-front-page #carbon-credit-offers-ctx tr:first-child td:first-child {
    text-align: left;
}

/*.vcm-front-page .tbl-issuance-per-src tr:first-child {*/
/*	background: #FFFFFF;*/
/*}*/

/*.vcm-front-page .alt-tbl  tr:first-child td {*/
/*	background: #ffffff!important;*/
/*	color: #000000!important;*/
/*	border: 1px solid #444444;*/
/*	border-left: 1px solid transparent;*/
/*}*/

/*.vcm-front-page .alt-tbl tr:first-child td:first-child {*/
/*	border-left: 1px solid #444444;*/
/*}*/

.vcm-front-page table.tbl-offsets-1 tr td:nth-child(5) {
    /*color: #0c4522;*/
    /*font-weight: bold;*/
}

.vcm-front-page table.tbl-offsets-1 tr td:nth-child(4) {
    /*color: red;*/
    /*font-weight: bold;*/
}

.vcm-front-page table.tbl-yesterday tr td:nth-child(5) {
    /*color: #0c4522;*/
    /*font-weight: bold;*/
}

.vcm-front-page table.tbl-yesterday tr td:nth-child(4) {
    /*color: red;*/
    /*font-weight: bold;*/
}

.vcm-front-page .info-popup-container {
    position: fixed;

    min-height: 200px;
    bottom: 2px;
    top: unset;
    left: 0px;
    right: 0px;

    border: 3px solid #cdcdcd;
    padding: 15px;
    z-index: 990;
    background: #dedede;

}

.vcm-front-page .info-popup-container button.accept {
    background: #0c4522;
    color: #FFFFFF;
    font-weight: bold;
    margin: 15px;
    position: absolute;
    top: unset;
    left: unset;
    bottom: 15px;
    right: 15px;
    padding: 15px 30px;
    cursor: pointer;
    border: 1px solid transparent;
}

.vcm-front-page .graph-container {
    width: 99%!important;
    /*max-width: 716px;*/
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px solid #0c4522;
}
.page-template-template-vcm-front-page .customsidebar{
    border-top: 4px solid transparent;
}

.page-template-template-vcm-front-page #sidebar div:first-child {
    margin-top: 12px;
}

@media (max-width: 1279px) {
    vcm-front-page .info-popup-container {
        min-height: 260px;
    }
}


@media (max-width: 900px) {
    .vcm-front-page table h1, .vcm-front-page h2, .vcm-front-page h3, .vcm-front-page ul {
        max-width: 100%;
    }

    .vcm-front-page .header1, .vcm-front-page .header2, .vcm-front-page .footer1 {
        width: 100%;
    }



    .vcm-front-page .header1, .vcm-front-page .header2, .vcm-front-page .footer1 {
        width: 100%;
    }

    .vcm-front-page .graph-container {
        /*width: 81vw !important;*/
        max-width: 100%;
    }

    .vcm-front-page .info-popup-container {
        min-height: 320px;
    }
}

@media (max-width: 800px) {
    .vcm-front-page .anchor-menu li {
        flex-basis: 100%!important;
        margin-left: 0px;
    }
    .vcm-front-page .anchor-menu li a {
        padding-left: 0px;
        font-size: 0.9rem;
    }
    .vcm-front-page .anchor-menu li:nth-child(2n) {
        /*padding-left: unset;*/
    }
    .vcm-front-page fieldset .vl {
        display: none;
    }
}


@media (max-width: 720px) {
    .vcm-front-page table {
        display: block !important;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 600px) {
    .vcm-front-page .info-popup-container {
        height: 560px;
    }

    .vcm-front-page .anchor-menu li {
        flex-basis: 100%;
    }

    .vcm-front-page .anchor-menu li a {
        padding-left: unset;
    }

    .vcm-front-page .anchor-menu li:last-child {
        margin-left: unset;
        margin-right: unset;
    }

}



.vcm-front-page .tooltip:hover .tooltip-content {
    display: none !important;
}

.tooltip-content-bottom {
    transition-property: all;
    transition-timing-function: linear;
    transition-duration: 1s;
    display: none;
    position: fixed;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    z-index: 11;
    border-radius: 0;
    max-width: 100%;
    padding: 15px;
    /*border-top: 1px solid #0a4320;*/
    background-color: #444;
    color: #FFFFFF;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.tooltip-content-bottom.active {
    display: block;
}



/*
END OF VCM FRONT PAGE
 */


