/**
 *     t-flex-page @ main
 */
.t-flex-page {
	z-index: 999999;
	position: absolute!important;
	top: 0px;
	left: -280px;
}

.t-flex-toolbar {
	position: absolute;
	top: 75px;
	right: -30px;
}

.t-flex-btn {
	background: #4ab6d5;
	color: white;
	border: 1px solid #4ab6d5;
	width: 30px;
	padding: 10px 5px;
	text-align: center;
	cursor: pointer;
	border-radius:0px 5px 5px 0px;
}

/* .t-flex-btn-shadow {
	background: transparent;
	color: white;
	border-bottom: 10px solid transparent;
	border-left: 30px solid #C62F2F;
	text-align: center;
	cursor: pointer;
} */

.t-flex-body {
	background: white;
	width: 280px;
	min-height: 300px;
	max-height: 600px;
	border: 1px solid #ccc;
	border-left: none;
}