/*reset*/
/* h1 font */
@font-face {
  font-family: "MetricWeb-Semibold";
  src: url("fonts/MetricWeb-Semibold.eot");
  src: url("fonts/MetricWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/MetricWeb-Semibold.woff") format("woff"), url("fonts/MetricWeb-Semibold.ttf") format("truetype"), url("fonts/MetricWeb-Semibold.svg#MetricWeb-Semibold") format("svg");
}

/* h2, h3 font */
@font-face {
  font-family: "FaktSlabPro-Medium";
  src: url("fonts/FaktSlabPro-Medium.eot");
  src: url("fonts/FaktSlabPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/FaktSlabPro-Medium.woff") format("woff"), url("fonts/FaktSlabPro-Medium.ttf") format("truetype"), url("fonts/FaktSlabPro-Medium.svg#FaktSlabPro-Medium") format("svg");
}


body,h1,h2,h3,p,.main-nav,.kendo-nav,#banner p,.browsers,.mobileOSs,#footer ul,#footer p,#nav-pager,#examples-list,#themeChooser,.widgetGrid ul
{
    margin:0;
    padding:0;
    list-style:none;
}

body {
    background-color: #fff;
    color: #555;
    //font: 400 12px Revalia, serif;
    min-width: 1230px;
}

img
{
    border:0;
}

#header a,
li>a,
h2>a,
h3>a,
#footer a,
.get-kendoui
{
    text-decoration:none;
}

/*global*/
.floatWrap:after,#example:after{content:"";display:block;clear:both;}
.floatWrap,#example{display:inline-block}
.floatWrap,#example{display:block}
.clear{clear:both}

html
{
    overflow-y:scroll;
    font:75% Arial,Helvetica,sans-serif;
}

#header, .suite-demos-nav, .demos-nav,
.flowers-left, #footer, .centerWrap, .submenu-box a
{
    font-family: Arial, Helvetica, sans-serif;
}

a
{
    color: #0487c4;
}

a:hover
{
    text-decoration: underline;
}

.kendo-nav,
#example,
#exampleTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#example h4
{
    width: 690px;
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    font-size:12px;
}

/*.overview #banner,*/
.overview #header,
.overview .suite-demos-nav,
.overview .demos-nav,
.overview #footer
{
    /*iPad fix*/
    min-width:990px;
}

.centerWrap
{
    width:1170px;

    margin:0 auto;
    padding:0;
}

/*header*/
#header h1
{
    width:134px;
    height:45px;
    float:left;
    margin:6px 0 0;
}

.overview #header h1
{
    width:224px;
    height:74px;
    margin:20px 0 0;
}

#header ul
{
    float:right;
    clear:right;
}

.main-nav
{
    margin:25px -8px 0 0;
}

*+html .kendo-nav
{
    /*otherwise items will wrap*/
    min-width:648px;
}

.main-nav>li,
.kendo-nav>li
{
    float:left;
    position:relative;
}

.main-nav>li
{
    padding:0 15px;
}

.main-nav li:first-child
{
    border:0;
}

.main-nav a,
.kendo-nav a,
.suite-demos-nav a,
#footer .bottom-nav a,
#examples-list a,
.launchButton,
.widgetGrid a
{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* Overview page */
.section
{
    padding: 84px 0;
}

.section--green
{
    padding:54px 0 84px;
}

.section--grey
{
    background-color: #f3f5f7
}

.section--green,
.overview .section--green .demos-nav
{
   background-color: #2db245;
}

.section--white
{
    background-color: #fff;
}

.teampulse h2,
.section--white .centerWrap h2
{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1;
    margin: 0 0 40px;
    font: 400 40px/1 "FaktSlabPro-Medium", Arial, Helvetica, sans-serif;
    letter-spacing: -0.04em; 
    margin-bottom: 50px;
    color: #000;
}

.overview .teampulse p
{
    font-size: 18px;
    color: #000;
}

.overview .teampulse .launchButton
{
    font-size: 22px;
    font-weight: normal;
    margin-top: 30px;
    margin-right: 50px;
}

.overview .teampulse .column13 p
{
    margin-right: 560px;
}
.overview .teampulse .imgPlate
{
    margin-top: 140px;
}

.compatibility p
{
    color: #555555;
}


/* Header navigation */

.suite-demos-nav .header,
.suite-demos-nav .header a
{
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 66px;
    letter-spacing: -0.05em; 
}

.suite-demos-nav .active.header
{
    background: none;
}

.suite-demos-nav .active.header a
{
    padding: 0;
}

.suite-demos-nav .header a:hover
{
    color: #036c9c;
    text-decoration: underline;
    background: none;
}

.main-nav a
{
    color:#737373;
}

.main-nav a:hover
{
    color:#010101;
}

.demos-nav .active a
{
    color: #000;
}

.demos-nav .dashboards .active a
{
    color:#2e2e2e;
}

.overview .kendo-nav
{
    margin:22px 0 17px;
}

.kendo-nav>li
{
    margin-left:40px;
}

.kendo-nav>li.active
{
    margin-left:0;
}

.kendo-nav a
{
    display:block;
    font-size:21px;
    line-height: 1.6;
    color:#2e2e2e;
}

.main-nav a>span
{
    font-size:8px;
    line-height:1.4;
    position:relative;
    top:-.1em;
}

.kendo-nav a>span
{
    font-size:10px;
    line-height:1.4;
    position:relative;
    top:-.2em;
}

#header .get-kendoui,
#mainWrap  .get-kendoui,
.kendo-nav .get-kendoui
{
    color:#fff;
}


.kendo-nav .active,
.suite-demos-nav .active,
.suite-demos-nav .floatWrap,
#footer .centerWrap,
#codeStrip .k-state-active
{
    position:relative;
}

.kendo-nav .get-kendoui,
.suite-demos-nav .get-kendoui
{
    background-clip: padding-box;
    position: relative;
    background-color: #fe633f;
    color:#fff;
    display: inline-block;
    margin-bottom: 2px;
    padding: 9px 30px;
    line-height: 1.2;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    border-radius: 2px;
    -webkit-appearance: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-left: 20px;
}

/*popup submenus*/
.submenu-box {
    margin-bottom: 15px;
    padding: 0 0 0 20px;
}

.submenu-box {
    border: 1px solid #22252D;
    display: none;
    left: 50%;
    margin-left: -155px;
    min-width: 270px;
    padding: 15px 20px 10px;
    position: absolute;
    top: 28px;
    z-index: 100;

	background:#22252d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjUyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTNlNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #22252d 0%, #474c57 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22252d), color-stop(100%,#474c57)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #22252d 0%,#474c57 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #22252d 0%,#474c57 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #22252d 0%,#474c57 100%); /* IE10+ */
	background: linear-gradient(to bottom, #22252d 0%,#474c57 100%); /* W3C */
    
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.submenu-box:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #22252D;
    border-image: none;
    border-style: solid;
    border-width: 11px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    top: -23px;
    width: 0;
}

.submenu-box ol,
.submenu-box li {
    clear:both;
    float:none;
    list-style: none;
    padding: 0;
}

.main-nav .submenu-box a {
    line-height:22px;
}

.main-nav div.submenu-box h3 a {
    color:#C1C1C1;
    font-size:20px;
    line-height:1.4;
}
.submenu-box a {
    color:#C1C1C1;
    font-size:16px;
    line-height:28px;
}

.submenu-box a:hover,
.main-nav div.submenu-box h3 a:hover {
    color: #fff;
}

div.submenu-box h4 {
    color: #787A7F;
    font-weight: normal;
    font-size:10px;
    line-height:1.4;
    margin: 0;
    text-transform: uppercase;
}

.submenu-box hr {
    border-color: #1B1D23 transparent #3E4149;
    border-style: solid none;
    border-width: 1px 0;
    margin: 13px 0;
    padding: 0;
}

div.submenu-box ol {
    clear: none;
    float: left;
    margin: 0;
    min-width: 95px;
}

.submenu-box.support-menu {
    min-width: 170px;
    margin-left: -105px;
}

#resources-first {
    float: left;
    width: 140px;
}

/*orange bar*/
#banner
{
    background:#2db245;
    min-height:5px;
}

.overview #bannerInner
{
    padding: 67px 0 0;
}

#bannerInner>.centerWrap
{
    height:100%;
}

#banner h1
{
    color: white;
    font: normal 80px/1 "MetricWeb-Semibold", Arial, Helverica, sans-serif;
    letter-spacing: -.03em;
    text-align: center;
}

/*suite demos nav*/
.suite-demos-nav
{
    position: relative;
    z-index: 1;
    min-height: 66px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
}

.suite-demos-nav>.centerWrap
{     
    display: table;
    table-layout: auto;
}

.suite-demos-nav .get-kendoui:hover
{
    color: #fff;
    background-color: #c2410e;
}

.suite-demos-nav ul
{
    list-style:none;
}

.suite-demos-nav li
{
    float:left;
}

.suite-demos-nav a
{
    display: inline-block;
    padding: 0 13px;
    font-size: 13px;
    line-height: 66px;
    text-decoration: none;
    color: #3d3d3d;
    transition: color 0.2s ease, opacity 0.2s ease;
    word-wrap: break-word;    
}

.suite-demos-nav a:hover,
.suite-demos-nav .active
{
    background-color: #eaecef;
    background-color: rgba(225, 229, 234, 0.5);
    color: #3d3d3d;
}

.demos-title
{
    float: left;
    display: inline-block;
}
    
.demos-list
{
    float: right;
    display: inline-block;
    width: auto;
}    
 
 .demos-list .get-kendoui
 {
     position:relative;
 }
 
 .suite-demos-nav
 {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
 }

/*featured demos and demos-nav*/
.sourceChooser,
#codeStrip .k-content.k-tabstrip .k-tabstrip-items
{
    border:1px solid #dfdfdf;
    border-top: none;
    background: #fbfbfc;
}

.demos-nav
{
    background: #f3f5f7;
    color: #555; 
    border-top: 4px solid #2db245;
}

.overview .demos-nav,
.integra-examples
{
    border-bottom-width:0;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.overview .demos-nav
{
    background-color: #fff;
    border: 0;
}

.dojo-banner
{
    border-bottom:1px solid #d7d7d7;
    min-height:245px;
    margin: 0 85px 15px;
    position:relative;
    background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 70%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(70%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 70%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 1%,#ffffff 70%,#f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 70%,#f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 1%,#ffffff 70%,#f3f3f3 100%); /* W3C */
}

* html .dojo-banner {display:none}
*+html .dojo-banner {display:none}

.dojo-banner:after
{
    content:"";
    position:absolute;
    bottom:0;
    right:0;
    width:410px;
    height:245px;
    background:url(dojo-banner.jpg);
}

.dojo-banner>h3
{
    font:2.6em "segoe ui light","segoe ui",sans-serif;
}

.dojo-banner>p
{
    width:320px;
    font-size:1.1em;
    line-height:1.8em;
    color:#555;
}

.dojo-banner>.launchButton
{
    margin:.5em 0 0;
}

/*boxes*/
.box
{
    float:left;
    width: 370px;
    color:#656565;
    display: inline-block;
    font-size: 16px; 
    margin-right: 30px;   
}

.box.right-box
{
    margin-right: 0;
}

.widgetOverview .box
{
    min-height: 300px;
    padding-bottom: 60px;
}

.test-left{padding-left:0;}
.right-box {margin-right: 0;}

.swidgetOverview .box img
{
    width: 100%;
}

.overview .box
{
    line-height:1.25; 
    vertical-align: top;
}

.overview .box p
{
    padding-right: 20px;     
}

.overview .box,
.overview .demos-nav .box p
{
    text-align:left;
    margin-bottom: 0;
}

.demos-nav .box:first-child
{
    margin-left:0;
    padding-left:0;
    background:none;
}

.overview .narrowbox
{
    width: 270px;
    margin-right: 30px;
    color: #555; 
}

.overview .narrowbox.right-box
{
    margin-right: 0px;
}

.overview .narrowbox h3
{
    margin: 0 0 10px 0;
    letter-spacing: -0.05em;
    font: 24px/1.2 Arial, Helvetica, sans-serif;
}

.demos-nav.widgetGrid
{
    line-height: 20px;
}

.demos-nav.widgetGrid h2
{
    -ms-word-wrap: break-word;
    word-wrap: break-word;   
    color: #000;
    line-height: 1.5;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    clear: left;    
}

.overview > .centerWrap > h2
{
    margin:1.2em 0 0;
    font-size:40px;
    color:#333;
    text-align:left;
}

.overview .box h3,
.column13 h3
{
    margin-top:20px;
    font-size:24px;
    font: 24px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: -0.04em; 
}

.overview .demos-nav h2
{
    word-wrap: break-word;
    line-height: 1;
    font: 400 40px/1 "FaktSlabPro-Medium", Arial, Helvetica, sans-serif;
    letter-spacing: -0.04em;
    margin:30px 0 10px;
    font-size:32px;
    text-align: center;
}

.overview .box p
{
    text-align:left;
}

.column13 h3
{
    margin-top:2.4em;
    font-weight:normal;
    font: 24px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: -0.04em; 
}

.box h2,
.box h3,
.column13 h3,
.column23 h3
{
    color:#000;
}

.box h2 a,
.box h3 a
{
    color:#0487c4;
}

.overview .box h2 a,
.overview .box.centerAlign p
{
   color: #fff;
}

.overview .demos-nav .box
{
    color: #000;
}

.overview .box:first-child,
.overview h2+.box,
.overview .dojo-banner+.box,
.widebox
{
    margin-left:0;
}

.overview .widebox
{
    float:none;
    width:auto;
    padding:0 0 72px;
    margin-bottom:-72px;
    text-align:left;
}

.overview .widebox p,
.box.narrowbox p
{
    margin-bottom: 20px;
}

.box h2,
.box h3
{
    margin-top:1em;
}

.box h3
{
    margin-bottom:7px;
}

.overview .widebox h2,
.overview .widebox h3
{
    margin-top:0;
}

.imgPlate
{
    display:block;
    position:relative;
    text-align:center;
    text-decoration:none;    
}

.k-web .imgPlate img,
.overview .demos-nav img
{
    max-width: 100%;
    width:370px;
    height: 170px;
    border: 0;
}

.overview .demos-nav .box p
{
    text-align: center;
}

.narrowbox .imgPlate
{
    margin:0 auto;
}

.widebox .imgPlate
{
    float:left;
    margin-right:35px;
}

.widebox .launchButton
{
    display:inline-block;
    margin:10px 0 0;
}

.new .imgPlate:after,
.beta .imgPlate:after
{
    content:"NEW";
    padding:3px 7px 4px;
    font:10px/1 sans-serif;
    color:#fff;
    background:#e26b1d;
    position:absolute;
    bottom:-17px;
    right:15px;

    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
}

.beta .imgPlate:after
{
    content:"BETA";
}

.launchButton,
.get-kendoui
{
    display: inline-block;
    min-width: 100px;
    margin: 15px auto 0 auto;
    text-decoration: none;
    color: #fff;
    text-align: center;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background-color: #015991;

    margin-bottom: 2px;
    padding: 9px 30px;
  
    line-height: 1.2;
    color: #fff;
    transition-property: background-color,color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.launchButton:hover,
.get-kendoui:hover
{
    color: white;
    background-color: #013a5e;
    outline-width: medium;
    outline-style: none;
    outline-color: -moz-initial;
    outline-color: initial;
    text-decoration: none;   
}

.widebox .column23
{
    float:right;
}


.column13 em,
.column23 em
{
    font-family:Arial, Helvetica, sans-serif;
}

.column23 h3,
.column13 h3
{
    margin-top:0;
}

.column23 p,
.column13 em,
.column23 em
{
    color:#565656;
}

.column23 p
{
    max-width: 430px;
    line-height:1.4;
    margin-top: 0;
}

/*footer*/

#footer
{
    padding-bottom:24px;
    background:#242424;
}

.overview #footer
{
    margin-top:3em;
}

#footer
{
    color:#727272;
}

#footer a
{
    color:#959595;
}

#footer .active a
{
    color:#fff;
}

#footer .bottom-nav
{
    display:block;
    margin-bottom:1em;
    height: 50px;
    line-height:50px;
}

.bottom-nav li
{
    display:block;
    float:left;
    margin-right:18px;
}

#footer p
{
    font-size:.9em;
    line-height:1.65;
}

#footer p a,
#footer .bottom-nav a:hover
{
    color:#e26b1d;
}

#footer p a:hover
{
    text-decoration:underline;
}

p#copy
{
    margin-top:30px;
    font-size:.9em;
    color:#7f7f7f;
}

@media screen and (min-width:1030px) {
   
}

@media screen and (min-width:1400px) {
    .flowers-right{background-position:100% -174px;}
}

@media screen and (max-width:1029px) {
    .flowers-right{background-image:none;}
}

#mainWrap
{
    position:relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

#exampleTitle
{
    color:#000;
    font-style: normal;
    font-variant: normal;
    font-size: 24px;
    line-height: 1;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: -0.04em;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 100;    
}

#exampleTitle strong
{

    font-weight: 400;
}

.exampleIcon
{
    width:20px;
    height:20px;
    float:left;
    margin:0 11px 0 0;
    background:no-repeat url(sprite.widgets.png);
    -webkit-transform: translatez(0);
}

.overviewIcon{display:none;}
.applicationIcon{background-position:0 0;}
.autoCompleteIcon{background-position:-20px 0;}
.mobileButtonIcon{background-position:-40px 0;}
.mobileButtonGroupIcon{background-position:-60px 0;}
.calendarIcon{background-position:-80px 0;}
.chartIcon{background-position:-100px 0;}
.chartAreaIcon{background-position:-120px 0;}
.chartBarIcon{background-position:-140px 0;}
.chartLineIcon{background-position:0px -20px;}
.chartPieIcon{background-position:-20px -20px;}
.chartScatterIcon{background-position:-40px -20px;}
.chartDonutIcon{background-position:-140px -99px;}
.chartBubbleIcon{background-position:0 -120px;}
.chartStockIcon{background-position:-20px -120px;}
.comboBoxIcon{background-position:-60px -20px;}
.dataSourceIcon{background-position:-80px -20px;}
.datePickerIcon{background-position:-100px -20px;}
.dragDropIcon{background-position:-120px -20px;}
.dropDownListIcon{background-position:-140px -20px;}
.editorIcon{background-position:0px -40px;}
.gaugeLinearIcon{background-position:-20px -40px;}
.gaugeRadialIcon{background-position:-40px -40px;}
.globalizationIcon{background-position:-60px -40px;}
.gridIcon{background-position:-80px -40px;}
.mobileHistoryIcon{background-position:-100px -40px;}
.integrationIcon{background-position:-120px -40px;}
.mobileListViewIcon{background-position:-20px -60px;}
.listViewIcon{background-position:0 -60px;}
.menuIcon{background-position:-20px -60px;}
.mvvmIcon{background-position:-40px -60px;}
.mobileNavBarIcon{background-position:-60px -60px;}
.numericTextBoxIcon{background-position:-80px -60px;}
.panelBarIcon{background-position:-100px -60px;}
.mobileScrollerIcon{background-position:-120px -60px;}
.mobileScrollViewIcon{background-position:-140px -60px;}
.mobileSwitchIcon{background-position:-120px -80px;}
.sliderIcon{background-position:0 -80px;}
.splitterIcon{background-position:-20px -80px;}
.mobileTabStripIcon{background-position:-40px -80px;}
.tabStripIcon{background-position:-60px -80px;}
.templatesIcon{background-position:-80px -80px;}
.timePickerIcon{background-position:-100px -80px;}
.mobileToggleButtonIcon{background-position:-120px -80px;}
.treeViewIcon{background-position:-140px -80px;}
.uploadIcon{background-position:0 -100px;}
.validatorIcon{background-position:-20px -100px;}
.windowIcon{background-position:-40px -100px;}
.mobilePopOverIcon{background-position:-60px -100px;}
.mobileSplitViewIcon{background-position:-80px -100px;}
.mobileActionSheetIcon{background-position:-100px -100px;}
.mobileModalViewIcon{background-position:-120px -100px;}
.mobileDrawerIcon{background-position:-140px -40px;}
.colorPickerIcon{background-position:-60px -120px;}
.multiselectIcon{background-position:-140px -120px;}
.tooltipIcon{background-position:-40px -120px;}
.spaIcon{background-position:-120px -120px;}
.sparklineIcon{background-position:-80px -120px;}
.chartBulletIcon{background-position:-100px -120px;}
.schedulerIcon{background-position:0 -140px;}
.barcodeIcon{background-position:-20px -140px;}
.qrcodeIcon{background-position:-40px -140px;}
.chartRadarIcon{background-position:-60px -140px;}
.chartPolarIcon{background-position:-80px -140px;}
.buttonIcon{background-position:-40px 0;}
.progressBarIcon{background-position:-120px -140px;}
.chartFunnelIcon{background-position:-100px -140px;}
.chartBoxPlotIcon{background-position:-140px -140px;}
.mapIcon{background-position:0 -160px;}

#examples-nav
{
    width:169px;
    text-align:left;
    margin-top: -63px;
    border-left: 1px solid #dfdfdf;
    position: absolute;
    right: 0;
    height: 100%;
}

#main
{
    float:left;
    width:970px;
    margin-right:30px;
    border-top: 1px solid #dfdfdf;
}

.widgetOverview #main
{
    float:none;
    width:auto;
    border:0;
    margin:0;
}

.widgetOverview #mainWrapInner
{
    margin-top:0;
    padding-top:0;
}

.widgetOverview #exampleTitle
{
    position:relative;
    top:0;
    margin-bottom:45px;
}

#themeWrap
{
    line-height: 23px;
    float: right;
    margin-right: 200px;
    margin-top: -80px;
}

#themeWrap .get-kendoui
{
    line-height: 9px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding: 8px 1px;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
    vertical-align: bottom;
}

.k-theme-chooser,
.tc-theme,
.tc-color,
.tc-link,
.tc-theme-name
{
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tc-theme-name
{
    vertical-align: middle;
    padding-right: 4px;
    width: 80px;
}

.k-theme-chooser .tc-link
{
    vertical-align: middle;
    line-height: 24px;
    padding: 0 4px 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tc-choose-theme
{
    vertical-align: middle;
    color: #939393;
    margin: 0 10px 0 0;
}

.tc-theme-container
{
    display: none;
    list-style-type: none;
    margin: 18px 0;
    padding: 0 0 18px 10px;
    border-bottom: 1px solid #dfdfdf;
}

.tc-color
{
    width: 23px;
    height: 23px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(255,255,255,.1);
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tc-theme
{
    margin: 0 5px;
}

.tc-theme .tc-link
{
    color: #4f4f4f;
    padding: 10px;
    border: 1px solid #fff;
}

.tc-theme .tc-link:hover
{
    border-color: #d6d6d6;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
    box-shadow: 0 0 7px rgba(0,0,0,.15);
    text-decoration: none;
}

.tc-theme .tc-link.active
{
    border-color: #d6d6d6;
    -moz-box-shadow: inset 0 0 7px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.15);
    box-shadow: inset 0 0 7px rgba(0,0,0,.15);
}

.tc-theme .tc-theme-name
{
    padding: 0;
    width: auto;
    display: block;
}

#themeChooser .skin-black .k-state-selected{background-color:#0070e4;color:#fff;}
#themeChooser .skin-blueopal .k-state-selected{background-color:#005c83;color:#fff;}
#themeChooser .skin-bootstrap .k-state-selected{background-color:#0044cc;color:#fff;}
#themeChooser .skin-default .k-state-selected{background-color:#f0713a;color:#fff;}
#themeChooser .skin-highcontrast .k-state-selected{background-color:#a7008f;color:#fff;}
#themeChooser .skin-metro .k-state-selected{background-color:#8ebc00;color:#fff;}
#themeChooser .skin-metroblack .k-state-selected{background-color:#00aba9;color:#fff;}
#themeChooser .skin-silver .k-state-selected{background-color:#0879C0;color:#fff;}
#themeChooser .skin-uniform .k-state-selected{background-color:#ccc;color:#666;}

/*nav-pager*/

#nav-pager
{
    font-size:.9em;
    padding-top: 20px;
    margin-left: 13px;
}

#nav-pager a
{
    font-size: 14px;
    text-transform:uppercase;
    display: inline-block;
    position:relative;
    color:#0487c4;
    line-height:1.5;
    vertical-align: top;
}

#nav-pager .prev
{
    padding-left:13px;
}

#nav-pager .next
{
    padding-right:11px;
}

.widgetOverview #mainWrap
{
    padding-right: 0;
}

#examples-list
{
    margin-top:20px;
}

#examples-list a
{ 
    font-size: 12px;
    display: block;
    color: #0487c4;
    text-decoration: none;
    word-wrap: break-word;
    padding: 6px 0 5px 13px;
    transition: all .2s ease;    
}

#examples-list .new-example:after
{
    content: "";
    display: inline-block;
    background: #fff url(tag-new.png) no-repeat center center;
    margin-left: 4px;
    width: 18px;
    height: 9px;
}

#examples-list a:hover
{
    color:#000;
    background: #f4f3f2;
}

#examples-list .active a
{
    color:#000;
    background: #f4f3f2;
}

#examples-nav .get-kendoui
{
    display:inline-block;
    margin:30px 14px 0 13px;
    line-height:30px;
}

#qrWrap
{
    margin-left:14px;
    color:#444;
    border-top:1px solid #dfdfdf;
    margin-top:30px;
    padding-top:10px;
    font-size: 12px;
}

#qr
{
    display:inline-block;
    margin-top:1em;
    color:#2e2e2e;
    text-decoration:none;
}

#qr:hover
{
    color:#e26b1d;
}

.k-qr
{
    width:16px;
    height:16px;
    margin-left:8px;
    vertical-align:text-top;
    background:0 0 no-repeat url(qr-icon.png);
}

#qr em
{
    font-style:normal;
}

#qrBig
{
    display:none;
    margin-right:9px;
}

#example
{
    position:relative;
    padding: 15px 0;
  
    min-height:200px;
    font-size: 12px;
}

*+html #example
{
    z-index: 2;
}

.widgetOverview #example
{
    padding:0;
    background-color: #fff;
}

.demo-section
{
    margin: 0 auto 15px auto;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,0.01)
}

.demo-section h2
{
   margin:0;
   font: 400 16px/1.25 Arial, Helvetica, sans-serif;   
   letter-spacing: normal; 
   font-weight: bold;
}

.demo-section-overlay {
    margin: 0 -10px -10px -10px;
    background: red;
    padding: 0 10px;
}

.demo-section > .title {
    margin: 5px 0 15px 0;
    text-align: center;
}

.demo-section p a.hyperlink,
.config-section a {
    text-decoration: none;
}

.k-block
{
    width: 200px;
    height: 100px;
}

/*widget grid*/
.widgetGrid .wideCol
{
    float: left;
    width:650px;
    margin: 22px 0 30px;
    height: 156px;
}

.widgetGrid .narrowCol
{
    float: left;
    margin: 22px 0 30px;
    border-left: 1px solid #dfdfdf;
    height: 156px; 
}

.widgetGrid .narrowCol.mobile-devices
{
    margin-bottom: 0;
    height: 186px;
}

.web.widgetGrid .dashboards
{
     border-left: 1px solid #dfdfdf;
     width: 169px;
}

.dataviz.widgetGrid .dashboards
{
    border-left: 1px solid #dfdfdf;
}

.widgetGrid .narrowCol.chart,
.widgetGrid .narrowCol.mobile-widgets 
{
    border-left: none;
}

.widgetGrid .narrowCol h2,
.widgetGrid .narrowCol ul,
.mobile.widgetGrid .dashboards h2,
.mobile.widgetGrid .dashboards ul,
.dataviz.widgetGrid .dashboards h2,
.dataviz.widgetGrid .dashboards ul
{
    padding-left: 10px;
}

.widgetGrid .narrowCol.custom-themes h2
{
    padding-top:0;
}    

.widgetGrid .narrowCol.custom-themes
{
    width: 169px;
    margin-top: 22px;
}

.web.widgetGrid .narrowCol.custom-themes
{
    margin-top: 0;
}

.widgetGrid .narrowCol ul:empty
{
    display: none;
}

.widgetGrid .mobile-widgets
{
    width:330px;
}

.widgetGrid .narrowCol.chart
{
    width: 370px;
}

.widgetGrid .mobile-framework
{
     width:169px;
}

.widgetGrid .narrowCol.mobile-widgets h2,
.widgetGrid .narrowCol.mobile-widgets ul,
.widgetGrid .narrowCol.chart h2,
.widgetGrid .narrowCol.chart ul
{
    padding: 0;
}

.widgetGrid .mobile-devices
{
    width:500px;
    position: relative;
    border-left: none;
    margin: 22px 0 0;
}

.widgetGrid.dataviz .narrowCol.gauges,
.widgetGrid.dataviz .narrowCol.qrcodes
{
    min-height: 91px;
}

.widgetGrid.dataviz .narrowCol.gauges
{
    min-height: 71px;
}

.widgetGrid h2
{
    font-size:11px;
    line-height:1.5;
    text-transform:uppercase;
    font-weight: normal;
    letter-spacing: normal;
}

.widgetGrid ul
{
    float:left;
    padding:0;
}

.widgetGrid .floatWrap.framework ul
{
    margin-right: 64.5px;
}

.widgetGrid .wideCol ul,
.widgetGrid .narrowCol ul,
.widgetGrid .chart ul
{
    min-width: 100px;
}

.widgetGrid .wideCol ul
{
    margin-right:62.5px;
}

.widgetGrid .mobile-widgets ul,
.widgetGrid .chart ul
{
    margin-right: 53.5px;
}

.widgetGrid a
{
    display: inline-block;
    color:#0487c4;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.widgetGrid a:hover
{
    color: #036c9c;
    text-decoration: underline;
}

.widgetGrid .new-widget
{
    padding-right: 22px;
    background: url(tag-new.png) no-repeat right center;
}

.widgetGrid .beta-widget
{
    padding-right: 25px;
    background: url(tag-beta.png) no-repeat right center;
}

/*DataViz dashboard navigation*/
.widgetGrid .chart
{
    width:260px;
}

.dataviz.widgetGrid .gauges,
.dataviz.widgetGrid .financial,
.dataviz.widgetGrid .qrcodes,
.dataviz.widgetGrid .geoviz,
.dataviz.widgetGrid .dashboards
{
    width:209px;
  
}

.dataviz.widgetGrid .custom-themes
{
    width:169px;
  
}

.widgetGrid .qrcodes,
.widgetGrid .geoviz
{
    margin-left:-210px;
    margin-top:80px;
    min-height:98px;
}

.widgetGrid .qrcodes
{
    margin-top: 118px;
}

.widgetGrid .gauges ul,
.widgetGrid .qrcodes ul
{
    padding-bottom: 8px;
}

.wideCol.dashboards ul,
#deviceList
{
    width:auto;
    margin-top:30px;
}

.wideCol.dashboards ul
{
    margin-top: 0;
}

.dashboards li
{
    float:left;
    text-align: left;
}

.dashboards a
{
    width:100px;
}

.dashboards a+a
{
    padding:3px 0 0;
    width: 94px;
}

.dashboards img
{
    display:block;
}

.custom-themes-cat,
.bar--qr-codes-cat,
.geoviz-cat,
.web .custom-themes-cat
{
    padding-top: 15px;
}

a.theme-builder 
{
    background-color: #929394;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 7px;
    padding: 9px 23px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    word-wrap: break-word;
    width: 106px;
}

a.theme-builder:hover
{
    background-color: #444;
    background-color: rgba(0,0,0,.6);
    text-decoration: none;
    color: #fff;
}


/*mobile device selector*/
#deviceList
{
    float: none;
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    color: #0487c4;
}

#deviceList li
{
    position:relative;
    float:left;
    width:84px;
    margin-right: 10px;
    padding-bottom:88px;
    text-align:center;
}

#deviceList li:hover
{
    color: #036c9c;
}

.osName,
.osThumb
{
    cursor:pointer;
}

.osName
{
    display: block;
    height: 47px;
    padding-top: 10px;
    line-height: 1.3;
    font-size: 10px;
}

.osName strong
{
    display:block;
    margin:0 auto;
    font-size: 11px;
}

#deviceList .osThumb
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 84px;
    height: 100px;
    margin: 0 auto;
    background: no-repeat url(../../mobile/shared/sprite.devices-13-q3.png);
    background-size: auto 100%;
    text-indent:-4444px;
    text-align:center;

    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

#deviceList .ios7Thumb{background-position: 0 25px;}
#deviceList .androidThumb{background-position: 25% 25px;}
#deviceList .blackberryThumb{background-position: 50% 25px;}
#deviceList .meegoThumb{background-position: 100% 25px;}
#deviceList .wpThumb{background-position: 75% 25px;}
#deviceList .flatThumb{background-position: 100% 25px;}

#deviceList .selectedThumb .ios7Thumb,#deviceList li:hover .ios7Thumb{background-position: 0 0;}
#deviceList .selectedThumb .androidThumb,#deviceList li:hover .androidThumb{background-position: 25% 0;}
#deviceList .selectedThumb .blackberryThumb,#deviceList li:hover .blackberryThumb{background-position: 50% 0;}
#deviceList .selectedThumb .meegoThumb,#deviceList li:hover .meegoThumb{background-position: 100% 0;}
#deviceList .selectedThumb .wpThumb,#deviceList li:hover .wpThumb{background-position: 75% 0;}
#deviceList .selectedThumb .flatThumb,#deviceList li:hover .flatThumb{background-position: 100% 0;}

#deviceList .selectedThumb
{
    color:#000;
}

/*previous demo site styles*/

pre.prettyprint
{
    overflow: auto;
    font-family:courier,monospace;
    height:400px;
}

/*console*/

.console
{
    background-color: #fff;
    border:solid #ccc;
    border-width:1px;
    color: #333;
    font: 11px Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    height: 200px;
    margin: 0 0 1.4em;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

.console .count,
.km-root .km-android .console .count
{
    background-color: #91AFEF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 10px;
    margin-left: 5px;
    padding: 2px 6px 2px 5px;
}

.console div
{
    background-position: 6px -95px;
    border-bottom: 1px solid #DDD;
    padding: 5px 5px 4px 24px;
}

.console .error
{
    background-position: 6px -135px;
}

/* Console Mobile */
.km-root .console
{
    margin: 2em;
    min-height: 10em;
    height: auto;
    overflow-y: auto;
}

.km-root .console div
{
    padding: 0;
    min-height: 2.5em;
    color: #333;
    font: normal .8em/2.5em monospace;
    vertical-align: middle;
    text-indent: .6em;
}

.km-root .console .count,
.km-root .km-android .console .count
{
    background-clip: border-box;
    background-color: #f00;
}

/*configurator*/

.centerWrap .configuration,
.configuration-horizontal
{
    float: right;
    margin: 0 0 0 15px;
    padding: 0 10px 10px 10px;
    border: 1px solid rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,0.01);
    min-width: 170px;
    max-width: 300px;
}

.absConf .configuration
{
    position: absolute;
    top: -1px;
    right: -1px;
    height: auto;
    margin: 0;
    z-index: 2;
}

.configuration-horizontal
{
    position: static;
    height: auto;
    min-height: 0;
    max-width: 948px;
    margin: 0 0 10px;
    float:none;
    zoom: 1;
}

.configuration-horizontal-bottom
{
    margin: 20px -21px -21px;
    position: static;
    height: auto;
    min-height: 0;
    width: auto;
    float:none;
}

.configuration .configHead,
.configuration .infoHead,
.configuration-horizontal .configHead,
.configuration-horizontal .infoHead
{
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-indent: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}


.configuration .configTitle,
.configuration-horizontal .configTitle
{
    font-size: 12px;
    display: block;
    line-height: 22px;
}

.configuration .options,
.configuration-horizontal .options
{
    list-style:none;
    margin: 0;
    padding: 0;
}

.configuration button,
.configuration-horizontal button
{
    margin: 0;
    vertical-align: middle;
}

.configuration .k-textbox,
.configuration-horizontal .k-textbox
{
    margin-left: 7px;
    width: 30px;
}

.configuration .options li { display: block; margin: 0; padding: 0.2em 0; zoom: 1; }

.configuration .options li:after,
.configuration-horizontal:after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.configuration-horizontal .config-section
{
    display: block;
    float: left;
    min-width: 200px;
    margin: 0;
    padding: 10px 20px 10px 10px;
}

.config-section.console-section
{
    width: 400px;
    float: right;
}

.configuration label,
.configuration input
{
    vertical-align: middle;
    line-height: 20px;
    margin-top: 0;
}

.configuration label
{
    float: left;
}

.configuration input
{
    width: 40px;
}

.configuration input,
.configuration select,
.configuration .k-numerictextbox
{
    float: right;
}

.configuration input.k-input
{
    float: none;
}

.configuration .k-button,
.configuration .k-widget
{
    margin-bottom: 3px;
}

/* code viewer */

#codeStrip
{
    border:0;
    margin-bottom: 84px;
    font-size: 12px;
}

#codeStrip .k-tabstrip-items
{
    border-bottom:1px solid #dfdfdf;
    padding: 0;
    position: relative;
    z-index:1;
    background: #fff; /* Old browsers */
}

#codeStrip .k-item .k-loading
{
    display: none;
}

#codeStrip a.documentation-link {
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    margin-right: 0;
}

#codeStrip .k-content,
#codeStrip .k-item,
#codeStrip .k-link
{
    border:0;
    background:none;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}

#codeStrip .k-content
{
    margin: 0;
}

#codeStrip .k-link
{
    background:none;
    border-width:0;
    color:#428bca;
    font-size:1.1em;
    padding:13px 0;
    margin-right: 30px;
}

#codeStrip .k-link:hover
{
    text-decoration:underline;
}

#codeStrip .k-link:active
{
    color:#000;
    text-decoration: none;
}

#codeStrip li.k-state-active
{
    position:relative;
}

#codeStrip>.k-tabstrip-items>li>.k-link
{
    color: #555;
}

#codeStrip>.k-tabstrip-items>li.k-state-active>.k-link,
#codeStrip>.k-tabstrip-items>li.k-state-hover>.k-link
{
    color: #2db245;
}

#codeStrip>.k-tabstrip-items>li>.k-link:hover
{
    text-decoration: none;
}

#codeStrip>.k-tabstrip-items>li.k-state-active>.k-link
{
    border-bottom: 2px solid #2db245;
}

#codeStrip .k-tabstrip .k-link
{
    padding:5px 10px;
    margin:10px 0 10px 14px;
    color: #000;
}

#codeStrip .k-tabstrip .k-state-active .k-link
{
    color: #000;
}

#codeStrip .k-tabstrip .k-link
{
    color: #428bca;
}

#codeStrip .k-tabstrip .k-link:hover
{
   color: #036c9c;
   text-decoration: underline;
}

#codeStrip .k-content .k-content
{
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
}

#codeStrip .k-content
{
    padding:0;
    overflow: hidden;
    color:#2e2e2e;
}

#codeStrip
{
    background:#fff none;
}

#codeStrip h3
{
    margin:1.4em 0 0;
}

#codeStrip .prettyprint
{
    padding: 20px;
}

.sourceChooser
{
    padding:14px 14px 10px;
    text-align:right;
}

.sourceChooser>label
{
    text-transform:uppercase;
    display:inline-block;
    line-height:26px;
    vertical-align:middle;
}

.sourceChooser>.k-widget
{
    text-align:left;
}

/* documentation */

.detailBody
{
    display: none;
}

.detailHandle
{
    font-size: 12px;
    margin: 0;
    padding: 10px 10px 10px 25px;
    color: #4d4d4d;
    border-bottom: 1px solid #fff;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e3e3e3));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#e3e3e3 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#e3e3e3 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e3e3e3',GradientType=0 );
    background: linear-gradient(top, #f2f2f2 0%,#e3e3e3 100%);
}

.detailHandle b
{
    color: #000;
    text-decoration: underline;
}

.detailHandle .type
{
    margin-right: 4px;
}

.detailHover b
{
    color: #00234c;
}

.detailHover
{
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #9e9e9e;
    background: -moz-linear-gradient(top, #9e9e9e 0%, #c7c7c7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c7c7c7));
    background: -webkit-linear-gradient(top, #9e9e9e 0%,#c7c7c7 100%);
    background: -o-linear-gradient(top, #9e9e9e 0%,#c7c7c7 100%);
    background: -ms-linear-gradient(top, #9e9e9e 0%,#c7c7c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c7c7c7',GradientType=0 );
    background: linear-gradient(top, #9e9e9e 0%,#c7c7c7 100%);
}

.detailHandleExpanded
{
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #c1c1c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#c1c1c1));
    background: -webkit-linear-gradient(top, #dddddd 0%,#c1c1c1 100%);
    background: -o-linear-gradient(top, #dddddd 0%,#c1c1c1 100%);
    background: -ms-linear-gradient(top, #dddddd 0%,#c1c1c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c1c1c1',GradientType=0 );
    background: linear-gradient(top, #dddddd 0%,#c1c1c1 100%);
}

.detailBody
{
    padding: 1px 25px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #f2f2f2 50px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(50px,#f2f2f2));
    background: -webkit-linear-gradient(top, #e3e3e3 0%,#f2f2f2 50px);
    background: -o-linear-gradient(top, #e3e3e3 0%,#f2f2f2 50px);
    background: -ms-linear-gradient(top, #e3e3e3 0%,#f2f2f2 50px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f2f2f2',GradientType=0 );
    background: linear-gradient(top, #e3e3e3 0%,#f2f2f2 50px);
    border-bottom: 1px solid #fff;
}

.detailBody .desc
{
    margin: 10px 0;
}

.detailBody .prettyprint
{
    margin-bottom: 0;
}

.light
{
    color: #555;
}

.heading
{
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-top: 10px;
    margin-bottom: 10px;
}

.methodDetail,
.detailList
{
    margin: 0;
    padding: 0;
    list-style: none outside;
}

.detailList
{
    padding-bottom: 10px;
}

#mainWrap .nomargin
{
    margin: 0;
    box-shadow: none;
}

#mainWrapInner
{
    padding-top: 18px;
    
}

.nomargin dd
{
    margin: 0;
}

.optionsContainer,
.propertiesContainer,
.methodsContainer,
.eventsContainer
{
    border-top: 1px solid #dedede;
}

.detailCollapsed,
.detailExpanded
{
    background-position: 0 -15px;
    float: left;
    height: 15px;
    margin-left: -25px;
    width: 20px;
}

.detailExpanded
{
    background-position: 0 -52px;
}

.code-sample,
.details-list
{
    margin: 6px 0;
    border: 3px solid #dedede;
    background: #e5e5e5;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.code-title,
.details-title
{
    margin: 0;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: normal;
    background: -moz-linear-gradient(top, #ebebeb 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dedede));
    background: -webkit-linear-gradient(top, #ebebeb 0%,#dedede 100%);
    background: -o-linear-gradient(top, #ebebeb 0%,#dedede 100%);
    background: -ms-linear-gradient(top, #ebebeb 0%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dedede',GradientType=0 );
    background: linear-gradient(top, #ebebeb 0%,#dedede 100%);
}

#example .code-sample
{
    margin-right:15px;
}

.prettyprint,
.details-list dl
{
    padding: 0;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.code-sample .prettyprint,
.details-list dl
{
    padding: 10px;
    background: #f9f9f9;
    border: 0;
}

.k-black #example .code-title,
.k-black #example .details-title
{
    color: #fff;
    background: -moz-linear-gradient(top, #333 0%, #222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222));
    background: -webkit-linear-gradient(top, #333 0%,#222 100%);
    background: -o-linear-gradient(top, #333 0%,#222 100%);
    background: -ms-linear-gradient(top, #333 0%,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#222',GradientType=0 );
    background: linear-gradient(top, #333 0%,#222 100%);
}

.k-black #example .code-sample,
.k-black #example .details-list
{
    border-color: #222;
    background: transparent;
}

.k-black #example .code-sample .prettyprint,
.k-black #example .details-list dl
{
    background: transparent;
}

.code-sample .prettyprint
{
    font-size: 12px;
}

pre .nocode { background-color: transparent; color: #000; }
pre .str,                    /* string */
pre .atv { color: #2db245; } /* attribute value */
pre .kwd { color: #ff3399; } /* keyword */
pre .com { color: #9933cc; } /* comment */
pre .typ { color: #000; } /* type */
pre .lit { color: #0099ff; } /* literal */
pre .pun { color: #333; }    /* punctuation */
pre .pln { color: #3e526b; }    /* plaintext */
pre .tag { color: #3e526b; } /* html/xml tag */
pre .atn { color: #3e526b; } /* attribute name */
pre .dec { color: #3e526b; } /* decimal */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #333; }
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
li.L1,li.L3,li.L5,li.L7,li.L9 { background: #eee; }

.details-list dl
{
    overflow: hidden;
    padding: 0;
    background-color: #ededed;
}

.details-list dt,
.details-list dd
{
    margin: 0;
    padding: 7px 10px;
}

.details-list dt
{
    float: left;
    clear: left;
    width: 250px;
}

.details-list dt:after
{
    content: "|";
    color: #ccc;
    float: right;
}

.details-list dt:nth-child(4n+1),
.details-list dd:nth-child(4n+2)
{
    background-color: #fff;
    min-height: 1.25em;
}

.chart-wrapper,
.map-wrapper {
    position: relative;
    width: 948px;
    height: 470px;
    margin: 0 auto 10px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,0.01)
}

#example.absConf .chart-wrapper,
#example.absConf .map-wrapper
{
    margin-left: 0;
}

.chart-wrapper .k-chart,
.map-wrapper .k-map {
    width: 948px;
    height: 470px;
}

.config-section .k-chart,
.config-section .k-map {
    width: 480px;
    height: 240px;
}

#device-wrapper {
    background-image: url("iphone.png");
    background-size: cover;
    padding: 119px 46px 112px 50px;
    margin: auto;
}

#device-wrapper.android {
    background-image: url("nexus.png");
}

#device-wrapper.blackberry {
    background-image: url("blackberrySkin.png");
}

#device-wrapper.wp {
    background-image: url("wpSkin.png");
}

#device-wrapper.flat {
    background-image: url("flat.png");
}

.tablet #device-wrapper,
.tablet #mobile-application-container
{
    height: 453px;
    width: 605px;
}

.tablet #device-wrapper
{
    background-size: 100% auto;
    height: 453px;
    padding: 57px 66px 57px 66px;
    background-image: url("ipad.png");
}

#example.tablet
{
    padding-left: 22px;
}

.tablet .android #mobile-application-container,
.tablet .blackberry #mobile-application-container,
.tablet .wp #mobile-application-container
{
    height: 358px;
}

.tablet #device-wrapper.android {
    height: 362px;
    padding: 45px 73px 45px 73px;
    background-image: url("a100.png");
}

.tablet #device-wrapper.blackberry {
    height: 362px;
    padding: 73px 77px 73px 77px;
    background-image: url("playbook.png");
}

.tablet #device-wrapper.wp {
    height: 358px;
    padding: 60px 60px 54px 59px;
    background-image: url("w8.png");
}

#device-wrapper,
#mobile-application-container {
    height: 455px;
    overflow: hidden;
    position: relative;
    width: 280px;
}

#device-wrapper [href*=index], #back-button
{
    visibility: hidden;
}

#example .km-android [href*=index]
{
    display: none;
}

#example .km-wp
{
    font-size: 1.2rem;
}

.mobileExample .km-wp-light .km-content,
.mobileExample .km-wp-light .km-button,
.mobileExample .km-wp-light .km-navbar,
.mobileExample .km-wp-light .km-detail,
.mobileExample .km-wp-light *:not(.k-label) > input:not(.k-input),
.mobileExample .km-wp-light .k-dropdown,
.mobileExample .km-wp-light *:not(.k-label) > textarea,
.mobileExample .km-wp-light *:not(.k-label) > select
{
    background: #fff;
}

.mobileExample .km-wp-dark .km-content,
.mobileExample .km-wp-dark .km-button,
.mobileExample .km-wp-dark .km-navbar,
.mobileExample .km-wp-dark .km-detail,
.mobileExample .km-wp-dark *:not(.k-label) > input:not(.k-input),
.mobileExample .km-wp-dark .k-dropdown,
.mobileExample .km-wp-dark *:not(.k-label) > textarea,
.mobileExample .km-wp-dark *:not(.k-label) > select
{
    background: #000;
}

.mobileExample .km-pane-wrapper *:not(.k-state-default) > input:not([type="checkbox"]):not([type="radio"]),
.mobileExample .km-pane-wrapper .k-mobile-list select:not([multiple]),
.mobileExample .km-pane-wrapper .k-mobile-list textarea,
.mobileExample .km-pane-wrapper .k-mobile-list .k-widget,
.mobileExample .km-pane-wrapper .k-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.k-button)
{
    width: 50%;
}

.mobileExample .km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check,
.mobileExample .km-pane-wrapper .k-mobile-list .k-edit-field > * > select:not([multiple]),
.mobileExample .km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check
{
    width: 100%;
}

.mobileExample .km-pane-wrapper .k-scheduler-views
{
    width: 200px;
}

.mobileExample .km-pane-wrapper .k-mobile-list .k-edit-field > .k-button
{
    margin-left: 50%;
}

.mobileExample .km-pane-wrapper .k-mobile-list .k-edit-field > .k-timezone-button
{
    margin-left: 1em;
}

.mobileExample .km-pane-wrapper .k-nav-today a
{
    padding-left: .6em;
    padding-right: .6em;
}

.mobileExample .km-pane-wrapper li.k-nav-current
{
    margin-left: 0;
    margin-right: 0;
}

.mobileExample .km-pane-wrapper .k-pager-wrap
{
    position: relative;
}

.mobileExample .km-pane-wrapper .k-pager-numbers
{
    width: auto;
    display: block;
    overflow: hidden;
    margin-right: 5.5em;
    float: none;
    text-overflow: ellipsis;
    height: 2.4em;
    text-align: center;
}

.mobileExample .km-pane-wrapper .k-pager-numbers li
{
    float: none;
    display: inline-block;
}

.mobileExample .km-pane-wrapper .k-pager-nav
{
    float: left;
}

.mobileExample .km-pane-wrapper .k-pager-nav + .k-pager-nav ~ .k-pager-nav
{
    position: absolute;
    right: .3em;
    top: .3em;
}

.mobileExample .km-pane-wrapper .k-pager-wrap .k-pager-numbers + .k-pager-nav,
.mobileExample .km-pane-wrapper .k-pager-nav:first-child + .k-pager-nav + .k-pager-nav
{
    right: 3em;
}

.mobileExample .km-pane-wrapper .k-pager-info
{
    display: none;
}

#example .km-wp .km-tabstrip .km-button,
#example .km-wp .km-tabstrip .km-button.km-state-active
{
    background: transparent;
}

#example .km-wp .km-detail:active,
#example .km-wp .km-button:active,
#example .km-wp .km-detail.km-state-active,
#example .km-wp .km-button.km-state-active,
#example .km-wp .km-actionsheet > li > a:active,
#example .km-wp .km-badge,
#example .km-wp .km-group-title,
#example .km-wp .km-pages .km-current-page,
#example .km-wp .km-switch-background
{
    color: white;
    background-color: #01ABAA;
}

#example .km-wp .km-tabstrip .km-state-active .km-icon {
    background-color: #01ABAA;
}

#example .km-wp input:not(.k-input):focus,
#example .km-wp textarea:focus
{
	border-color: #01ABAA;
}

#example #device-wrapper .km-wp8 img
{
    border-radius: 0;
}

#icon-list
{
    margin: 0;
    padding: 0;
}

#icon-list li
{
    position: relative;
    padding: 4px 0;
    width: 70px;
    height: 50px;
    margin: 0 0 .6em;
    text-align: center;
    display: inline-block;
    list-style: none;
}

#icon-list span
{
    display: block;
    margin: 0 auto;
    background-color: #444;
    width: 32px;
    height: 32px;
}

div.old-browser
{
    display: block;
    background: #333;
}

.old-browser .content
{
    width: 100%;
    height: 120%;
    text-align: center;
    vertical-align: middle;
}

.old-browser .content:before
{
    content: "\a0";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.old-browser .centered
{
    margin: 20px;
    color: #eee;
    font-size: 12px;
    display: inline-block;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.3);
}

.old-browser .centered strong
{
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.prettytable {
    border-collapse: separate;
    border-spacing: 0;
}

.prettytable > thead > tr > th,
.prettytable > tbody > tr > th,
.prettytable > tfoot > tr > td {
    background-color: #ef652a;
    padding: 9px 6px;
    color: #fff;
    text-align: left;
    line-height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #d75b26 #d75b26 #d75b26 #f28455;
}

.prettytable > tbody > tr > td {
    line-height: 23px;
    padding: 0 6px;
    background: #eaeaea;
    color: #3d3d3d;
    border-width: 1px;
    border-style: solid;
    border-color: #f4f4f4 #d6d6d6 #d6d6d6 #f4f4f4;
}

.metrotable > thead > tr > th {
    padding: 2em 1em 0 0;
    text-transform: lowercase;
    text-align: left;
    font-size: 2em;
    font-weight: lighter;
    color: #bbb;
    border-bottom: 1px solid #ccc;
}

.metrotable > tbody > tr > td {
    padding: .5em 1em .5em 0;
    text-transform: lowercase;
    text-align: left;
    font-size: 1.2em;
    font-weight: lighter;
    color: #787878;
    border-bottom: 1px solid #e1e1e1;
}

.brand-line 
{
    border-bottom:4px solid #2db245;
}

#themebuilder-chooser {
    text-align: center;
    font: italic 14px 'Lucida Sans',serif;
    color: #8e8e8e;
    background-color: #f3f5f7;
}

#themebuilder-chooser a {
    display: inline-block;
    border: 1px solid #d5d5d5;
    background: #f5f5f5;
    padding: 18px 0;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 203px;
    height: 31px;
    margin: 16px;
    vertical-align: middle;
}

#themebuilder-chooser a:hover {
    background-color: #e8e8e8;
}

#themebuilder-chooser a.active,
#themebuilder-chooser a.active:hover {
    background-color: #eaeaea;
    box-shadow: inset 0 1px 5px #aaa, inset 0 0 20px #bcbcbc;
}

/*.separator-shadow {
    background: url("../images/separator-shadow.jpg") no-repeat 50% 0;
    height: 60px;
}*/

#mobile-landing {
    background: url("../images/mobile-landing.jpg") no-repeat 50% 0;
    height: 523px;
}

#mobile-landing .get-kendoui {
    font-size: 18px;
    padding: 16px 65px;
    margin: 245px 0 0 185px;
    display: inline-block;
}

/*keyboard navigation legend */
.key-button {
    display: inline-block;
    text-decoration: none;
    color: #555;
    min-width: 20px;
    margin: 0;
    padding: 3px 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #eee;
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.1), 0 2px 0 rgba(0,0,0,0.1);
}
.widest {}
.wider {}
.wide {}
.leftAlign, .rightAlign, .centerAlign {text-align: left;}

.letter {
    padding-top: 14px;
    padding-bottom: 11px;
    font-weight: bold;
    font-size: 17px;
}

ul.keyboard-legend {
    list-style-type: none;
    margin: 0 auto;
    width: 690px;
    padding: 0;
}

ul.keyboard-legend li {
    display: block;
    margin: 0;
    padding: 4px 0;
}

ul.keyboard-legend li a {
    color: #e26b1d;
}

.button-preview {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
}
.button-descr {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 3px 0;
}

/* Font-face for FF/IE10 */
@font-face {
    font-family: "Kendo UI Examples";
    src: url("kendoui.woff") format("woff"),
         url("kendoui.ttf") format("truetype");
}

#device-wrapper .km-icon:after,
#device-wrapper .km-icon:before,
#device-wrapper .km-contactadd:after,
#device-wrapper .km-contactadd:before,
#device-wrapper .km-rowdelete:after,
#device-wrapper .km-rowdelete:before,
#device-wrapper .km-rowinsert:after,
#device-wrapper .km-rowinsert:before,
#device-wrapper .km-detaildisclose:after,
#device-wrapper .km-detaildisclose:before,
#device-wrapper .km-loading:after
{
    font-family: "Kendo UI Examples";
}

/* Retina Support */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-device-pixel-ratio: 2) {
    .widgetGrid .new-widget {
        background-image: url('tag-new@2x.png');
        background-size: 18px 9px;
    }
    .widgetGrid .beta-widget {
        background-image: url('tag-beta@2x.png');
        background-size: 18px 9px;
    }
}

#betabutton
{
    position:absolute;
    line-height:36px;
    padding:0 14px;
    color:#fff;
    border-radius:0 0 5px 5px;
    bottom:-36px;
    right:0;
    text-decoration:none;

    background: #e05b17; /* Old browsers */
    background: -moz-linear-gradient(top, #e46217 0%, #e05b17 50%, #db5116 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e46217), color-stop(50%,#e05b17), color-stop(100%,#db5116)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e46217 0%,#e05b17 50%,#db5116 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e46217 0%,#e05b17 50%,#db5116 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e46217 0%,#e05b17 50%,#db5116 100%); /* IE10+ */
    background: linear-gradient(top, #e46217 0%,#e05b17 50%,#db5116 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e46217', endColorstr='#db5116',GradientType=0 ); /* IE6-9 */
}

#betabutton:hover
{
    opacity:.9;
}

#draggable
{
    cursor: pointer;
    position: absolute;
    top: 80px;
    left: 30px;
    border: 1px solid #ff8000;
    width: 78px;
    height: 78px;
    border-radius: 37px;
    box-shadow: 2px 0 10px #9d9d9d;
    background: #ffcc00 url(../../web/dragdrop/draggable.png) 50% 50% no-repeat;
    background: url(../../web/dragdrop/draggable.png) 50% 50% no-repeat, -moz-linear-gradient(top, #ffcc00 0%, #ff8000 100%);
    background: url(../../web/dragdrop/draggable.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#ff8000));
    background: url(../../web/dragdrop/draggable.png) 50% 50% no-repeat, -webkit-linear-gradient(top, #ffcc00 0%,#ff8000 100%);
    background: url(../../web/dragdrop/draggable.png) 50% 50% no-repeat, -o-linear-gradient(top, #ffcc00 0%,#ff8000 100%);
    background: url(../../web/dragdrop/draggable.png) 50% 50% no-repeat, -ms-linear-gradient(top, #ffcc00 0%,#ff8000 100%);
    background: url(../../web/dragdrop/draggable.png) 50% 50% no-repeat, linear-gradient(top, #ffcc00 0%,#ff8000 100%);
}

#draggable.hollow
{
    cursor: default;
    background: #ececec;
    border-color: #cbcbcb;
}

.floatWrap.narrowCol
{
    position: relative;
 
}

.mobile .floatWrap.narrowCol
{
    height: 156px;
}

/*Header*/
.container,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.Bar-container{-moz-box-sizing:border-box;box-sizing:border-box}*+html .container,*+html .col-1,*+html .col-2,*+html .col-3,*+html .col-4,*+html .col-5,*+html .col-6,*+html .col-7,*+html .col-8,*+html .col-9,*+html .col-10,*+html .col-11,*+html .col-12,*+html .Bar-container{behavior:url(/styles/htc/boxsizing.htc)}.container,.row,.Bar-container,.u-cf{*zoom:1}.container:after,.row:after,.Bar-container:after,.u-cf:after{content:"";display:table;clear:both}.container{margin:auto;min-width:996px}.container{max-width:1230px;margin-right:auto;margin-left:auto;padding-left:30px;padding-right:30px}.row{margin-left:-15px;margin-right:-15px}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}.Bar-menu,.Dash-aside-list{margin:0;padding:0;list-style:none}.Bar{min-width:996px;position:relative;z-index:5000;height:40px;background:#25272c;background:rgba(37,39,44,.94)}.Bar a{text-decoration:none}.Bar-container{max-width:1230px;min-width:996px;padding:0 30px;margin:0 auto}.Bar-table{display:table;width:100%}.Bar-table:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#25272c;background:rgba(37,39,44,.94);z-index:-1}.Bar-logo-container{display:table-cell;min-width:75px;vertical-align:middle}.Bar-logo{display:block;height:40px;line-height:40px}.Bar-logo:focus{outline:0}.Bar-logo>img{display:inline-block;border:0;line-height:40px}.Bar-slide{display:table-cell;padding-left:15%;vertical-align:top}@media (max-width:1120px){.Bar-slide{padding-left:5%}}@media (max-width:1160px){.Bar-slide{padding-left:30px}}.Bar-slide .Bar-menu-link{text-transform:uppercase}.Bar-menu{display:table;width:100%}.Bar-menu>li,.Bar-navi-link{display:table-cell;border-left:1px solid #37393d}.Bar-navi-link,.Bar-menu-link{display:block;height:40px;padding:0 20px;cursor:pointer;color:#fff;text-align:center;white-space:nowrap;font:13px/40px MetricWeb-Semibold,"Arial Black",Gadget,sans-serif;-webkit-transition-property:background-color,color;transition-property:background-color,color;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.Bar-navi-link:visited,.Bar-menu-link:visited{color:#fff}.Bar-navi-link:hover,.Bar-navi-link:focus,.Bar-menu-link:hover,.Bar-menu-link:focus{color:#fff;background-color:#4f5757;background-color:rgba(255,255,255,.15);text-decoration:none}.Bar-navi-link:focus,.Bar-menu-link:focus{outline:0}.Bar-navi-link.is-active,.Bar-menu-link.is-active{color:#000;background:#fff!important;z-index:1;position:relative}@media (max-width:1010px){.Bar-navi-link,.Bar-menu-link{padding:0 19px}}.Bar-navi{display:table-cell;width:14%;vertical-align:top}.Bar-navi>div,.Bar-navi>.Bar-navi-link{display:table-cell}.Bar-navi-link--name{width:88px;text-align:left}.Bar-navi-link--highlighted{background:#434851;background:rgba(67,72,81,.5);border-left-color:#25272c;border-left-color:rgba(37,39,44,.94)}.Bar-navi-link--highlighted:first-child{border-left:0}@media \0screen{.Bar-slide{padding-left:0}.Bar-menu{width:700px;float:right}.Bar-navi{width:150px;white-space:nowrap;font-size:0}.Bar-navi-link--highlighted{zoom:1;display:inline-block!important;height:40px;line-height:40px}}*+html .Bar{background:#25272c}*+html .Bar-table{font-size:0;white-space:nowrap}*+html .Bar-slide{padding-left:100px}*+html .Bar-logo-container,*+html .Bar-slide,*+html .Bar-navi,*+html .Bar-search,*+html .Bar-menu,*+html .Bar-menu>li{display:inline;zoom:1;vertical-align:top}*+html .Bar-menu{float:none;width:640px}*+html .Bar-navi{width:auto;background:#25272c}*+html .Bar-navi.u-dn{display:none}*+html .Bar-navi-link--highlighted{display:inline-block}*+html .Bar-navi-link.Dropdown-control{font-size:12px}.Dash{visibility:hidden;overflow:hidden;z-index:-1;top:40px;left:0;right:0;display:block;width:auto;padding:25px 0 30px;background:#fff;box-shadow:1px 0 7px rgba(0,0,0,.12);-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:-webkit-transform 200ms cubic-bezier(0.2,.465,.295,.975),visibility 200ms 0ms;transition:-ms-transform 200ms cubic-bezier(0.2,.465,.295,.975),visibility 200ms 0ms;transition:transform 200ms cubic-bezier(0.2,.465,.295,.975),visibility 200ms 0ms}.ie .Dash{top:-1200px}.Dash a{color:#0487c4;text-decoration:none;word-wrap:break-word}.Dash a:hover,.Dash a:active{outline:0}.Dash a:hover,.Dash a:focus{color:#036c9c;text-decoration:underline}.Dash a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.Dropdown-view.Dash{display:block}.Dropdown.is-open .Dash{visibility:visible;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ie .Dropdown.is-open .Dash{top:40px}.Dash-aside{font-size:12px}.Dash-aside-list{color:#868581}.Dash-aside-list a{display:block;font-size:18px;line-height:1.4}.Dash-aside-list span{font-size:12px}.Dash-aside-list>li{margin-bottom:18px}.Dash-h1{display:block;padding-bottom:7px;font-size:16px;font-weight:700;color:#000}.Dash-h1--bb{margin-bottom:10px;border-bottom:1px solid #dddddc}.Dash-h2{font-size:12px;color:#777}.Dash-h3{font-size:11px;line-height:1.8;color:#333;text-transform:uppercase}.Dash-h5{font-size:16px;line-height:1.4;letter-spacing:-.005em;color:#010101}.Dash-separator{clear:both;margin:-5px 0 15px;border-bottom:1px solid #dddddc}.Dash-box{display:block;padding:9px 16px 0 14px;min-height:78px;border:1px solid #dddddc;border-radius:3px;color:#999;font-size:11px}.Dash-box:hover{text-decoration:none!important;background:#fdfdfd}.Dash-box:hover .Dash-box-p{color:#036c9c}.Dash-box-p{color:#999;display:block;margin-bottom:14px;*white-space:normal}.Dash .BlockLinks{line-height:18px}.Dash .BlockLinks a{display:block;font-size:13px}.Dash-aside{float:left;width:230px;*width:200px}.Dash-main{float:left;width:740px;*width:700px}@media (max-width:1230px){.Dash-aside{width:20%}.Dash-main{width:60%}}@media (max-width:940px){.Dash-aside{display:none}.Dash-main{display:block;width:100%}}.Dropdown{position:relative}.Dropdown-control:hover .Dropdown-arrow,.Dropdown-control:focus .Dropdown-arrow,.Dropdown-control.is-active .Dropdown-arrow{border-top-color:darkgrey}.Dropdown-arrow{position:relative;top:1px;display:inline-block;width:0;height:0;margin-left:5px;border:4px solid transparent;border-top-color:inherit;vertical-align:middle}.Dropdown-view{position:absolute;top:100%;display:none;background:#fff}.is-open .Dropdown-view{display:block}.TlrkFooter{min-width:996px;padding:60px 0 50px;color:#818692;background:#2a2d33}.TlrkFooter a{color:#fff;text-decoration:none;-webkit-transition:color .2s ease,opacity .2s ease;transition:color .2s ease,opacity .2s ease}.TlrkFooter a:visited{color:#fff}.TlrkFooter a:hover,.TlrkFooter a:focus{color:#97ddfd;text-decoration:underline}.TlrkFooter h6{margin:0 0 5px;color:#818692;text-transform:uppercase;font:700 12px/1 Arial,Helvetica,sans-serif}.TlrkFooter ul{margin:0 0 25px;padding:0;list-style:none;color:#fff;font-size:13px}.TlrkFooter li{margin-bottom:8px}@media (max-width:1060px){.TlrkFooter{overflow:hidden}.TlrkFooter .col-2:last-of-type{margin-left:-30px}}.TlrkFooter-mark{color:#818692}.TlrkFooter-brand{padding-left:36px;background:transparent url(icon-telerik-badge.png) 0 0 no-repeat}.TlrkFooter-brand p{margin:0;font:400 11px/1 Arial,Helvetica,sans-serif}.TlrkFooter-brand-links{font-size:0;padding:1px 0 7px}.TlrkFooter-brand-links a{vertical-align:top;display:inline-block;padding:0 8px;font:400 11px/1 Arial,Helvetica,sans-serif;border-left:1px solid #47494c}.TlrkFooter-brand-links a:first-child{border-left:0;padding-left:0}.TlrkFooter-social{font-size:0;white-space:nowrap}.TlrkFooter-social a{display:inline-block;margin-left:7px;overflow:hidden;-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease}.TlrkFooter-social a:first-child{margin-left:0}.TlrkFooter-social a:hover{opacity:.4;text-decoration:none}.tlrk-icon-facebook,.tlrk-icon-linkedin,.tlrk-icon-twitter,.tlrk-icon-google{width:37px;height:37px;font-size:0!important;background:transparent url(telerik-footer-social-icons.png) 0 0 no-repeat}.tlrk-icon-facebook{background-position:0 0}.tlrk-icon-linkedin{background-position:0 -37px}.tlrk-icon-twitter{background-position:0 -74px}.tlrk-icon-google{background-position:0 -111px}.u-mb2{margin-bottom:20px}.u-tar{text-align:right}.u-wsn{white-space:nowrap}.u-ps{position:static}.u-pr{position:relative}
.Dash-aside-list{margin-bottom: 40px;}



/*Compatibility table*/

.compatibilityHead
{
    background-color: #2a2d33;
    border-spacing: 0;
    border-collapse: separate;
    color: #cfd0d0;
    margin-top: 80px;
    margin-left: 220px;
}

.compatibilityHead td
{
    padding-top: 15px;
    text-align: center;
    border-left: 1px solid #fff;
    vertical-align: top;
    width: 315px;
}

.compatibilityHead h4
{
    color: #589fba;
    font-size: 16px;
    font-weight: bold;
    min-height: 1em;
    margin: 0 0 5px;
}
.compatibilityHead h3
{
    color: #6bd0f4;
    margin-bottom: 0;
    font: 400 28px/1 "FaktSlabPro-Medium","Roboto Condensed",Arial,Helvetica,sans-serif;
    letter-spacing: -0.05em;
}
.compatibilityTable {
    border: 1px solid #E1E5EA;
    font-size: 13px;
    width: 1170px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
}
.compatibilityTable th,
.compatibilityTable td
{
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #E1E5EA;
    color: #555555;
}
.compatibilityTable td {
    width: 316px;
}
.compatibilityTable td:first-child {
    border-right: 1px solid #E1E5EA;
    width: 210px;
    text-align: left;
}
.compatibilityTable th
{
    background-color: #F3F5F7;
    color: #000000;
    padding-left: 10px;
    text-align: left;
}
.compatibilityTable .dot,
.compatibilityNotes .dot,
.compatibilityTable .star
{
    color: #08A9E0;
    font-size: 16px;
    line-height: 16px;
}
.compatibilityTable .dot
{
    font-size: 20px;
}

.compatibilityNotes p,
.compatibilityNotes .dot
{
    line-height: 22px;
    vertical-align: top;
    text-align: center;
}
.compatibilityNotes p
{
    margin-bottom: 15px;
}
.versionInfo {
    font-size: 11px;
    color: #999999;
}
