.ot-breadcrumb {
    padding: 10px 0;
}

.ibox-content {
    padding: 5px 10px 5px 15px;
}

.breadcrumb > li + li:before {
    content: ">";
}

span.icon-need {
    background: #ff7373;
    padding: 1px 5px;
    margin-left: 4px;
    color: #FFFFFF;
    border-radius: 2px;
    font-weight: normal;
}

.text-confirm {
    padding-top: 7px;
    word-break: break-word;
}

.errors {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    padding: 15px;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-bottom: 20px;
}

.movie-name {
    font-weight: bold;
    vertical-align: middle;
}

.img-action {
    margin-top: 5px;
    display: block;
    width: 200px;
    text-align: right;
}

.img-action .delete-btn,
.movie-delete {
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #ff7373;
}

.btn-default {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #FFFFFF;
}

.btn-change-status {
    float: right;
    width: 100px;
    margin-right: 5px;
}

.detail-btn-group {
    float: right;
    width: 30px;
    margin-right: 5px;
}

.alert {
    font-weight: bold;
}

.alert-custom {
    padding: 2px 4px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.pagination {
    margin: 0 0 5px 0;
}

.title-box {
    padding: 5px;
    background-color: #ddd;
}

.title {
    font-weight: bold;
}

.note {
    color: teal;
}

.marker-info .control-label {
    text-align: left;
    margin-left: 10px;
}

.marker-info .input-sm {
    display: inline-block;
    width: 25%;
}

.marker-info .zoom {
    width: 10%;
}

.gg-map-input {
    display: inline-block;
    width: 80%;
}

.gg-map-button {
    display: inline-block;
}

#map {
    max-width: 860px;
    height: 400px;
}

#floating-panel #address {
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 80%;
}

td.valign-middle {
    vertical-align: middle !important;
}

img.imgChange {
    height: 100%;
    width: 100%;
}

/* Custom Salon Backend Layout Start */
/*.form-control {
	border-radius: 4px !important;
}*/
a.hyperlink {
    text-decoration: underline;
}

.form-control-static {
    margin-bottom: 0;
}

.wrapper-content {
    padding: 10px !important;
}

.ibox {
    margin-bottom: 10px;
}

.ibox-title {
    padding: 8px 15px 3px 15px;
    min-height: 34px;
}

.ibox-title.bg-title {
    background-color: rgba(50, 122, 123, 0.56);
    color: white;
}

.right-close-btn {
    text-align: right;
    padding-right: 10px;
}

.right-close-btn .fa {
    font-size: 1.3em;
}

.right-close-btn span {
    vertical-align: text-bottom;
}
.oth-red {
    color : red; 
}
.oth-success-update {
    color: green;
    border: 1px solid;
    padding: 3px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .navbar {
        min-height: 40px;
    }

    .navbar-nav {
        display: table;
        width: 100%;
    }

    .navbar-nav > li {
        display: table-cell;
        width: 12.5%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wrapper-content {
        padding: 10px 0 !important;
    }
}

.top-navigation .nav > li > a {
    padding: 10px;
}

.top-navigation .nav > li.active {
    background-color: #19aa8d;
}

.top-navigation .nav > li a:hover {
    background-color: #ccc;
    color: white;
}

.top-navigation .nav > li.active > a {
    color: white;
}

.m-b-40 {
    margin-bottom: 40px;
}

.shop-img-review {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.shop-img-review img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4px;
}

.img-default {
    margin: 0 auto 20px auto;
    max-width: 400px;
}

.img-block-240 {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-full {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4px;
}

.pagination-custom li.disabled a {
    background-color: #ddd;
}

.pagination-custom li span:hover {
    background-color: white;
}

.table > thead > tr > th {
    position: relative;
}

.sort-icon {
    position: absolute;
    top: 30%;
    right: 8px;
    margin-top: -10px;
    margin-left: 10px;
    vertical-align: inherit;
}

.sort-icon a {
    display: block;
    max-height: 6px;
    color: #ddd;
}

.sort-icon a.active {
    color: #337ab7;
}

.sort-icon a .fa::before {
    font-size: 1.2em;
}

.left {
    text-align: center;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.chevron-btn {
    padding: 2px 6px;
    border: 1px solid #ddd;
}

.chevron-left {
    padding-right: 2px;
}

.chevron-btn.disabled {
    background: #ddd;
    color: white;
}

.reserve-table .fa {
    font-size: 1.4em;
}

.reserve-table .fa.fa-main {
    font-size: 1.8em;
}

.reserve-table tr th {
    font-size: 1.2em;
}

.reserve-table .time {
    background-color: #F5F5F6;
}

.m-b-0 {
    margin-bottom: 0;
}

.p-r-0 {
    padding-right: 0;
}

.ibox-title {
    border-width: 1px 0 0;
}
/* Custom Salon Backend Layout End */
.box-overflow {
    overflow-y: scroll;
    height: calc(100vh - 160px);
}
.footer_detail_noti {
    position: absolute;
    bottom: 0;
    right: 0;
}
.near_footer_noti {
    margin-bottom: 50px;
}
/* .oth-noti-home-backend .col-sm-11  {
    border-left: 1px solid;
} */
.oth-noti-home-backend .control-group.form-group {
    margin-bottom: 0;
}
.oth-text-red {
    color: red;
    font-size: 15px;
}
.oth-modal-jp button {
    width: 100px;
}
.oth-color-nav-blue {
    color: #4e7fb5 !important;
}
.oth-backend-home-security {
    text-decoration: underline;
    color: #191919;
    padding-bottom: 12px;
    display: inline-block;
    font-size:16px
}
@media screen and (max-width: 500px) {
    .oth-action-edit-img-shop {
        width: 100%;
        margin-left: 90px;
    }
    .oth-dropdown-edit-img-shop {
        width: 90px;
    }
}
