﻿@charset "UTF-8";

.text1 {
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.input {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    height: 12px;
}

.text2 {
    font-size: 15px;
    line-height: 20px;
    color: #5A5A5A;
    text-decoration: none;
}

.text3 {
    font-size: 17px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.text4 {
    font-size: 18px;
    line-height: 20px;
    color: #ff5a00;
    text-decoration: none;
}

.text5 {
    font-size: 18px;
    line-height: 20px;
    color: #CC0000;
    text-decoration: none;
}

.text6 {
    font-size: 18px;
    line-height: 20px;
    color: #4F4F4F;
    text-decoration: none;
}

.text7 {
    line-height: 20px;
    color: #6EA31E;
    text-decoration: none;
}

.text8 {
    font-size: 17px;
    line-height: 20px;
    color: #006699;
}

.text9 {
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

.text10 {
    font-size: 17px;
    color: #333333;
    text-decoration: none;
}

.text11 {
    font-size: 17px;
    color: #FFFFFF;
}

.shadow {
    background-attachment: scroll;
    background-image: url(images/shadow2.jpg);
    background-repeat: repeat-y;
    background-position: right top;
}

.td1 {
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCCCCC;
}

.td2 {
    border-left-color: #CCCCCC;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-top: 8px;
}

.td3 {
    border-left-color: #CCCCCC;
    padding-bottom: 6px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: dotted;
    border-left-style: dotted;
    border-right-color: #CCCCCC;
}

.td4 {
    border-left-color: #CCCCCC;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-top: 4px;
    text-align: left;
    padding-right: 0px;
    padding-left: 18px;
}

.td5 {
    border-left-color: #CCCCCC;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-top: 4px;
    text-align: left;
    padding-right: 6px;
    padding-left: 2px;
}

.td6 {
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCCCCC;
    padding-left: 20px;
}

.word1 {
    margin-top: 20px;
    font-size: medium;
}

    .word1 a:link {
        line-height: 20px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .word1 a:visited {
        line-height: 20px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .word1 a:hover {
        line-height: 20px;
        color: #000000;
        text-decoration: none;
    }

.word2 a:link {
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.word2 a:visited {
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.word2 a:hover {
    font-size: 12px;
    line-height: 20px;
    color: #508B08;
    text-decoration: none;
}

.word3 a:link {
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.word3 a:visited {
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.word3 a:hover {
    line-height: 20px;
    color: #006699;
    text-decoration: none;
}

.word4 a:link {
    line-height: 20px;
    color: #999999;
    text-decoration: none;
}

.word4 a:visited {
    line-height: 20px;
    color: #999999;
    text-decoration: none;
}

.word4 a:hover {
    line-height: 20px;
    color: #719E1B;
    text-decoration: none;
}

.bg {
    background-attachment: scroll;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.input {
    font-size: 12px;
    color: #666666;
    height: 12px;
}

select {
    color: Blue;
    background-color: #FFFFFF;
}

    select[disabled] {
        color: Gray;
        background-color: #F0F0F0;
    }


.info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
    margin-bottom: 15px;
    padding: 4px 12px;
    font-size: 20px;
    margin-top: 20px;
}

.success {
    background-color: #4CAF50;
}
    /* Green */
    .success:hover {
        background-color: #46a049;
        color: #ffffff;
    }

.warning {
    background-color: #ff9800;
}
    /* Orange */
    .warning:hover {
        background: #e68a00;
        color: #ffffff;
    }

.roundimg {
    border-radius: 3%;
    margin-left: 5px;
}

.danger {
    background-color: #f44336;
}
    /* Red */
    .danger:hover {
        background: #da190b;
        color: #ffffff;
    }

.primary {
    background-color: #007bff;
}
    /* blue */
    .primary:hover {
        background-color: #0a6cd5;
        color: #ffffff;
    }

.default {
    background-color: #e7e7e7;
    color: black;
}
    /* Gray */
    .default:hover {
        background: #ddd;
    }


.tooltip1 {
    position: relative;
    display: inline-block;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 100px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip1 .tooltiptext1::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
        opacity: 1;
    }
