﻿body {
    background-color: #272727;
}

.BackGround {
    Background: url(../Images//ban.png);
    height: 130px;
}

.MenuButtonStyle {
    border-style: solid;
    border-width: 0.5px;
    border-color: #FFE4E1 #FFE4E1 #FFE4E1 #FFE4E1;
    display: inline;
    margin: 4px;
    padding: 3px 4px 3px 4px;
    color: white;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    background-color: #8a4500;
    text-decoration: none;
    -moz-border-radius: 0 6px 0 6px;
    border-radius: 0 6px 0 6px;
    text-align: center;
    cursor: pointer;
}

.GridButtonStyle {
    border-style: solid;
    border-width: 0.5px;
    border-color: #8a4500;

    display: inline;
    margin: 4px;
    padding: 3px 4px 3px 4px;
    color: white;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    background-color: #8a4500;
    text-decoration: none;
    -moz-border-radius: 0 6px 0 6px;
    border-radius: 0 6px 0 6px;
    text-align: center;
}

.UserName {
    color: #F5A9A9;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
}

.MenuButtonStyle:hover {
    text-decoration: none;
    /*background-color: #F8E0E0; border-radius: 8px 8px 0 0;*/
    background-color: #C46506;
}

.MenuButtonStyle[disabled] {
    background-color: #999999;
    border-color: Gray;
    color: White;
    text-decoration: none;
}

.FieldLabel {
    color: #8a4500;
    font-size: 13px;
    font-family: Arial;
}

.FieldLabelWhite {
    color: white;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
}

.FieldHeading {
    color: #8a4500;
    font-size: medium;
    font-family: Arial;
}

.FieldHeadingWhite {
    color: white;
    font-size: medium;
    font-family: Arial;
    font-weight: bold;
}

.FieldLabel[disabled] {
    color: Gray;
}


.ValueLabel {
    color: #333333;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
}

.LinkButtonStyle {
    color: #8a4500;
    font-size: 13px;
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
}

    .LinkButtonStyle:hover {
        color: #8a4500;
        font-weight: bold;
    }


.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 0.8em;
}

    .mGrid td {
        padding: 2px;
        padding-left: 5px;
        border: solid 1px #525252;
        color: #272727;
        text-align: center;
    }

        .mGrid td a {
            color: rgb(6,69,173);
        }

    .mGrid th {
        padding: 4px 2px;
        color: #424242;
        border: solid 1px #525252;
        background: rgb(208,208,208); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(208,208,208,1) 0%, rgba(212,212,212,1) 12%, rgba(215,215,215,1) 25%, rgba(207,207,207,1) 39%, rgba(200,200,200,1) 50%, rgba(189,189,189,1) 51%, rgba(193,193,193,1) 60%, rgba(200,200,200,1) 76%, rgba(196,196,196,1) 91%, rgba(194,194,194,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(208,208,208,1) 0%,rgba(212,212,212,1) 12%,rgba(215,215,215,1) 25%,rgba(207,207,207,1) 39%,rgba(200,200,200,1) 50%,rgba(189,189,189,1) 51%,rgba(193,193,193,1) 60%,rgba(200,200,200,1) 76%,rgba(196,196,196,1) 91%,rgba(194,194,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(208,208,208,1) 0%,rgba(212,212,212,1) 12%,rgba(215,215,215,1) 25%,rgba(207,207,207,1) 39%,rgba(200,200,200,1) 50%,rgba(189,189,189,1) 51%,rgba(193,193,193,1) 60%,rgba(200,200,200,1) 76%,rgba(196,196,196,1) 91%,rgba(194,194,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
    }

    .mGrid .alt {
        background: #efefef; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 0%, #f0f0f0 12%, #f1f1f1 25%, #eeeeee 39%, #ececec 50%, #e8e8e8 51%, #eaeaea 60%, #ececec 76%, #ebebeb 91%, #eaeaea 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #efefef 0%,#f0f0f0 12%,#f1f1f1 25%,#eeeeee 39%,#ececec 50%,#e8e8e8 51%,#eaeaea 60%,#ececec 76%,#ebebeb 91%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #efefef 0%,#f0f0f0 12%,#f1f1f1 25%,#eeeeee 39%,#ececec 50%,#e8e8e8 51%,#eaeaea 60%,#ececec 76%,#ebebeb 91%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }

    .mGrid .pgr {
        background: rgb(208,208,208); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(208,208,208,1) 0%, rgba(212,212,212,1) 12%, rgba(215,215,215,1) 25%, rgba(207,207,207,1) 39%, rgba(200,200,200,1) 50%, rgba(189,189,189,1) 51%, rgba(193,193,193,1) 60%, rgba(200,200,200,1) 76%, rgba(196,196,196,1) 91%, rgba(194,194,194,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(208,208,208,1) 0%,rgba(212,212,212,1) 12%,rgba(215,215,215,1) 25%,rgba(207,207,207,1) 39%,rgba(200,200,200,1) 50%,rgba(189,189,189,1) 51%,rgba(193,193,193,1) 60%,rgba(200,200,200,1) 76%,rgba(196,196,196,1) 91%,rgba(194,194,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(208,208,208,1) 0%,rgba(212,212,212,1) 12%,rgba(215,215,215,1) 25%,rgba(207,207,207,1) 39%,rgba(200,200,200,1) 50%,rgba(189,189,189,1) 51%,rgba(193,193,193,1) 60%,rgba(200,200,200,1) 76%,rgba(196,196,196,1) 91%,rgba(194,194,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #424242;
            font-weight: bold;
            color: #272727;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #424242;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: rgb(6,69,173);
                text-decoration: none;
            }




.txtBoxStyle {
    border: 1px solid #8a4500;
    border-radius: 5px;
    color: #333333;
    font-size: 0.75em;
    font-family: Arial;
    text-transform: capitalize;
    padding: 2px 2px;
}

.txtBoxEmailStyle {
    border: 1px solid #8a4500;
    border-radius: 5px;
    color: #333333;
    font-size: 0.75em;
    font-family: Arial;
    text-transform: lowercase;
    padding: 2px 2px;
}

.txtBoxNormalStyle {
    border: 1px solid #8a4500;
    border-radius: 5px;
    color: #333333;
    font-size: 0.75em;
    font-family: Arial;
    padding: 2px 2px;
}

/*Checkbox Style*/

.chkBoxStyle {
    color: #8a4500;
    font-size: 13px;
    font-family: Arial;
}

    .chkBoxStyle label {
        padding: 0px 5px;
    }



.DdlBoxNormalStyle {
    border: 1px solid #8a4500;
    border-radius: 6px;
    color: #333333;
    font-size: 0.75em;
    font-family: Arial;
    padding: 2px 2px;
}

.txtBoxCapsStyle {
    border: 1px solid #8a4500;
    border-radius: 6px;
    color: #333333;
    font-size: 0.75em;
    font-family: Arial;
    text-transform: uppercase;
    padding: 2px 2px;
}

.txtBoxStyle:hover {
    border: 1px solid #027FC2;
}

.txtBoxStyle[disabled] {
    border-color: Gray;
}

.PanelBorder {
    border-radius: 8px;
    border: solid 1px #8a4500;
}

.FVFieldStyle {
    color: White;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}

.FVValueStyle {
    color: Black;
    font-size: 13px;
    font-family: Arial;
}

.ErrorStyle {
    font-family: Arial;
    font-size: medium;
    font-style: italic;
    font-weight: bold;
    color: #FF3300;
}

.LinkButton {
    text-decoration: none;
}

.DivMsgContent {
    width: 70%;
    margin-top: 42px;
    border: 2px solid #CCCCCC;
    padding: 2px 20px 2px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 25px;
    color: #363636;
    background-color: #f6f6f6;
    -moz-border-radius: 0 6px 0 6px;
    border-radius: 0 6px 0 6px;
    background-image: url('../Images/Info.png');
}


.footer {
    margin-top: 17px;
}

    .footer a {
        color: #8a4500;
        text-decoration: none;
        font-size: 15px;
        cursor: pointer;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.update {
    position: fixed;
    vertical-align: middle;
    padding: 4px 0 0 0;
    height: 130px;
    width: 200px;
    right: 40%;
    color: orange;
    background-color: white;
    z-index: 2000;
    border: double 2px orange;
    overflow: hidden;
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.8;
}


select {
    width: 100px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

option {
    border: solid 1px #DDDDDD;
}




/*tree style*/

.td-treeNode img {
    display: none;
}


.treeNode {
    color: #8a4500;
    padding: 0px 0px 0px -3px;
    vertical-align: top;
}

    .treeNode img {
        display: none;
    }

.rootNode {
    font-size: 13px;
    font-weight: bold;
    color: #8a4500;
    font-family: Arial;
}

.leafNode {
    font-size: 13px;
    font-weight: bold;
    color: #8a4500;
}


.hoverNode {
    font-weight: bold;
    color: #8a4500;
    text-decoration: underline;
}

.selectNode {
    font-weight: bold;
    color: #8a4500;
}

.mainTv {
    display: table;
}



/*Wizard Style*/



#wizHeader li .prevStep {
    background-color: #66CC66;
}

    #wizHeader li .prevStep:after {
        border-left-color: #66CC66 !important;
    }

#wizHeader li .currentStep {
    background-color: #8a4500;
}

    #wizHeader li .currentStep:after {
        border-left-color: #8a4500;
        !important;
    }

#wizHeader li .nextStep {
    background-color: #CF8B8B;
}

    #wizHeader li .nextStep:after {
        border-left-color: #CF8B8B !important;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 6px 0 6px 55px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 10px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

        #wizHeader li a:hover {
            background: #B26666;
        }

            #wizHeader li a:hover:after {
                border-left-color: #B26666 !important;
            }

.content {
    background-color: #F9F9F9;
}


.headerStyle {
    background-color: #5F5F5F;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#5F5F5F, endColorstr=#D2D2D2);
    background-image: -moz-linear-gradient(left, #5F5F5F 6%, #D2D2D2 68%,#FFFFFF 100%);
    background-image: linear-gradient(left, #5F5F5F 6%, #D2D2D2 68%,#FFFFFF 100%);
    background-image: -webkit-linear-gradient(left, #5F5F5F 6%, #D2D2D2 68%,#FFFFFF 100%);
    background-image: -o-linear-gradient(left, #5F5F5F 6%, #D2D2D2 68%,#FFFFFF 100%);
    background-image: -ms-linear-gradient(left, #5F5F5F 6%, #D2D2D2 68%,#FFFFFF 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(6%,#5F5F5F), color-stop(68%,#D2D2D2),color-stop(100%,#FFFFFF));
    /*background-color: #8a4500;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#8a4500;, endColorstr=#983333);
    background-image: -moz-linear-gradient(left, #8a4500; 32%, #983333 74%,#B26666 100%);
    background-image: linear-gradient(left, #8a4500; 32%, #983333 74%,#B26666 100%);
    background-image: -webkit-linear-gradient(left, #8a4500; 32%, #983333 74%,#B26666 100%);
    background-image: -o-linear-gradient(left, #8a4500; 32%, #983333 74%,#B26666 100%);
    background-image: -ms-linear-gradient(left, #8a4500; 32%, #983333 74%,#B26666 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(32%,#8a4500;), color-stop(74%,#983333),color-stop(100%,#B26666));*/
    font-size: 0.9em;
}

/*Fieldset*/

fieldset {
    border: 1px solid #8a4500;
    padding: 20px 25px 20px 25px;
    color: #363636;
    background-color: #f6f6f6;
    -moz-border-radius: 0 6px 0 6px;
    border-radius: 0 6px 0 6px;
    text-align: left;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    width: 80%;
}


legend {
    color: #8a4500;
    font-weight: bold;
    background-color: #f6f6f6;
    border: 1px solid #8a4500;
    -moz-border-radius: 0 6px 0 6px;
    border-radius: 0 6px 0 6px;
    font-family: Arial;
    font-size: 14px;
    padding: 1px 5px;
}

fieldset table tr td {
    padding: 3px 2px;
}


/*Well in fieldset*/
.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well {
    text-align: left;
    min-height: 20px;
    padding: 10px 2px 10px 10px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-padding {
    padding: 2px 10px;
}

.well-nobackground {
    background-color: white;
}

/*Form Header Style*/

.formHeader {
    width: 96%;
    color: #8a4500;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0px;
    padding: 5px 10px;
    border: #E6E2D8 2px solid;
    border-bottom: #E6E2D8 2px solid;
    border-top-style: solid;
    background-color: #f6f6f6;
    font-family: Arial;
    background: url(../Images/frmHeaderBg.jpg);
}


.formContent {
    width: 98%;
    min-height: 300px;
    padding-top: 50px;
    background-color: #F9F9F9;
    border-color: #E6E2D8;
    border-width: 2px;
    border-style: Solid;
}


/*Accordin*/

.accordin {
    font-family: Arial,Sans-Serif;
    font-size: 13px;
}

.accordionHeaderSelected {
    color: #8a4500;
    cursor: pointer;
    background: url(../Images/frmHeaderBg.jpg);
    padding: 3px 2px;
}

.accordionHeader {
    color: #8a4500;
    cursor: pointer;
    background: url(../Images/frmHeaderBg.jpg);
    padding: 3px 2px;
    border-bottom: 1px solid #8a4500;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8a4500;
    float: right;
    margin-top: 5px;
}

.accordionContent {
    background-color: #F9F9F9;
    border-spacing: 0px;
    border-bottom: 1px solid #8a4500;
}

.accordionHeader a {
    text-decoration: none;
    color: #8a4500;
}

    .accordionHeader a:hover {
        color: #8a4500;
        font-weight: bold;
    }

.accordionHeaderSelected a {
    color: #8a4500;
    font-weight: bold;
    text-decoration: none;
}

.accordin table {
    width: 100%;
}

    .accordin table td {
        background: url(../Images/frmHeaderBg.jpg);
    }


/* TOOL TIP */

/* Tooltip container */
.tooltip {
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        border: 1px solid #8a4500;
        color: #8a4500;
        padding: 5px 5px;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 100;
        margin-left: 15px;
        background: url(../Images/frmHeaderBg.jpg);
        box-shadow: 7px 7px 5px #888888;
    }

        .tooltip .tooltiptext::before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 9px solid #8a4500;
            position: absolute;
            top: 4px;
            left: -9px;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }



.ErrorControl {
    background-color: #FBE3E4;
    border: solid 1px Red;
}
