
.page-title {
    font-size: 32px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 24px;
    margin-bottom: 10px;
}
.page-sub-title {
    margin-bottom: 20px;
}
.page-sub-title p {
    font-size: 20px;
    padding-bottom:5px;
    margin-top:5px;
    line-height: 20px;
}


.form-group label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.image-preview-wrap {
    position: relative;
    display:none;
}

.image-preview-wrap .remove-business-image {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #5a5a5a;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 17px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
}


.gallery-image {
    margin-bottom:30px;
}

.gallery-image .remove-business-image {
    position: absolute;
    right: 20px;
    bottom: 5px;
    color: #5a5a5a;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 17px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
}

.gallery-image img  {
    width: 100%;
    padding: 2px;
    border: 1px solid #f0f0f0;
    height: 160px;
}

.image-preview-wrap #business-image-preview {
    max-width:200px;
    padding:2px;
    border:1px solid #f0f0f0;
}

.user-save-business-wrap .image-preview-wrap #business-image-preview {
    max-width:100%;
}

.btn-save {
    font-size:20px;
    margin-bottom:40px;
}

.business-side {
    margin-top:55px;
}

.side-image {
    max-width:100%;
}

.business-side .side-content {
    font-size:16px;
}

.business-side .side-content h2 {
    font-size:24px;
    margin-top:0;
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 15px;
}

.business-side .side-content ul {
    padding-right: 0px;
    list-style-type: none;
    font-size:16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.business-side .side-content ul li {
    margin-top:2px;
    margin-bottom:2px;
}

.business-side .side-content ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 0 0 3px;
}

.ajax-file-upload {
    background-color: #5d5757 !important;
    border: 0 !important;
    color: #ffffff !important;
    min-width: 140px !important;
}


.new-business-form-wrap .form-group {
    position: relative;
}
.form-group .form-control {
    font-size: 16px;
    border: 1px solid #ccc;
}
.categories-form-group {
    padding-bottom: 12px;
}
.fa-camera {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url('../img/dslr-camera.svg') no-repeat center;
    position: relative;
    top: 2px;
}
.ajax-file-upload {
    height: 30px;
    line-height: 30px;
    padding: 0;
    padding-right: 12px;
    margin-right: 0;
}
.categories-form-group .error {
    position: absolute;
    bottom: -9px;
    right: 0px;
}

label.error {
    font-size:16px !important;
}

.cities-form-group .error {
    position: absolute;
    bottom: -22px;
    right: 15px;
}

.new-business-form-sent-wrap {
    margin-top: 40px;
    color:#333;
    display:none;
}

.new-business-form-sent-wrap h2 {
    font-size:48px;
}

.new-business-form-sent-wrap h3 {
    font-weight: bold;
}

.new-business-form-sent-wrap h3 {
    line-height: 24px;
}

.new-business-form-sent-wrap h4 {
    line-height: 24px;
}


.new-business-form-sent-wrap .reg-button {
    font-size:20px;
}

.new-business-form-sent-wrap h4.info {
    font-size:14px;
    font-weight:bold;
}


.user-save-business-wrap .gallery-wrap .gallery-file-uploader {
    float:left;
    margin-top: -10px;
}

.user-save-business-wrap .gallery-wrap  .ajax-file-upload {
    font-size:14px !important;
}


.user-save-business-wrap .main-image-wrap .main-image-file-uploader {
    float:left;
    margin-top: -10px;
}

.user-save-business-wrap .main-image-wrap  .ajax-file-upload {
    font-size:14px !important;
}


.user-save-business-wrap .ajax-file-upload-error {
    direction: rtl;
    font-size: 14px;
    color: #cc0808;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    position: absolute;
    right: 0;
    z-index: 999;
    background-color: #fff;
    top: 29px;
    right: 15px;
}

.side-content {
    border: 2px solid #f0f0f0;
    padding: 12px;
    margin-bottom: 24px;
    font-size: 16px;
}