﻿/* Telerik QSF Demos Front Page Styles - qfp prefix for class names is used */
html, body, form {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: url(../images/qfp-bgr.png) center 40px no-repeat #21242c;
	font-family: "Segoe UI", Segoe, "Roboto", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	min-height: 100%;
	*overflow: auto;
}

.qfp-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px;
	*margin: 0 auto -60px;
}

.qfp-all-controls,
.qfp-controls-icon {
	background-image: url(../images/qfp-sprite.png);
	background-repeat: no-repeat;
}

.qfp-controls {
	background-image: url(../images/qfp-gradients-sprite.png);
	background-repeat: repeat-x;
}

.qfp-demos-url,
.qfp-controls a span,
.qfp-controls-summary a span,
.qfp-controls-summary li {
	background-image: url(../images/qsf-sprite.png);
	background-repeat: no-repeat;
}

.qfp-global-actions a {
	background-image: url(../images/qsf-gradients-sprite.png);
	background-repeat: repeat-x;
}

div.qsf-search .RadAutoCompleteBox {
	background-image: url(../images/qsf-search-sprite.png);
	background-repeat: no-repeat;
}

.qfp-copyrights {
	width: 300px;
	background-image: url(../images/qsf-footer-sprite.png);
	background-repeat: no-repeat;
}

.qfp-copyrights-text {
	display: block;
}

.qfp-ib {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.qsf-product-families {
	width: 1200px;
	height: 38px;
	margin: 0 auto;
}

/* header styles */

.qfp-header {
	height: 125px;
	margin-bottom: 40px;
}

.qfp-header-top {
	position: relative;
	height: 70px;
	border-top: 1px dotted #6f7178;
}

.qfp-header-top .qfp-header-logo {
	text-indent: -100000px;
}

.qfp-demos-url {
	display: block;
	width: 208px;
	height: 40px;
	position: absolute;
	top: 23px;
	left: 30px;
	background-position: 0 0;
}

.qfp-version {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 9px;
	color: #808080;
}

.qfp-global-actions {
	float: right;
	margin: -28px 20px 0;
	_margin: 0 20px 0;
}

.qfp-global-actions a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	line-height: 116px; /* pusht the text under the middle line */
	background-position: 0 -80px;
	/* IE6 fix height is different */
	_height: 45px;
	_width: 80px;
	_line-height: 45px;
}

.qfp-global-actions a:hover {
	background-image: none;
	background-color: #51ad42; 
}

/* QSF AutoComplete Styes */

.qsf-search {
	position: absolute;
	top: 132px;
	left: 20px;
	width: 230px;
	color: #fff;
	border-bottom: 1px dotted #c0c1c3;
}

div.qsf-search .RadAutoCompleteBox {
	width: 218px;
	_width: 260px;
	background-position: 215px 5px; 
	_background-position: 235px 5px; 
	padding-right: 20px;
	_padding-left: 20px;
	_margin-left: -20px;
}

div.qsf-search .racTokenList {
	background-color: transparent;
	border: 0;
}

div.qsf-search .racInput {
	background-color: transparent;
	font-size: 16px;
	font-style: normal;
	_line-height: 20px;
	color: #fff;
}

div.qsf-search-dd {
	width: 280px;
	_width: 283px;
	margin: 10px 0 0 -20px;
	_margin: 10px 0 0 0;
	padding: 11px 0 0 0;
	border: 0;
	background-position: 18px -50px;
	background-color: #21242c;
}

div.qsf-search-dd .racList {
	background: url(../images/qfp-dd-ac-arrow.png) 15px -1px no-repeat;
	border: 2px solid #494949;
	margin-top: -13px;
	padding: 10px 0 0;
	_height: 690px;
	_overflow-y: scroll;
}

div.qsf-search-dd .racList li {
	margin: 0 0 1px;
	padding: 10px 10px 10px 18px;
}

div.qsf-search-dd .racList .racItemHovered {
	background-color: #494949;
}

div.qsf-search-dd .racList a {
	color: #fff;
	text-decoration: none;
}

.qsf-search-dd-demo,
.qsf-search-dd-control {
	display: block;
}

.qsf-search-dd-control {
	color: #bbb;
}

/* Autocomplete scrollbars - IE and Webkit only */

.RadAutoCompleteBoxPopup {
	scrollbar-3dlight-color: #1a1a1a; 
	scrollbar-arrow-color: #58954d;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #474747; 
	scrollbar-face-color: #393939;
	scrollbar-highlight-color: #474747; 
	scrollbar-shadow-color: #1a1a1a;
	scrollbar-track-color: #272727;
}

.RadAutoCompleteBoxPopup ::-webkit-scrollbar,
.RadAutoCompleteBoxPopup ::-webkit-scrollbar,
.RadAutoCompleteBoxPopup ::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

/* increment / decrement button settings */
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:decrement,
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:increment {
    background-repeat: no-repeat;
    height: auto;
    width: auto;
}

.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:decrement, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:increment, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-thumb:vertical {
    border-style: solid;
    border-width: 1px;
}

.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button {
	background-image: url(../images/qsf-sprite.png);
	background-repeat: no-repeat;
}

.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:decrement {
   background-position: -246px -144px;
}

/* vertical scroll down button */
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:increment {
   background-position: -196px -144px;
}

/* the scrollbar face color */
.RadAutoCompleteBoxPopup ::-webkit-scrollbar,
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-thumb:vertical,
.RadAutoCompleteBoxPopup ::-webkit-scrollbar,
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-thumb:vertical,
.RadAutoCompleteBoxPopup ::-webkit-scrollbar,
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-thumb:vertical {
    background-color: #393939;
}

/* scrollbar track background color */
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-track-piece,
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-corner
{
    background-color: #272727;
}

.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:decrement, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:increment, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:horizontal:decrement, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:horizontal:increment, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-thumb:vertical, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-thumb:horizontal
{
    border-color: #474747 #1a1a1a #1a1a1a #474747;
    border: 1px solid #1a1a1a;
}

/* increment / decrement button settings */
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:decrement, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:vertical:increment, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:horizontal:decrement, 
.RadAutoCompleteBoxPopup ::-webkit-scrollbar-button:horizontal:increment
{
    background-color: #393939;
    border: 1px solid #1a1a1a;
}

/* front page content */

.qfp-content {
	position: relative;
	padding: 0 0 0 90px;
}

.qfp-all-controls {
	position: absolute;
	top: 0;
	left: 0;
	_left: -90px;
	width: 50px;
	height: 150px;
	background-color: #38812d;
	text-decoration: none;
	background-position: 0 0;
	text-indent: -100000px;
	
}

.qfp-popular-controls {
	width: 1140px;
}

.qfp-popular-controls h2 {
	margin: 0;
	padding: 0 0 20px;
	color: #ccc;
	font-size: 18px;
	line-height: 10px;
	*line-height: 11px;
	font-weight: normal;
}

.qfp-controls {
	position: relative;
	padding: 20px 20px 15px;
	vertical-align: top;
	margin: 20px 16px 0 0;
}

.qfp-controls:hover {
	cursor: pointer;
}

.qfp-controls:hover p,
.qfp-controls:hover .qfp-controls-icon {
	visibility: hidden;
}

.qfp-controls h3,
.qfp-controls-summary h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 25px;
	color: #fff;
	font-weight: normal;
}

.qfp-controls p {
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.qfp-controls a,
.qfp-controls-summary a {
	position: absolute;
	left: 20px;
	bottom: 15px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.qfp-controls a span,
.qfp-controls-summary a span {
	width: 22px;
	height: 22px;
	background-position: -95px -197px;
	vertical-align: top;
}

.qfp-grid {
	width: 185px;
	_width: 225px;
	height: 205px;
	_height: 240px;
	background-position: 0 0;
	background-color: #55af46;
}

.qfp-grid:hover {
	background-image: url(../images/frontpage/qfp-grid-hover.png);
}

.qfp-editor {
	width: 330px;
	_width: 370px;
	height: 140px;
	_height: 175px;
	background-position: 0 -400px;
	background-color: #257818;
}

.qfp-editor:hover {
	background-image: url(../images/frontpage/qfp-editor-hover.png);
	background-position: 0 0;
}

.qfp-async-upload {
	width: 185px;
	_width: 225px;
	height: 205px;
	_height: 240px;
	background-position: 0 0;
	background-color: #55af46;
}

.qfp-async-upload:hover {
	background-image: url(../images/frontpage/qfp-upload-hover.png);
	background-position: 0 0;
}

.qfp-scheduler {
	width: 190px;
	_width: 230px;
	height: 165px;
	_height: 200px;
	background-position: 0 -800px;
	background-color: #88c77e;
}

.qfp-scheduler:hover {
	background-image: url(../images/frontpage/qfp-scheduler-hover.png);
	background-position: 0 0;
}

.qfp-menu {
	width: 185px;
	_width: 225px;
	height: 178px;
	_height: 215px;
	background-position: 0 -400px;
	background-color: #257818;
}

.qfp-menu:hover {
	background-image: url(../images/frontpage/qfp-menu-hover.png);
	background-position: 0 0;
}

.qfp-tree-view {
	width: 185px;
	_width: 225px;
	height: 178px;
	_height: 215px;
	margin-left: 15px;
	background-position: 0 -800px;
	background-color: #88c77e;
}

.qfp-tree-view:hover {
	background-image: url(../images/frontpage/qfp-tree-view-hover.png);
	background-position: 0 0;
}

.qfp-combo-box {
	width: 190px;
	_width: 230px;
	height: 218px;
	_height: 255px;
	background-position: 0 -400px;
	background-color: #257818;
	margin: -20px 0 0;
}

.qfp-combo-box:hover {
	background-image: url(../images/frontpage/qfp-combo-box-hover.png);
	background-position: 0 0;
}

.qfp-controls-icon {
	float: right;
	width: 73px;
	height: 73px;
	margin: 0 0 0 2px;
}

.qfp-grid-icon {
	background-position: 0 -200px;
}

.qfp-editor-icon {
	background-position: 0 -300px;
}

.qfp-async-upload-icon {
	background-position: 0 -400px;
}

.qfp-scheduler-icon {
	background-position: 0 -500px;
}

.qfp-menu-icon {
	background-position: 0 -600px;
}

.qfp-tree-view-icon {
	background-position: 0 -700px;
}

.qfp-combo-box-icon {
	background-position: 0 -800px;
}

.qfp-controls-summary {
	position: relative;
	width: 310px;
	_width: 370px;
	height: 235px;
	_height: 280px;
	padding: 5px 10px 8px 20px;
	margin-top: -45px;
	border: 15px solid #54b047;
	border-radius: 0 50px 0 50px;
	background: transparent;
}

.qfp-controls-summary ul {
	margin: -8px 0 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	list-style: none;
}

.qfp-controls-summary li {
	background-position: -250px -239px;
	padding: 0 0 0 10px;
}

/* Footer styles */

.qfp-push{
	height: 50px;
}

.qfp-footer {
	position: relative;
	height: 22px;
	padding: 0 20px;
}

.qfp-copyrights {
	height: 28px;
	margin: 10px 0 0;
	padding: 0 0 0 118px;
	background-position: 0 -397px;
	color: #aaa;
	font-size: 10px;
}

.qfp-copyrights address {
	font-style: normal;
}

.qfp-terms {
	position: absolute;
	top: 5px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.qfp-terms a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 0 0 8px;
}

.qfp-terms a:hover {
	text-decoration: underline;
}