﻿body {
    font-family: Arial
}

.uname {
    background-image: url(../Images/uname.jpg);
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 70px;
    width: 310px;
    height: 40px;
    font-size: 14px;
    box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px;
    -moz-box-shadow: 0 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.textbox {
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    width: 315px;
    height: 30px;
    padding-left: 5px;
    font-size: 14px;
    box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px;
    -moz-box-shadow: 0 0 20px;
    border-radius: 5px;
    margin-left: 0px;
}

.textboxlogin {
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    width: 315px;
    height: 50px;
    padding-left: 100px;
    font-size: 20px;
    box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px;
    -moz-box-shadow: 0 0 20px;
    border-radius: 5px;
    margin-left: 0px;
}

.textpassword {
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    width: 315px;
    height: 30px;
    padding-left: 20px;
    font-size: 14px;
    box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px;
    -moz-box-shadow: 0 0 20px;
    border-radius: 0px;
}

.textuser {
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 14px;
    box-shadow: 0 0 20px;
    -webkit-box-shadow: 0 0 15px;
    -moz-box-shadow: 0 0 25px;
    border-radius: 0px;
}

.password {
    background-image: url(../Images/Password.jpg);
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 70px;
    width: 310px;
    height: 40px;
    font-size: 14px;
    box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px;
    -moz-box-shadow: 0 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.email {
    background-image: url(../Images/email.jpg);
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 60px;
    width: 310px;
    height: 30px;
    font-size: 14px;
    box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px;
    -moz-box-shadow: 0 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.search {
    background-image: url('../Images/Search.jpg');
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px;
    -moz-box-shadow: 0 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.content {
    width: 558px;
    height: 78px;
    background: #C0C0C0;
    padding-top: 0px;
}

.label {
    font-size: 15px;
    font-weight: 300;
    float: left;
    text-align: left;
}

.button {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #424242;
    border-radius: 6px;
    padding: 15px 30px;
    color: #FFF;
    text-shadow: 3px 3px 3px #0c0b0b;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropdown {
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    padding-left: 20px;
    font-size: 14px;
    box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px;
    /* For I.E */
    -moz-box-shadow: 0 0 10px;
    /* For Mozilla Web Browser*/
    border-radius: 5px;
    width: 200px;
    height: 33px;
}

select::-ms-expand {
    border: none;
    background: #fff;
    padding-right: 10px;
}

.Grid {
    background-color: #fff;
    /*margin: 5px 0 10px 0;*/
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .Grid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .Grid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .Grid .alt {
        background: #D8D8D8 url(grd_alt.png) repeat-x top;
    }

    .Grid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .Grid .pgr table {
            margin: 5px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .Grid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .Grid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.rad {
    border-radius: 5px;
    background-repeat: no-repeat;
    border: 1px solid #DADADA;
    text-align: left;
}

.detailsview {
    background-color: #C2D6F0;
    margin: 5px 2px 10px 0;
    border: solid 2px #00479D;
    border-collapse: collapse;
    text-align: center;
}


.detailsview td {
    padding: 5px;
    border: solid 2px #00479D;
    color: #000000;
    text-align: left;
}
.inputbox:focus {
    border: 1px solid #FF4500;
}
/*======Login CSS======*/
.bglogin {
    background-image: url(Images/bgWhite.JPG);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
}
.bgloginfade {
    background-color: #fff;
    padding: 50px;
    width: 50%;
    margin: 50px 0;
    opacity: 0.9;
}

@media only screen and (max-width: 767px) {
    .bgloginfade {
        width: 98%;
    }
}
.inputbox:focus {
    border: 1px solid #FF4500;
}

/*======Footer CSS=====*/

/*.footer {
    vertical-align: central;
    color: #212F3D;
    font-size: 12px;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 6px;
    border-top: 5px solid #e5e5e5;
}*/

