:root {
    --borderColor: #c8c8c8;
    --backgroundDetailsContent: #e3e3e3;
}

.icon-14 svg {
    width: 14px;
}

.icon-18 svg {
    width: 18px;
}

.icon-22 svg {
    width: 22px;
}

.icon-26 svg {
    width: 26px;
}

.icon-30 svg {
    width: 30px;
}

.icon-34 svg {
    width: 34px;
}

.icon-38 svg {
    width: 38px;
}

.icon-60 svg {
    width: 60px;
}

.icon-70 svg {
    width: 70px;
}

.icon-80 svg {
    width: 80px;
}

.icon-90 svg {
    width: 90px;
}

.svgGray path, .svgGray polygon, .svgGray circle, .svgGray rect {
    fill: #777;
}

.svgGreen path, .svgGreen polygon, .svgGreen circle, .svgGreen rect {
    fill: #39b118
}

.svgBlue path, .svgBlue polygon, .svgBlue circle, .svgBlue rect {
    fill: #12a8f5
}

.svgRed path, .svgRed polygon, .svgRed circle, .svgRed rect {
    fill: #ff6e76
}

.svgOrange path, .svgOrange polygon, .svgOrange circle, .svgOrange rect {
    fill: #ff9000
}

.svgCyan path, .svgCyan polygon, .svgCyan circle, .svgCyan rect {
    fill: #00867d
}

.svgGrayLight path, .svgGrayLight polygon, .svgGrayLight circle, .svgGrayLight rect {
    fill: #aaa;
}

.svgLight path, .svgLight polygon, .svgLight circle, .svgLight rect {
    fill: #eee;
}

.svgDark path, .svgDark polygon, .svgDark circle, .svgDark rect {
    fill: #3a3a3a;
}

.svgBlack path, .svgBlack polygon, .svgBlack circle, .svgBlack rect {
    fill: #000;
}

.svgWhite path, .svgWhite polygon, .svgWhite circle, .svgWhite rect {
    fill: #fff;
}

.va1 {
    vertical-align: 1px;
}

.va2 {
    vertical-align: 2px;
}

.va3 {
    vertical-align: 3px;
}

.va4 {
    vertical-align: 4px;
}

.va5 {
    vertical-align: 5px;
}

.va-1 {
    vertical-align: -1px;
}

.va-2 {
    vertical-align: -2px;
}

.va-3 {
    vertical-align: -3px;
}

.va-4 {
    vertical-align: -4px;
}

.va-5 {
    vertical-align: -5px;
}

.va-12 {
    vertical-align: -12px;
}

.sectionOne {
    border: 1px solid var(--borderColor);
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: -80px;
    position: relative;
    background: white;
    margin-bottom: 30px;
}

.img-test {
    width: 120px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
}

.sectionOne p {
    text-align: center;
    margin-bottom: -10px !important;
    margin-top: 5px;
}

.sectionOne .inlineTextAndIcon span {
    color: #777;
}

.downloadReport {

    background: #fff;
    padding: 6px 5px;
    width: 100%;
    display: block;
    border-radius: 4px;
    margin-bottom: 7px;
    color: #ff6e76;
    border: 1px solid #ff6e76;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}

.downloadReport:hover {
    background: #ff6e76;
    color: white;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.downloadReport path {
    fill: #ff6e76
}

.downloadReport:hover path {
    fill: #fff
}

.downloadReport:hover, .FriendsChallenge:hover {
    opacity: .8;
    color: white !important;
}

.shareTest {
    background: #fff;
    padding: 6px 5px;
    width: 100%;
    color: #39b118;
    display: block;
    border-radius: 4px;
    margin-bottom: 7px;
    border: 1px solid #39b118;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.shareTest path {
    fill: #39b118;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.shareTest:hover {
    background: #39b118;
    padding: 6px 5px;
    width: 100%;
    color: #fff;
    display: block;
    border-radius: 4px;
    margin-bottom: 7px;
    border: 1px solid #39b118;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.shareTest:hover path {
    fill: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.FriendsChallenge {
    background: #12a8f5;
    padding: 6px 5px;
    width: 100%;
    color: #fff;
    display: block;
    border-radius: 4px;
    margin-bottom: 7px;
    border: 1px solid #12a8f5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.FriendsChallenge path {
    fill: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.FriendsChallenge:hover {
    background: #fff;
    color: #12a8f5 !important;
    border: 1px solid #12a8f5;
}

.FriendsChallenge:hover path {
    fill: #12a8f5;
}

.container-fluid .col-md-8 .col-md-8.detailsBook > div {

    padding: 0 !important;

}

.col-md-8.detailsBook .discription p {

    max-height: 82px !important;
    overflow: hidden;

}

.sectionContent.end {

    border-bottom: none !important;

}

.container-fluid .col-md-8 .col-md-8.detailsBook > div.discription p {

    font-size: 12px;
    background: #e6f5fd;
    padding: 5px 15px;
    border-radius: 5px;
    line-height: 2;
    margin-top: 20px;

}

.container-fluid .col-md-8 .col-md-8.detailsBook {

    padding: 30px 15px !important;

}

.container-fluid .col-md-8 .col-md-8.detailsBook {

    padding: 15px 5px 15px 40px !important;

}

.imageBookBox {

    overflow: hidden;

}

.imageBookBox img {

    background-size: cover !important;
    background-size: 10% !important;
    background-position-y: -60px !important;
    width: auto;
    height: 260px;
    position: relative;
    right: -120px;

}

.inlineTextAndIcon > span:first-child {
    margin-left: 5px;
}

.inlineTextAndIcon {
    margin-bottom: 7px;
}

.sectionSideBar {
    border: 1px solid var(--borderColor);
    margin-bottom: 30px;
    border-radius: 5px;
    background: white;
}

.sectionSideBar > div {
    padding: 10px 20px;
}

.sectionSideBar .header {
    border-bottom: 1px solid var(--borderColor);
    background: #f6f6f6;
}

.sectionSideBar .header span:first-child {
    margin-left: 5px;
}

.sectionSideBar > div {
    padding: 15px 15px 15px;
}

.list-Access a {
    color: #555;
}

.list-Access a:hover {
    color: #333;
}

.list-Access li {
    color: #444;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.list-Access a {

    font-size: 16px;
    font-weight: 300;

}

.list-Access {

    padding-right: 20px;

}

.list-Access li::before {

    content: '';
    background-image: url('../image/oval.svg');
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -15px;
    top: 6px;

}

.list-Access li.active::before {
    background-image: url('../image/oval1.svg') !important;
}

li.active, .list-Access li.active a {
    color: #12a8f5;
    font-weight: 500;
}

li:hover {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.51);
    font-weight: 500;
}

li.active:hover {
    text-shadow: unset;
}

.list-Access li.active {

    list-style: disc;

}

.sectionSideBar.warning .header {
    background: #fffccc;
}

.textArea_Custom {
    border: 1px solid var(--borderColor);
    padding: 5px 9px;
    width: 100%;
    border-radius: 5px;
}

.buttonComment {
    width: 100%;
    border: 1px solid var(--borderColor);
    background: #f6f6f6;
    margin-top: 6px;
    border-radius: 4px;
    padding: 5px;
    height: 32px;
}

.buttonComment:hover {
    background: #39b118;
    color: white;
}

.rate {
    width: 100%;
    border: 1px solid var(--borderColor);
    background: #f6f6f6;
    margin-top: 6px;
    border-radius: 4px;
    padding: 2px 0;
    height: 32px;
    text-align: center;
    direction: ltr;
}

.checked {
    color: #ff9000 !important;
}

.rateview > span:hover, .rateview > span:hover ~ span {
    color: rgba(255, 144, 0, 0.41) !important;
}

.rateview .icon {
    font-size: 15px;
    margin-left: 6px;
}

.sectionOne.PDF {
    text-align: center;
}

.sectionOne.PDF .inlineTextAndIcon {
    display: inline-block;
    margin-left: 40px;
}

.sectionOne.PDF .inlineTextAndIcon > span:first-child {
    margin-left: 2px;
}

.sectionContent {

    margin-bottom: 25px;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 50px;

}

/*.sectionContent:last-child {*/
/*border-bottom: none !important;*/
/*}*/

.sectionContent .header .title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    position: relative;
    /*top: 93px;*/
}

.sectionContent .header {
    margin-bottom: 15px;
    position: relative;
}

.sectionContent .header.icon, .sectionContent .header.details {
    padding-right: 110px;
    height: 100px;
}

#comment textarea {

    resize: none;
    border: none !important;
    padding: 10px 20px;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    box-shadow: none !important;

}

.sectionContent .header.details .details {
    background: #e3e3e3;
    padding: 5px 25px;
    border-radius: 5px;
    max-height: 70px;
    min-height: 70px;
    position: relative;
    overflow: hidden
}

.sectionContent .header .icon {
    top: 5px;
    position: absolute;
    right: 0;
}

.sectionContent .header.details .details p {
    line-height: 2;
    vertical-align: middle;
    position: absolute;
    right: 5%;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    text-align: justify;
}

.sectionSideBar .detailsBook span {
    color: #888;
}

.sectionSideBar .detailsBook h5, .sectionSideBar .detailsBook h6 {
    margin-top: 5px;
    font-size: 13px !important;
}

.sectionContent .content p {

    text-align: justify;

}

.sectionContent .details .progressBar {

    position: absolute;
    width: 90%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);

}

.sectionContent.warning {
    background: #fedfe1;
    padding: 15px 15px 15px 15px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ff6e76;
}

.sectionContent.warning .details {
    background: #fedfe1 !important;
}

.sectionContent.warning .title {
    color: #ff6e76;
}

.sectionContent.warning svg path, .sectionContent.warning svg circle {
    fill: #ff6e76 !important;
}

.sectionContent .header.details .details p {
    padding: 5px 0px 5px 25px;
}

.sectionContent.warning .header.details .details p {
    padding: 5px 80px 5px 25px;
}

.sectionContent.warning .header {

    padding-right: 0;
    height: 60px;

}

/*.sectionContent.warning .header .icon {*/

/*top: -75px;*/
/*position: absolute;*/
/*right: 50%;*/
/*transform: translateX(50%);*/

/*}*/
.sectionContent.warning .header .icon {
    top: -5px;
    position: absolute;
    right: 50px;
    transform: translateX(50%);
    z-index: 2;
}

.sectionContent.warning .title {
    color: #ff6e76;
    position: absolute;
    z-index: 2;
    bottom: -25px;
    right: 35px;
}

.fixedSideBar {
    position: fixed;
    top: 15px;
    width: 370px;
}

.sectionSideBar.warning p {
    text-align: justify;
}

.hidden {
    display: none !important;
}

.hidden.sectionOne.PDF + .sectionContent {
    margin-top: 60px;
}
.gauge {
    width:90%;margin-left:2%;height:unset !important;
}
li .Boxstatus {
    border: 1px solid #ccc;
    padding: 4px;
    font-size: 12px !important;
    text-align: right;
    margin-top: 6px;
    border-radius: 4px;
}
li .Boxstatus span {
    margin:0 5px;
    font-size: 12px !important;
}
ul.status {

    padding: 0;

}
li .Boxstatus span:last-child {
    float: left;
}
ul.status .Boxstatus  {
    position: relative;

}



li:nth-child(1) .Boxstatus  {
    border-color: #12b700;
}
li:nth-child(2) .Boxstatus  {
    border-color: #00b533;
}
li:nth-child(3) .Boxstatus  {
    border-color: #00b254;
}
li:nth-child(4) .Boxstatus  {
    border-color: #00af70;
}
li:nth-child(5) .Boxstatus  {
    border-color: #00ad94;
}
li:nth-child(6) .Boxstatus  {
    border-color: #ffbb22;
}
li:nth-child(7) .Boxstatus  {
    border-color: #ff9e1f;
}
li:nth-child(8) .Boxstatus  {
    border-color: #ff9022;
}
li:nth-child(9) .Boxstatus  {
    border-color: #ff641f;
}
li:nth-child(10) .Boxstatus  {
    border-color: #ff3722;
}
li:nth-child(11) .Boxstatus  {
    border-color: #ff2424;
}



li.active:nth-child(1) .Boxstatus span {
    color: white;
    border-color: #12b700;
}
li.active:nth-child(2) .Boxstatus span {
    color: white;
    border-color: #00b533;
}
li.active:nth-child(3) .Boxstatus span {
    color: white;
    border-color: #00b254;
}
li.active:nth-child(4) .Boxstatus span {
    color: white;
    border-color: #00af70;
}
li.active:nth-child(5) .Boxstatus span {
    color: white;
    border-color: #00ad94;
}
li.active:nth-child(6) .Boxstatus span {
    color: white;
    border-color: #ffbb22;
}
li.active:nth-child(7) .Boxstatus span {
    color: white;
    border-color: #ff9e1f;
}
li.active:nth-child(8) .Boxstatus span {
    color: white;
    border-color: #ff9022;
}
li.active:nth-child(9) .Boxstatus span {
    color: white;
    border-color: #ff641f;
}
li.active:nth-child(10) .Boxstatus span {
    color: white;
    border-color: #ff3722;
}
li.active:nth-child(11) .Boxstatus span {
    color: white;
    border-color: #ff2424;
}


li.active:nth-child(1) .Boxstatus {
    border-color: #12b700;
    background: #12b700;
}
li.active:nth-child(2) .Boxstatus {
    border-color: #00b533;
    background: #00b533;
}
li.active:nth-child(3) .Boxstatus {
    border-color: #00b254;
    background: #00b254;
}
li.active:nth-child(4) .Boxstatus {
    border-color: #00af70;
    background: #00af70;
}
li.active:nth-child(5) .Boxstatus {
    border-color: #00ad94;
    background: #00ad94;
}
li.active:nth-child(6) .Boxstatus {
    border-color: #ffbb22;
    background: #ffbb22;
}
li.active:nth-child(7) .Boxstatus {
    border-color: #ff9e1f;
    background: #ff9e1f;
}
li.active:nth-child(8) .Boxstatus {
    border-color: #ff9022;
    background: #ff9022;
}
li.active:nth-child(9) .Boxstatus {
    border-color: #ff641f;
    background: #ff641f;
}
li.active:nth-child(10) .Boxstatus {
    border-color: #ff3722;
    background: #ff3722;
}
li.active:nth-child(11) .Boxstatus {
    border-color: #ff2424;
    background: #ff2424;
}
#sec3{
    border-bottom: none !important;
}
.SaveResponeByPopUp:hover , .SaveResponeByPopUp:active , .SaveResponeByPopUp:focus{
    color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
    .sectionSideBar.quickAccess, .sectionSideBar.warning, .sectionSideBar.warning + div {
        display: none !important;
    }
    .errorFUll.warning .sectionContent.warning .header .icon {
        top: -30px;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        z-index: 2;
    }
    .gauge {
        width:90%;margin-left:5%;height: 250px !important;
    }
    .list-Access li::before {
        content: '';
        background-image: url('../image/ovalLight.svg') !important;
        background-size: 10px 10px;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -15px;
        top: 6px;
    }

    .sectionContent .header.details .details p {
        padding: 5px 5px 5px 5px;
    }

    .sectionContent .header.icon, .sectionContent .header.details {
        padding-right: 0px;
        height: 100px;
        top: 40px;
    }

    .sectionContent.warning {
        background: #fedfe1;
        padding: 15px 15px 15px 15px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #ff6e76;
        min-height: 170px;
    }

    .sectionContent.warning .header .icon {
        top: -50px;
        position: absolute;
        right: 50px;
        transform: translateX(50%);
        z-index: 2;
    }

    .sectionContent.warning .header .icon svg {
        width: 40px;
    }

    .sectionContent .header.icon, .sectionContent .header.details {
        padding-right: 0px !important;
        height: 110px !important;
    }

    .sectionContent.warning .title {
        color: #ff6e76;
        position: absolute;
        z-index: 2;
        top: -40px;
        right: 85px;
        bottom: unset;
    }

.shareTest span {
    color: #39b118 !important;
}

.sectionContent.warning .header.icon, .sectionContent .header.details {
    padding-right: 0px !important;
    height: 110px !important;
}
.sectionContent.warning .header.details .details {
    padding: 5px 10px;
}
.sectionContent.warning .header.details .details p {
    padding: 5px 0px 5px 0px;
}
}




   .rateview .icon {
        font-size: 18px !important;
        position: relative;
        top: 3px;
    }

    .highcharts-legend {
        display: none;
    }
.particles-js-canvas-el {
    top: 0px;
}
    .sectionContent.sectionSideBar.bookSection .header {

        margin: 0;

    }

    .sectionContent.sectionSideBar.bookSection .content {

        padding: 0;

    }

    .sectionContent.sectionSideBar.bookSection .content .col-md-12.detailsBook {

        padding: 10px 30px;

    }

    .sectionContent.sectionSideBar.bookSection .content .col-md-12.detailsBook .discription p {

        font-size: 12px;
        background: #e6f5fd;
        padding: 5px 15px;
        border-radius: 5px;
        line-height: 2;

    }

    .rateview > span.noHover:hover, .rateview > span.noHover:hover ~ span.noHover {
        color: #ff9000 !important;
        cursor: not-allowed;
    }

    .sectionContent.sectionSideBar.bookSection {

        padding: 0;

    }

    .col-md-12.detailsBook h5, .col-md-12.detailsBook h6 {

        margin: 15px 5px;
        color: #444 !important;

    }

    .col-md-12.detailsBook h5 span, .col-md-12.detailsBook h6 span {
        color: #444 !important;
    }
.sectionContent#sec1 .header .title {
    top: 0px !important;
}
    @media only screen and (max-width: 600px) {
        .icon-90 svg {
            width: 60px !important;
        }

        .sectionContent .header.icon, .sectionContent .header.details {
            padding-right: 70px !important;
            height: 150px !important;
        }
        .sectionContent#sec1 .header .title {
            top: 0px !important;
        }
        .sectionContent .header .title {
            font-size: 14px;
            font-weight: 400;
            display: block;
            margin-bottom: 5px;
            position: relative;
            /*top: 60px;*/
        }

        .sectionContent .header.details .details {
            background: #e3e3e3;
            padding: 5px 25px;
            border-radius: 5px;
            max-height: 100px;
            min-height: 100px;
            position: relative;
            overflow: hidden;
        }

        .sectionContent .header.details .details p {
            font-size: 12px;
        }

        ::after, ::before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        ::after, ::before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .sectionContent.visible-xs.warning .header {
            padding: 0;
        }

        .container-fluid.container-fluid-footer2 {
            z-index: 0 !important;
        }

        .container-fluid.container-fluid-footer1 {
            background-color: #d7dee0;
            padding: 30px 0 15px 0;
            position: relative;
            z-index: 0;
        }

        .downloadReport, .FriendsChallenge {
            color: white !important;
        }

        .MenubarFixed {
            background: #393939;
            position: fixed;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 60%;
            color: #eee !important;
            right: -60%;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

        .MenubarFixed.active {
            background: #393939;
            position: fixed;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 60%;
            color: #eee !important;
            right: 0 !important;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

        .openToggleMenu {
            cursor: pointer;
        }

        .MenubarFixed .list-Access {
            color: #eee;
        }

        .MenubarFixed .list-Access a {
            color: #eee;
            font-size: 12px;
        }

        .MenubarFixed .list-Access a:hover {
            color: #ccc !important;
        }

            .col-md-12.boxTestLineCategory.wide .boxRatis {
    display: none !important;
}
    }

    .MenubarFixed .openToggleMenu {
        position: absolute;
        right: unset;
        bottom: 0;
        left: 10px;
    }

    .title h2 {
        font-size: 24px;
        margin-top: -60px;
        margin-bottom: 90px;
        color: white;

    }

    /*.MenubarFixed.active .openToggleMenu {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: unset;*/
    /*}*/

    .list-Access li {
        color: #444;
        list-style: none;
        margin-bottom: 5px;
        position: relative;
    }

    .visible-xs.MenubarFixed > .header {
        border-bottom: 1px solid rgba(204, 204, 204, 0.51);
        margin-bottom: 10px;
    }


    /* Share */
    section #services {
        text-align: center;
        transform: translatez(0);
    }

    section #services h2 {
        margin: 80px 0px 40px;
        color: #fff;
        font-size: 2.4em;
        text-transform: uppercase;
        text-align: center;
    }

    section #services li {
        width: 120px;
        height: 140px;
        display: inline-block;
        margin: 20px;
        list-style: none;
    }

    section #services li div {
        width: 120px;
        height: 120px;
        color: #74d4b3;
        font-size: 3.4em;
        text-align: center;
        line-height: 120px;
        background-color: #fff;
        transition: all 0.5s ease;
    }

    section #services li a {
        color: #77cc6d;
    }

    section #services li div:hover {
        transform: rotate(360deg);
        border-radius: 100px;
    }

    section #services li span {
        width: 120px;
        height: 20px;
        display: block;
        padding: 15px 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.2em;
        text-align: center;
    }

    .credits a {
        display: block;
        text-align: center;
        color: #74d4b3;
        text-decoration: none;
        font-size: 24px;
        margin-top: 50px;
        background: white;
        padding: 20px;
        max-width: 300px;
    }



.bookSection .header {
    background: #acdc9f;
}
.videoSection .header {
    background: #fcd5a2;
}

    /* ---- particles.js container ---- */
    #particles-js {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #72181f;
            overflow: hidden;
    }



    /* ---- stats.js ---- */
    .count-particles {
        background: #000022;
        position: absolute;
        top: 48px;
        left: 0;
        width: 80px;
        color: #13E8E9;
        font-size: .8em;
        text-align: left;
        text-indent: 4px;
        line-height: 14px;
        padding-bottom: 2px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }

    .js-count-particles {
        font-size: 1.1em;
    }

    #stats, .count-particles {
        -webkit-user-select: none;
        margin-top: 5px;
        margin-left: 5px;
    }

    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }

    .count-particles {
        border-radius: 0 0 3px 3px;
    }


#ChartSpeed .svg-container {

    text-align: center;
    margin: 0 auto 0px;
    height: 390px !important;
    overflow: hidden;

}

#ChartSpeed .modebar {
    display: none;
}

#ChartSpeed text {

    fill: #666 !important;

}
.highcharts-point {
    display: none;
}
/*.gauge {*/
    /*height: 440px;*/
    /*width: 100%;*/
/*}*/
/*Discription Chart*/

/* New Warning */
.col-md-12.errorFUll.warning {
    padding: 0;
}
.errorFUll.warning .sectionContent.warning {
    background: rgba(255, 137, 84, 0.05);
    padding: 0px 0px 0px 0px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ff8954;
}
.errorFUll.warning .sectionContent.warning .header {
    padding-right: 0;
    height: 80px !important;
}
.errorFUll.warning .sectionContent.warning .header .icon {
    top: 18px;
    position: absolute;
    right: 60px;
    transform: translateX(50%);
    z-index: 2;
}
.errorFUll .sectionContent .header.details .details {
    background: #e3e3e3;
    padding: 25px;
    border-radius: 5px;
    max-height: 100px;
    min-height: 95px;
    position: relative;
    overflow: hidden;
}
.errorFUll.warning .sectionContent .header.details .details p {
    line-height: 2;
    vertical-align: middle;
    position: absolute;
    right: 5%;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    text-align: justify;
    height: 100px;
    font-size: 14px;
    padding-top: 20px;
}
.errorFUll.warning .sectionContent.warning .details {
    background: rgba(255, 137, 84, 0) !important;
}
.errorFUll.warning .sectionContent.warning svg path, .errorFUll.warning .sectionContent.warning svg circle {
    fill: #ff8954 !important;
}

