.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 1fr;
    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;
}
.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;
}

@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{
    border: 5px solid #f1f1f1;
    padding: 10px;
    margin: 15px;
}
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_preview_steps .project_step h2{
    font-size: 24px;
    margin-bottom: 20px;
}
.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{
    background-color: #4286f4;
    color: white;
    padding: 10px 0;
    margin: 10px 0;
    border: none;
    cursor: auto;
    width: 300px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.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{
    font-size: 24px;
}
.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;
}
.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: 70%;
    z-index: 999;
    min-height: 150px;
    background: #fff;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    border: 3px solid #000;
    display: none;
}
.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;
}

@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;
    }
}