﻿body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

/* Header section css style*/

#HeaderSection {
    /*height: 10%;*/
    width: 100%;
    position: fixed;
    background-color: white;
    margin: 0px;
    padding-top: 8px;
    top: 0;
    overflow: hidden;
}
/* Content section css style */
#ContentSection {
    height: 100%;
    width: 100%;
    background-color: #fff;
    color: black;
    /*min-height: 600px; Commented by Sujit*/
    margin: 6% 0% 0% 0%;
    padding-top: 1%;
    /*background: url(../Images/bg2.jpg)top right repeat;*/
    background-attachment: fixed;
}

/*Footer section css style*/
#footerSection {
    width: 100%;
    height: 5%;
    position: fixed;
    background-color: #b8b999;
    text-align: center;
    margin: 0px;
    float: left;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0px 0px 2px;
    padding-top: 2px;
}

#sidebar {
    width: 18%;
    height: 100%;
    box-shadow: 0px 5px 3px;
    float: left;
    position: fixed;
}

.ContentBody {
    width: 75%;
    height: 100%;
    margin: 1% 4% 4% 4%;
    /*min-height: 500px; Commented by Sujit*/
    float: right;
    overflow-y: hidden;
}

.ContentBody1 {
    width: 91%;
    height: 100%;
    margin: 1% 4% 4% 4%;
    /*min-height: 500px; Commented by Sujit*/
    float: right;
    overflow-y: hidden;
}

input,
select,
textarea {
    border: 1px solid #333333;
}
/* styles for validation helpers */
.field-validation-error {
    color: #FF0000;
    font-size: 15px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
}

.validation-summary-valid {
    display: none;
}

.login {
    margin-top: 30px;
    min-height: 500px;
    padding-left: 300px;
    padding-right: 30px;
    padding-top: 20px;
}

input {
    margin: 0px;
    padding: 0px;
}

#ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: grey;
    opacity: 0.5    ;
    filter: alpha(opacity=40);
    display: none;
    background: white url("../Images/material-loader.gif") no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.maindatatbl {
    /*font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    height: auto;
    min-height: 10%;
}

    .maindatatbl th {
        font-size: 12px;
        font-weight: bold;
        padding: 0px 5px;
        height: 30px;
        color: #fff;
        background-color: #45ABD7;
    }

    .maindatatbl td {
        border-bottom: 1px solid #d7d7d7;
        color: #333333;
        font-weight: normal;
        font-size: 11px;
    }

    .maindatatbl tfoot tr td {
        background: #e8edff;
        font-size: 11px;
        color: #99c;
    }

    .maindatatbl tbody tr:hover td {
        /*background: #d0dafd url('../Images/gradhover.png') repeat-x;*/
        background-color:lightgrey;
        color: #000;
    }
    /*  Define the background color for all the ODD background rows  */
    .maindatatbl tr:nth-child(odd) {
        background: #ececec;
    }
    /*  Define the background color for all the EVEN background rows  */
    .maindatatbl tr:nth-child(even) {
        background: #f4f4f4;
    }

#footertbl {
    font-size: 12px;
    font-weight: bold;
    /*padding: 3px;*/
    height: 25px;
    font-family: Verdana;
    color: #ffffff;
}
/*Insite table style */
.Innertbl {
    width: 100%;
    text-align: center;
    /*border:1px solid black;*/
    padding: 0px;
    margin: 0px;
    font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

    .Innertbl th {
        font-size: 11px;
        font-weight: bold;
        padding: 3px;
        /*background: #b9c9fe url('../Images/gradhead.png') repeat-x;*/
        color: #f3f3f3;
        background-color: #666666;
    }

    .Innertbl td {
        padding: 0px;
        border-bottom: 1px solid #fff;
        color: #333333;
        font-weight: normal;
        border-top: 1px solid #fff;
        /*font-family: "verdana";*/
        font-size: 11px;
        padding: 4px;
    }

    .Innertbl tr:nth-child(odd) {
        background: #dae5f4 -importent;
    }
    /*  Define the background color for all the EVEN background rows  */
    .Innertbl tr:nth-child(even) {
        background: #c5c5c5 -importent;
    }

#searchformdiv {
    /*border: 2px solid bisque;*/
    padding: 15px;
}

.pagination {
    float: right;
    background-color: #7d7d7d;
    color: yellowgreen;
    /*height: 20px;*/
    font-size: 13px;
    vertical-align: middle;
    padding: 4px;
    border-radius: 4px;
    text-align: left;
}

    .pagination a {
        text-decoration: none;
        color: black;
        padding-left: 2px;
        padding-right: 2px;
        font-weight: bold;
    }

.pagenumbering {
    float: left;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 3px 3px 3px 5px;
}

.pagenumberingLink {
    float: right;
    color: InactiveCaptionText;
    font-size: 12px;
    text-align: left;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
}

    .pagenumberingLink a {
        text-decoration: none;
        color: InactiveCaptionText;
    }

#showhidepanel {
    /*float: right;*/
    cursor: pointer;
    /*width: 991px;*/
    height: 16px;
    /*margin-bottom: 15px;*/
    background-color: lightgray;
    color: black;
    text-align: left;
    padding-top: 2px;
    padding: 4px;
    border-radius: 2px;
    font-weight: bold;
    /*border-bottom: 2px solid gray;*/
}

.showhidepanelUp {
    float: right;
    background: url('../Images/up-2.jpg') no-repeat repeat center;
    width: 16px;
    height: 17px;
    float: right;
    cursor: pointer;
    background-color: lightgray;
}

.showhidepaneldown {
    float: right;
    background: url('../Images/down-2.jpg') no-repeat repeat center;
    width: 16px;
    height: 17px;
    float: right;
    cursor: pointer;
    background-color: lightgray;
}

#resultDiv {
    margin-top: 20px;
}
/*Autocomplete textbox style*/
/*Menu for sidebar*/

.menu {
    width: 18%;
    margin-top: 25px;
    height: 100%;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px;
}

.menu1 {
    width: 3%;
    margin-top: 25px;
    height: 100%;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px;
}

#newnav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

    #newnav li a {
        line-height: 40px;
        display: block;
        text-decoration: none;
        color: #737373;
        font-family: Poppins,sans-serif;
        font-size: 14px;
    }

    #newnav li {
        display: block;
        line-height: 40px;
        text-decoration: none;
        border-top: 1px solid #bcbcbc;
        text-align: center;
    }

        #newnav li a:hover {
            background-color: lightgray;
            border-left: 2px solid #e3081c;
            border-top: 1px solid #bcbcbc;
            color: #333333;
        }

        #newnav li.active {
            background-color: lightgray;
            border-left: 2px solid #e3081c;
            color: #333333;
        }

        #newnav li:last-child {
            border-bottom: 1px solid #ccc;
        }

#applogo {
    /*background: rgba(0, 0, 0, 0) url("../Images/login-logo25.png") no-repeat scroll 0 0;
    height: 100%;*/
    margin-left: 1%;
}

#searchform {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    margin-top: 0;
    /*padding: 10px 0px 10px 0px;*/
    /*box-shadow:0px 1px 0px 1px #cdc2ae*/
}

.tabltitle {
    font-family: 'Lucida Grande',Times New 'Informal Roman';
    font-weight: 600;
    padding: 3px 0px 3px 10px;
    color: #fff;
    float: right;
    width: 100%;
    margin-top: 1%;
    background-color: #58b78b;
}

.Meadiumttl {
    font-family: 'Lucida Grande',Times New 'Informal Roman';
    font-weight: 600;
    padding: 1px 4px;
    color: #000;
    float: left;
    width: 99%;
    margin-top: 1%;
    background-color: #d6d3c6;
    font-size: 13px;
}

.searchformpnl {
    width: 75%;
    height: 100%;
    margin: 0% 4% 0% 4%;
    float: right;
    margin-top: 10px;
}

.searchformpnl1 {
    width: 91%;
    height: 100%;
    margin: 0% 4% 0% 4%;
    float: right;
    margin-top: 10px;
}

.detaillink {
    background: url(../Images/ViewWo.gif) no-repeat top left;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0px 0px;
    margin: 0px 0px;
    text-indent: -9999px; /*hide text*/
}

.deletemarkLink {
    background: url(../Images/markdone.png) no-repeat top left;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0px 0px;
    margin: 0px 0px;
    border-width: 0px;
    text-indent: -9999px; /*hide text*/
}

.deleteLink {
    background: url(../Images/Delete.png) no-repeat top left;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0px 0px;
    margin: 0px 0px;
    border-width: 0px;
    text-indent: -9999px; /*hide text*/
}

.Editlink {
    background: url(../Images/TextEdit.gif) no-repeat top left;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0px 0px;
    margin: 0px 0px;
    text-indent: -9999px; /*hide text*/
}

.Readybtn {
    background: url(../Images/Ready.jpg) no-repeat top left;
    display: block;
    width: 18px;
    height: 18px;
    padding: 0px 0px;
    margin: 0px 0px;
    text-indent: -9999px; /*hide text*/
}

.searchfrm {
    padding: 10px 0;
}
#maintbldiv
{
 width:100%;
 min-height:300px;
}