#user-jumbotron.open>.dropdown-toggle.btn-danger {
	color: #323232 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 10px 10px 0 0 !important;
}
#user-jumbotron.pull-right>.dropdown-menu {
	top:34px !important;
}
#user-jumbotron.pull-right>.dropdown-menu:before {
	content: ' ';
    display: block;
    background: #fff;
    width: 91px;
    position: absolute;
    height: 6px;
    right: 0;
    top: -6px;
}
#user-jumbotron.pull-right>.dropdown-menu.edit-menu {
    top:28px !important;
}
#user-jumbotron.pull-right>.dropdown-menu.edit-menu:before {
    display:none;
}
#user-jumbotron.pull-right>.dropdown-menu a {
	padding:0 15px !important;
}
.fa-auto-list li:last-child {
	margin-bottom:0 !important;	
}

#body .row.row-no-padding {
	margin:0 !important;
}
#body .row.row-no-padding img {
	border:3px solid #fff;
	width:100%;
}
#body .row.row-no-padding [class^="col-"] {
	padding:0 !important;	
}
.edit_bio .select2-container .select2-choices {
	min-height:126px;
}
.edit_bio textarea.autosize {
	min-height:136px;
}
.modal-table.table>thead>tr>th, 
.modal-table.table>tbody>tr>th, 
.modal-table.table>tfoot>tr>th, 
.modal-table.table>thead>tr>td, 
.modal-table.table>tbody>tr>td, 
.modal-table.table>tfoot>tr>td {
	padding:10px 15px;
	border-right: none;	
}
.modal-table.table>thead>tr>th:first-child, 
.modal-table.table>tbody>tr>th:first-child, 
.modal-table.table>tfoot>tr>th:first-child,
.modal-table.table>thead>tr>td:first-child, 
.modal-table.table>tbody>tr>td:first-child, 
.modal-table.table>tfoot>tr>td:first-child {
	border-left: none;	
}
.modal-table .addmore-btn {
	position:absolute;
	bottom:15px;
	left:15px;
}
.modal-table .radio.small {
	margin-bottom:0;
}
.modal-table .radio.small label {
	line-height:22px;
}
.modal-table .icon-trash,
.modal-table .icon-sort {
	line-height:40px !important;
}
.modal-table .select2-container .select2-choice {
	margin-bottom:0;
}
.remove-parent {
	cursor:pointer;
}
.sort-parent {
	cursor:move;
}
.timeline.credits small.dotdotdot {
	display:block; 
	height:42px; 
	overflow:hidden;
}

/* JUMBOTRON */
.page-profile .jumbotron {
	background-size:100% auto !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	overflow:visible !important;
	margin-bottom: 0 !important;
}
.jumbotron-bg-overlay {
    background: rgba(0,0,0,0.75) !important;
}
.jumbotron #hw-bg {
	margin-left:-324px; 
	position:relative; 
	left:50%; 
	z-index:0;	
	opacity: 0.6;
}
.jumbotron #hw-logo {
	margin-left:-204px; 
	position:absolute; 
	left:50%; 
	top:82px; 
	z-index:1;
}
#about-user {
	font-size:18px; 
	font-weight:bold; 	
	color:#da3e55;
}
.user-social-icon {
	height:24px;
	float:right;
	margin-left:6px;	
}
#about-user-container {
	padding:15px 0 15px 170px;
	min-height:84px;
}
.col-attributes {
	border-left:1px solid #ccc !important;
	margin-top:5px; 
	margin-bottom:5px;
}
.col-attributes em a {
	font-weight:normal !important;
	font-size:14px !important;
}

div.col-attributes:nth-child(1) {
	border-left:0 !important;	
}

.hidden-logline,
.hidden-credit {
	display:none;
}
.panel-expanded .hidden-logline,
.panel-expanded .hidden-credit {
	display:block;
}
.panel-expanded .timeline.credits small.dotdotdot {
	height:auto;
}
.panel-expanded #expand-loglines,
.panel-expanded #expand-credits {
	display:none;
}
.page-profile-photos .thumbnail .caption {
    height:50px;
    overflow:hidden;
}
.page-profile .panel-body hr {
	clear:both;
}
.page-profile .education-heading-title {
    display: none;
}

@media (max-width:991px) and (min-width:768px) {
	div.col-attributes:nth-child(5) {
		border-left:0 !important;	
	}
}
@media (max-width:767px) {
	div.col-attributes:nth-child(4),
	div.col-attributes:nth-child(7) {
		border-left:0 !important;	
	}
	
}