#ads-form{
    position:relative;
    float: left;
    max-width: 500px;
    padding: 10px;
    min-width: 380px;
    background: #f7f8f8;
    margin: 0 5px 10px 0;
}
#ads-form .form-field{
    padding: 5px;
}
#ads-form .form-field .field-title{
    font-weight: bold;
    margin-bottom: 5px;
}
#ads-form .form-field .field-title .required{
    color: red;
}
#ads-form .submit-field{
    text-align:right;
}
#ads_image{
    display: inline-block;
}
#ads-image-html{
    min-width: 150px;
    min-height: 150px;   
    background: #e3e3e3;
}
#ads-image-upload{
    margin: 5px 0;
    display: block;
    width: 100%;
}
#ads-preview{
    
}
#ads-preview h3{
    clear:none;
}
#ads-preview .preview-box{
    margin-bottom:10px;
}
#edit-company{
    
}
#edit-company input[type="text"]{
    width:100%;
    box-sizing: border-box;
}
.rcli.ads-status-0{
    color: orange;
}
.rcli.ads-status-0:before{
    content: "\f04d";
}
.rcli.ads-status-1{
    
}
.rcli.ads-status-1:before{
    content: "\f254";
}
.rcli.ads-status-2{
    
}
.rcli.ads-status-2:before{
    content: "\f101";
}
.rcli.ads-status-3{
    color: green;
}
.rcli.ads-status-3:before{
    content: "\f04b";
}
.rcli.ads-status-4{
    
}
.rcli.ads-status-4:before{
    content: "\f04c";
}
.rcli.ads-status-5{
    color:red;
}
.rcli.ads-status-5:before{
    content: "\f188";
}
.ads-status-list{
    padding: 10px;
    font-size: 13px;
}
.ads-status-list .ads-status{
    
}
.ads-status-list .ads-status i{
    color: #4c8cbd;
    display: inline-block;
    width: 15px;
}
#tab-ads-system .rcl-payment-buttons{
    margin: 20px auto;
    width: 320px;
}
#tab-ads-system .ads-title{
    font-size:16px;
    margin-bottom:15px;
}
#tab-ads-system .ads-status-link{
    text-align: center;
    display: block; 
}
#tab-ads-system .ads-status-link:hover{
    background: rgb(230, 244, 255);
}
#tab-ads-system .ads-status-link:hover i{
    color: #4c8cbd;
}
#tab-ads-system .ads-status-link i{
    
}
#tab-ads-system table th.aligncenter,
#tab-ads-system table td.aligncenter{
    display: table-cell!important;
}