@font-face {
	font-family: 'tiengviet';
	src: url('../../guest/fonts/custom.woff') format('woff');
}

body {
	font-family: 'tiengviet' !important;
}

/*------------==== for image Salon For Sale page in Fontend ====----------*/
.innerbanner {
	height: 360px;
	overflow: inherit !important;
}

.sorting-header {
	top: 45% !important;
}

.btn-add-salon , .btn-default:active {
	background-color: #ea6476 !important;
	color: #fff !important;
}

/*------------==== for popup add new ====----------*/
.modal-content {
	margin-bottom: 20px;
}

.modal-open .modal {
    background: rgba(0,0,0,0.3);
}

.modal .close {
    color: #000;
    opacity: 1;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box.box-primary {
    border-color: #62445a;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #367fa9;
}

.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}

.badgebox {
    opacity: 0;
}

.badgebox + .badge {
    text-indent: -999999px;
    width: 27px;
    position: relative;
    right: 14%;
}

.badgebox:checked + .badge {
    text-indent: 0;
}

.badgebox:focus + .badge {
    box-shadow: inset 0px 0px 5px;
}

.btn-primary {
    background: #62445a;
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

/*------------==== for image list edit page ====----------*/
.img-list {
	overflow: hidden;
    padding: 0;
	margin-left: 0px;
	display: -webkit-box;
}

.img-wrapper {
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-right: 15px;
    margin-top: 8px;
    cursor: pointer;
    list-style: none;
}

.img-wrapper img {
    width: 110px;
    height: 110px;
}

.img-wrapper .closeimgbutton {
    position: absolute;
    top: -11px;
    right: -6px;
    font-size: 14px;
}

/*------------==== for Search location part ====----------*/
.form-inline-job .easy-autocomplete-container {
    text-align: left;
}