.three_ships_widget-wrapper.collapsable_content_widget{
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 39px;
}
.three_ships_widget-wrapper.collapsable_content_widget.admin-panel{
	padding-bottom: 0;
	margin-bottom: 0;
}
.three_ships_widget-wrapper.collapsable_content_widget.show-more{
	height: auto!important;
	padding-bottom: 39px;
}
/*.three_ships_widget-wrapper.collapsable_content_widget.show-more .show-more-bar{
	display: none;
}*/
.three_ships_widget-wrapper.collapsable_content_widget.show-more .show-more-bar span:first-child{
	display: none;
}
.three_ships_widget-wrapper.collapsable_content_widget.show-more .show-more-bar span:last-child{
	display: inline-block;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-row{
	width: 100%;
	height: 40px;
	display: block;
	background-color: #f1f1f1;
	text-align: center;
	position: relative;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-row::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	width: 8px;
    height: 8px;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    position: absolute;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-row.start{
	padding-bottom: 10px;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-row.start::after{
	bottom: 10px;
	transform: rotate(45deg);
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-row.end{
	padding-top: 10px;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-row.end::after{
	top: 13px;
	transform: rotate(-135deg);
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-row span{
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 39px;
	display: inline-block;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-bar{
	width: 100%;
	height: 39px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
    box-shadow: 0px 0 10px 10px rgba(255,255,255,1);
/*    border-top: 2px solid #e03a4d;*/
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-bar::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 18px;
	background-color: #5B5B5B;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-bar:hover{
	background-color: #f1f1f1;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-bar:hover span{
	background-color: #f1f1f1;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-bar span{
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 37px;
	position: relative;
	padding-right: 24px;
	padding-left: 8px;
	background-color: #fff;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-bar span:last-child{
	display: none;
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-bar span::after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    position: absolute;
    right: 9px;
    top: 6px;
    transform: rotate(45deg);
}
.three_ships_widget-wrapper.collapsable_content_widget .show-more-bar span:last-child::after{
	transform: rotate(-135deg);
	top: 18px;
}