﻿.breadcrumb-bg {
    background-color: #333333;
    font-size: 0.75em;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .breadcrumb-bg a {
        text-decoration: none;
        color: #61D2F8;
    }

.titlelandingbg {
    background-image: url(../images/landing-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

    .titlelandingbg h1 {
        color: #fff !important;
        text-shadow: 2px 2px #000;
        text-align: center;
    }

.whitebg {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #444;
}

.whitebg-ovelap {
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.plateBg {
    background: #FFD300;
    border: none;
    padding: 3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0,2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}


/* Component start */
.CircleStrokeMeter {
    text-align: center;
}

    .CircleStrokeMeter > svg {
        height: 165px;
        width: 165px;
    }

        .CircleStrokeMeter > svg > circle {
            fill: none;
            stroke-opacity: .3;
            stroke-width: 2;
            transform-origin: center center;
            transform: rotate(-180deg);
        }

            .CircleStrokeMeter > svg > circle + circle {
                stroke-dasharray: 1;
                stroke-dashoffset: 1;
                stroke-linecap: round;
                stroke-opacity: 1;
            }

    .CircleStrokeMeter.animatable > svg > circle + circle {
        transition: stroke-dashoffset .9s ease;
    }

    .CircleStrokeMeter > svg > text {
        fill: currentcolor;
        font-size: 9px;
        stroke: none;
        font-weight: bold;
    }

        .CircleStrokeMeter > svg > text > tspan + tspan {
            font-size: 7px;
        }

    .CircleStrokeMeter > figcaption {
        font-family: 'Montserrat', serif;
        font-size: 14px;
        margin-top: 15px;
        text-transform: uppercase;
    }

/*.note-display:nth-child(1) > .CircleStrokeMeter > svg { stroke: #098BB6; }
.note-display:nth-child(2) > .CircleStrokeMeter > svg { stroke: #098BB6; }
.note-display:nth-child(3) > .CircleStrokeMeter > svg { stroke: #098BB6; }
.note-display:nth-child(4) > .CircleStrokeMeter > svg { stroke: #098BB6; }*/

.strokeRed {
    stroke: #FF0000;
}

.strokeGreen {
    stroke: #2AFF00;
}

.strokeOrange {
    stroke: #FF9600;
}

.strokeBlue {
    stroke: #098BB6;
}

.note-display > button {
    line-height: 2;
    padding: 0 1em;
}


@media only screen and (max-width: 1024px) {
    .CircleStrokeMeter > svg {
        height: 145px;
        width: 145px;
    }
}

@media only screen and (max-width: 600px) {
    .CircleStrokeMeter > svg {
        height: 80px;
        width: 80px;
    }


    .CircleStrokeMeter > figcaption {
        font-family: 'Montserrat', serif;
        font-size: 11px;
        margin-top: 15px;
        text-transform: uppercase;
    }
}

/*
Light Blue #098BB6
Dark Blue #0B212F
Grey #333333
*/
.darkboxBuyOption {
    background-color: #11191E;
    border: solid 1px #0B212F;
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.greyboxBuyOption {
    background-color: #efefef;
    border-radius: 10px;
    padding: 14px;    
    margin-bottom: 10px;
}

.btn-select {
    color: #fff;
    background-color: #098BB6;
    padding: 0.7rem 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 1rem;
    border: solid 3px #fff;
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px #cccccc;
}

.darkbox {
    background-color: #11191E;
    border: solid 1px #0B212F;
    border-radius: 10px;
    padding: 20px;
}

.boxGreyBuyOption {
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.btn-blue {
    color: #ffffff;
    background-color: #098BB6;
    padding: 1rem 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.5rem;
    border: solid 3px #fff;
    margin
}

    .btn-blue:hover {
        color: #fff;
        background-color: #61D2F8;
        border-color: #61D2F8;
    }

    .btn-blue:focus, .btn-blue.focus {
        color: #fff;
        background-color: #61D2F8;
        border-color: #61D2F8;
        box-shadow: 0 0 0 0.2rem rgba(9, 139, 182, 0.5);
    }

.btn-diesel {
    color: #333;
    background-color: #cccccc;
    padding: 2rem 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.5rem;
    border: solid 3px #fff;
    margin
}

    .btn-diesel:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-diesel:focus, .btn-diesel.focus {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }


.btn-petrol {
    color: #ffffff;
    background-color: #28a745;
    padding: 2rem 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.5rem;
    border: solid 3px #fff;
    margin
}

    .btn-petrol:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-petrol:focus, .btn-petrol.focus {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }
