﻿.btnSubmit {
    width: 150px;
    height: 35px;
    background-color: #0051A1;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    padding: 5px 25px;
    font-size: 14px;
    box-shadow: 0px 0px 2px 0px #000;
    place-content: center;
}

.btnSubmitDisable {
    border-radius: 4px;
    width: 150px;
    height: 35px;
    background-color: #aaa;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 5px 25px;
    font-size: 16px;
    box-shadow: 0px 0px 2px 0px #000;
    opacity: 0.6;
    cursor: not-allowed;
}

.btnSubmit:hover {
    background-color: #3ad029;
    box-shadow: 0 0 10px #FF99CC;
    color: white;
}

.btnRefresh {
    background-color: #970ff5;
    border-radius: 4px;
    width: 170px;
    height: 35px;
    display: inline-block;
    border: none;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btnRefresh:hover {
        background-color: #af7bcf;
        box-shadow: 0 0 10px #FF99CC;
        color: white;
    }

.text1 {
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 2px 0;
    outline: none;
    padding-left: 5px;
    box-sizing: border-box;
    transition: .2s;
}
.textboxborderRed {
    border-color: #fa0404;    
}

.text1:focus {
        border-color:#3ad029;
        box-shadow: 0 0 8px 0 green;
}



.headingstyle {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    outline: none;
    padding: 4px;
    box-sizing: border-box;
    background-color: #34495e;
    color: white;
}

.btnView {
    border-radius: 4px;
    width: 170px;
    height: 35px;
    display: inline-block;
    background-color: #c12b2b;
    border: none;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btnView:hover {
        background-color: #fa0404; /* Green */
        color: #FFFFFF;
    }

.btnViewDisable {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    border-radius: 4px;
    display: inline-block;
    background-color: #f4511e;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.6;
    cursor: not-allowed;
}

.container1 {
    font-family: arial;
    font-size: 14px;
    width: 100%;
    height: auto;
    outline: dashed 1px black;
    text-align: center;
    position: relative;
    background-color: #ede9e9;
}

.SearchArea1 {
    position: absolute;
    background-color: #ffffff;
    color: black;
    width: 1200px; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    border-radius: 5px;
}
.ddl {
    color:#fff;
    /* font-size: 20px;*/
    padding: 3px 10px;
    border-radius: 5px;
    /* background-color: #cc2a41;*/
    background-color:#0051A1;
    font-weight: bold;
    width: 150px;
    margin: 5px 10px;
}
.ddl2 {
    color:#0026ff;
    /* font-size: 20px;*/
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #fff;
    font-weight: bold;
    width: 150px;
    margin: 5px 10px;
}
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.modalPopup {
    background-color: #ffffff;
    color: black;
    width: 80%; /* Can be in percentage also. */
    height: 350px;
    margin: 0 auto;
    padding: 1px;
    position: relative;
    border-radius: 5px;
    font-family: Arial;
    font-size: 14px;
    border: 4px solid #aaa;
}
.modalPopup .header{
    background-color:#2FBDF1;
    height:30px;
    color:white;
    line-height:30px;
    font-weight:bold;
    text-align:right;
}
    .modalPopup .footer {
       padding:3px;
    }
    .modalPopup .button {
        height: 23px;
        color: white;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor:pointer;
        background-color:red;
        border:1px solid #5c5c5c;
    }
    .modalPopup .BodyofPopup {
        background-color: #ffffff;
        height: auto;
        color:#000;
    }
.ILMemberInformation5 {
    background-color: #ffffff;
    color: black;
    width: 95%; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
    padding: 1px;
    position: relative;
    border-radius: 5px;
    font-family: Arial;
    
}
.MemberInfo5 {
    float: left;
    width: 295px;
    height: auto;
    /*border: 2px solid #aaa;*/
    text-align: left;
    padding: 0px 4px 4px 10px;
    margin-left: 10px;
    display: block;
}
.DispBCodeForAdmin {
    margin-left:95px;
    /*visibility:hidden;*/
}


