@charset "utf-8";
/* CSS Document */

/*___________Bid on Job CSS Here________*/
.edit-classifieds-details-header{ background:#4560B1; text-align:center; border-radius:5px 5px 0 0;}
.edit-classifieds-details-header .modal-title{ color:#fff; font-size:30px; padding:10px 20px; font-weight:500; text-align:center;}
.edit-classifieds-details-header .close {color: #fff; font-size:30px; font-weight:300; opacity:1; margin-top:-11px;}
.edit-classifieds-details-modal .modal-dialog { margin-top:55px; max-width:520px;}
.edit-classifieds-details-field{ padding:0 25px 10px;}
.edit-classifieds-details-field label{ font-size:15px; color:#252525; font-weight:500; display:block; padding:8px 0 0;}
.edit-classifieds-details-field input{ width:100%; background:#fff; border:solid 1px #999999; padding:9px 15px; font-size:15px; color:#252525; font-weight:400; border-radius:5px; margin-bottom:5px;}
.edit-classifieds-details-field select{ width:100%; background:#fff; border:solid 1px #999999; padding:9px 15px; font-size:15px; color:#252525; font-weight:400; border-radius:5px; margin-bottom:5px;}
.edit-classifieds-details-field textarea{ width:100%; background:#fff; border:solid 1px #999999; padding:9px 15px; height:120px; font-size:15px; color:#252525; font-weight:400; border-radius:5px; height:80px;}
.edit-classifieds-details-field p{ font-size:13px; color:#757575; font-weight:400; padding:0; margin:0;}
.edit-classifieds-details-modal .modal-footer { margin-top:0; border:none; padding:10px 40px 40px;}
.edit-classifieds-details-cancel{ width:180px; border:none; border-radius:5px; color:#fff; font-size:21px; background:#ffb028; border-bottom:solid 4px #f09300; padding:12px 0; text-align:center; text-transform:uppercase; float:left; font-weight:700;}
.edit-classifieds-details-cancel:hover{background:#f09300; border-bottom:solid 4px #f09300; }
.edit-classifieds-details-submit{ width:180px; border:none; border-radius:5px; color:#fff; font-size:21px; background:#4560B1; border-bottom:solid 4px #284290; padding:12px 0; text-align:center; text-transform:uppercase; float:right; font-weight:700;}
.edit-classifieds-details-submit:hover{background:#284290; border-bottom:solid 4px #284290; }

/*___________Mobile Responsive CSS Here________*/

@media (min-width:300px) and (max-width:767px) {
    .edit-classifieds-details-modal .modal-dialog{ margin-top:30px;}
    .edit-classifieds-details-header .modal-title{ padding:6px;}
    .edit-classifieds-details-field{ padding:0 5px;}
    .edit-classifieds-details-field input{ margin-bottom:0;}
    .edit-classifieds-details-modal .modal-footer{ padding:10px 20px 30px;}
    .edit-classifieds-details-cancel{ width:48%; margin-right:2%; margin-left:0;}
    .edit-classifieds-details-submit{ width:48%; margin-left:2%; margin-right:0;}


}

#processing_classifieds_update {
    font-size: 29px;
    display: none;;
}
