body {
}
.highcharts-credits, .highcharts-exporting-group {
    display: none;
}

.info-box:hover .info-box-icon i {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}


#nt-example1 li:nth-child(odd) {
    background: #42c5db3b;
}

#nt-example1 li {
    padding-left: 10px;
}

.products-list .product-description {
    color: #111 !important;
}

.pulse2 {
    -webkit-animation: pulse2 2s linear infinite;
    -moz-animation: pulse2 2s linear infinite;
    -ms-animation: pulse2 2s linear infinite;
    animation: pulse2 2s linear infinite;
}

@keyframes

"pulse2" {
    0%

{
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

}

@-moz-keyframes pulse2 {
    0% {
        -moz-transform: scale(1.0);
        transform: scale(1.0);
    }

    50% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes

"pulse2" {
    0%

{
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}

}

@-ms-keyframes

"pulse2" {
    0%

{
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

50% {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

100% {
    -ms-transform: scale(1);
    transform: scale(1);
}

}


.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #79A70A;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #d2d6de;
    border-top-color: rgb(210, 214, 222);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 3px solid #d2d6de;
    border-top-color: rgb(210, 214, 222);
}


.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.pull-right {
    float: right !important;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}