﻿
.loginCaptcha {
    clear: both;
    float: left;
    width: 100%;
}

    .loginCaptcha .CaptchaImgDiv {
        border: 1px solid #F2F2F2;
        float: left;
        height: 33px;
        width: 140px;
    }

        .loginCaptcha .CaptchaImgDiv img {
            height: 100%;
            width: 80%;
        }

    .loginCaptcha .CapchaTxtDiv {
        float: left;
        margin-left: 10px;
    }

        .loginCaptcha .CapchaTxtDiv .textinput {
            background-color: #FFFFFF;
            border: 1px solid #CCCCCC;
            color: #333333;
            font-size: 16px;
            height: 32px;
            padding: 5px;
            text-align: center;
            width: 107px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .loginCaptcha .CaptchaRefreshDiv {
        clear: both;
        float: left;
        margin-top: 0;
    }

        .loginCaptcha .CaptchaRefreshDiv a {
            color: #7E8082;
            font-family: 'Open Sans', Arial, Helvetica, sans-serif;
            font-size: 12px;
        }

    .loginCaptcha .CaptchaInputMsg {
        float: left;
        margin-left: 31px;
        margin-top: 0;
    }

    .loginCaptcha .CaptchaErrDiv {
        color: #FF0000;
    }

.width-10 {
    width: 10% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-35 {
    width: 35% !important;
}

.width-40 {
    width: 40% !important;
}

.width-45 {
    width: 45% !important;
}

.width-50 {
    width: 50% !important;
}

.width-55 {
    width: 55% !important;
}

.width-60 {
    width: 60% !important;
}

.width-65 {
    width: 65% !important;
}

.width-70 {
    width: 70% !important;
}

.width-75 {
    width: 75% !important;
}

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-90 {
    width: 90% !important;
}

.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}

.table {
}

    .table td.formlabel {
        text-align: right;
    }



.table-theme-light {
}

    .table-theme-light > thead > tr > th,
    .table-theme-light > thead > tr > td {
        background-color: #B7843E;
        font-weight: bold;
        color: #fff;
    }

    .table-theme-light > tfoot > tr > th,
    .table-theme-light > tfoot > tr > td {
        background-color: #FAB455;
        font-weight: normal;
        color: #303030;
    }

.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 100px;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
}

.DemoLabel {
    background-color: rgba(150, 150, 150, 0.65);
    border: 5px dotted #0099cc;
    color: red;
    float: left;
    font-size: 24px;
    left: 5px;
    letter-spacing: 11px;
    padding-top: 5px;
    position: fixed;
    text-shadow: 0 8px 8px #666666;
    top: 75px;
    -moz-transform: rotate(316deg);
    -ms-transform: rotate(316deg);
    -o-transform: rotate(316deg);
    -webkit-transform: rotate(316deg);
    transform: rotate(316deg);
    z-index: 10001;
    line-height: 1.5;
    cursor: move;
}