#branchSearchDiv, .hdr_srch {
    display: none !important;
}

.order_head {
    margin-bottom: 20px;
}

/*
.content-wrapper {
    overflow: auto;
    background-color: #e5e5e5;
    background-image: url('../../../images/background_2.png');
    background-repeat: repeat;
}
 */
.content-wrapper {
    background-color: #f7f7f7;
}

.div_Preloader {
    z-index: 20000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #fff;
}

.branch_logo {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.login-page, .register-page {
    background: #fff;
}

.resp-tabs-list li {
    width: 49%;
    font-size: 15px;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 900;
    color: #9f9c9c;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fcfcfc;
    -webkit-box-shadow: inset 0px -7px 5px -6px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: inset 0px -7px 5px -6px rgba(0, 0, 0, 0.26);
    box-shadow: inset 0px -7px 5px -6px rgba(0, 0, 0, 0.26);
    padding: 4.9% 0;
}

.resp-tabs-list li:last-child {
    margin-left: 2%;
}

li.resp-tab-active {
    color: #212020;
    border: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.db_blank_slate p {
    font-family: "Open Sans";
    font-weight: 900;
    font-size: 13px;
    color: #9c9d9e;
}

.resp-tabs-container {
    -webkit-box-shadow: 0px -6px 5px -6px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px -6px 5px -6px rgba(0, 0, 0, 0.26);
    box-shadow: 0px -6px 5px -6px rgba(0, 0, 0, 0.26);
}

.tab_right {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.resp-tab-content {
    min-height: 267px;
    height: auto;
}

.mst_ppl.fl {
    width: 34%;
}

.mst_ppl h1 {
    background: #cc3333;
    color: #fff;
    padding: 18px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.ppl_img {
    border: none;
    height: 57px;
    width: 57px;
    background: #2e3034;
    margin-left: 20px;
    margin-right: 70px;
}

#mostPopularListDiv {
    background: #fff;
    overflow: auto;
}

#recentActivitiesList {
    background: url("../img/book_pattern.jpg") repeat-x #ff9933;
    min-height: 347px;
}

.rnt_acvty h1 {
    border-bottom: 1px solid #dd6363;
    padding: 20px 16px 20px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.rnt_acvty li {
    padding: 6px 30px 16px 90px;
    border-bottom: 1px solid #dd6363;
    color: #fff;
    font-size: 16px;
    background: url("../img/fav_heart_2.png") no-repeat;
    background-position: 25px 9px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    min-height: 70px;
}

.rnt_acvty strong {
    color: #2c3b41;
}

.rnt_acvty li span {
    float: right;
    color: #fff;
    background: url("../img/calendar.png") no-repeat;
    padding-left: 30px;
    background-position: 3px 2px;
}

.ppl_content {
    width: auto;
}

.ppl_content p {
    color: #5a5b5c;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.ppl_list_main {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2N8+vTpfwAJFgOw4QSJ2QAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    background-position: 100px 0;
}

.sidebar-menu > li.restaurant_header {
    padding: 0 0 30px;
    text-align: center;
    margin-top: -50px;
}

.sidebar-collapse .sidebar-menu > li.restaurant_header {
    margin-bottom: 50px;
}

.sidebar-menu > li.restaurant_header a {
    padding: 0;
    border: none !important;
}

.skin-blue .main-header li.user-header,
.skin-blue .main-header .navbar {
  background: linear-gradient(to bottom, #eb3349, #f45c43);
}

.skin-blue .main-header .logo {
    background-color: #fff;
}
/*@media only screen and (min-width: 992px) {
	.main-sidebar, .left-side, .main-header .logo {
		width: 181px;
	}
}*/

.content-wrapper, .right-side, .main-footer, .main-header > .navbar {
   /* margin-left: 181px;*/
}

.main-header .logo {
    padding: 0;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side
{
	background-color: #ffffff;
}
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a
{
	color: #ffffff;
    background: #1e282c;
    border-left-color: #ff1744;
}
.skin-blue .sidebar-menu > li.restaurant_header:hover > a
{
  color: #ffffff00;
  background: #ffffff00;
  border-left-color: #ffffff00;
}
.skin-blue .sidebar a {
    color: #ffffff;
}
logo-mini {
	background-color: #ffffff;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
	background: #757575;
}
.skin-blue .treeview-menu > li > a{
	color: #fff;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img{
	    height: 100%;
    width: 100%;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{
	    background-color: #ff9933;
	    border-color: #ffffff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline-color: #993399;
}
table.table > thead > tr {
  background: linear-gradient(to bottom, #536976, #292e49);
  color: #fff;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th{
	    color: #fff;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	    background-color: #ff9934;
    border-color: #993399;
}
.box.box-info{
	border-top-color: #9E9E9E;
}
#restaurantResponseRateTable tbody tr td, #ordersList tbody tr td{
 /*font-weight: bold;*/
    font-size: 16px;
}

.bg-orangish{
	background-color: #ff6633;
	    color: white;
}

.bg-purpolish {
    background-color: #993399;
    color: white;
}

/*@media only screen and (min-width : 992px)
{
	.content-wrapper, .right-side, .main-footer, .main-header > .navbar {
   		 margin-left: 181px;
	}
}*/

.white-bg{
	background: #FFF;
}

.rounded-tops{
	webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.admin-box-padding{
	padding: 16px;
    border-right: 1px solid #dee1e2;
    min-height: 334px;
}

@media only screen and (max-width: 992px) {
	.admin-box-padding{
		margin-top: 10px;
	}
	.sts_main {
		width: 100%;
	}
}

.skin-blue .main-header .navbar .sidebar-toggle:hover{
	background-color: #f39c12;
}
@media screen and (-webkit-min-device-pixel-ratio: 0){
	.resp-tabs-list li{
		padding: 0px !important;
	}
}
li.resp-tab-active.resp-tab-item{
	padding: 4.9% 0;
}

@media only screen and (max-width: 767px){
    .main-sidebar{
        padding-top: 80px;
    }
}

#Alamat

.skin-blue .sidebar-menu > li.header {
    text-align: center;
}
body.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #ffffff;
}
body.skin-blue .sidebar-menu .treeview-menu>li.active>a, .skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #fff;
    background: #9E9E9E;
}
body.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side, .skin-blue .main-header .logo {
    background: linear-gradient(to right, #232526, #414345);
}
