﻿
.progChart {
    canvas

{
    margin: 0 auto;
    height: 10px;
}

&.-type-donut.-label-centered {
    .progChart_summary

{
    height: 130px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

}
}


.misc-wrap {
    width: 100%;
    max-width: 250px;
    height: 170px;
    margin: 10px auto 0 0;
    position: relative;
    border: 1px solid #FFF;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 10px;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}
/*Report Control Class*/
.outer {
    width: 100%;
    color: navy;
    border: 2px solid darkblue;
    padding: 5px;
}

.lbltxt {
    border: 1px solid green;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 0;
}

.skin-0 .lbltxt {
    border: 1px solid rgb(26, 179, 148);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.skin-1 .lbltxt {
    border: 1px solid rgb(14, 154, 239);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.skin-3 .lbltxt {
    border: 1px solid rgb(236, 186, 82);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.lgtborder {
    padding: 0.2em 0.5em;
    border: 1px solid green;
    color: green;
    font-size: 90%;
    text-align: left;
    font-weight: bold;
}

.bluebutton {
    border: 1px solid #aad8eb;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 1px;
    color: #ffffff;
    padding-top: 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #3a4f63;
    cursor: pointer;
    height: 21px;
}

.tdname {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 18px;
    width: 140px;
    text-transform: capitalize;
    text-align: left;
    font-weight: bold;
}
