/* Common CSS*/
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.MainBg {
    background: url(../images/main-bg.jpg) no-repeat top left;
    background-size: 100%;
}

p {
    margin: 0;
    padding: 0;
}

img {
    border: 0px none;
}

a, a:hover {
    outline: none;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    /*width: 1326px;*/
}

h1 {
    margin: 0 0 5px 0;
    padding: 0px 0 3px 0px;
    line-height: 55px;
    font-size: 62px;
    font-weight: normal;
    color: #939090;
    font-family: 'Open Sans', sans-serif;
}

    h1 span {
        color: #174d88;
        font-size: 14px;
        font-weight: normal;
    }

h2 {
    margin: 0 0 5px 0;
    padding: 0px 0;
    font-size: 13px;
    font-weight: bold;
    color: #619e00;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h3 {
    margin: 5px 0 5px 0;
    padding: 5px 0px;
    font-size: 17px;
    font-weight: bold;
    color: #343434;
}

/* HTML Strcture CSS */
#Wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
}

.Hdrbg {
    /*added by Jaymin on 20/4/2014  Sprint 79 SP334.c start */
    min-height: 100px;
    border-bottom: 1px solid #fff;
    /*added by Jaymin on 20/4/2014  Sprint 79 SP334.c end*/
}

.logo {
    height: 110px;
    margin: 0 auto;
    text-align: center;
}

.LoginArea {
    /*background: url(../images/login-bg.png) no-repeat top left;*/
    height: 466px;
    width: 585px;
    margin: 5px auto;
    padding: 19px 17px;
}

.MainTitle {
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.LoginForm {
    margin: 30px 35px;
}

    .LoginForm label {
        font-size: 14px;
        color: #000;
        display: block;
        font-weight: bold;
        padding: 10px 5px;
    }

    .LoginForm input[type=text], .LoginForm input[type=password] {
        font-family: Arial;
        font-size: 13px;
        padding: 15px;
        /*background: #eeeeee;*/
        /*color: #8e8e8e;*/
        border: 0 none;
        /*border-radius: 7px;*/
        width: 50%;
        margin: 0 0 5px 0;
    }





        .LoginForm input[type=text]:focus, .LoginForm input[type=password]:focus {
            font-family: Arial;
            font-size: 13px;
            padding: 15px;
            background: #eeeeee;
            color: #8e8e8e;
            border: 0 none;
            border-radius: 7px;
            width: 50%;
            margin: 0 0 5px 0;
            border-color: #B7A4A4;
        }

/*.LoginForm input[type=button], .LoginForm input[type=submit] {
        background: #001e4e;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 12px 25px;
        border-radius: 7px;
        float: left;
        border: 0 none;
        margin: 0px 15px 0 0;
        cursor: pointer;
    }

    .LoginForm a, .LoginForm a:hover {
        float: left;
        display: block;
        line-height: 55px;
        font-size: 13px;
        color: #001e4e;
        text-decoration: underline;
        font-weight: bold;
    }*/


/* Header CSS */
.HdrLft {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
    height: 100px;
}

.Logo {
    float: left;
    margin: 0;
    padding: 0;
}

.HdrTitle {
    padding: 0px 0 0 18px;
    float: left;
    margin: 0;
}

    .HdrTitle h1 {
        font-size: 28px;
        font-weight: 500;
        color: #fff;
        padding: 0;
        margin: 0;
    }

.HdrRgt {
    float: left;
    width: 30%;
    text-align: right;
}

.TopRgtIcon {
    margin: 5px 10px 0 0;
}

.WelcomeMsg {
    /*margin: 30px 10px 0 0;*/
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

    .WelcomeMsg a {
        color: #000;
        text-decoration: underline;
    }

/* Main Search */
.SearchArea {
    /*background: #005277;*/
    color: #996633;
}

    .SearchArea .Title {
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
        text-align: center;
    }

    .SearchArea table td {
        padding: 5px 12px;
        font-size: 13px;
        line-height: 15px;
    }

/*.SearchArea table tr:nth-child(odd) {
         height:40px!important;
        
        }*/


    tr:nth-child(even) {
        height: 30px ; /*pppp*/        
    }

.SearchArea table td.First {
    border-right: 1px solid #fff;
}

.SearchArea table td strong {
    font-size: 16px;
    color: #000000;
}

.SearchArea table td input[type=radio] {
    border: 0 none;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

/*.SearchArea table td select {
            border-radius: 5px;
            background: #fff;
            color: #000;
            padding: 6px 7px;
            width: 150px;
            border: 0 none;
            margin: 0 10px 0 5px;
        }*/

/*.SearchArea table td input[type=text] {
            border-radius: 5px;
            background: #fff;
            color: #000;
            padding: 7px;
            width: 150px;
           border: 0 none;
            margin: 0 10px 0 5px;
        }*/

/*.SearchArea table td input[type=submit], .SearchArea table td input[type=button] {
            background: #f48f1e;
            font-weight: bold;
            color: #fff;
            font-size: 14px;
            border: 0 none;
            border-radius: 5px;
            padding: 7px 12px;
            margin: 0 2px;
            cursor: pointer;
        }*/

/* Record Table List */
.RecordTable {
    margin: 10px 0;
}

    .RecordTable .Title {
        font-size: 16px;
        font-weight: bold;
        float: left;
        width: 45%;
        padding: 0px 10px 0 5px;
    }

        .RecordTable .Title a {
            background: #f48f1e;
            padding: 7px 25px;
            color: #fff;
            border-radius: 7px;
            text-decoration: none;
            margin: 2px 0 0px 0;
            float: left;
        }

    .RecordTable .TableIcon {
        float: right;
        width: 45%;
        text-align: right;
        padding: 0px 10px 0 5px;
    }

        .RecordTable .TableIcon input {
            width: 33px;
            margin: 0 0 0 0px;
            vertical-align: middle;
        }

            .RecordTable .TableIcon input.refresh {
                width: 40px;
            }

    .RecordTable table {
        margin: 0!important;
        /*border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;*/
    }

        .RecordTable table th {
            /*background: #0392cf;*/
            color: #fff;
            font-weight: bold;
            padding: 10px 7px;
            font-size: 14px !important;
            text-align: center;
            border-right: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
        }

        .RecordTable table td {
            padding: 7px;
            font-size: 12px;
            border-right: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
        }

            .RecordTable table td img {
                margin: 0 0px 0 0;
                width: 30px;
            }

            .RecordTable table td input[type=text] {
                padding: 5px;
                border: 1px solid #CCCCCC;
                width: 120px;
            }

                .RecordTable table td input[type=text].small {
                    padding: 5px;
                    border: 1px solid #CCCCCC;
                    width: 50px;
                }

                .RecordTable table td input[type=text].Medium {
                    padding: 5px;
                    border: 1px solid #CCCCCC;
                    width: 100px;
                }

.MasterTable {
    margin: 20px 0;
}

    .MasterTable table {
        margin: 5px 0;
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
    }

        .MasterTable table th {
            /*background: #0392cf;*/
            background-color: #CDBEB4;
            color: black;
            font-weight: bold;
            padding: 10px 7px;
            font-size: 14px !important;
            /*text-align: center;*/
            border-right: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
        }

        .MasterTable table td {
            padding: 7px;
            font-size: 12px;
            border-right: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
            color: #848482;
        }

            .MasterTable table td img {
                margin: 0 0px 0 0;
                width: 26px;
            }

                .MasterTable table td img.delete {
                    margin: 0 0px 0 0;
                    width: 30px;
                }

            .MasterTable table td table td {
                border: 0 none;
                padding: 0px;
            }

            .MasterTable table td table {
                border: 0 none;
            }

                .MasterTable table td table td span {
                    background: #bcbbba;
                    padding: 5px 10px;
                    color: #fff;
                    font-weight: bold;
                }

                .MasterTable table td table td a {
                    background: #CCCCCC;
                    padding: 5px 10px;
                    color: #bcbbba;
                    font-weight: bold;
                }

.SearchTable {
    margin: 20px 0;
}

    .SearchTable table {
        margin: 5px 0;
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
    }

        .SearchTable table th {
            /*background: #0392cf;*/
            color: #fff;
            font-weight: bold;
            padding: 10px 7px;
            font-size: 14px !important;
            text-align: center;
            border-right: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
        }

        .SearchTable table td {
            padding: 7px;
            font-size: 12px;
            border-right: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
        }

            .SearchTable table td input[type=text], table.EVRequest td input[type=password] {
                padding: 7px;
                border: 1px solid #CCCCCC;
                width: 90%;
                font-family: Arial;
                font-size: 13px;
                height: 20px !important;
            }



            .SearchTable table td input[type=text], table.EVRequest td input[type=password] {
                padding: 7px;
                border: 1px solid #CCCCCC;
                width: 90%;
                font-family: Arial;
                font-size: 13px;
                /*border-color :#B7A4A4;*/
                height: 20px !important;
            }


                .SearchTable table td input[type=text]:hover, table.EVRequest td input[type=password]:hover {
                    padding: 7px;
                    border: 1px solid #CCCCCC;
                    /*width: 90%;*/
                    font-family: Arial;
                    font-size: 13px;
                    border-color: #B7A4A4;
                }


                .SearchTable table td input[type=text]:focus, table.EVRequest td input[type=password]:focus {
                    padding: 7px;
                    border: 1px solid #CCCCCC;
                    width: 90%;
                    font-family: Arial;
                    font-size: 13px;
                    border-color: #B7A4A4;
                }



/*commented by Jaymin on 20/4/2014  Sprint 79 SP334.c start*/
/*.SearchTable table td input[type=submit], .SearchTable table td input[type=button] {
                border-style: none;
    border-color: inherit;
    border-width: 0;
    background: #f48f1e;
    color: #fff;
                font-size: 14px;
                border-radius: 5px;
                padding: 7px 12px;
                margin: 5px 2px;
                cursor: pointer;
            }*/

/*commented by Jaymin on 20/4/2014  Sprint 79 SP334.c end*/


/* EV Request Table */
table.EVRequest {
    margin: 10px auto;
    /*  border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;  */
    font-size: 13px;
}

    table.EVRequest td {
        /*    border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;  */
        padding: 5px!important;
    }

        table.EVRequest td input[type=text]:hover, table.EVRequest td input[type=password]:hover {
            /*padding: 1px;*/
            border: 1px solid #CCCCCC;
            height: 20px !important;
            /*added by Jaymin on 20/4/2014  Sprint 79 SP334.c start */
            font-family: Arial;
            font-size: 13px;
            border-color: #B7A4A4;
            /*added by Jaymin on 20/4/2014  Sprint 79 SP334.c end*/
        }



        table.EVRequest td input[type=text], table.EVRequest td input[type=password] {
            /*padding: 7px;*/
            border: 1px solid #CCCCCC;
            height: 20px !important;
            /*added by Jaymin on 20/4/2014  Sprint 79 SP334.c start*/
            width: 90%;
            font-family: Arial;
            font-size: 13px;
            color: black;
            height: 30px;
            /*added by Jaymin on 20/4/2014  Sprint 79 SP334.c end*/
        }



        table.EVRequest td textarea {
            /* padding: 7px;*/
            border: 1px solid #CCCCCC;
            width: 90%;
            font-family: Arial;
            font-size: 13px;
        }

            table.EVRequest td textarea.big {
                padding: 7px;
                border: 1px solid #CCCCCC;
                width: 97.5%;
                font-family: Arial;
                font-size: 13px;
                /* margin: 10px 0; */ /*commented by Sagar in Sprint 79 on 18th April 2017*/
            }

        table.EVRequest td select {
            padding: 3px;
            border: 1px solid #CCCCCC;
            width: 102%;
            font-family: Arial;
            font-size: 13px;
        }

/*table.EVRequest td input[type=submit], table.EVRequest td input[type=button] {
            background: #f48f1e;
            font-weight: bold;
            color: #fff;
            font-size: 14px;
            border: 0 none;
            border-radius: 5px;
            padding: 7px 12px;
            margin: 10px 2px;
            cursor: pointer;
        }*/

.HdrNav {
    margin: 19px 0 0 0;
    padding: 0;
}

    .HdrNav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .HdrNav ul li {
            float: left;
            margin: 0 5px 0 0;
            padding: 0;
        }

            .HdrNav ul li a {
                color: #fff;
                background: #5a5a5a;
                padding: 10px 15px;
                font-size: 13px;
                border-radius: 7px 7px 0 0;
                text-decoration: none;
            }

                .HdrNav ul li a.act {
                    color: #fff;
                    background: #005277;
                    padding: 10px 15px;
                    font-size: 13px;
                    border-radius: 7px 7px 0 0;
                    text-decoration: none;
                }

                .HdrNav ul li a.Orange {
                    color: #fff;
                    background: #f48f1e;
                    padding: 10px 15px;
                    font-size: 14px;
                    border-radius: 7px 7px 0 0;
                    text-decoration: none;
                    font-weight: bold;
                }

.BotEmail {
    margin: 30px 0 0 0;
    text-align: right;
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 0 10px 0 0;
}

    .BotEmail a {
        color: #fff;
        text-decoration: underline;
    }


.OTPcls {
    background: url(../images/login-bg.png) no-repeat top left;
    height: 399px;
    width: 585px;
    margin: 5px auto;
    padding: 19px 17px;
}

.OTPclsTitle {
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.OTPcls {
    margin: 15px 20px;
}

    .OTPcls label {
        font-size: 14px;
        color: #000;
        display: block;
        font-weight: bold;
        padding: 10px 5px;
    }

    .OTPcls input[type=text], .OTPclsLoginForm input[type=password] {
        font-family: Arial;
        font-size: 13px;
        padding: 15px;
        background: #eeeeee;
        color: #8e8e8e;
        border: 0 none;
        border-radius: 7px;
        width: 50%;
        margin: 0 0 5px 0;
    }

    .OTPcls input[type=button], .OTPclsLoginForm input[type=submit] {
        background: #001e4e;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 12px 25px;
        border-radius: 7px;
        float: left;
        border: 0 none;
        margin: 10px 15px 0 0;
        cursor: pointer;
    }

    .OTPcls a, .OTPclsLoginForm a:hover {
        float: left;
        display: block;
        line-height: 55px;
        font-size: 13px;
        color: #001e4e;
        text-decoration: underline;
        font-weight: bold;
    }



input.error {
    border: 1px solid #ff0000 !important;
}

input.error {
    border: 1px solid #ff0000;
}

.CMsg {
    position: relative;
    top: -50px;
    left: 320px;
}
