@charset "utf-8";
/* CSS Document */
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
	margin-bottom: 0;
	text-align: left;
	padding: 10px 13px;
	border-color: #e7ecf1;
	font-size: 15px;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #f27e27;
	color: #ffffff;
	border: 0;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #f27e27;
}
div.bhoechie-tab-content {
	background-color: #ffffff;/* border: 1px solid #eeeeee; *//*padding-left: 20px;
	padding-top: 10px;*/
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
/**************************************************************************************************/


div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-content {
	background-color: #ffffff;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
/*profile*/

.profile-content {
	overflow: hidden
}
.profile-sidebar-portlet {
	padding: 30px 0 0!important
}
.profile-userpic {
    max-width: 140px;
    max-height: 140px;
    overflow: hidden;
    border-radius: 50%!important;
    margin: 0 auto;
}
.profile-userpic img {
	float: none;
	margin: 0 auto;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    overflow: hidden;
}
.profile-usertitle {
	text-align: center;
	margin-top: 20px
}
.profile-usertitle-name {
	color: #5a7391;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 7px
}
.profile-usertitle-job {
	font-size: 15px;
}
.profile-userbuttons {
	text-align: center;
	margin-top: 10px
}
.profile-userbuttons .btn {
	margin-right: 5px
}
.profile-userbuttons .btn:last-child {
	margin-right: 0
}
.profile-usermenu {
	margin-top: 30px;
}
.profile-usermenu ul li {
	border-bottom: 1px solid #f0f4f7;
	width: 100%;
	text-align: left;
}
.profile-usermenu ul li:last-child {
	border-bottom: none
}
.profile-usermenu ul li a {
	color: #93a3b5;
	font-size: 16px;
	font-weight: 400
}
.profile-usermenu ul li a i {
	margin-right: 8px;
	font-size: 16px
}
.profile-usermenu ul li a:hover {
	background-color: #fafcfd;
	color: #5b9bd1
}
.profile-usermenu ul li.active a {
	color: #5b9bd1;
	background-color: #f6f9fb;
	border-left: 2px solid #5b9bd1;
	margin-left: -2px
}
.profile-stat {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f4f7
}
.profile-stat-title {
	color: #7f90a4;
	font-size: 25px;
	text-align: center
}
.profile-stat-text {
	color: #5b9bd1;
	font-size: 11px;
	font-weight: 800;
	text-align: center
}
.profile-desc-title {
	color: #7f90a4;
	font-size: 17px;
	font-weight: 600
}
.profile-desc-text {
	color: #7e8c9e;
	font-size: 14px
}
.profile-desc-link i {
	width: 22px;
	font-size: 19px;
	color: #abb6c4;
	margin-right: 5px
}
.profile-desc-link a {
	font-size: 14px;
	font-weight: 600;
	color: #5b9bd1
}

@media (max-width:991px) {
.profile-sidebar {
	float: none;
	width: 100%!important;
	margin: 0
}
.profile-sidebar>.portlet {
	margin-bottom: 20px
}
.profile-content {
	overflow: visible
}
}
/*portlet*/
.page-portlet-fullscreen {
	overflow: hidden
}
.portlet {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	border-radius: 4px
}
.portlet.portlet-fullscreen {
	z-index: 10060;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff
}
.portlet.portlet-fullscreen>.portlet-body {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px
}
.portlet.portlet-fullscreen>.portlet-title {
	padding: 0 10px
}
.portlet>.portlet-title {
	border-bottom: 1px solid #eee;
	padding: 0;
	margin-bottom: 10px;
	min-height: 41px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}
.portlet>.portlet-title> .caption {
	text-align: left
}
.portlet>.portlet-title>.nav-tabs {
	background: 0 0;
	margin: 1px 0 0;
	float: right;
	display: inline-block;
	border: 0
}
.portlet>.portlet-title>.nav-tabs>li {
	background: 0 0;
	margin: 0;
	border: 0
}
.portlet>.portlet-title>.nav-tabs>li>a {
	background: 0 0;
	margin: 5px 0 0 1px;
	border: 0;
	padding: 8px 10px;
	color: #fff
}
.portlet>.portlet-title>.nav-tabs>li.active>a, .portlet>.portlet-title>.nav-tabs>li:hover>a {
	color: #333;
	background: #fff;
	border: 0
}
.portlet.box>.portlet-title>.actions {
	padding: 7px 0 5px
}
.portlet.box>.portlet-body {
	background-color: #fff;
	padding: 15px
}
.portlet.light {
	padding: 10px;
	background-color: #fff
}
.portlet.light.bordered {
	border: 1px solid #e7ecf1!important
}
.portlet.light.bordered>.portlet-title {
	border-bottom: 1px solid #eef1f5
}
.portlet.light>.portlet-title>.caption>.caption-subject {
	font-size: 15px
}
.portlet.light>.portlet-title>.tools {
	padding: 10px 0 13px;
	margin-top: 2px
}
.portlet.light>.portlet-title>.nav-tabs>li {
	margin: 0;
	padding: 0
}
.portlet.light>.portlet-title>.nav-tabs>li>a {
	margin: 0;
	padding: 12px 13px 13px;
	font-size: 13px;
	color: #666
}
.portlet.light.portlet-datatable.portlet-fit>.portlet-body {
	padding-top: 10px;
	padding-bottom: 25px
}
.tab-pane>p:last-child {
	margin-bottom: 0
}
.tabs-reversed>li {
	float: right;
	margin-right: 0
}
.tabs-reversed>li>a {
	margin-right: 0
}
.portlet-body .form-control {
	padding: 0;
    margin-bottom: 0;
}
