*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    position:relative;
}

select, input {
    border: 0px solid #ccc;
    padding: 0px;
    border-radius: 0px;
}

.textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 4px;
}

.center{
    justify-content:center
}

.pos-rel{
    position:relative;
}

header {background: cadetblue;padding: 0;}
.main{min-height: 770px;}
.topHeader {
    height: 60px;
    padding: 10px;
}
.navItems {
    background: #128589;
}
.bg-light {
    background-color: #ffffff00 !important;
    padding: 0;
    margin-top: 10px;
}
.appName h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    padding: 10px;
}

.logo img {
    height: 50px;
}
/*.login_menu ul {
    overflow: hidden;
    margin: 0;
}*/
.login_menu ul li {
    list-style: none;
    color: #fff;
}
.login_menu ul li a{
    text-decoration:none;
}

.login_menu ul li:nth-child(1) {
    margin-right: 10px;
    border-right: 1px solid #cbcbcb;
    padding-right: 10px;
}

.login_menu .fa-sign-out {
    display: block;
    font-size: 22px;
    color:#fff;
}

.login_menu ul li span {
    display: block
}

.mainSection {
    background: #edededed;
    padding: 20px;
    min-height: 795px;
}


.otp{
    height:500px !important
}

.otpSec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
}

    .otpSec  label {
        margin-right: 10px;
    }

    .otpSec  .subBtn {
        margin: 4px;
    }

.logBtns input{
    margin:3px
}

.mt-15 {
    margin-top: 15px
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-30{
    margin-top:30px;
}

.registrationForm{
    width:500px;
    max-width:500px !important;

}

.registrationForm table {
    border: none;
    width:100%
}

.registrationForm table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 7px;
}

    table {
        background: #fff;
        border: 1px solid #e9e9e96b;
    }

.login {
    padding: 30px;
    max-width: 400px;
    margin: 65px auto;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 4px 2px #00000030;
}

.loginForm {
    flex-direction: column
}

    .loginForm .item {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .loginForm input{
            width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 3px 6px;
    }

.subBtn {
    width: auto !important;
    background: cadetblue;
    margin: 0 auto;
}


.myBtn{
    padding:4px 10px;
    border:none;
    color:#fff;
    border-radius:3px;
}

.sendBtn {
    border: 1px solid #d9d8d8;
    padding: 3px 6px;
    border-radius: 3px;
    background: #f7f7f7d9;
    
}

#ContentPlaceHolder1_divDisplay .sendBtn {
    display: block;
    width: 85px;
}

.cancelBtn {
    background: #ed7070;
}

.regretBtn {
    background: #808080;
}


.greenBtn {
    background: #6ac36afa
}

.infoBtn {
    background: #5f9ea0;
    border: 1px solid #c3c3c3;
    color: #fff;
}

table th {
    background: cadetblue;
    color: #fff;
}
tbody{
width:100%;
display:table
}

a{
    color:#000;
    text-decoration:none;
}

a:hover{
    color:#000;
    text-decoration:none
}

.heading {
    background: #e5e4e4;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-left: 15px;
    border-left: 3px solid #128589;
    border-radius: 7px;
}

.heading h4 {
    margin: 0;
    padding: 5px;
    font-size: 22px;
    color:#000 !important
}

.fa-envelope-o{
    margin-right:3px;
}

.newBtn {
    border: none;
    background: #128589;
    padding: 6px 10px;
    border-radius: 0px 5px 5px 0;
    color: #fff;
}
section .form_heading {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 1.50em;
}

.bidTime select{
    width:auto
}

.bidTime input {
    width: 165px;
}

.createNewBidTable td:nth-child(odd){
    width:25%;
}
.createNewBidTable td:nth-child(even) {
    width: 30%;
}

form {
    margin: 0 auto;
    padding: 0px;
    border-radius: 5px;
}
select {
    width:100%;
}
.mtr {
    margin: 5px 15px 0 0px;
}
.fs {
    font-size:1rem;
}
.editBtn {
    border: 1px solid #d9d8d8;
    padding: 3px 6px;
    border-radius: 3px;
    background: #f7f7f7d9;
}
.success-pb, .danger-pb {
    width: 65px;
    display: table;
    text-align: center;
    border-radius: 4px;
    margin-bottom:6px;
}

.submit-btn {
    background: cadetblue;
    color: #fff;
}
label{text-align: right;}
.submit{text-align:right;}
footer {
    text-align: center;
    padding: 10px;
    background: cadetblue;
    color: #fff;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 40px;
}
form .submit button{background: green;color: #fff;width:50%;}
form .register button{background: cadetblue;color: #fff;width:50%;}
form .submit button:hover,form .register button:hover{color:#fff;}


.table thead th{color:#fff;}
h3 {font-size: 1.25rem;}

.fa-paperclip {
    color: blue;
    font-size: 25px;
}

.bidNo {
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
    height: 100%;
    margin-right: 10px;
    padding-bottom: 5px;
}
.text_underline {
    text-decoration:underline;
}

select, input, textarea{
    border:1px solid #d3d3d3 !important;
    padding:4px 10px;
}

#MyPopopAddbidder .modal-dialog{
        max-width: 750px;
}

#MyPopopAddbidder input, #MyPopopAddbidder select{
    width:100%;
}

.w-auto{
    width:auto;
}


.drop {
    color: #fff;
    display: flex;
    justify-content: end;
}


.drop-content {
    display: none;
}

.drop-content {
    background: #fff;
    position: absolute;
    top: 52px;
    z-index: 999999;
    right: 0;
    box-shadow: 0px 0px 2px 1px #00000026;
}

.drop h4 {
    font-size: 20px;
}

.drop .fa-user {
    background: #128589;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px !important;
    border: 1px dashed;
}

.active{
    display:block;
}

.drop-content ul {
    margin: 0;
    list-style: none;
}

.drop-content ul li {
    padding: 10px;
    border-bottom: 1px solid #e5e2e2;
}

.Rajeev {
    color: blueviolet;
}
