﻿.Numeric {
}

.text-greendark {
    color: #1ea727;
}

.text-green {
    color: #7cea1f;
}

.text-blue {
    color: blue;
}

.text-red {
    color: red;
}

.text-black {
    color: black;
}

.text-Orang {
    color: darkorange;
}

.text-greendark-b {
    font-weight: bolder;
    color: #1ea727;
}

.text-green-b {
    font-weight: bolder;
    color: #7cea1f;
}

.text-blue-b {
    font-weight: bolder;
    color: blue;
}

.text-red-b {
    font-weight: bolder;
    color: red;
    font-size: 14px;
}

.text-black-b {
    font-weight: bolder;
    color: black;
}

.text-Orang-b {
    font-weight: bolder;
    color: darkorange;
}

.FieldLabel {
    font-weight: bolder;
    font-size: 14px;
    font-size: 1em;
}

.FieldText {
    font-weight: normal;
    font-size: 13px;
    font-size: 1em;
}

.blink {
    /*    color: red;
*/
    font-weight: bolder;
    font-size: 20px;
    -webkit-animation: blink 2s 3 alternate;
    -moz-animation: blink 2s 3 alternate;
    -ms-animation: blink 2s 3 alternate;
    -o-animation: blink 2s 3 alternate;
    animation: blink 2s 3 alternate;
}

@-webkit-keyframes blink-text {
    from {
        color: red;
    }

    to {
        color: white;
    }
}

@-moz-keyframes blink-text {
    from {
        color: red;
    }

    to {
        color: white;
    }
}

@-ms-keyframes blink-text {
    from {
        color: red;
    }

    to {
        color: white;
    }
}

@-o-keyframes blink-text {
    from {
        color: red;
    }

    to {
        color: white;
    }
}

@keyframes blink-text {
    from {
        color: red;
    }

    to {
        color: white;
    }
}


.Description {
    float: right;
    width: 100%;
    padding: 5px;
    text-align: justify;
}

.GreenBold {
    font-size: 16px;
    font-weight: bolder;
    color: seagreen;
}

    .GreenBold:hover {
        color: blue;
    }

.RedBold {
    font-size: 20px;
    font-weight: bolder;
    color: red;
}
