.topbar .topbar-left {
  float: left;
  position: relative;
  width: 240px;
  z-index: 1;  
  background: #1488CC;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media (max-width:768px) {
	.topbar .topbar-left {
		  background: #36404a; 
	}
}


.panel .panel-body {
    letter-spacing: -0.01em;
	padding-top: 0;
}
#sidebar-menu > ul > li > a:hover {
    color: #1488CC;
}
#sidebar-menu .subdrop {
    border-left: 3px solid #1488CC;
    color: #1488CC !important;
}
.head-suc {
    color: #fff;
    background: #4776E6;
    background: -webkit-linear-gradient(to left, #8E54E9, #4776E6);
    background: linear-gradient(to left, #8E54E9, #4776E6);
}
.foot-suc {
	color: #fff;
    background: #4776E6;
    background: -webkit-linear-gradient(to left, #8E54E9, #4776E6);
    background: linear-gradient(to left, #8E54E9, #4776E6);
}

.head-canc {
    color: #fff;
	background: #FF512F;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.foot-canc {
	color: #fff;
	background: #FF512F;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.huge {
    font-size: 3.8rem;
    font-family: "Open Sans";
    font-weight: 600;
}
.panel-primary > .panel-heading {
    background-color: #ffffff;
    color: #333;
}
.line-step {
    display: inline-block;
}
.line-step:before {
	top: 208px;
    right: 34px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 62%;
    border: 1.6px dashed #adadad;
    height: 0;
    background-color: transparent;
    z-order: 0;
}
.panel {
	margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.09);
    box-shadow: 0 1px 15px rgba(0,0,0,.09);
}
.pull-right i {
    font-size: 2rem;
}
.title-dot {
    padding: 10px;
	font-weight: 600;
    font-family: "Open Sans";
}
.dot {
    height: 15px;
    width: 15px;
    margin-right: 10px;
    background-color: #25e8a7;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: sub;
    position: relative;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1488CC;
    border-color: #1488CC;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    background: #f4f8fb;
    color: #1488CC;
    border-color: #1488CC;
}
#sidebar-menu > ul > li > a.active {
    background: #f4f8fb !important;
    border-left: 3px solid #1488CC;
    color: #1488CC !important;
}
#sidebar-menu ul ul li.active a {
    color: #333;
    background: #f4f8fb;
}
#sidebar-menu ul ul a:hover{
	color: #333;
}
.card-box-profile {
    padding: 20px!important;
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 60px;
    background-color: #fff;
}
div#dataproses_wrapper {
    padding: 20px;
}

.btn-excel {
    background-color: #6cd63e;
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
.btn-excel:hover {
	background-color: #72c74c;
	color: #fff;
}

/* ============================ ACT CONTAINER =================================== */
.act_container:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    transition: 0.5s;
}
.act_container .act_title h3 {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: inherit;
    font-weight: 500;
}

.act_container {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    margin-bottom: 20px;
	border-radius: 4px;
}

.act_img_container {
    position: relative;
	height: 175px;
	background-size: cover !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.act_container .act_title {
    padding: 10px;
    position: relative;
	min-height: 100px;
}

.act_container .act_title h3 {
	margin-bottom: 3px;
    margin-top: 0;
    font-size: 15px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -0.5px;
}	 

.act_badge {
    position: absolute;
    display: table;
    top: 4px;
    right: 4px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: rgba(224, 79, 103, 0.75);
    font-size: 11px;
    line-height: 12px;
    padding-top: 13px;
    border-radius: 50%;
}

.act_badge strong {
    display: block;
    font-size: 14px;
}

.act_badge strong {
	display: block
}	

.act_ribbon {
    position: absolute;
    display: table;
    top: 7px;
    left: 0px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #e04f67;
    font-size: 11px;
    line-height: 12px;
    padding: 5px;
    font-weight: 700;
}

.instant_book {
    color: #FF5722;
    background: #fff;
    position: absolute;
    padding: 2px 6px 2px 1px;
    font-weight: 500;
    border-top-right-radius: 5px;
    letter-spacing: -0.5px;
    top: -20px;
    left: 0;
    font-size: 11px;
}

.price_container {
    text-align: right;
    color: #555;
}

.act_price {
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
}

.act_del_price {
	color: #888;
	display: inline-block;
}

.img-hover:hover img {
    transform: scale(1.25);
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width:480px) {
	.act_container .act_title h3 {font-size: 14px;}
}

span.act_booked {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #4CAF50;
}

.padd_5 {
	padding: 0 5px !important;
}
.keytag {
    padding: 0 0 15px 15px;
	font-size: 1.5rem;
    font-family: "Open Sans";
}
.keytag label {
    padding: 7px 10px;
    background: #efefef;
    font-size: 12px;
    font-weight: 500;
    color: #868686;
    border: 1px solid #ddd;
    border-radius: 2rem;
}
.btn-more-prod {
    color: #555;
    background-color: #ffffff;
    border-color: #e6e6e6;
    width: 200px!important;
    margin-left: auto;
    margin-right: auto;
}
.btn-more-prod:hover {
	background: #fff;
	color: #555;
	border-color: #888;
}
.btn-end-list {
    color: #000;
	width: 200px!important;
    background-color: #fff;
    border-color: transparent;
	margin-left: auto;
    margin-right: auto;
}
.btn-end-list:hover, .btn-end-list:focus {
    color: #000;
    background-color: #fff;
    border-color: transparent;
}
.btn-less {
    color: #fff;
    background-color: #ccc;
    width: 200px!important;
    margin-left: auto;
    margin-right: auto;
}
.btn-less:hover, .btn-less:focus {
    color: #fff;
    background-color: #ccc;
}