@charset "utf-8";
/* 类似slider拖动 */

.kendo {
    position: relative;
    float:left;
    vertical-align: middle;
    width:370px;
    height:36px;
    margin-right:20px;
}

.k-block, .k-widget, .k-grid, .k-slider, .k-splitter, .k-treeview, .k-panelbar, .k-content, .k-header-column-menu {
    outline: 0 none;
}
.k-slider-horizontal {
    display: inline-block;
    height: 26px;
    width: 200px;
}
.k-slider {
    -moz-user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    position: relative;
}
.k-block, .k-widget {
    line-height: normal;
}

.k-draghandle{position:absolute;background-repeat:no-repeat;background-color:#f6a352;text-indent:-3333px;overflow:hidden;text-decoration:none;text-align:center;outline:0}
.k-slider-horizontal .k-draghandle{top:-3px;width:10px;height:41px}

.k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after, .k-block .k-header, .k-list-container {
    -moz-box-sizing: content-box;
}
.k-widget, .k-widget * {
    background-clip: border-box;
}
.k-widget, .k-block, .k-inline-block, .k-draghandle {
    /* height:44px; */
}

.k-slider-track, .k-slider-selection {
    margin: 0;
    padding: 0;
    position: absolute;
}
.k-slider .k-icon, .k-slider-track, .k-slider .k-tick {
    cursor: pointer;
}
.k-slider-horizontal .k-slider-track, .k-slider-horizontal .k-slider-selection {
    background-repeat: repeat-x;
    height: 36px;
    left: 0;
    top: 2%;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.k-draghandle{background-color:#f59639;-webkit-box-shadow:none;box-shadow:none}
.k-draghandle:hover{background-color:#f6a352;-webkit-box-shadow:none;box-shadow:none}

.k-slider-track{background-color:#ECEFF3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.k-slider-selection{background-color:#047dd4}
/* .k-draghandle{border-radius:7px} */
.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-list>.k-state-selected,.k-list>.k-state-highlight,.k-panel>.k-state-selected,.k-ghost-splitbar-vertical,.k-ghost-splitbar-horizontal,.k-draghandle.k-state-selected:hover,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-marquee-color{color:#fff;background-color:#f6a352;border-color:#f6a352}

.k-tooltip{
	position:absolute;
	z-index:20;
	padding:4px 5px 4px 6px;
	background:#fff;
	background-repeat:repeat-x;
	min-width:20px;
	text-align:center;
	border:1px solid #d4d4d4;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

