body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif,;
    color: #222;
    font-size: 14px;
    margin: 0 auto;
}

.main {
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
}

.header {
    width: 100%;
    min-height: 118px;
    background-color: #fff;
    margin: 0 auto;
    z-index: 999999;
}

h4 {
    color: #728BA1;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    font-variant: small-caps;
    line-height: 0px;
}

hr {
    height: 1px;
    width: 90%;
    color: #DDEFF9;
}

.logo {
    width: 30%;
    margin: 10px;
    float: left;
    padding-left: 50px;
}

.chatbox {
    width: 35%;
    margin: 20px 10px 10px 10px;
    float: right;
    font-size: 40px;
    font-weight: bolder;
    text-transform: capitalize;
    font-family: BuxtonSketch;
}

.User {
    float: left;
    padding-top: 3px;
    font-size: 16px;
    font-weight: bolder;
    text-transform: capitalize;
    font-family: CondLight;
}


.clear {
    clear: both;
}

/* Navigation */
.menu {
    margin: 0;
    height: auto;
    z-index: 999;
}

    .menu li {
        display: inline;
        width: auto;
        z-index: -1;
    }

    .menu ul {
        margin: 0;
        padding: 0;
        z-index: -1;
    }

    .menu a {
        text-decoration: none;
        font-size: 16px;
        color: #fff;
    }

.active, .inactive {
    width: 83%;
}

/* Navigation Button */
.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    font-size: 22px;
    padding: 9px 2% 7px 2%;
    text-decoration: none;
}

    .btn:hover {
        padding-top: 5px;
        color: #E5C40B;
        text-decoration: none;
    }

.mobile-menu {
    display: none;
}

#nav {
    min-height: 29px;
    /**background-color: rgba(38, 173, 247, 0.30);*/
    background-color: rgba(12, 25, 32, 0.84);
    color: #000;
    font-weight: 600;
    padding-top: 10px;
    text-align: left;
    text-transform: capitalize;
}

/***************** FOOTER C8C8C8 ******************/

.lastfooter {
    background-color: #c1c1c1;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    padding: 10px 0 10px 0;
    width: 100%;
    bottom: 0;
}

.subfooter {
    background-color: #E2E6E9;
    color: #FFF;
    padding-bottom: 5px;
    width: 100%;
}


/***************** MAIN ******************/
.container {
    width: 98%;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
}


.button {
    background-color: #ECECEC;
    color: #404F98;
    border: solid 1px #C8C8C8;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    min-width: 100px;
    cursor: pointer;
}

    .button:hover {
        background-color: #DFE7DD;
        text-decoration: none;
    }



.txtData {
    border: solid 1px #C8C8C8;
    height: 25px;
    min-width: 180px;
    padding-left: 8px;
}
.cmbData{    border: solid 1px #C8C8C8;
    height: 29px;
    min-width: 190px;
    padding-left: 8px;
    width:100px;
}


.formMain {
    width: 99.3%;
    margin: 2px 2px 1px 2px;
    color: Black;
    background-color: #FFF;
}

.FinderBox {
    background-color: #FFF;
    border: 1px solid #C2C7C2;
}

.subHeader {
    color: #FFF;
    background-color: #728BA1;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    font-variant: small-caps;
    padding: 5px 5px 5px 5px;
}

.Containt {
    padding: 10px 20px 20px 20px;
    vertical-align: middle;
    width: 96%;
}

.Row {
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    width: 100%;
}


.Left {
    padding: 5px;
    padding-left: 20px;
    vertical-align: middle;
    width: 35%;
    text-align: left;
}

.right {
    padding: 5px;
    width: 32%;
    text-align: left;
}

.Left1 {
    padding: 5px;
    padding-left: 20px;
    vertical-align: middle;
    width: 49%;
    text-align: left;
}

.right1 {
    padding: 5px;
    width: 49%;
    text-align: left;
}



.Error {
    color: #ff0000;
    padding-top: 1px;
    padding-bottom: 1px;
}

.ErrorCont {
    position: relative;
    margin-top: 8%;
    background-color: #efd13a;
    min-height: 200px;
    font-size: 50px;
    font-family: BuxtonSketch;
    padding-left: 50px;
    color: #ee1616;
    padding-top: 100px;
}

.Loading {
    background-color: teal;
    font-weight: bolder;
    font-size: 12px;
    border: 1px solid teal;
    top: 1px;
    left: 38%;
    position: fixed;
    color: #FFF;
    padding: 3px 10px 4px 10px;
    z-index: 9999;
}
.Loading2 {
    position: fixed;
    width:100%; height:100%;
    background: #fff;
    opacity:0.9;top:0;left:0;
    z-index: 9999;

}

.innerLoading {position:absolute; left:50%; top:50%; margin-left:-50px; margin-top:-50px;}
    .innerLoading img {display:block; margin:0 auto;}
.innerLoading span {display:block; margin:0 auto; color:green;text-align:center; font-size:15px; font-weight:600;}
.color {
    background-color: #FFF;
}
/********************GRID VIEW ***********************/
.tblRpt {
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    color: #474747;
    width: 100%;
}

    .tblRpt .header {
        height: 40px;
        font-weight: bold;
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        background-color: #ECECEC;
    }

    .tblRpt tr {
        border-bottom: solid .05px #52bcf7;
    }

        .tblRpt tr:nth-child(even) {
            height: 30px;
            margin-bottom: 0.5px;
            border-bottom: solid .05px #ABB7B7;
            text-align: center;
             background-color: #ECF0F1;
           
        }

    .tblRpt td:last-child {
        height: 30px;
        margin-bottom: 0.5px;
        padding-right: 10px;
        text-align: center;
    }

    .tblRpt tr:nth-child(odd) {
        height: 30px;
        margin-bottom: 0.5px;
        text-align: center;
        background-color:#DADFE1;
    }


.Grid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color: #474747;
    width: 100%;
}

    .Grid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
    }

    .Grid th {
        padding: 4px 2px;
        color: #fff;
        background: #363670 url(../Images/grid-header.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .Grid .alt {
        background: #fcfcfc url(../Images/grid-alt.png) repeat-x top;
    }

    .Grid .pgr {
        background: #363670 url(../Images/grid-pgr.png) repeat-x top;
    }

        .Grid .pgr table {
            margin: 3px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bolder;
            color: #FFF;
            font-size: 13px;
        }

        .Grid .pgr a {
            color: #DFE7DD;
            text-decoration: none;
        }

            .Grid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


.errorbox { display:none;  position:fixed; width:100%; height:100%; background:#000000; opacity:0.98; z-index:999999;  opacity: .71; top:0; left:0;}
.errorInfobox{display:none;width:600px; height:400px; background:white; border:1px solid #e4e4e4; position:fixed;  z-index:9999999;top:150px; left:50%; margin-left:-300px;}
.errbox_heading{width:100%; background:#1ABC9C; height:40px;}
.errbox_heading p {float:left;  margin:0;line-height:40px; color:white; margin-left:10px; font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size:15px;}
.closeBtn{float:right;display:inline-block;  margin-top: 10px;  margin-right: 10px;}
.errMsg{margin:0; display:inline-block; font-size:23px; color:#333;padding:10px; }
.note_i{display:inline-block; font-size:23px; color:#333;padding:10px;}

.loader{position:fixed;display:none; top:0; background:green; width:100%; height:100%; left:0; background:url(../Images/status.gif) center center no-repeat #fff; opacity:0.90;}
