.breadcrumb-super{
    background-color: white;
}
.breadcrumb-super ol.breadcrumb{
    margin-bottom: 10px;
}

.breadcrumb-super ol.breadcrumb li i{
    margin-left: 5px;
    color: #212121;
    display: inline-flex;
}

.breadcrumb-super ol.breadcrumb li,.breadcrumb-super ol.breadcrumb li a{
    color: gray;
}

.breadcrumb-super ol.breadcrumb li:first-child a{
    color: gray;
}

.breadcrumb-super ol.breadcrumb li.active a{
    color: #C9AD76;
}

.breadcrumb-super ol.breadcrumb li+li:before {
    padding: 0 15px;
    color: gray;
    font-family: 'Glyphicons Halflings';
    content:"\e079";
    font-size: 10px;
}

.btn-black{
    background-color: #282828;
    color: white;
}

.btn-black:hover{
    background-color: black;
    color: white;
}

/* #tb-right ul li:first-child{
    padding-left: 5px;
} */

#tb-right ul li.active:first-child .arrow-down-red{
    position: absolute;
    left: 48%;
    bottom: -4px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-color: darkred;
    transform: rotate(136deg);
}

#tb-right ul li.active:last-child .arrow-down-black{
    position: absolute;
    left: 48%;
    bottom: -4px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-color: #282828;
    transform: rotate(136deg);
}

#tb-right ul.top-tab li:last-child{
    padding-right: 5px;
}

#tb-right ul.top-tab li:first-child a{
    background-color: darkred;
    color: white;
}

#tb-right ul.top-tab li.active:first-child a{
    background-color: darkred;
    color: white;
}

#tb-right ul.top-tab li.active:last-child a, #tb-right ul.top-tab li:last-child:hover a{
    background-color: #282828;
    color: white;
}

#tb-right .tab-content{
    background-color: #fff;
    padding: 15px;
    display: flow-root;
}
.charge_amount_item {cursor: pointer; }

#quick-charge .user-profile-img .user-img, #user-logged-in .user-profile-img .user-img{
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
}

#quick-charge .user-profile-img .user-img img, #user-logged-in .user-profile-img .user-img img{
    width: 90px;
    height: 90px;
    margin: 0 auto
}

#quick-charge .info-user .info-user-name, #user-logged-in .info-user .info-user-name{
    margin: 10px 0 15px 0;
    color: gray;
    font-size: 20px;
}

#quick-charge .info-user .info-user-price, #user-logged-in .info-user .info-user-price{
    margin: 10px 0;
    color: #229713;
    font-size: 20px;
    font-weight: 600
}

#quick-charge .info-user .info-user-pricestatus, #user-logged-in .info-user .info-user-pricestatus{
    color: gray;
    font-size: 14px;
    margin: 10px 0 20px 0;
}

#quick-charge button, #user-logged-in a{
    padding: 10px;
}

#quick-charge button.btn-danger, #user-logged-in a.btn-danger{
    background-color: #e61212;
}

#quick-charge button.btn-success, #user-logged-in a.btn-success{
    background-color: #229713;
}

.box-33page{
    background-color:white;
    padding: 25px;
	min-height: 412px;
}

.box-33page .box-33-title{
    font-size: 18px;
    font-weight: 700;
}

.box-33page ul.last-modified li,.box-33page ul.last-modified li a {
    color: #bebebe;
}

.box-33page ul.last-modified li::after{
    content: "|";
    margin: 0 15px;
}

.box-33page ul.last-modified li:last-child::after{
    content: none;
}

.box-33page .long-text{
    color: #292929;
    font-size: 14px;
    line-height: 25px;
    /*font-weight: 600;*/
}

.box-33page img{
    height: 320px;
	width:100%
}


.reg-box .row-inner-1,.reg-box .row-inner-2,.reg-box .row-inner-3,.reg-box .row-inner-4,.reg-box .row-inner-5,.reg-box .row-inner-6 {
    margin-bottom: 2rem;
}

.reg-box .row-inner-2 .input-group{
    margin-bottom: 1rem;
}

.reg-box .row-inner-2 .input-group i.icon-user{
    font-size: 18px;
}

.row-inner-6.clearfix div{
    padding: 0 5px;
}
.margin-6-0 {
	margin: 6px 0;
}

/*-------------------------------- Responsive ------------------------------------------*/
@media screen and (max-width: 320px) {
	.nav-tabs.nav-justified>li {
		width: 175px;
		display:flex;
	}
	
	.nav-tabs.nav-justified {
		display:flex;
	}
	
	#tb-right ul li.active:first-child .arrow-down-red {
		bottom: 2px;
	}
	
	.box-33page {
		padding: 15px;
	}
	
}


@media only screen and (min-width: 320px) and (max-width: 600px) {
	.nav-tabs.nav-justified>li {
		width: 195px;
	}
	
	.nav-tabs.nav-justified {
		display:flex;
	}
	
	#tb-right ul li.active:first-child .arrow-down-red {
		bottom: 2px;
	}
	
	.box-33page {
		padding: 15px;
	}
}