@charset "utf-8"; /* CSS Document */


/*top-to-bottom*/
.go-top {position:fixed;bottom: 5%;right: 3%;padding:20px;display:none; cursor: pointer;-webkit-font-smoothing: antialiased;z-index: 1;}
.go-top:after {font-family: FontAwesome;content: "\f176";background-color: #f26221;padding: 15px 22px;color: #FFFFFF; position: absolute;bottom:10px;font-size: 15px;border-radius: 50%;width: 50px;height: 50px;}
.go-top:hover {transition: all .4s linear;transform: scale(1.1);}
.single-title{ width:100%; text-align:center; position:relative; margin-bottom:30px; }
.single-title h1{ font-size:22px; color:#000000; font-weight:500; text-transform:capitalize; margin-bottom:10px; }
.top-header{ width:100%; float:left; text-align:center; position:relative; padding:10px 0px; border-bottom:1px solid #e5e5e5;}
.create-bid-section{ width:100%; float:left; position:relative; padding:30px 0px;}
.create-bid-section .bid-form-centre{float: inherit; padding: 0px; max-width: 550px; width: 100%; margin: 0 auto;}
.create-bid-section .bid-form-centre .bid-reg-step{max-width: 100%; margin: 0 auto; background: #FFFFFF; padding: 20px 20px !important; border:1px solid #f0f0f0}

.create-bid-section .bid-form-centre .bid-reg-step .form-check{margin-bottom: 0px;padding-left: 15px;}
.create-bid-section .bid-form-centre .bid-reg-step input[type="radio"] { display:none;}
.create-bid-section .bid-form-centre .bid-reg-step input[type="radio"] + label span { display:inline-block; width:19px; height:19px; margin:-2px 10px 0 0; vertical-align:middle; background:url(../images/check_radio_sheet.png) -37px top no-repeat; cursor:pointer;}
.create-bid-section .bid-form-centre .bid-reg-step input[type="radio"]:checked + label span { background:url(../images/check_radio_sheet.png) -57px top no-repeat;}
.create-bid-section .bid-form-centre .bid-reg-step input[type="checkbox"] { display:none;}
.create-bid-section .bid-form-centre .bid-reg-step input[type="checkbox"] + label span { display:inline-block; width:19px; height:19px; margin:-2px 10px 0 0; vertical-align:middle; background:url(../images/check_radio_sheet.png) left top no-repeat; cursor:pointer;}
.create-bid-section .bid-form-centre .bid-reg-step input[type="checkbox"]:checked + label span { background:url(../images/check_radio_sheet.png) -19px top no-repeat;}
.create-bid-section .bid-form-centre .bid-reg-step .form-row{ margin:0px 10px;}
.create-bid-section .bid-form-centre .bid-reg-step .form-control { padding: 0.675rem .60rem; border-radius: 0px; background-color:transparent; color:#000000; font-size:13px; border:1px solid #ced4da;}
.create-bid-section .bid-form-centre .bid-reg-step input, .create-bid-section .bid-form-centre .bid-reg-step select { height: 50px!important; box-shadow:none; background-color:transparent}
.create-bid-section .bid-form-centre .bid-reg-step .input-group-addon:last-child { border-left: 0; }
.create-bid-section .bid-form-centre .bid-reg-step .btn-submit{ font-weight:500; font-size:14px; display:inline-block; padding:10px 20px; transition:0.5s; color:#ffffff; background:#73b21a; text-transform:uppercase; border-radius:0px; border:1px solid #73b21a; width:100%; line-height:18px}
.create-bid-section .bid-form-centre .bid-reg-step .btn-submit:hover{ background:transparent; color:#73b21a; border:1px solid #73b21a;}
.create-bid-section .bid-form-centre .bid-reg-step label { font-size: 16px; color: #000000; font-weight: normal; margin-bottom:5px; }
.create-bid-section .bid-form-centre .bid-reg-step label span { color: #ff0000 }

/* Adding buyers form by admin */
.create-bid-section .buyer-form-centre{float: inherit; padding: 0px; max-width: 750px; width: 100%; margin: 0 auto;}
.create-bid-section .buyer-form-centre .bid-reg-step{max-width: 100%; margin: 0 auto; background: #FFFFFF; padding: 20px 20px !important; border:1px solid #f0f0f0}

.create-bid-section .buyer-form-centre .bid-reg-step .form-check{margin-bottom: 0px;padding-left: 15px;}
.create-bid-section .buyer-form-centre .bid-reg-step input[type="radio"] { display:none;}
.create-bid-section .buyer-form-centre .bid-reg-step input[type="radio"] + label span { display:inline-block; width:19px; height:19px; margin:-2px 10px 0 0; vertical-align:middle; background:url(../images/check_radio_sheet.png) -37px top no-repeat; cursor:pointer;}
.create-bid-section .buyer-form-centre .bid-reg-step input[type="radio"]:checked + label span { background:url(../images/check_radio_sheet.png) -57px top no-repeat;}
.create-bid-section .buyer-form-centre .bid-reg-step input[type="checkbox"] { display:none;}
.create-bid-section .buyer-form-centre .bid-reg-step input[type="checkbox"] + label span { display:inline-block; width:19px; height:19px; margin:-2px 10px 0 0; vertical-align:middle; background:url(../images/check_radio_sheet.png) left top no-repeat; cursor:pointer;}
.create-bid-section .buyer-form-centre .bid-reg-step input[type="checkbox"]:checked + label span { background:url(../images/check_radio_sheet.png) -19px top no-repeat;}
.create-bid-section .buyer-form-centre .bid-reg-step .form-row{ margin:0px 10px;}
.create-bid-section .buyer-form-centre .bid-reg-step .form-control { padding: 0.675rem .60rem; border-radius: 0px; background-color:transparent; color:#000000; font-size:13px; border:1px solid #ced4da;}
.create-bid-section .buyer-form-centre .bid-reg-step input, .create-bid-section .buyer-form-centre .bid-reg-step select { height: 50px!important; box-shadow:none; background-color:transparent}
.create-bid-section .buyer-form-centre .bid-reg-step .input-group-addon:last-child { border-left: 0; }
.create-bid-section .buyer-form-centre .bid-reg-step .btn-submit{ font-weight:500; font-size:14px; display:inline-block; padding:10px 20px; transition:0.5s; color:#ffffff; background:#73b21a; text-transform:uppercase; border-radius:0px; border:1px solid #73b21a; width:100%; line-height:18px}
.create-bid-section .buyer-form-centre .bid-reg-step .btn-submit:hover{ background:transparent; color:#73b21a; border:1px solid #73b21a;}
.create-bid-section .buyer-form-centre .bid-reg-step label { font-size: 16px; color: #000000; font-weight: normal; margin-bottom:5px; }
.create-bid-section .buyer-form-centre .bid-reg-step label span { color: #ff0000 }

.tab-section{ width:100%; float:left; padding:30px 0px; background:#FFFFFF; position:relative;}
.btn-submit-1{ font-weight:500; font-size:14px; display:inline-block; padding:5px 20px; transition:0.5s; color:#ffffff; background:#73b21a!important; text-transform:uppercase; border-radius:0px; border:1px solid #73b21a;}
.btn-submit-1:hover{ background:transparent; color:#73b21a; border:1px solid #73b21a;}

.btn-submit-2{ font-weight:500; font-size:14px; display:inline-block; padding:5px 20px; transition:0.5s; color:#ffffff; background:#ffc107!important; text-transform:uppercase; border-radius:0px; border:1px solid #ffc107;}
.btn-submit-2:hover{ background:transparent; color:#73b21a; border:1px solid #ffc107;}

.tab-section .nav-pills .nav-link, .tab-section .nav-tabs .nav-link{ border-radius: 0px; text-transform:uppercase; padding:15px 38px; margin-right:0px; color:#484848; font-weight:600; font-size:14px;}
.tab-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: #fff; background-color: #73b21a;}
.tab-section .nav-tabs { border-bottom: 1px solid #f0f0f0;}
.tab-section .tab-pane{ position:relative; padding:20px 0px;}

.tab-section .tab-pane .form-check{margin-bottom: 0px;padding-left: 15px;}
.tab-section .tab-pane input[type="radio"] { display:none;}
.tab-section .tab-pane input[type="radio"] + label span { display:inline-block; width:19px; height:19px; margin:-2px 10px 0 0; vertical-align:middle; background:url(../images/check_radio_sheet.png) -37px top no-repeat; cursor:pointer;}
.tab-section .tab-pane input[type="radio"]:checked + label span { background:url(../images/check_radio_sheet.png) -57px top no-repeat;}
.tab-section .tab-pane input[type="checkbox"] { display:none;}
.tab-section .tab-pane input[type="checkbox"] + label span { display:inline-block; width:19px; height:19px; margin:-2px 10px 0 0; vertical-align:middle; background:url(../images/check_radio_sheet.png) left top no-repeat; cursor:pointer;}
.tab-section .tab-pane input[type="checkbox"]:checked + label span { background:url(../images/check_radio_sheet.png) -19px top no-repeat;}
.tab-section .tab-pane .form-row{ margin:0px 10px;}
.tab-section .tab-pane .form-control { padding: 0.675rem .60rem; border-radius: 0px; background-color:transparent; color:#000000; font-size:13px; border:1px solid #ced4da;}
.tab-section .tab-pane input, .tab-section .tab-pane select { height: 50px!important; box-shadow:none; background-color:transparent}
.tab-section .tab-pane .input-group-addon:last-child { border-left: 0; }
.tab-section .tab-pane .btn-submit{ font-weight:500; font-size:14px; display:inline-block; padding:10px 20px; transition:0.5s; color:#ffffff; background:#73b21a; text-transform:uppercase; border-radius:0px; border:1px solid #73b21a; line-height:18px; margin-top:28px;}
.tab-section .tab-pane .btn-submit:hover{ background:transparent; color:#73b21a; border:1px solid #73b21a;}
.tab-section .tab-pane label { font-size: 16px; color: #000000; font-weight: normal; margin-bottom:5px; }
.tab-section .tab-pane label span { color: #ff0000 }

.btn-register { display:flex; justify-content:center; }
.status_icon{
	display: inherit;
}
.logoutbtn{
	color:red;font-weight: 600 !important;font-size: 14px;
}
.checkbtn{
	color:green;font-weight: 600 !important;font-size: 14px;
}
#status-list {
	height: 40px !important;
	width: 100% ;
}
.paystatus span {
	display: block;
	padding: 0px;
}
#status_sbmt{
	height: 40px !important;
}
.inputCommodityImage{
	height: 250px !important;
}