/*	Glider base stylesheet
	Theme SilverGlide
	Developed by FDTD Designer (FILON)
	In March 18th, 2014
	
	If you have made a different theme,
	please, submit it to Smart Storage:
	http://smart-fusion.ru/submit_addon.php
*/

.glider .glide-surface.silverglide {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #E2E2E2;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	box-shadow: inset 0 2px 5px #F4F4F3;
	-moz-box-shadow: inset 0 2px 5px #F4F4F3;
	-webkit-box-shadow: inset 0 2px 5px #F4F4F3;
	padding: 2px;
}

.glider .glide-surface.silverglide .glide-craft {
	position: relative;
	cursor: e-resize;
	background: #FDFDFC;
	background: -moz-linear-gradient(top, #FDFDFC 0%, #EEF0EB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFC), color-stop(100%, #EEF0EB));
	background: -webkit-linear-gradient(top, #FDFDFC 0%, #EEF0EB 100%);
	background: -o-linear-gradient(top, #FDFDFC 0%, #EEF0EB 100%);
	background: -ms-linear-gradient(top, #FDFDFC 0%, #EEF0EB 100%);
	background: linear-gradient(to bottom, #FDFDFC 0%, #EEF0EB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFC', endColorstr='#EEF0EB', GradientType=0);
	border: 1px solid #B7B7B7;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	box-shadow: 0 0 20px #E0E0E0;
	-moz-box-shadow: 0 0 20px #E0E0E0;
	-webkit-box-shadow: 0 0 20px #E0E0E0;
	trasition: background .3s ease;
	-moz-trasition: background .3s ease;
	-webkit-trasition: background .3s ease;
	width: 6px;
	height: 12px;
	padding: 3px 6px;
	z-index: 9998;
}

.glider .glide-surface.silverglide .glide-craft:hover {
	background: #F5F7F2;
	background: -moz-linear-gradient(top, #FDFDFC 0%, #F5F7F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFC), color-stop(100%, #F5F7F2));
	background: -webkit-linear-gradient(top, #FDFDFC 0%, #F5F7F2 100%);
	background: -o-linear-gradient(top, #FDFDFC 0%, #F5F7F2 100%);
	background: -ms-linear-gradient(top, #FDFDFC 0%, #F5F7F2 100%);
	background: linear-gradient(to bottom, #FDFDFC 0%, #F5F7F2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFC', endColorstr='#F5F7F2', GradientType=0);
}

.glider .glide-surface.silverglide .glide-craft:active {
	background: #FDFDFC;
	background: -moz-linear-gradient(top, #EEF0EB 0%, #FDFDFC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEF0EB), color-stop(100%, #FDFDFC));
	background: -webkit-linear-gradient(top, #EEF0EB 0%, #FDFDFC 100%);
	background: -o-linear-gradient(top, #EEF0EB 0%, #FDFDFC 100%);
	background: -ms-linear-gradient(top, #EEF0EB 0%, #FDFDFC 100%);
	background: linear-gradient(to bottom, #EEF0EB 0%, #FDFDFC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEF0EB', endColorstr='#FDFDFC', GradientType=0);
}

.glider .glide-surface.silverglide .glide-craft span {
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-left: 6px solid #6D6D6D; 
	width: 0;
	height: 0;
}

.glider .glide-surface.silverglide .glide-terminal {
	oveflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #CFCFCF;
	text-align: center;
	line-height: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: color .3s ease;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	box-sizing: boder-box;
	-moz-box-sizing: boder-box;
	-webkit-box-sizing: boder-box;
	width: 100%;
	padding: 6px 10px;
	z-index: 9997;
}

.glider .glide-surface.silverglide .glide-terminal.finish {
	color: #64A322;
}