input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.banner .bg-color .banner-search .search .forms,
.hd-search .search-center .forms {
    position: relative;
}

.location-search {
    position: absolute;
    right: 290px;
    top: 17px;
    color: #424242;
}

.banner .bg-color .banner-search .search .forms .location-search {
    left: 350px;
}

.banner .bg-color .banner-search .search .forms input:focus {
    border: 0;
}

.color-main {
    color: #db542d !important;
}

.content-list .wr .pages ul li.active a {
    background: #f2ab11;
    display: block;
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
}

.pens .btn-account .btn-submit:hover {
    background: #3f9cd3;
    color: #fff;
    text-decoration: none;
}

.pens .btn-account .btn-submit {
    background: #db552d;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    display: block;
    border-radius: 2px;
    width: 100%;
    border: 0;
}

select:focus,
input:focus {
    outline: aliceblue;
}

.border-no {
    border: none;
    outline: none;
    border-radius: 0;
    background: #fff;
}

.input-text-drop .select2-container--default {
    padding-top: 7px;
}

.input-text-drop .select2-container--default .select2-selection--single {
    border: 0 !important;
}

.input-text-drop .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.content .categories .item .infor .address {
    height: 30px;
    overflow: hidden;
}

.modal-open .modal {
    z-index: 1000;
}

.pointer {
    cursor: pointer;
}


/**
* message footer
*/

.message {
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.message .error,
.message .success,
.message .ms {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    color: #fff !important;
}

.message .error {
    background: rgb(182, 97, 96);
}

.message .success {
    background: rgb(60, 141, 188);
}

.user-rating .item .cover {
    overflow: hidden;
}

.block {
    display: block;
}

.profile-ct .avatar {
    margin-bottom: 20px;
    overflow: hidden;
}

.profile-ct .avatar img {
    height: 100px;
}

.profile-ct .avatar a {
    display: block;
}

.profile-ct .avatar label {
    font-weight: normal;
    color: #3f9cd3;
}

#myModalCommon .modal-body {
    text-align: left;
}

.pens .form input {
    color: inherit;
}


/*loader*/

.modal-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 11111;
}

.modal-loading i {
    position: absolute;
    font-size: 45px;
    color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    z-index: 11111;
}

.classified-image-upload {
    max-width: 100%;
    cursor: pointer;
    height: 60px;
}

.display-inline {
    display: inline-block;
}

.btn-delete-classified {
    display: inline-block;
    border-radius: 0;
}

.google a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    display: block;
    border-radius: 2px;
    background: #c9302c;
}

.google a:hover {
    opacity: 0.8;
}

.profile-ct .infor-up .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    clear: both;
}

.welcome-auth {
    color: #fff;
    font-size: 20px;
    text-align: right;
    padding-top: 5px;
}


/*my post*/

.my-post .form-control:hover {
    border: 1px solid #2e9f0b;
}

.my-post .btn-primary {
    border: 1px solid #2a860d;
    background: #2a860d;
    color: #fff;
    padding: 7px 15px;
    text-align: center;
    display: inline-block;
}

.filter-tb.bookmark a {
    padding: 0 10px 10px !important;
}

.profile-ct .user-top {
    position: relative;
}

.profile-ct .button-handle {
    position: absolute;
    bottom: -10px;
}

.profile-ct .infor-up ul li .c2 {
    width: 295px;
}

.profile-ct .infor-up ul li .c3 {
    width: 100px;
}

.empty-button {
    background: none;
    border: 0;
}

.join a.create-post {
    margin-top: 5px;
}

.form-group span.text-danger {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

.profile-ct .filter-tb a {
    padding: 8px !important;
    font-size: 11px;
}