.page_bidding{
    background: #fff;
}
.page_bidding .products-agileinfo{
    background: #fff;
}
.page_bidding .products-agileinfo .icon{
    color: #555;
    margin-bottom: 15px;
}
.page_bidding .products-agileinfo .tittle{
    color: #555;
}
.page_bidding .both_boxes{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px;
}
.page_bidding .both_boxes .box{
    padding: 100px 70px;
}
.page_bidding .both_boxes .box.box_signup{
    background: #555;
}
.page_bidding .both_boxes .box.box_signin{
    border: 5px solid #555;
}
.page_bidding .both_boxes .box .box_title{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 50px;
}
.page_bidding .both_boxes .box.box_signup .box_title{
    color: #fff;
}
.page_bidding .both_boxes .box .links a{
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #555;
    border-radius: 27px;
    margin-bottom: 10px;
    font-size: 21px;
    padding: 10px;
}
.page_bidding .both_boxes .box .links a:hover{
    background: #555;
    color: #fff;
    text-decoration: none;
}
.page_bidding .both_boxes .box.box_signup .links a{
    background: #fff;
}
.page_bidding .both_boxes .box.box_signup .links a:hover{
    background: #555;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
}
button{
    cursor: auto !important;
}
.cg_breadcrumb{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 10px;
    background: #F9F8F8;
    padding: 20px;
}
.cg_breadcrumb:before, .cg_breadcrumb:after{
    display: none;
}
.cg_breadcrumb .logout_link{
    text-align: right;
}
.cg_breadcrumb .logout_link, .cg_breadcrumb .logout_link a{
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    display: inline-block;
}
.account_links{
    margin: 20px;
    padding: 15px;
    border: 5px solid #eee;
}
.account_links a{
    display: block;
    background: #1565C0;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.account_links a:hover{
    text-decoration: none;
}
form.cg_form{
    margin: 20px 0;
    position: relative;
}
form.cg_form .loading_gif{
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.7);
    height: 100%;
    z-index: 1;
    display: none;
}
form.cg_form .loading_gif img{
    width: 300px;
    left: 0;
    right: 0;
    display: block;
    bottom: 70px;
    margin: auto;
    height: 300px;
    position: absolute;
}
form.cg_form input, form.cg_form select, form.cg_form textarea{
    margin: 3px 0 30px;
}
form.cg_form label{
    margin-bottom: 0;
}
form.cg_form textarea{
    width: 100%;
    display: block;
    resize: none;
    height: 200px;
    border: 1px solid #ccc;
}
form.cg_form input.half_width{
    width: 48%;
    margin-right: 7px;
}
form.cg_form .field_msg{
    margin: -25px 0 0px;
}
form.cg_form .field_msg_urdu{
    display: block;
    margin-bottom: 30px;
    width: 100%;
    text-align: right;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    width: auto !important;
    height: auto !important;
    border-radius: 0;
}
.blinking_txt{
    font-weight: bold;
    color: #f00;
    animation:blinkingText 1.2s infinite;
    font-size: 20px;
}
.postes_quotes_count{
    background: #ddd;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}
span.urdu_label{
    font-weight: bold;
    font-size: 18px;
    float: right;
    margin-left: 20px;
}
.labels{
    margin: 20px 0;
}
.labels label{
    padding: 0 !important;
}
.labels span.urdu_label{
    margin-right: 10px;
    direction: rtl;
}
.customer_quote_notice .urdu_label{
    float: none;
    display: block;
    text-align: right;
}
@keyframes blinkingText{
    0%{     color: #f00;    }
    49%{    color: #f00; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #f00;    }
}
.info_msgs{}
.info_msgs p{
    font-size: 16px;
    margin-bottom: 15px;
}
.info_msgs .msg_urdu{
    direction: rtl;
    text-align: right;
}
.info_msgs .msg_urdu p{
    font-size: 20px;
}
.project_contents_table{
    margin-bottom: 30px;
}
.project_contents_table table{
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}
.project_contents_table table td{
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 10px;
}
.project_contents_table table th{
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px;
}
.add_pc_fields{
    overflow: hidden;
}
.add_pc_fields div.col-sm-12.col-lg-6{
    min-height: 110px;
}
.add_pc_fields .add_btn_container{
    clear: both;
    padding: 0 15px;
}
.add_pc_fields a.add_cp_item{
    background-color: #4286f4;
    color: white;
    padding: 14px 0;
    margin: 10px 0;
    border: none;
    cursor: auto;
    width: 48%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.add_pc_fields a.add_cp_item:hover{
    opacity: 0.8;
    text-decoration: none;
}
form.cg_form .form_btns, form.cg_form .specific_vendors_sections, form.cg_form .payment_options_container{
    border: 5px solid #f1f1f1;
    padding: 10px;
    margin: 15px;
    overflow: hidden;
}
form.cg_form .payment_options_container .credit_options_container{
    margin: 15px 0;
}
form.cg_form .specific_vendors_sections .vendors_checkboxes, form.cg_form .specific_vendors_sections .cities_checkboxes{
    margin-top: 15px;
}
form.cg_form .specific_vendors_sections .cities_checkboxes{
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}
form.cg_form .specific_vendors_sections .cities_checkboxes .chkbox{
    width: 25%;
    padding-left: 20px;
}
.specific_vendors_sections .cities_checkboxes .chkbox input{
    width: 14px;
    float: left;
}
.specific_vendors_sections .cities_checkboxes .chkbox label{
    float: left !important;
    width: auto !important;
    margin-top: 6px;
    margin-left: 5px;
}
span.btn_filter{
    background: #2d2d2d;
    border-radius: 5px;
    color: #fff;
    width: auto;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
form.cg_form .form_btns a.preview_btn{
    background-color: #4286f4;
    color: white;
    padding: 14px 0;
    margin: 10px 0;
    border: none;
    cursor: auto;
    width: 300px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
form.cg_form .form_btns a.preview_btn:hover, form.cg_form .form_btns a.preview_btn:active{
    text-decoration: none;
    opacity: 0.8;
    transition: none;
}
.project_preview_steps{
    margin: 30px 0;
}
.project_preview_steps .project_step{
    border: 5px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 20px;
}
.project_preview_steps .project_step.blinking_border{
    border: 5px solid #000;
    animation: blink .5s step-end infinite alternate;
}
.project_preview_steps{}
.project_preview_steps .project_step h2{
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #000;
}
.project_preview_steps .project_step .proj_fields{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.project_preview_steps .project_step .edit_btn{
    margin-top: 20px;
}
.project_preview_steps .project_step .edit_btn a{
    border-radius: 5px;
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
    margin: 10px 10px 10px 0;
    padding: 9px 15px;
    display: inline-block;
}
.project_preview_steps .project_step .edit_btn a:hover, .project_preview_steps .project_step .edit_btn a:active{
    text-decoration: none;
    opacity: 0.8;
    transition: none;
}
.project_preview_steps .project_step.order_items table, .listing_container table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}
.project_preview_steps .project_step.order_items table td, .listing_container table td{
    border-collapse: collapse;
    border: 1px solid #000;
    padding: 10px;
}
.project_preview_steps .project_step.order_items table th, .listing_container table th{
    padding: 10px;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: bold;
}
.project_preview_steps .project_step.submit_proj form{
    border: none;
}
.project_preview_steps .project_step.submit_proj form button{
    background: #2d2d2d;
    border-radius: 5px;
    color: #fff;
    width: auto;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
    border: none;
    cursor: pointer;
}
.listing_container{
    margin: 20px 0;
}
.listing_container table td.center{
    text-align: center;
}
.listing_container table td.actions_td a{
    display: inline-block;
    margin-right: 10px;
}
.response_msg{
    text-align: center;
    margin: 20px auto;
    color: #fff;
    padding: 10px;
    max-width: 50%;
}
.response_msg.msg_success{
    background: #4286F4;
}
.response_msg.msg_error{
    background: #F00;
}
.login_box .response_msg{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
}
.vendor_bc_links{
    text-align: right;
}
.vendor_bc_links a{
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    display: inline-block;
}
.important_border{
    border: 2px solid #f00;
}
a.edit_link{
    font-weight: bold;
    margin-left: 10px;
}
.edit_popup{
    position: fixed;
    width: 50%;
    z-index: 999;
    min-height: 150px;
    background: #fff;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    border: 5px solid #2d2d2d;
    display: none;
    border-left: 10px solid #2d2d2d;
}
.edit_popup .popup_content{
    background: #eff0eb;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    color: #181818;
}
.edit_popup .close_btn{
    text-align: right;
}
.edit_popup .close_btn img{
    width: 24px;
    cursor: pointer;
    margin-bottom: 20px;
}
.user_info{
    background: url("images/user_icon.png") no-repeat left top;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    background-size: 25px;
}
button{
    cursor: pointer !important;
}
p.error_msg{
    background: #f00;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
}
.allowed_sellers_list{
    margin-top: 20px;
    line-height: 20px;
}
.project_quote .allowed_vendors_list p{
    font-weight: bold;
    font-size: 20px;
    color: #f00;
}
.project_quote .allowed_vendors_list ul{
    margin-left: 20px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
}

.page_login{
    background: url("images/login_bg.jpg") no-repeat center top;
    min-height: 900px;
    overflow: hidden;
    background-size: cover;
}
.page_login .login_box{
    width: 50%;
    margin: 140px auto;
}
.page_login .login_box .box_header{
    background: #f5f5f1;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.page_login .login_box .box_content{
    background: #fff;
    padding: 10px 70px;
}
.login_box form{
    border: none;
}
.page_login .form_btns{
    overflow: hidden;
}
.page_login .form_btns .submit_btn{
    background: #2d2d2d;
    border-radius: 5px;
    color: #fff;
    width: auto;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
    border: none;
    cursor: auto;
    float: left;
}
.page_login .form_btns .forgot_pw{
    float: right;
    margin-top: 20px;
}
.page_login .form_btns .forgot_pw, .page_login .form_btns .forgot_pw a{
    color: #02bdf0;
}
.products-agileinfo{
    background: #fff !important;
}
.project_form{
    margin: 20px 50px;
}
.project_form .form_header{
    background: #eff0eb;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    color: #181818;
    margin-bottom: 25px;
}
.project_form .form_field{
    overflow: hidden;
    margin-bottom: 30px;
}
.project_form .form_field.verticalscroll{
    height: 120px;
    overflow-y: scroll;
    border: 1px solid #aaa;
    padding: 10px;
}
.project_form .form_field.vendors_list.verticalscroll{
    height: 210px;
}
.project_form .form_field label{
    width: 175px;
    float: left;
    margin-top: 16px;
}
.project_form .credit_options_container .form_field label{
    width: 320px;
    margin-top: 6px;
}
.project_form .credit_options_container p{
    color: #f00;
    font-weight: bold;
    margin-bottom: 20px;
}
.project_form .form_field input, .project_form .form_field select, .project_form .form_field textarea{
    width: 320px;
    padding: 9px 8px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background: url("images/txt_field_bg.jpg") repeat-x;
    border-radius: 5px;
    float: left;
}
.project_form .form_field span.urdu_label{
    float: left;
    margin-top: 16px;
}
.project_form .form_field .field_msg{
    margin: 0;
    clear: both;
}
.project_form .form_field .field_msg_urdu{
    margin: 0 !important;
}
.project_form .form_btnz{
    overflow: hidden;
}
.project_form .form_btnz button, .projects_list .project_box .project_links a, .project_quote a.btn_login, .form_buttons input[type="submit"]{
    background: #2d2d2d;
    border-radius: 5px;
    color: #fff;
    width: auto;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    float: left;
}
.projects_list .project_box .project_links a, .project_quote a.btn_login, .form_buttons input[type="submit"]{
    float: none;
}
.project_form .form_btnz .forgot_pw{
    float: left;
    margin-top: 20px;
}
.project_form .form_btnz .forgot_pw, .project_form .form_btnz a{
    color: #02bdf0;
}
.project_form .form_btnz a.prev_step_link{
    float: left;
    border-radius: 5px;
    border: 1px solid #2d2d2d;
    display: block;
    color: #2d2d2d;
    margin: 10px 10px 10px 0;
    padding: 9px 15px;
}
p.error_msg{
    background: #f00;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}
.cg_breadcrumb .mobile_btn{
    display: none;
    background: #2d2d2d;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.specific_vendors_sections label, .specific_vendors_sections .urdu_label{
    width: 100% !important;
    float: none !important;
}
.specific_vendors_sections .vendors_checkboxes .vhckbox{
    overflow: hidden;
}
.specific_vendors_sections .vendors_checkboxes .vhckbox input{
    width: 14px;
    float: left;
}
.specific_vendors_sections .vendors_checkboxes .vhckbox label{
    float: left !important;
    width: auto !important;
    margin-top: 6px;
    margin-left: 5px;
}
h2.tittle{
    background: #eff0eb;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    color: #181818;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    line-height: normal;
}
.assigned_vendors_list{
    margin-bottom: 30px;
}
.project_form .credit_options_container > .form_field{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.project_form .credit_options_container .form_field .urdu_label{
    direction: rtl;
}
.project_form .form_field.guarantors_list{
    border: 3px solid #aaa;
    padding: 10px;
}
.project_form .form_field.guarantors_list .guarantors_box{
    clear: both;
}
.project_form .form_field.guarantors_list .guarantors_box .guarantor_box{
    padding: 10px;
    border: 3px solid #bbb;
    margin-bottom: 20px;
}
.project_form .credit_options_container .options_box{
    clear: both;
    width: 100%;
    margin-top: 10px;
}
.project_form .credit_options_container .options_box .chkbox{
    overflow: hidden;
}
.project_form .credit_options_container .options_box .chkbox input{
    width: 30px;
}
.project_form .credit_options_container .options_box .chkbox label{
    width: 90%;
}
.project_form .credit_options_container a.samples_link{
    background: #2d2d2d;
    border-radius: 5px;
    color: #fff;
    width: auto;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
img.project_cnic{
    width: 200px;
}
img.cnic_in_quote{
    max-width: 200px;
    margin-top: 10px;
}
.quote_chkbxs{
    margin: 20px 0;
}
.quote_chkbxs .chkbox label{
    padding: 0 !important;
}
table.quote_table_credit_options{
    background: #fff;
    margin-top: 30px !important;
    border: 1px solid #000;
    width: 100%;
    font-family: arial;
    border-collapse: collapse;
    font-weight: bold;
}
table.quote_table_credit_options ul{
    margin-left: 15px;
}
.assigned_vendors_list .cg_selected_vndr span{
    display: inline-block;
}
.assigned_vendors_list .cg_selected_vndr span.remove_link{
    font-weight: bold;
    cursor: pointer;
    color: #f00;
    margin-left: 20px;
}

@media (min-width: 768px) AND (max-width: 991px){
    .page_bidding .both_boxes .box{
        padding: 100px 20px;
    }

}
@media (max-width: 767px){
    .page_bidding .col-sm-2.set-border{
        display: none;
    }
    .page_bidding .both_boxes{
        grid-template-columns: 1fr;
    }
    .page_bidding .both_boxes .box{
        padding: 100px 20px;
    }
    .page_login .login_box{
        width: 90%;
        margin: 40px auto;
    }
    .page_login .login_box .box_content{
        padding: 10px;
    }
    input[type="text"], input[type="password"], input[type="tel"], input[type="email"], select{
        width: 90%;
    }
    .cg_breadcrumb{
        grid-template-columns: 1fr;
    }
    .cg_breadcrumb .mobile_btn{
        display: block;
    }
    .cg_breadcrumb .logout_link{
        display: none;
        text-align: center;
        margin-left: 0;
    }
    .cg_breadcrumb .logout_link a{
        display: block;
        margin-left: 0;
        background: rgba(0,0,0,0.1);
        margin-bottom: 2px;
        padding: 5px;
        border-radius: 5px;
    }
    .cg_breadcrumb .logout_link a:hover{
        text-decoration: none;
        background: #2d2d2d;
        color: #fff;
    }
    .project_form{
        margin: 20px;
    }
    .project_form .form_header{
        text-align: center;
    }
    .project_form .form_field input, .project_form .form_field select, .project_form .form_field textarea{
        width: 100%;
    }
    .project_form .form_field span.urdu_label{
        margin-top: 0;
        float: right;
    }
    .project_form .form_field label{
        width: 100%;
    }
    .project_preview_steps .project_step .proj_fields{
        grid-template-columns: 1fr;
    }
    .project_preview_steps .project_step, .project_contents_table{
        overflow: scroll;
    }
    .acc_frm_fields .acc_frm_field{
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin-bottom: 0 !important;
    }
    .formcontainer{
        margin: 20px;
    }
    .acc_frm_fields .acc_frm_field label{
        text-align: left;
    }
    .acc_frm_fields .acc_frm_field button{
        background: #2d2d2d;
        border-radius: 5px;
        color: #fff;
        width: auto;
        padding: 10px 20px;
        display: inline-block;
        margin: 10px 0;
        border: none;
        cursor: pointer;
    }
    .response_msg{
        max-width: none;
    }
    .projects_history_table{
        overflow-x: scroll;
    }
}