
html, body
{
    width: 100%;
    margin: 0;
}
*
{
    -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
    box-sizing: content-box;
}
body
{
    font-family: Segoe UI;
    font-size: 14px;
    background-image: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/right side BG texture.png");
}
img
{
    border: none;
}
.e-prop.e-bootstrap .ejinputtext {
    border-radius: 4px;
}
.cols-prop-area .e-prop.e-bootstrap [class^="col-md-"] {
    height: 34px;
}
.navigation-btn .prev.e-btn 
{
border-radius: 4px 0 0 4px;
}
.office-365 .navigation-btn .prev.e-btn 
{
margin-right: 4px;
}
.navigation-btn .next.e-btn 
{
border-radius: 0 4px 4px 0;
}
#scrollcontainer a, #scrollcontainer a:hover, #scrollcontainer a:active
{
    text-decoration:none !important;
}
.SB-hashcollection {
    height:30px;
}
a:hover
{
text-decoration:none;
}
a:active
{
text-decoration:none;
}

.field-validation-error {
    color: red;
    display: inline-block;
    width: 240px;
}
.anchorclass
{
    text-decoration: none;
    color: #838383;
}
.anchorclass:hover, .e-hover .anchorclass
{
  text-decoration:none;
  color:#fff;
}
.jslogo
{
    height: 39px;
    width: 390px;
    padding-left: 15px;
    background-size: 95% !important;
}
.accordion
{
    position: relative;
}
.cols-sample-area .cols-fe-area .e-fileexplorer {
    overflow: hidden;
}

.cols-sample-area .cols-fe-area {
    overflow: auto;
}

.cols-sample-area .cols-fe-area .cols-fe-table {
    padding: 10px;
    min-width: 450px;
}
.htmljssamplebrowser
{
    height: 100%;
    margin: 0 auto;
    width: 100%;
	user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   min-width:315px;
}

.copysuccess {
    background-color: #3A992C;
    color: #FFFFFF;
    border-color:#2C8C1C;
    font-size: 12px;
    padding: 6px 10px 6px 10px;
    text-align: center;
    border-radius: 3px;
    position: relative !important;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 3px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 3px -1px rgba(56, 56, 56, 1);
    border-collapse: separate;
    margin-right: -18px;
    margin-top: -32px;
} 

#windowOpen #copy-wrapper .copysuccess{
    margin-right: -5px;
}  

.darktheme #dashboardheader .dashboardhead {
    border-bottom: 1px solid #3E3E3E;
}
.darktheme .arrowback {
background: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrow-dark-left.png) no-repeat;
}
.darktheme .downArrow .SB-Arrow
{
background: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrow-dark-down.png) no-repeat;
}
.darktheme .rightArrow .SB-Arrow
{
background: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrow-dark-right.png) no-repeat;
}
.downArrow .SB-Arrow
{
	width: 16px;
    height: 15px;
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrowdown.png") no-repeat;
    float: right;
	margin-right: 15px;
	margin-top: 4px;
}
.rightArrow .SB-Arrow
{
	width: 16px;
    height: 14px;
    background: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrow2.png) no-repeat;
    float: right;
	margin-right:  15px;
	margin-top: 4px;
}
.search .search-icon
{
	background: transparent url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/search.png") no-repeat scroll 0% 0%;
	width: 20px;
	height: 20px;
	float: right;
	position: inherit;
	margin: -26px 30px 0px 0px;
}
.deskmob
{
    display:inline-block;
    position:relative;
    top:10px;
    }
.samplesCollection
{
    display: none; /*position: absolute;*/ /*left: 250px;*/
    margin-top: -247px;
    left:250px;
}
.productpage
{
    display:inline-block;
    width:100%;
}
.samplesCollection .samples
{
    display: none;
}
.essential
{
    color: white;
}
.dashboarddiv
{
    background-color: whitesmoke;
}
/* content style*/
.scrollit
{
overflow-y:scroll;
overflow-x:auto;
}
.scrollit>.row
{
padding:10px 10px 10px 30px;
min-height:570px;
}
.CodeMirror {
z-index: 0;
}
.darktheme .dashboarddiv
{
    background-color: #484848;
}
/*.samples,#accordion2
    {
        background-color: lightgray;
    }*/
.themedropdown
{
    margin-top: 25px;
}

.aclass
{
    text-decoration:none !important;
}

#themeDropdown, #themeDropdown_dropdown
{
    background-color: #484848 !important;
    border-color: transparent;
    border-radius: 7px;
    color: #838383;
}
#auto_wrapper .e-autocomplete-container, #auto.e-autocomplete-suggestionList
{
    background-color: #F5F5F5;
    border: 1px solid #D3D3D3;
    border-radius: 7px;
    color: #646464;
    overflow: hidden;
}
#auto_dropdown .arrow
{
background-image:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/themes/common-images/icons-gray.png");
background-position:-311px -2px;
height:14px;
margin-top:-7px;
}
#auto_dropdown
{
border-radius: 0 7px 7px 0;
background:#F5F5F5;
border:1px solid #d5d5d5;
}


#auto_dropdown:hover .arrow
{
background-image:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/themes/common-images/icons-gray.png");
}
#auto.e-autocomplete-wrapper
{
    border-radius: 0px 0px 4px 4px;
    border-bottom: 1px solid #222222;
}

#auto.e-autocomplete-suggestionList
{
    width: 183px !important;
    color: #646464;
    margin-top: 5px;
}

.arrow
{
    width: 16px;
    height: 16px;
    background: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrow2.png) no-repeat;
    float: right;
    margin-right: 10px;
    margin-top: 12px;
}

.arrowback
{
    width: 16px;
    height: 16px;
    background: transparent url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrowleft.png") no-repeat scroll 0% 0%;
    float: left;
	margin: 2px 0px 0px -20px;
}

.anchor
{
    color: #5b5b5b;
}
.samplestatus {
    height: 19px;
    position: absolute;
    width: 66px;
	margin-top: 6px;
}
.samplestatus.new {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/status_icon/tag-new.png") no-repeat scroll 7px 3px;
}
.samplestatus.update {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/status_icon/tag-update.png") no-repeat scroll 7px 3px;
}
.samplestatus.preview {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/status_icon/tag-preview.png") no-repeat scroll 7px 3px;
}
.darktheme .samplestatus.new {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/status_icon/new-dark.png") no-repeat scroll 7px 3px;
}
.darktheme .samplestatus.update {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/status_icon/updated-dark.png") no-repeat scroll 7px 3px;
}
.darktheme .samplestatus.preview {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/status_icon/preview-dark.png") no-repeat scroll 7px 3px;
}
.accordion-panel.cols-fixed-sidebar a{
    text-decoration:none;
}
.accordion-panel.cols-fixed-sidebar, #auto_suggestion {
    z-index:1000000000;
}
.header
{
    width: 100%;
	height:53px;
    z-index:1000000005;
    position:relative;
    background-color: #2D2E2D;
}
.azure .samplebutton, .azure .codebutton
{
    background: #66c1dc;
}
.lime .samplebutton, .lime .codebutton
{
    background: #aecf49;
}
.saffron .samplebutton, .saffron .codebutton
{
    background: #f9920b;
}

.material .samplebutton, .material .codebutton{
	background: #ff4081; 
 }
.material .samplebutton > a, .material .codebutton > a{
	color: #fff;
 }
 
.high-contrast-01 .samplebutton, .high-contrast-01 .codebutton{
	background: #000;
	border: 1px solid #808080;
}

.high-contrast-02 .samplebutton, .high-contrast-02 .codebutton{
	background: #000;
	border: 1px solid #808080;
}
.office-365 .samplebutton, .office-365 .codebutton{
	background: #f4f4f4;
    border-radius: 4px;
}
.office-365 .samplebutton:hover, .office-365 .codebutton:hover{
        background: #eaeaea;
}
.office-365 .samplebutton:active, .office-365 .codebutton:active{
	background: #0078d7;
}
.office-365  .samplebutton:active > a > div span, .office-365 .codebutton:active > a > div span{
	color: #ffffff;
}
.office-365  .samplebutton:hover > a > div span, .office-365 .codebutton:hover > a > div span{
	color: #000000;
}
.office-365  .samplebutton > a{
	color: #000000;
}
.office-365  .codebutton > a{
	color: #212121;
}

.sampleheadingtext .sampletitle {
    text-shadow: none;
}


.high-contrast-01 .sampleheadingtext .sampletitle, .high-contrast-01 .ref_buttons  {
    color: #dbdb00;
}

.high-contrast-02.sampleheadingtext .sampletitle, .high-contrast-02 .ref_buttons {
    color: #00ff00;
}

.material .sampleheadingtext .sampletitle, .material .ref_buttons {
    color: #8d8afd;
}

.office-365 .sampleheadingtext .sampletitle, .office-365 .ref_buttons {
    color: #0078d7;
}

.sampleheadingtext .azure.sampletitle {
    color: #66c1dc;
}

.sampleheadingtext .sampletitle.lime {
    color: #aecf49;
}

.sampleheadingtext .saffron.sampletitle {
    color: #f9920b;
}
/**/
.azure #dashboardheader .anchor,.darktheme .azure #dashboardheader .anchor{
	color: #66c1dc;
}
.lime  #dashboardheader .anchor,.darktheme .lime #dashboardheader .anchor{
	color: #aecf49;
}
.saffron #dashboardheader .anchor,.darktheme .saffron #dashboardheader{
	color:#f9920b;
}
.high-contrast-01 #dashboardheader .anchor, .darktheme.high-contrast-01 #dashboardheader .anchor, .high-contrast-01 .ref_buttons {
    color: #dbdb00 !important;
}

.high-contrast-02 #dashboardheader .anchor, .darktheme.high-contrast-02 #dashboardheader .anchor, .high-contrast-02 .ref_buttons {
    color: #00ff00 !important;
}

.material #dashboardheader .anchor, .darktheme.material #dashboardheader .anchor, .material .ref_buttons {
    color: #8d8afd !important;
}

.office-365 #dashboardheader .anchor, .darktheme.office-365 #dashboardheader .anchor, .office-365 .ref_buttons {
    color: #0078d7 !important;
}

.azure .samplebutton,.azure .sampletitle, .azure .control_ref .ref_options >a
{
    color: #66c1dc;
}
.lime .sampletitle, .lime .control_ref .ref_options >a
{
    color: #aecf49;
}
.saffron .sampletitle, .saffron .control_ref .ref_options >a
{
    color: #f9920b;
}
.darktheme .control_ref .ref_header{
    color:#dddddd;
}

.darktheme .azure .control_ref .ref_options > a::before {
    color: #ccc;
}


/**/
.headdiv1
{
    float: left;
    height: 100%;
}

.e-maindiv
{
    height: 750px;
    width: 100%;
}

.headdiv2
{
    float: left;
    height: 100%;
    padding-left: 95px;
}

.header .controllist
{
    float: left;
    margin-top: 12px;
}

.headdiv3
{
    color: #FFFFFF;
    float: right;
    padding-right: 15px;
}
#themeDropdown_wrapper, #themeDropdown
{
    /*width: 153px !important;*/
}
.e-dropdownlist-wrapper .dropdown .arrow
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/icon-down.png") no-repeat scroll 0 0 transparent !important;
    margin-top: -11px !important;
    height: 24px !important;
    width: 24px;
}
#themeDropdown
{
    border-radius: 7px 0 0 7px;
}
#themeDropdown_dropdown
{
    border-radius: 0 7px 7px 0;
}
#buybutton.ejbutton 
{
    margin-top: 2px;
    height:34px;
    cursor: pointer;
}
#themebutton .e-icon, #res_themebutton .e-icon {
    width: 60px;
    height: 55px;
}

    #themebutton .e-icon.e-uiLight, #res_themebutton .e-icon.e-uiLight {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark-theme-blue-icon.png') no-repeat;
    }

#res_themebutton {
    float: right;
}

    #themebutton .azure, #res_themebutton .azure {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark-theme-blue-icon.png') no-repeat;
    }

    #res_themebutton .e-icon {
        background-position: -18px -8px !important;
    }

    #themebutton .lime, #res_themebutton .lime {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark-theme-green-icon.png') no-repeat;
    }

    #themebutton .saffron, #res_themebutton .saffron {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark-theme-orange-icon.png') no-repeat;
    }


#buybutton {
    background: transparent;
    border: none;
    filter: none;
}

#buybutton {
    height: 55px;
    width: 66px;
}

    #buybutton .e-icon.e-uiLight {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/download-icon.png') no-repeat;
        width: 66px;
        height: 42px;
		background-position: -9px;
    }

.ejthemestudio {
    margin-top: 7px;
    float: left;    
    width: 175px;
}
.themestudio.e-button.e-select, .ej2button.e-button.e-select {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Segoe UI';
    background: #2d2e2d;
}
    .themestudio.e-button.e-select:hover, .ej2button.e-button.e-select:hover {
        background: #424242;
    }

    .themestudio.e-button.e-select:active, .ej2button.e-button.e-select:active {
        background: #000000;
    }
.material .e-button.themestudio, .material .e-button.ej2button {
    padding: 0px;
}
    .material .e-button.themestudio .e-icon, .material .e-button.downbutton .e-icon, .material .e-button.ej2button .e-icon {
        padding: 4px 3px;
    }
.e-button.themestudio,
.e-button.themestudio:hover,
.e-button.themestudio:active,
.e-button.ej2button,
.e-button.ej2button:hover,
.e-button.ej2button:active {
    border-color: #939393 !important;
    color: #ffffff !important;
}
    .e-button.themestudio .e-btntxt, .e-button.ej2button .e-btntxt {
        cursor: pointer;
    }
.themestudio-logo {
	background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/themestudio.png') no-repeat scroll 0px 2px;	
}
.wrapper-demo .ejbutton, .productdownload .ejbutton,.themegallery .ejbutton
{
    color: white;
    font-size: 17px;
    font-weight: 500;
    margin-right: 15px;
    text-align: center;
    width: 105px;
}
.wrapper-demo .ejbutton
{
    background-image: none;
    border-radius: 4px;
}
.ejcolor
{
    background-color: forestgreen;
}
.wrapper-demo .ejbutton, .productdownload .ejbutton,.themegallery .ejbutton
{
    color: white;
}

.themegallery {
    float: right;
    margin-top: -2px;
    width: 56px;
}

#auto
{
    /*background-image: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/search.png");*/
	background-position: right center; /* temp fix */
    background-repeat: no-repeat;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#auto.e-autocomplete.watermark, #themeDropdown.e-dropdownlist.e-input.watermark
{
    font-style: normal;
    font-size: 14px;
    color: #9B9B9B !important;
}
/*#themeDropdown_dropdown.arrow:after
    {
	    background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/icon-down.png") no-repeat scroll right center #484848;
    }*/
#auto .autotext, #auto.e-autocomplete
{
    background-position: 160px 4px;
    background-repeat: no-repeat;
    background-size: 15px;
}

header .download
{
    float: left;
    margin-right: 14px;
    margin-top: 11px;
}

.headdiv3 .help
{
    background-repeat: no-repeat;
}

.panel-widget
{
    width: 100%;
    height: 100%;
}

.ui-helper-clearfix
{
    display: inline-block;
    padding-top: 0px;
}
/*Changed*/

.accordion-panel
{
    /*background-color: lightgrey;*/
    background-image: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/left side tab bg.png');
    background-repeat: repeat; /*color: #FFFFFF;*/
    float: left;
    width: 250px;
    /*height: 1365px;*/
    border-right: 1px solid #BBB7B0;
    -moz-box-shadow: 0px 3px 4px 0.2px #BBB7B0;
    -webkit-box-shadow: 0px 3px 4px 0.2px #BBB7B0;
    box-shadow: 0px 3px 4px 0.2px #BBB7B0;
    left:0px;
    overflow:hidden;
}
#subsamplesDiv
{
    left:250px;
    position:relative;
}
.search
{
    /*border-top: 1px solid #4C4D4D;*/
    color: #FFFFFF; /*letter-spacing: 0.03em;     padding: 20px 5px 20px 0;*/
    height: 30px;
    padding: 12px 20px 17px;
	position: relative;
}
.SB-group .dashboard
{
padding-left: 45px;
}
.dashboard
{
    border-top: none;
    color: #5B5B5B;
    font-size: 14px;
    padding-left: 34px;
    height: 30px;
    line-height: 30px;
    width: 216px;
    display: table-cell;
    vertical-align: middle;
}

.dashboardhover
{
    background-image: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/left side tab hover.png');
     text-decoration: none !important;
}

.dashboardheader:hover
{
    background:#F4F4F4;
}
.accordion-control
{
    border: none !important;
    font-size: 15px !important;
    padding-left: 33px !important; /*color: black !important;*/
    background: none !important;
    border-bottom: 1px solid grey !important; /*color:darkgray !important;*/ /*color:gray !important;*/
}

.acolor
{
    color: grey !important;
    font-size: 16px;
    font-weight: 500;
}

.control-panel
{
    background-color: #F4F4F4;
    background-image: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/right side BG texture.png');
    background-repeat: repeat;
}

.controlText-section
{
    padding-top: 7px;
    padding-left: 32px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.controlSamples-section
{

    margin-bottom:50px;
    display: inline-block;
    width: 100%;
}

.productContent
{
    color: #747474;
    font-size: 14.5px;
    text-align: justify;
    line-height: 24px;
}

.producttitle
{
    color: #4E4D4D;
    font-size: 24px;
    padding-left: 5px;
    text-shadow: 0 1px #FFFFFF;
}

.featuredsamples
{
    display:inline-block;
    list-style-type: none;
    margin:0;
    padding:0;
    width:100%;
    list-style-position:outside;
}
.listsampleimage
{
    float: left;
    height: 344px;
    width: 316px;
    padding: 15px 8px 0 8px;
}
.dashlistsampleimage
{
    float: left;
    height: 250px;
    width: 316px;
    padding: 15px 8px 0 8px;
}
.lisampleimage
{
    height: 100%;
}
.lisampleimage img
{
    height:344px;
    width:316px;
}
.litext
{
    position:relative;
    display:inline-block;
    float:left;
    margin-top:-128px;
    margin-left:20px;
    height:auto;
    color:#838383;
    text-align:justify;
    width:138px;
}
.dashlitext
{
    position:relative;
    display:inline-block;
    float:left;
    margin-top:-128px;
    height:auto;
    color:#838383;
    text-align:justify;
    width:200px;
}
.litext > a, .litext > a:hover
{
    color:#4F4F4C;
    font-size: 13px;
    font-weight: 800;
}
.litext > p
{
    margin-top:6px;
    font-size: 12px;
}

.qrcode {
    bottom: 122px;
    display: inline-block;
    position: relative;
    right: -194px;
    float:left;
}
.qrcode .qrimage{
    height:104px;
    width:104px;
    display:block;
    border:1px solid #AAAAAA;
}

    .qrcode .qrimage.qrhealth {
        background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/health.png") no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrstock {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/stock.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrweather {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/weather.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrexpense {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/expense.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrbuilder {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/builder.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrsales {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/sales.png') no-repeat 2px 2px;
    }

	.qrcode .qrimage.qrprojecttracker {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/projecttracker.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrsalessummary {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/sales-summary.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrinvoicedemo {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/invoiceDemo.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrreportbuilder {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/reportBuilder.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrairline {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/airlineReservation.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrspreadsheet {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/spreadsheet.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qraudit {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/auditPrediction.png') no-repeat 2px 2px;
    }
    .qrcode .qrimage.qrhospital {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/qrcode/hospital.png') no-repeat 2px 2px;
    }

.samplebutton
{
    background: none repeat scroll 0 0 #66C1DC;
    color: #FFFFFF !important;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    height: 25px;
    line-height: 23px;
    margin-left: 20px;
    margin-top: -43px;
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
    width: 97px;
}
.dashsamplebutton
{
    background: none repeat scroll 0 0 #66C1DC;
    color: #FFFFFF !important;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    height: 25px;
    line-height: 23px;
    margin-top: -43px;
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
    width: 97px;
}
.samplebutton > a
{
    color:white;
	text-decoration:none;
}
.sbheader
{
    display: inline-block;
    padding: 5px;
    width: 100%;	
	height:53px;
    box-sizing: border-box;
}

    .sbheader .title {
        float: left;
        padding-top: 1px;
        margin-left: 4px;
    }

#footer
{
    background-color: #2D2E2D;
    color: GrayText;
    height: 45px;
    min-width: 300px;
	width:100%;
    float: left;
    position: relative; /*margin:68px auto 0;*/
    z-index:0;
}

.bottom-links
{
    bottom: 0;
    margin: 0 auto;
    padding-top: 9px;
    position: relative;
}

.left
{
    float: left;
}

.right
{
    float: right;
    position: absolute;
    right: 25px;
    cursor:pointer;
}

.syncfusion-image
{
    background-image: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/footer.png');
    float: left;
    height: 30px;
    width: 125px;
    background-position: -5px -50px;
    background-repeat: no-repeat;
}

#footer .right .left, #footer .left .sync-text
{
    margin: 4px 25px 0;
}

.sync-text
{
    color: #A4A09B;
    display: inline-block;
}

.sbcontainer
{
    margin: 0;
}

.page
{
    margin: 0px;
    min-width: 1190px;
    padding: 0px;
    width: 100%;
}
.productdownload
{
    padding-top: 10px;
}
.downbutton
{
    background-color: #DB373A;
    border-color: #E88180;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    border: none;
}

.darktheme .selecteddashboard{
background: rgb(66, 66, 66) none repeat scroll 0% 0%;
}
.selecteddashboard{
background: rgb(227, 229, 229) none repeat scroll 0% 0%;
}
.dashboardhead .anchor,.darktheme #dashboardheader .anchor
{
	color: #66C1DC;
	font-weight: 600;
}
#dashboardheader .dashboardhead
{
	border-bottom: 1px solid #DDDDDD;	
	padding-left: 34px;
	height: 30px;
	width: 216px;
	cursor: pointer;
}
.control_name
{
float:left;
width:125px;
}
.control_samplename
{
float:left;
}
.current_control .anchor
{
line-height:34px;
}
#dashboardheader .current_control,.darktheme #dashboardheader .current_control
{
border-bottom: none;
height:34px;
cursor:default;
}
.showpage
{
    display: block;
}

.hidepage
{
    display: none;
}

.controlpage, .controlmainpage
{
    float: left;
    padding-left: 50px;
    padding-top: 2%;
    width:950px;
}
.sb-right .controlpage
{
    width: 950px;
}
.controlmainpage
{
    width: 985px;
}
.sampleheadingtext
{
    font-size: 26px;
    display:inline-block;
	margin-bottom:20px;
}

h1.samplename {
    font-size: 25px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 40px;
    height: 40px;
}

.downloaddiv
{
    margin-top: -46px;
    margin-left: 200px;
}

.buttonwidth
{
    width: 150px !important;
}
.samplecontainerparent
{
    display:inline-block;
    min-width: 950px;
    width:100%;
}
.samplecontainer
{
    padding-top:20px;
}
.samplecontainerparent > div
{
    width:100%;
}
.samplesection
{
    float: left;
    width: inherit;
}
#sourceTab .e-acrdn .e-acrdn-content
{
font-size:12px;
}
.samplediv
{
    border:1px solid #D9DEDD;
    background-color: white;
    height: auto;
    width: auto;
    min-width:620px;
    min-height:406px;
}
.sampleheadingtext,.evtsamplename
{
    width: 99%;
    color: #807F7F;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display:inline-block;
    vertical-align:middle;
    padding-left:1%;
}
.evtsamplename
{
    width: 290px;
    padding-left:10px;
}
.sampleheadingtext
{
    background:none;
    font-size:25px;
    border:none;
    padding:7px 0 0;
    width:100%;
}
.eventtracesection .samplebody
{
    border:1px solid #D9DEDD;
    border-bottom:none;
}
.samplebody
{
    height: 100%;
    width: 100%;
}

.sourcetab,.sourcecodetab
{
    float: left;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
}

.sourceviewimg
{
    background: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrowdown.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 10px;
    margin-top: 6px;
}

.srcdesc
{
    float: left;
    width: inherit;
    padding-top: 20px;
}

.description
{
    height: 280px;
    background-color: white;
    border-radius: 8px 8px 8px 8px;
}

.e-state-active
{
    background-color: lightgray;
}

/*.e-widget-content
{
    background-color: white;
}*/

#sourceTab .e-icon
{
    background:none !important;
    width: 17px;
    height: 17px;
    float: right;
}

#sourceTab .e-acrdn-expandicon
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrowdown.png');
    background-position: center;
}

#sourceTab .e-acrdn-header
{
    font-size: 16px;
    border: 1px solid #D9DEDD;
    background: white;
    color: #646464;
    text-shadow: 0 1px #FFFFFF;
    height:32px;
	cursor:default;
}
#sourceTab .e-acrdn-header > span
{
    vertical-align:middle;
}
#sourceTab .e-acrdn-content
{
    border:1px solid #D9DEDD;
    border-top: 0px !important;
    background-color: white;
    min-height:470px;
    height:470px;
    overflow-y:auto;
}
.CodeMirror
{
    height:auto  !important;
    border:none;
}
.CodeMirror pre,.divEventTrace
{
   white-space: pre-wrap !important;      /* CSS3 */
   white-space: -moz-pre-wrap !important; /* Firefox */
   white-space: -pre-wrap !important;     /* Opera <7 */
   white-space: -o-pre-wrap !important;   /* Opera 7 */
   word-wrap: break-word !important;
}
.CodeMirror-vscrollbar
{
    display: none !important;
}
#sourceTab .e-accordion.metrolight .e-icon
{
    background: none;
}
.expandicon
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrowdown.png') !important;
}
.collapseicon
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrowup.png') !important;
}

#sourceTab .e-widget-content
{
    height: 250px;
    overflow: auto;
}

.samplecontent
{
    padding: 30px;
    min-width:525px;
    min-height:275px;
}
.img1
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/health_thumb.png');
}
.img2
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/stock_thumb.png');
}
.img3
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/weather_thumb.png');
}
.img4
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/expense_thumb.png');
}
.img5
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/sales-analysis.png');
}
.img6
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/projecttracker.png');
}
.img9
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/sales-summary.png');
}
.img10
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/invoiceDemo.png');
}
.reportdesigner1
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/reportbuilderdemo.png');
}
.img11
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/Audit_Prediction.png');
}
.imgd
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/Diagram-Builder.png');
}
.imga
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/Airline_reservation.png');
}
.imgwebmail
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/webmail.png');
}
.img12
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/hospital_management.png');
}
.imgXL {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/spreadsheet.png');
    height: 344px;
    width: 316px;
}
.pdf1
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/DashBoardImages/NorthwindReport.png');
}
.pdf2
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/DashBoardImages/formfilling.png');
}
.doc1
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/DashBoardImages/Employee Report.png');
}
.doc2
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/DashBoardImages/DocToImage.png');
}
.xls1
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/DashBoardImages/Invoice.png');
}
.xls2
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/DashBoardImages/performance.png');
}
.imgstyle
{
    min-width: 316px;
    min-height: 344px;
    background-repeat:no-repeat;
}
#controldetails
{
    width: inherit;
}
#propertyarea .samplediv
{
    height: auto;
}
.proddiv
{
    width: inherit;
    background-color: white;
}


.prodbody
{
    line-height: 25px;
    text-align: justify;
    color: #707070;
}

#propertyarea .e-accordion.metrolight .e-icon
{
    float: left;
}
.propicon
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrow.png') no-repeat;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    float: left;
}
.prop-collapseicon
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrowcollapse.png') no-repeat;
}
.propertydesc
{
    background-color: white;
    display: none;
    padding: 10px;
    text-align: justify;
    width: 92%;
    border: 1px solid #dfdfdf;
}
.propsdesc
{
    padding-bottom: 10px;
}
.controlmainpage .descheading
{
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3d;
}
.props table
{
    border-top: 1px solid #dfdfdf;
}
#sbloadingcontent > p
{
    color:black;
}
.controlmainpage td
{
    width: 33%;
}
.samples .hideParent
{
    display: none;
}
.sampledescription, source-block
{
    text-align:justify;
    padding-top: 1%;
}
.sampledescription
{
    display:none;
}
.source-block
{
    border: 1px solid #D9DEDD;
}
.source-block > div
{
    padding-left: 15px;
}
.evtprops
{
    float: right;
}
.eventtracesection .EventLog
{
    color: #807F7F;
    height: 290px;
    min-height:275px;
    overflow: auto;
    text-align: left;
    padding: 10px;
    margin: 0 0 10px;
}
.eventtracesection .samplecontent table td
{
    vertical-align: top;
}
.eventtracesection .rightalign table td
{
    height: 30px;
}
.eventtracesection .propertiesdiv
{
    width: 200px;
    margin-left: 0px;
}

.eventtracesection .samplecontent
{
    padding: 25px;
    border:none;
    border-top:1px solid #D9DEDD;
}
.eventtracesection .propertiesdiv td.leftalign
{
    padding-left: 7px;
}
.eventtracesection .propertiesdiv table
{
    color: #807F7F;
    font-size: 14px;
}
.eventtracesection
{
    float: right;
    padding-top: 0;
    margin-left:20px;
    background:white;
}
.eventtracesection .propertiesdiv
{
    height: auto;
    border: none;
}

#theme_dropdown .arrow
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/arrowdown.png');
    background-position: 0px;
}


input[id=auto]:focus
{
    /*border-color:#aaaaaa !important;*/
}
.darktheme input[id=auto]:focus
{
    border-color:#6c6c6c !important;
}

 #themeDropdown_popup
{
    background-color: #484848;
    color: #9B9B9B;
    border: 1px solid #4C4C4C;
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
}
#auto_suggestion
{
    background-color: white;
    border-color: #bbbcbb;
}
#themeDropdown_popup.dropdowntext a
{
    color: #838383;
}
#auto_suggestion ul, #themeDropdown_popup ul
{
    padding: 6px;
}
#auto_suggestion .e-content
{
background:white;
}
#auto_suggestion ul li:last-child, #themeDropdown_popup ul li:last-child
{
    border-bottom: 0px;
}
#auto_suggestion ul li,#auto_suggestion ul li .anchorclass
{
    padding: 4px;
	height: 25px;
	font-size: 13px;
	color: #5B5B5B;
}
#auto_suggestion ul li.e-hover
{
background:#EAEAEA;
}
.darktheme #auto_suggestion ul li.e-hover,.darktheme #auto_suggestion ul li.e-hover .anchorclass
{
 background:#525252  ;
}
#auto_suggestion>div:first-child,#auto_suggestion
{
min-width:420px;
}
.darktheme #auto_suggestion ul li,.darktheme #auto_suggestion>div:first-child,.darktheme #auto_suggestion>div:first-child .anchorclass
{
   background:#393939 ;
   color:white;
}
#themeDropdown_popup ul li
{
    border-bottom: 1px solid #333333;
}
/*theme dropdown*/
.wrapper-demo
{
    margin-top:-8px;
    float: left;
    height:52px;
    width:66px;
}
.sbheader #buybutton:hover,.sbheader #themebutton:hover
{
    background:#393939;
    filter:none;
}
#themebutton, #res_themebutton
{
    background: transparent;
    border:none;
    color:white;
    filter:none;
    margin-right: 10px;
}
.e-custom-theme {
    height: 50px;
    width: 65px;
}

#themebutton li.e-haschild:first-child {
    height: 50px;
}

    .e-custom-theme #themebutton > li > a.e-arrow-space, .e-custom-theme #res_themebutton > li > a.e-arrow-space {
        padding: 0px;
    }

    .e-custom-theme #themebutton > li > a > .e-icon.e-arrowhead-down, .e-custom-theme #res_themebutton > li > a > .e-icon.e-arrowhead-down {
        display: none;
    }

    .e-custom-theme #themebutton > li.e-list.e-mhover, .e-custom-theme #themebutton > li.e-list.e-mhover > a, .e-custom-theme #themebutton > li.e-list.e-active, .e-custom-theme #themebutton > li.e-list.e-active > a,
    .e-custom-theme #res_themebutton > li.e-list.e-mhover, .e-custom-theme #res_themebutton > li.e-list.e-mhover > a, .e-custom-theme #res_themebutton > li.e-list.e-active, .e-custom-theme #res_themebutton > li.e-list.e-active > a {
        background: #2D2E2D;
    }

    .e-custom-theme #themebutton.e-menu.e-horizontal > li:hover, .e-custom-theme #res_themebutton.e-menu.e-horizontal > li:hover {
        background: #2D2E2D;
    }

    .e-custom-theme .e-list > ul .e-list {
        padding: 8px;
    }

    .e-custom-theme .e-horizontal > .e-list > ul:after, .e-custom-theme .e-list > a span.e-icon.e-arrowhead-down {
        display: none;
    }

    .e-custom-theme .e-list > a {
        padding-left: 15px;
    }

   .e-custom-theme li.e-list > a.e-menulink> img {
        top: -3px;
        left: 236px;
    } 
 
.office-365 #themebutton.e-menu .e-list>ul .e-list>.e-menulink{
    line-height: normal;
    padding: 3px 18px 3px 28px;
}
 .material #themebutton.e-menu .e-list>ul .e-list>.e-menulink{
     line-height: normal;
    padding: 3px 18px 3px 28px;
    background: none;
    overflow: visible;
 }
.e-custom-theme #themebutton > li > a > .e-icon:first-child, .e-custom-theme #res_themebutton > li > a > .e-icon:first-child {
    margin: 0px;
    left: 0px;
}

.res_header .e-custom-theme.e-hide {
    display: none;
}

.e-custom-theme .e-horizontal .e-list > ul {
    width: 295px;
}

.e-custom-theme .e-menu-res-wrap {
    display: none;
}

.e-custom-theme .e-menu.e-horizontal {
    display: block;
}

    .e-custom-theme .e-menu.e-horizontal li.e-list > a .e-icon {
        position: inherit;
        right: 0;
    }
    .e-custom-theme .e-menu.e-horizontal li.e-list > ul{
        position:absolute;
    }
    .e-custom-theme .e-menu.e-horizontal li.e-list{
        position:relative;
    }
	.office-365 .e-custom-theme .e-menu.e-horizontal li.e-list.e-active.e-mhover{
		background: #0078d7;
	}
   .material .e-custom-theme .e-menu.e-horizontal li.e-list.e-active{
        background: rgba(0,0,0,0.37);
    }
    .material .e-custom-theme .e-menu.e-horizontal li.e-list.e-active a{
        background: none;
    }
#propertyGrid.e-grid-core
{
    font-size: 14px;
}
.custom-style-dropdown
{
    /* Size and position */
    position: relative;
    width: 180px;
    margin: 0 auto;
    padding: 4px 10px;
    float: left; /* Styles */
    background: #484848;
    border-radius: 7px;
    border: 1px solid #222222;
    cursor: pointer;
    outline: none; /* Font settings */
    color: #838383;
}

.custom-style-dropdown:after
{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -13px;
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/icon-down.png") no-repeat scroll right center #484848;
}
.search .custom-style-dropdown:after
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/search.png") no-repeat scroll right center #F7F7F6;
}
.search .custom-style-dropdown
{
    background: none repeat scroll 0 0 #F7F7F6;
    border-color: #DBD5D1;
}
.custom-style-dropdown .dropdown
{
    /* Size & position */
    position: absolute;
    top: 118%;
    left: 0;
    right: 0; /* Styles */
    background: none repeat scroll 0 0 #3d3d3d;
    border-radius: inherit;
    border: 1px solid #4c4c4c;
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none; /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.custom-style-dropdown .dropdown:after
{
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
}

.custom-style-dropdown .dropdown:before
{
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
}

.custom-style-dropdown .dropdown li a
{
    display: block;
    padding: 7px 10px;
    text-decoration: none;
    color: #838383;
    border-bottom: 1px solid #535353;
    margin: 0px 10px 0px 10px;
}

.custom-style-dropdown .dropdown li i
{
    float: right;
    color: inherit;
}

.custom-style-dropdown .dropdown li:first-of-type a
{
    border-radius: 7px 7px 0 0;
}

.custom-style-dropdown .dropdown li:last-of-type a
{
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.custom-style-dropdown .dropdown li a:hover
{
    color: #ffffff;
    background-color: #3d3d3d;
}


/* Active state */

.custom-style-dropdown.active .dropdown
{
    opacity: 1; /*pointer-events: auto;*/
}

/* No CSS3 support */

.no-opacity .custom-style-dropdown .dropdown, .no-pointerevents .custom-style-dropdown .dropdown
{
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */ /*pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .custom-style-dropdown.active .dropdown, .no-pointerevents .custom-style-dropdown.active .dropdown
{
    display: block;
}
.themeslider
{
    float:right;
}
#ejgradienttext .e-rad-state-active,#ejmetrotext .e-rad-state-active,#ejlighttext .e-rad-state-active,#ejdarktext .e-rad-state-active
{
    background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/toggle-button.png") no-repeat;
    width:13px;
    height:13px;
    top:0;
}
#ejgradienttext .e-spaninner, #ejmetrotext .e-spaninner, #ejlighttext .e-spaninner, #ejdarktext .e-spaninner
{
    left:-4px;
}
#ejgradienttext .e-div .e-spanicon, #ejmetrotext .e-div .e-spanicon, #ejlighttext .e-div .e-spanicon, #ejdarktext .e-div .e-spanicon
{
    background:white;
}
#themeSlider1 .e-slider-handle,#themeSlider2 .e-slider-handle
{
    background-image:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/toggle-button.png");
    width:13px !important;
    height:13px !important;
    margin:-1px 0 0 -7.5px !important;
}
#themeSlider1,#themeSlider2
{
    margin-left:100px;
    margin-top:-12px;
    border-radius:5px;
}
.themebuttonclass
{
    float:left;
    width:173px;
    padding-top:10px !important;
}
#themeok
{
    margin-right:18px;
	border-radius:2px;
}
#themecancel
{
border-radius:2px;
}
.themecolors
{
    padding-bottom:13px;
    padding-top:0px !important;
}
#themeDialog_wrapper
{
    position:fixed !important;
    width: 200px !important;
    background: #2D2E2D;
    border-radius: 7px;
    border-color:#636363;
	top:65px;
}
#themeDialog
{
    border: none;
    background-color:transparent;
    /*color: #D5D2CD;*/
    color:white;
    height:100%;
}
#themeDialog > div
{
    border-bottom:1px solid #636363;
    height:25px;
    padding-top:12px;
}
#themeDialog .themestyle
{
    padding-top: 4px;
}
#themeDialog >div:last-child
{
    border-bottom: 0px;
}
.circlebaseouter
{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    float:left;
    margin-top:5px;
    background-color:transparent;
    height:23px;
    width:44px;
    margin-left:10px;
    border:2px solid;
    border-color:transparent;
}
.circlebaseouter:first-child
{
   margin-left:0px;
}
.circlebaseinner
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float:left;
    height:19px;
    width:40px;
    margin-top:2px;
    margin-left:2px;
}
#themeDialog .azure
{
    background:#86cbea;
}
#themeDialog .lime
{
   background:#cee292;
}
#themeDialog .saffron
{
    background:#fcc680;
}
.colorsel
{
    border-color: white;
}
.hoverselcolor
{
    border-color:#807F7F;
}
#themeSlider1 .e-slider-handle,#themeSlider2 .e-slider-handle
{
    border-radius:10px;
}
#themeDialog .gradienttext,#themeDialog .darktext
{
    display:none;
}
.editcode
{
    display:none;
    float:right;
    cursor:pointer;
    width:112px;
    margin-top:-3px;
}
.metroblue.e-dialog .e-dialog-header
{
    background:none repeat scroll 0 0 #1B95CF;
}

#spliter1.e-splitter .splitbar .h-arrow,#spliter1 .e-splitter .splitbar .v-arrow,#spliter0.e-splitter .splitbar .h-arrow,#spliter0 .e-splitter .splitbar .v-arrow
{
background-image:none;
}
#sbeditcodedialog_wrapper .e-dialog-titlebar
{
    background: white;
    border:none;
    color:black;
    height:35px;
    padding:0;
    padding-left:15px;
    padding-top:5px;
    border-bottom:1px solid #D9DEDD;
}
#sbeditcodedialog_wrapper .e-dialog-title
{
    font-weight:600;
}
#sbeditcodedialog.e-dialog-content
{
    margin-top: -7px;
    margin-left: -15px;
}
#ejcssarea
{
    padding-left:10px;
    padding-right:10px;
}
.htmllabel
{
    height:25px;
    width:45px;
}
.jslabel
{
    height:25px;
    width:70px;
}
.csslabel
{
    height:25px;
    width:35px;
}
.tooltiplabel
{
    display:none;
    position:absolute;
    z-index:4;
    background-color:#ECEDEE;
    float:right;
}
.tooltiplabel > span
{
    vertical-align:middle;
    padding-left:4px;
}
iframe
{
    width:100%;
    height:590px;
}
#slidepanel
{
    display : none ;
}

.controlcont
{
    padding-left: 25px;
}
#spliter0 .v-arrow
{
    background:none;
}
#sbeditcodedialog_overLay
{
    background: black;
    opacity:0.9;
}
.lddivider
{
    background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/divider-line.png") no-repeat;
    width:3px;
    height:24px;
    position:absolute;
}
#apply
{
    width:75px;
    height:30px;
    background:#DB373A;
    color:white;
}
#apply span
{
    padding-left:17px;
}
#sbeditcodedialog_wrapper .e-icon
{
    background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/closebutton.png");
    float:right;
}
#sbeditcodedialog_wrapper .e-icon:hover
{
    background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/closebutton-hover.png");
    float:right;
}
#sbeditcodedialog_wrapper .e-dialog-icon,#sbeditcodedialog_wrapper .e-dialog-icon:hover
{
    background:none;
}
.liveeditctrls
{
    display: none;
}
.showliveeditctrls
{
    display:inline-block;
    margin-left:20px;
}
.edittext
{
    display: inline-block;
    vertical-align: middle;
    background-color: #C34043;
    width: 75px;
    height: 30px;
    line-height:27px;
    text-align:center;
    color: white;
    font-size: 16px;
    border:1px solid #B8383B;
}
.edittext:hover
{
    background-color:#AA2D30;
    border:1px solid #A6282B;
}
.editimg
{
    background-image:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/sbeditimg.png");
    width:35px;
    height:32px;
    margin-top:-32px;
    margin-left:77px;
}

/* scroll changes */

.sb-left {
    position: fixed;
    top: 0;
}

.sb-right {
    margin-left: 251px;
}


.darktheme .eventtracesection,.dark-evtpopup
{
    background:#111111 !important;
    border:1px solid #343434 !important;
}
/*Responsive Navispan*/
 #auto_wrapper {
             float:left;
        }
        .search {
            padding-right:0px;
        }
        .accordion-panel {
            position:relative;
            overflow:visible;
        }
        .navigation {
            background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/expand.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
            /*background:black;*/
            float: left;
            height: 24px;
            position: absolute;
            width: 24px;
        }
        .accordion-panel .navigation {
            background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/colapse.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
            /*background:black;*/
            top:12px;
            right: 0;
        }
         .content-container-fluid > .row >.navigation {
            display:none;
            top: 76px;
            left:0;
        }
        .row .control-panel.cols-content-fluid.accordionHide{
            float: none;
            margin: 100px auto 0;
            width: 79.202%;
        }
        .accordion-panel.accordionHide {
             display: none;
        }
/**/
/*theme switcher animation*/

.animated
{
    -webkit-animation-duration:0.1s;
    -moz-animation-duration:0.1s;
    -o-animation-duration:0.1s;
    animation-duration:0.1s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
}
.animated.hinge
{
    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    -o-animation-duration:0.3s;
    animation-duration:0.3s;
}
@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
}
.eventtracesection .samplediv
{
    width: 300px;
    min-width:300px;
}
.eventtracesection .eventclear,.eventtracesection .eventclear:hover
{
    background:black;
    color: white;
    width:50px;
    height:25px;
}
.eventtracesection .evtbtn
{
    padding-left:10px;
}
.samplename > div
{
    float: right;
}
#selectControls_input_wrapper .e-in-wrap .e-input
{
    display: none;
}

#selectControls_input_wrapper .e-in-wrap .e-input.e-focus, #selectControls_input_wrapper.e-focus
{
    box-shadow:none;
}
#selectControls_input_container {
    border:none;
    background:none;
    box-shadow: none;
}
#selectControls_input_dropdown
{
    top: -15px;
    border:none;
    background:none;
}
.office-365 #selectControls_input_dropdown
{
    top: 0px;
    border:none;
    background:none;
    margin-top: 7px;
}
#selectControls_input_dropdown .e-arrow-sans-down
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/evttracer.png') no-repeat;
    height:29px;
    width:29px;
    top:25px;
    right:10px;
}
.office-365 #selectControls_input_dropdown .e-arrow-sans-down
{ 
    height:25px;
    width:12px;
    top:5px; 
}
#selectControls_input_dropdown > .e-icon.e-arrow-sans-down:before {
        content:"";
}
#selectControls_input_dropdown .e-arrow-sans-down:hover
{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/evttracerhover.png') no-repeat;
}
#selectControls_input_popup,#selectControls_input_popup .e-innerspan
{
    border:1px solid #D9DEDD;
}

#selectControls_input_popup li
{
    color:#807F7F;
}

#selectControls_popup .e-chkbox-wrap .e-chkbox-small > span {
    top: 2px;
}

.eventarea
{
    border-top:1px solid #D9DEDD;
}
.eventtracesection .sf-event-panel .eventLog {
    display: inline-block;
	width:100%;
}

.eventtracesection .sf-event-panel .eventTitle {
    color: #1dabce;
    width: 33%;
    padding: 5px 0;
}

.eventtracesection .sf-event-panel hr{
    background: none repeat scroll 0 0 #ECECEC;
    border: 0 none;
    height: 1px;
    margin: 0;
    padding: 0;
    margin-top:5px;
}

.eventtracesection .sf-event-panel .divColon{
    padding: 0 5px 0 0;
}

/* for properties panel */
.propertiesdiv
{
    width: 300px;
    min-height:400px;
    min-width: 300px;
    height: 100%;
    margin-left: 20px;
    float:right;
    background-color: white;
    border: 1px solid #D9DEDD;
}
.propertypanelheading
{
    height: 40px;
    line-height:40px;
    width: 96%;
    display:inline-block;
    padding-left: 10px;
    color: #807F7F;
    font-size: 16px;
}

.propertypanelcontent
{
    min-height:365px;
    height:365px;
    overflow-y:auto;
    border-top: 1px solid #D9DEDD;

}
.propertiesdiv table
{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #807F7F;
    padding: 3%;
}
.propertiesdiv td
{
    width: 59%;
    height: 30px;
    vertical-align: middle;
}
.propertiesdiv td.leftalign
{
    text-align: left;
    padding-left: 12px;
}
.propertiesdiv td.rightalign
{
    text-align: right;
    padding-right: 15px;
}

/*check and radio*/
.chkrad
{
    width: 150px;
}
.btnsht
{
height: 50px;
width: 150px;
}
.clslab
{
    margin-left: 10px;
}

/*common td*/
.splttd
{
    padding: 0;
}
.btnframe {
border: 1px solid #D9DEDD;
padding: 110px;
border-radius: 10px 10px 10px 10px;
}
.btncontrol {
margin-top: 10px;
margin-left: 30px;
color:gray;
}
.nbtnframe
{
padding:50px;
}
.nbtncontrol
{
border:1px solid #D9DEDD;
padding-left:65px;
padding-top:10px;
padding-bottom:10px;
border-radius:10px;
color:gray;
}
.chkframe
{
padding:50px;
}
.chkcontrol
{
border:1px solid #D9DEDD;
}
.chkcontrol .chkalign{
margin-bottom: 10px;
margin-left: 60px;
margin-top: 10px;
color:gray;
}
.chkcontrol .radioalign{
margin-bottom: 10px;
margin-left: 15px;
margin-top: 10px;
color:gray;
}
/**/

/*----------------------- Gauge gradients -----------------*/

.circularlightgradient
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/Gauge_01light.png); background-size:contain; background-repeat:no-repeat; height:363px; width:500px;background-position:center;
}

.circularlightgradientsemi
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/Gauge_02_light.png); background-size:contain; background-repeat:no-repeat; height:auto; width:auto;background-position:center;
}

.circulardarkgradient
{
    background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/Gauge_01dark.png); background-size:contain; background-repeat:no-repeat; height:363px; width:500px;background-position:center;
}

.linearlightgradient
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/Gauge_linear_light.png); background-size:contain; background-repeat:no-repeat; width:500px; height:400px; background-position:center;
}

.linearlightgradient1
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/Gauge_linear_light1.png); background-size:contain; background-repeat:no-repeat; width:500px; height:300px; background-position:top;
}

.lineardarkgradient
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/Gauge_linear_dark1.png); background-size:contain; background-repeat:no-repeat; width:500px; height:400px; background-position:center;
}

.lineardarkgradient1
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/Gauge_linear_dark.png); background-size:contain; background-repeat:no-repeat; width:500px; height:300px; background-position:top;
}

.digitallightgradient
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/digi-1-light_03.png); background-size:contain; background-repeat:no-repeat; width:525px; height:305px; background-position:center; margin-left:15px;
}

.digitaldarkgradient
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/digi-1-dark_03.png); background-size:contain; background-repeat:no-repeat; width:525px; height:305px; background-position:center; margin-left:15px;
}

.thermolightgradient
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/thermo-light_03.png); background-size:contain; background-repeat:no-repeat; height:465px; background-position:center; width: 500px;
}

.thermodarkgradient
{
   background-image: url(/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/images/gauge/thermo-Dark_05.png); background-size:contain; background-repeat:no-repeat; height:465px; background-position:center; width: 500px;
}

.aligntop
{
    margin-top: 7px !important;
}

.aligntop1
{
    margin-top: 6px !important;
}

/*CSS styles for  dark theme background*/
.page .darktheme
{
    border:none !important;
}
.darktheme #auto,.darktheme #auto_dropdown
{
    background-color:#393939 !important;
    background-image:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark-search.png") no-repeat !important;
    border:1px solid #484848 !important;
}
.darktheme #auto_dropdown
{
border-left:none !important;
}
.darktheme #auto_suggestion
{
    background-color:#393939 !important;
    border: 1px solid #484848;
}
.darktheme #auto_suggestion .content ul li
{
    border-bottom: 1px solid #535454;
}
.darktheme #auto
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.darktheme .anchor.itemselected
{
    color: white !important;
}
.darktheme .bgautocomplete
{
    color:#939393 !important;
    border-bottom:1px solid #484848 !important;
}
.darktheme .highlighttextbg
{
    color:white !important;
    text-shadow: none !important;
}
.darktheme #scrollcontainer  .anchor
{
    color:#D2CECE !important;
}
.darktheme .dashboardhover, .dark-dashboardhover
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark left side tab hover.png");
}
.darktheme .dashboardheader
{
    color:#c7c7c7;
}
.darktheme .accordion-panel
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark left side tab bg.png");
    border-right:1px solid #2d2d2d;
    -moz-box-shadow: -2px 0 5px 2px #2d2d2d;
    -webkit-box-shadow: -2px 0 5px -5px #2d2d2d;
    box-shadow: -2px 8px 5px 2px #2D2D2D;
}

.darktheme,.darktheme .control-panel
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark right side BG texture.png");
}

.darktheme .producttitle
{
    color:#ededed;
    text-shadow:0 1px #EDEDED;
}
.darktheme .productContent
{
    color:#969696;
}
.darktheme .sampleheadingtext,.darktheme .evtsamplename,.darktheme .samplename,.darktheme .heading
{
    color: #ededed;
}
.darktheme .evtsamplename
{
    text-shadow:none;
}
.darktheme .sampledescription
{
    color:#868686;
}
.darktheme #sourceTab .e-acrdn-header,.darktheme #sourceTab .e-acrdn-content,.darktheme .cols-sample-area, .darktheme .cols-prop-area, .darktheme .event-tracer
{
    background:#111111 !important;
    border:1px solid #343434 !important;
    color: #ededed !important;
    text-shadow:none;
}
.darktheme #sourceTab .e-acrdn-content
{
    background:#111111 !important;
    border-color:#343434 !important;
}
.darktheme .CodeMirror
{
    background:#111111 !important;
    color:white !important;
}
.darktheme .event-tracer
{
    border: none;
}
.darktheme .cols-prop-area .content,.darktheme .eventarea
{
    border-top:1px solid #343434;
}
.darktheme .event-tracer .sf-event-panel hr
{
    background:#343434 !important;
}

.darktheme .arrow
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark-arrow2.png");
}
.darktheme  .backarrow
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark-arrowleft.png");
}
.darktheme #selectControls_input_dropdown .e-arrow
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark-evttracer.png") no-repeat !important;
}
.darktheme #selectControls_input_dropdown .e-arrow:hover
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark-evttracerhover.png") no-repeat !important;
}
.anchor.sbheading.dark-anchor
{
    color: #929292 !important;
}
.darktheme .listsampleimage .img1
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-health-thumb.png");
}
.darktheme .listsampleimage .img2
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-stack-thumb.png");
}
.darktheme .listsampleimage .img3
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-weather-thumb.png");
}
.darktheme .listsampleimage .img4
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-expense-thumb.png");
}
.darktheme .listsampleimage .img5
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-sales-analysis.png");
}
.darktheme .listsampleimage .img6
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-projecttracker.png");
}
.darktheme .listsampleimage .img9
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-sales-summary.png");
}
.darktheme .listsampleimage .img10
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-invoiceDemo.png");
}
.darktheme .listsampleimage .reportdesigner1
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-reportbuilderDemo.png");
}
.darktheme .listsampleimage .img11
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-audit-prediction.png");
}
.darktheme .listsampleimage .img12
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/hospital_management_dark_theme.png");
}
.darktheme .listsampleimage .imgd
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-Diagram-Builder.png");
}
.darktheme .listsampleimage .imga
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dashboard_img/dark-theme-Flight-Reservation.png");
}
.darktheme .listsampleimage .anchorclass
{
    color: white;
}
.darktheme .listsampleimage .litext
{
    color: #747474;
}
.darktheme .event-tracer .evtsamplename
{
    color:none !important;
}
.darktheme .evtpopup,.darktheme #selectControls_input_popup
{
   background:#1f1f1f !important;
   border:1px solid #4d4e4e !important;
}
.darktheme .sbloadingpopup
{
/*background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/dark right side BG texture.png") repeat scroll 0 0 transparent;*/
background:none;
opacity:1;
}
.sbloadingpopup
{
background:none;
}
.sbloadingpopup .e-image
{
background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/sbloading-popup.gif") no-repeat scroll 0 0 transparent !important;
width:256px;
height:23px;
}
.metroclstxt,.graclstxt,.liteclstxt,.darkclstxt
{
    float: right;
    margin-top:-19px;
}

.sbtooltip
{
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/sbtooltip.png") no-repeat;
    width:176px;
    height:86px;
}
#sbtooltipbox
{
    padding:0;
    margin:0;
	background:none;
}
#sbtooltipbox_wrapper
{
    background:transparent !important;
    border:none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position:fixed !important;
    top:65px;
}
#sbtooltipbox_wrapper > .e-dialog-scroller{
    border: none;
}
/* scroller style */
#scrollcontainer.e-scroller .e-vhandle:hover, #scrollcontainer.e-scroller .e-button:hover,#auto_suggestion .e-vhandle:hover  {
    background: #d8d8d8 ;
	color:#797979;
}
.darktheme #scrollcontainer.e-scroller .e-vhandle:hover,.darktheme #scrollcontainer.e-scroller .e-button:hover,.darktheme #auto_suggestion .e-vhandle:hover   {
    background: #444444;
}
#scrollcontainer .e-scrollbar .e-hscroll .e-icon, #scrollcontainer .e-scrollbar .e-vscroll .e-icon,#auto_suggestion .e-scrollbar .e-hscroll .e-icon, #auto_suggestion .e-scrollbar .e-vscroll .e-icon
 {
    display:block;
}
.darktheme #auto_suggestion .e-vhandle{
background: #4F4F4F;
}
#scrollcontainer .e-vhandle,#auto_suggestion .e-vhandle {
border-radius: 4px;
}  
#scrollcontainer>.e-scrollbar,#scrollcontainer>.e-scrollbar>.e-vscroll  {
width: 8px !important;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
#sbloadingcontent .customimg
{
    height:100px;
}
.azure .jslogo,.jslogo
{
	background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/azure-logo.png") no-repeat center center;
}
.lime .jslogo
{
	background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/lime-logo.png") no-repeat center center;
}
.saffron .jslogo
{
	background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/saffron-logo.png") no-repeat center center;
}
 #slidepanel.e-hide {
        display:none;
}

 #newwindow-wrapper, #copy-wrapper {
    float: right;
    display:inline-block !important;
    margin-top: 7px;
}
 .office-365 #newwindow-wrapper, .office-365 #copy-wrapper {
    margin-top: 0px;
}
 span#newwindow-wrapper {
    margin-right: 8px;
}

#windowOpen #newwindow-wrapper, #windowOpen .newsrcwindow{
    visibility:hidden;
}

#windowOpen #copy-wrapper {
    position: absolute;
    right: 0px;
    top: 35px;
}
/************************************************************************************
Bootstrap v3 Override
*************************************************************************************/
.content-container-fluid .row {
 margin:0;
}

.content-container-fluid .col-md-3 {
 float:left
}
@font-face {
    font-family: 'sf-res-icons';
    src:    url('images/control_ref/sf-res-icons.eot?al8n1g');
    src:    url('images/control_ref/sf-res-icons.eot?al8n1g#iefix') format('embedded-opentype'),
        url('images/control_ref/sf-res-icons.ttf?al8n1g') format('truetype'),
        url('images/control_ref/sf-res-icons.woff?al8n1g') format('woff'),
        url('images/control_ref/sf-res-icons.svg?al8n1g#sf-res-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="res-icon-"], [class*=" res-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sf-res-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.controlframe {
    width: 500px;
    margin: 0 auto !important;
}

.controlname, .sampletitle, .ref_header, .heading span, .litext, .producttitle, .sync-text{
    cursor:default;
}


.high-contrast-01 #themebutton .e-icon, .high-contrast-01 #res_themebutton .e-icon {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/content/images/highcontrast-01.png') no-repeat;
}

.high-contrast-02 #themebutton .e-icon, .high-contrast-02 #res_themebutton .e-icon {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/content/images/highcontrast-02.png') no-repeat;
}

.material #themebutton .e-icon, .material #res_themebutton .e-icon {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/content/images/material.png') no-repeat;
}

.office-365 #themebutton .e-icon, .office-365 #res_themebutton .e-icon {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/content/images/office-365.png') no-repeat;
}


.lime .res_header span.e-icon.slidepanel-nav:hover {
    color: #aecf49;
}

.saffron .res_header span.e-icon.slidepanel-nav:hover {
    color: #f9920b;
}

.azure .res_header span.e-icon.slidepanel-nav:hover {
    color: #66c1dc;
}



.SB-groupIt span:first-child {
    max-width: 160px;
    white-space: normal;
    display: inline-block;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media screen and (max-width: 1367px)
{
	.controlpage, .controlmainpage
	{
		padding-left: 50px;
		padding-top: 2%;
	}
	#slidepanel {
    display: none !important;
}
}


.content-container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  *zoom: 1;
}
.content-container-fluid:before,
.content-container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-container-fluid:after {
  clear: both;
}
[class*="cols-"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
.row [class*="cols-"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1%;
  *margin-left: 2.074468085106383%;
}
.row .cols-content-fluid.scrollit {
margin-left: 0px;
}
.row [class*="cols-"]:first-child {
  margin-left: 0;
}
.row [class*="cols-"]:first-child >div:first-child{
  margin:0 auto;
}
.row .cols-fixed-sidebar{
  width: 250px;
  *width: 250px;
}

.row .cols-sample-area{
		background-color: white;
		border: 1px solid #D9DEDD;
		margin-bottom:25px;
		padding:25px;
        min-width:240px;
}
.row .cols-prop-area{
		background-color: white;
		border: 1px solid #D9DEDD;
}
.row .cols-source,.row .cols-iframe{
	padding-bottom:25px;
	padding-right:25px;
	margin-left:0px;
}
.cols-iframe  .sample-container{
	width:100%;
	height: 100%;
}
.row .cols-content-fluid1{
	  width: 82.22916666666667%;
	  *width: 82.22916666666667%;
}
.row .cols-content-fluid{
	  width: 77.202%;
	  *width: 77.202%;
}

.content-container-fluid >.row:first-child{
	width:100%;
}
/*#samplefile{
	height:600px;
}*/
@media (min-width: 1920px){
	.row .cols-iframe{
	  width: 100%;
	  *width: 100%;
	}
	#slidepanel {
    display: none !important;
}
	.row .cols-content-fluid1{
	  width: 83.22916666666667%;
	  *width: 83.22916666666667%;
	}
	.row .cols-source{
	  width: 99.58%;
	  *width: 99.58%;
	}
	.cols-iframe  .sample-container1,.row .cols-source1{
		min-height:940px;
	}
	#sourceTab .e-acrdn-content{
		min-height:573px;
	}
}
/* product-naviation style */
.Desktop .sbheader>div:last-child
	{
	margin-right: 5px;
	}
.Desktop .product-naviation
	{
		float: left;
		font-size: 16px;
		margin-left: 45px !important;
	}
	.Desktop .product-naviation>div
	{	
	cursor:pointer;
	float:left;
	color:grey;
	padding:11px 11px 11px;
	}	
	.azure .Desktop .selectedproduct,.Desktop  div.selectedproduct
	{
    color: #66c1dc;
	border-bottom: 4px solid #66c1dc;
	}
	.lime .Desktop .selectedproduct
	{
    color: #aecf49;
	border-bottom: 4px solid #aecf49;
	}
	.saffron .Desktop .selectedproduct
	{
    color: #f9920b;
	border-bottom: 4px solid #f9920b;
	}
	/*.product-naviation .not-selected:hover	
	{
	color:#f2f2f2;
	}*/
	.Mobile .jslogo {
     padding-left: 0px;
	}
    .mobile-logo {
	    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/mobile-icon.png') no-repeat scroll 0px 2px;	
    }
    .ej2button-logo {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/content/images/ej2-dark.png') no-repeat scroll 0px 2px;
    }
	/* product-naviation style */
	/*.Mobile .product-naviation {
	position: absolute;
	font-size: 16px;
	width: 136px;
	margin-top: 48px;
	background: #2D2E2D;
	}
	.Mobile .product-naviation>div 
	{
	margin:15px;
	cursor:pointer;
	color:grey;
	}
	.Mobile div.selectedproduct ,.azure .selectedproduct
	{
    color: #66c1dc;
	
	}
	.lime .Mobile .selectedproduct
	{
    color: #aecf49;
	
	}
	 .saffron .Mobile .selectedproduct
	{
    color: #f9920b;
	
	}*/
	/*.Mobile .menulogo
	{
	background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/burger icon.png') no-repeat;
	cursor: pointer;
	height: 55px;
	float:right;
	width: 60px;
	margin-top: -5px;
}*/
/*.Mobile .productlogo{
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-gray-desktop.png') no-repeat;
    cursor: pointer;
    height: 43px;
    float: right;
    width: 47px;
    margin-top: 5px;
    margin-right: 9px;
}
.Mobile .mobilelogo {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-gray-mobile.png') no-repeat;
}
.Mobile .desktoplogo {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-gray-desktop.png') no-repeat;
}
.mobile_pro  {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-gray-mobile.png') no-repeat;
    cursor: pointer;
    height: 55px;
    float: left;
    width: 40px;
    margin-left: -46px;
    margin-top: -7px;
    padding-right: 3px;
    /*display: none;*/
}*/

.showCaseTab .e-addborderbottom .e-header {
    border: none !important;
}

#slidepanel {
    float: left;
    border: none !important;
}



.desktop_pro {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-gray-desktop.png') no-repeat;
    cursor: pointer;
    height: 55px;
    float: left;
    width: 40px;
    margin-top: -2px;
    padding-right: 3px;
    /*display: none;*/
}

.saffron .selectedproduct .desktop_pro {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-saf-desktop.png') no-repeat !important;
}

.azure .selectedproduct .desktop_pro {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-blue-desktop.png') no-repeat !important;
}

.lime .selectedproduct .desktop_pro {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-green-desktop.png') no-repeat !important;
}

.saffron .selectedproduct .mobile_pro {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-saf-mobile.png') no-repeat !important;
}

.azure .selectedproduct .mobile_pro {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-blue-mobile.png') no-repeat !important;
}

.lime .selectedproduct .mobile_pro {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-green-mobile.png') no-repeat !important;
}

.not-selected .mobile_pro {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-gray-mobile.png') no-repeat !important;
}

.not-selected .desktop_pro {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/ejmvc-gray-desktop.png') no-repeat !important;
}

.header.Desktop .product-naviation span {
    display: none !important;
}
	.Mobile .hideIt
	{
	visibility:hidden;
	}

@media (min-width: 1681px) and (max-width: 1920px){
	.row .cols-content-fluid1{
	  width: 83.22916666666667%;
	  *width: 83.22916666666667%;
	}
}

@media (min-width: 1441px) and (max-width: 1680px){
	.row .cols-content-fluid1{
		  width: 80.20277777777779%;
		  *width: 80.20277777777779%;
	}
}
@media (min-width: 1366px) and (max-width: 1440px) {
    .row .cols-iframe {
        width: 100%;
        *width: 100%;
    }

    #slidepanel div {
        position: relative !important;
        margin-left: 5px !important;
        margin-top: -2px !important;
    }

    span.e-icon.slidepanel-nav:before {
        content: "\e76b";
        margin-left: -10px;
        margin-top: -13px;
    }

    span.e-icon.slidepanel-nav-home:before {
        content: "\e76b";
        margin-top: -10px;
        margin-left: -13px;
    }

    span.e-icon.slidepanel-nav, span.e-icon.slidepanel-nav-home {
        font-size: 30px !important;
    }

    #slidepanel.e-corner {
        border-radius: 2px !important;
        margin: -1px 0px -9px 0px !important;
    }

    .row .cols-content-fluid1 {
        width: 82.20238095238095%;
        *width: 82.20238095238095%;
    }

    .row .cols-source {
        width: 99.58%;
        *width: 99.58%;
    }

    .row .cols-prop-area {
        height: 100%;
        min-height: 406px;
    }

    .cols-iframe .sample-container1, .row .cols-source1 {
        min-height: 940px;
    }

    #sourceTab .e-acrdn-content {
        min-height: 573px;
    }
}

@media (max-width: 1024px) {
	#copy-wrapper {
		display:none !important;
	}
	#newwindow-wrapper {
		display:none !important;
	}
}


@media (min-width:0) and (max-width:600px) {
    .ejthemestudio {
    display: none;
}
.jslogo {
    width: 390px !important;
}
}

@media (min-width: 981px) and (max-width: 1366px) {
    .row .cols-content-fluid {
        width: 78.202%;
        *width: 78.202%;
    }

    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .row .cols-fixed-sidebar {
            left: 0px !important;
        }

    #slidepanel {
        display: none;
    }
}

@media (max-width: 1320px) {
    .row .cols-content-fluid {
        margin-right: 0px !important;
        width: 70%;
        *width: 70%;
    }

    #slidepanel {
        display: none !important;
    }
}

@media (min-width: 979px) {
    .control_ref {
        margin-top: 25px;
    }
     #buybutton.ejbutton {
        margin-left: 8px;
    }

    .res_header .e-custom-theme {
        display: none;
    }

    .accordion-panel .navigation {
        display: none !important;
    }

    .navigation {
        display: none !important;
    }

    span.e-icon.slidepanel-nav:before {
        content: "\e76b";
        margin-top: -15px !important;
        margin-left: -9px !important;
    }

    span.e-icon.slidepanel-nav-home:before {
        content: "\e76b";
        margin-top: -15px;
        margin-left: -7px;
    }

    span.e-icon.slidepanel-nav, span.e-icon.slidepanel-nav-home {
        font-size: 30px !important;
    }
}

@media (min-width:0px) and (max-width:350px) {
    #newcodewindow, #copyclipboard {
        width: 33px !important;
        padding-left: 7px;
        margin-left: 7px;
    }

   .res_header {
        margin-right: 0px;
    }

    .menulogo {
       background-size: 80% !important;
    margin: 1px -18px 0px 0px !important;
    }

    .jslogo {
        margin-left: -14px;
    }

    .sbheader .title{
        padding-left: 13px;
    }

    span.e-icon.slidepanel-nav:before {
    content: "\e76b";
        margin-top: -15px !important;
    margin-left: -7px !important;
}
span.e-icon.slidepanel-nav-home:before {
    content: "\e76b";
    margin-top: -15px;
    margin-left: -7px;
}
span.e-icon.slidepanel-nav,span.e-icon.slidepanel-nav-home {
    font-size: 30px !important;
}
    .navigation {
        display: none !important;
    }
    .control {
        float: none !important;
    }
	.sampleheadingtext, h1.samplename {
        font-size: 15px !important;
    }
     .mainlevels {
    padding-left: 11px;
	}
	.responsive-viewable
	{
	    display:none !important;
	}
}
@media (max-width: 979px) and (min-width: 312px){
    .frame {
        width: 350px !important;
        padding: 35px 20px !important;
        border: none !important;
    }
}

@media (min-width: 769px) and (max-width: 979px) {
    pre.csharpcode {
        max-height: 600px;
    }

    #buybutton.ejbutton {
        margin-left: -3px;
    }

    .control_ref {
        margin-left: 0px !important;
    }

    .cols-iframe {
        margin-left: 0px !important;
        padding-right: 20px !important;
    }

    #slidepanel {
        display: block !important;
        margin: 8px 0px 0px 29px !important;
    }

    .sbheader .title {
        margin-left: 7px !important;
    }

    .Mobile .productlogo {
        margin-right: 4px;
    }

    .control_ref .ref_header {
        font-size: 20px !important;
        margin-right: -5px;
    }

    .control_ref .ref_options >a{
        font-size: 17px !important;
    }

    .right {
        right: 16px !important;
    }

    .control-panel > .content-container-fluid {
        min-width: 767px;
    }
    
    .content-container-fluid > .row {
        width: 100%;
        margin: 0px auto;
    }


        .content-container-fluid > .row .control-panel {
            float: none;
            padding: 0;
        }

        .content-container-fluid > .row .accordion-panel {
            clear: both;
            position: absolute;
        }

        .content-container-fluid > .row .accordionHide {
            display: none;
        }

    
    .controlText-section {
        text-align: center;
         
    }
}
@media (min-width:601px) and (max-width:825px) {
.jslogo {
    width: 210px !important;
}
}
@media (max-width: 979px) {
    .accordion-animation {
        left: -250px;
        -webkit-transition: left 350ms;
        -moz-transition: left 350ms;
        -ms-transition: left 350ms;
        -o-transition: left 350ms;
        transition: left 350ms;
    }

    .row .cols-iframe {
        margin-top: 60px;
    }
    #slidepanel.e-button:hover {
        background: none !important;
    }

    .navigation-btn .e-btn {
        display: none !important;
    }

    .darktheme .res_header {
        background-color: #3A3737;
    }

    .e-custom-theme {
        float: right;
        height: 39px;
        width: 39px;
    }

    .responsive-viewable {
        display: none !important;
    }

    .e-custom-theme .e-horizontal .e-list > ul {
        left: -256px !important;
    }

    .darktheme .e-custom-theme #themebutton > li.e-list.e-mhover, .darktheme .e-custom-theme #themebutton > li.e-list.e-mhover > a, .darktheme .e-custom-theme #themebutton > li.e-list.e-active, .darktheme .e-custom-theme #themebutton > li.e-list.e-active > a,
    .darktheme .e-custom-theme #res_themebutton > li.e-list.e-mhover, .darktheme .e-custom-theme #res_themebutton > li.e-list.e-mhover > a, .darktheme .e-custom-theme #res_themebutton > li.e-list.e-active, .darktheme .e-custom-theme #res_themebutton > li.e-list.e-active > a {
        background: #3A3737;
    }

    .darktheme .e-custom-theme #themebutton.e-menu.e-horizontal > li:hover, .darktheme .e-custom-theme #res_themebutton.e-menu.e-horizontal > li:hover {
        background: #3A3737;
    }

    .e-custom-theme #themebutton > li.e-list.e-mhover, .e-custom-theme #themebutton > li.e-list.e-mhover > a, .e-custom-theme #themebutton > li.e-list.e-active, .e-custom-theme #themebutton > li.e-list.e-active > a,
    .e-custom-theme #res_themebutton > li.e-list.e-mhover, .e-custom-theme #res_themebutton > li.e-list.e-mhover > a, .e-custom-theme #res_themebutton > li.e-list.e-active, .e-custom-theme #res_themebutton > li.e-list.e-active > a {
        background: #EEE;
    }

    .e-custom-theme #themebutton.e-menu.e-horizontal > li:hover, .e-custom-theme #res_themebutton.e-menu.e-horizontal > li:hover {
        background: #EEE;
    }

    #themebutton .e-icon, #res_themebutton .e-icon {
        width: 35px;
        height: 35px;
    }

    #slidepanel.e-btn.e-select:focus {
        box-shadow: none;
    }

    #slidepanel div {
        position: relative !important;
        margin-left: 2px !important;
        margin-top: 2px !important;
    }

    .res_header span.e-icon.slidepanel-nav:before {
        content: "\e76b";
        margin-left: -5px;
        margin-top: -15px;
    }

    .themegallery {
        display: none;
    }

    .res_header #slidepanel .e-icon.slidepanel-nav {
        font-size: 22px !important;
    }

    .res_header #slidepanel {
        display: block !important;
        width: 26px !important;
        height: 26px !important;
        background: none;
        margin-left: 18px;
        margin-top: 7px;
        font-size: 20px !important;
        float: left;
        border: none !important;
    }

    .res_header .sampleheadingtext, h1.samplename {
        line-height: 25px !important;
        margin-left: 6px !important;
        font-size: 20px !important;
        margin-right: -100px !important;
        width: auto !important;
    }

    .producttitle {
        font-size: 21px !important;
        line-height: 40px !important;
    }

    .res_header {
        background-color: #EEE;
        margin-top: -10px;
        margin-left: -32px;
        margin-right: -10px;
        height: 40px;
        position: absolute;
        width: 100%;
        z-index: 1;
        min-width: 315px;
    }

    .productpage {
        margin-top: 40px;
    }

}

@media (max-width: 440px) {
    .frame, .e-tagcloud, .cols-sample-area > #defaultlistbox {
        width: auto !important;
    }

    .res_header .sampleheadingtext, h1.samplename {
        line-height: 56px !important;
        margin-left: 60px !important;
        margin-top: -35px !important;
    }

    .sampleheadingtext .sbsamplename {
        margin-left: -50px !important;
        margin-top: 10px !important;
    }

    .sync-text {
        font-size: 13px !important;
    }
}

@media (max-width: 450px) and (min-width: 0px) {
    .cols-source.sourcecodeTab {
        padding-left: 15px;
    }

    pre.csharpcode {
        max-height: 300px;
    }

    .left {
        float: none;
        text-align: center;
    }

    .right{
        display:none;
    }

    .sync-text {
        margin: 0 !important;
    }

    .bottom-links {
        padding-top: 13px;
    }

    #buybutton.ejbutton {
        margin-left: -3px;
    }

    .control_ref {
        margin-left: 13px !important;
    }

    .cols-iframe {
        margin-left: 25px !important;
        padding-right: 30px !important;
    }

    #slidepanel {
        height: 35px !important;
        width: 35px !important;
        border: none;
        display: block !important;
        margin: 8px 0px 0px 17px !important;
    }

    .sbheader .title {
        margin-left: -15px !important;
    }

    .Mobile .productlogo {
        margin-right: 3px;
    }

    .control_ref .ref_header {
        font-size: 17px !important;
        margin-right: 25px;
    }

    .control_ref .ref_options >a{
        font-size: 15px !important;
    }

    .control_ref .ref_options > a::before{
        font-size: 25px !important;
        left: -29px !important;
        top: 12px !important;
    }
    .themewrap.hideIt {
        background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/burger icon.png') no-repeat;
        cursor: pointer;
        height: 55px;
        float: right;
        width: 60px;
        margin-top: -5px;
        margin-left: -44px;
        margin-right: -6px;
    }

    .imgframe {
        width: auto !important;
    }

    #LayoutSection_ControlsSection_List {
        width: auto !important;
    }

    .sampleheadingtext, h1.samplename {
        margin-left: 37px !important;
        margin-top: -10px !important;
    }

    .responsive-viewable {
        display: none !important;
    }

    span.e-icon.slidepanel-nav-home:before {
        content: "\e76b";
        margin-top: -12px !important;
        margin-left: -2px !important;
        font-size: 20px;
    }

    span.e-icon.slidepanel-nav, span.e-icon.slidepanel-nav-home {
        font-size: 17px !important;
    }

    .frame {
    padding: 10px 5px !important;
	}
    .frame {
    padding: 10px 5px !important;
    margin: 0 7px 6px 27px !important;
        border: none !important;
	}
	.frame, .e-tagcloud, .cols-sample-area > #defaultlistbox {
        width: auto;
        
    }
     
    .e-colorpicker {
        left: 0px !important;
    }
    .themeswitch {
    height: 50px;
	display:none;
}
   .col-xs-8 .e-atc {
        width: 97.5% !important;
    }
    .e-btn .e-icon {
        padding: 2px 1px !important;
    }
    .sampleheadingtext, h1.samplename {
        padding: 18px 0 20px !important;
    }
     .navigation-btn .e-btn {
        height: 20px !important;
        width: 17px !important;
    }
       .e-rarrowright-2x::before, .e-rarrowleft-2x::before {
        width: 13px !important;
        height: 18px !important;
    }
       
      .samplename .navigation-btn {
        padding: 0 !important;
        right: 37px !important;
    }
    .ColumnLeft, .ColumnRight {
        font-size: 10px;
    }
     .mainlevels {
    padding-left: 11px;
}
    .themeswitch.showIt {
        display: block;
        position: absolute;
        width: 120px;
        margin-top: 59px;
        background-color: #2D2E2D;
    }

    .e-rte {
        min-width: 200px !important;
    }

    .e-acrdn, .e-splitter, .cols-sample-area > #target, .cols-sample-area div #docfile, .cols-sample-area div #menuRTL {
        width: auto !important;
    }

    #auto_suggestion {
    width: 87%!important;
}
     .control_name {
    width: 102px;
}
     #auto_suggestion ul li {
    font-size: 11px;
}
    #auto_suggestion > div:first-child {
        width: 97% !important;
    }
      #auto_suggestion ul {
   width: 97%;
}

    .showIt .wrapper-demo, .showIt .themegallery {
        display: block;
    }
    .control table {
    margin-left: -28px;
}
}

    @media (max-width:368px) {
        .lisampleimage .imgstyle {
            background-size: 282px 345px;
             min-width: 282px;
        }
        .lisampleimage {
        width: 282px;
        padding:0px;
    }
        .qrcode {
            bottom: 123px;
            right: -161px;
        }
    }

@media (min-width:0px) and (max-width: 768px) {
    .res_header {
        margin-left: -7px;
    }

    /**/
    .col-xs-8 .e-atc {
        width: 97.5% !important;
    }
	.imgframe {
        height: auto !important;
    }
     #newcodewindow, #copyclipboard {
    width: 33px !important;
            padding: 0px 0 3px 3px;
}
#slidepanel{
display:block !important;
}
span.e-icon.slidepanel-nav-home:before {
    content: "\e76b";
    margin-top: -15px;
    margin-left: -7px;
}
span.e-icon.slidepanel-nav,span.e-icon.slidepanel-nav-home {
    font-size: 30px !important;
}
    .navigation-btn {
       right: 50px !important;
    }
        .scrollit > .row {
            padding: 10px 0px 10px 7px;
        }

    .sampleheadingtext {
        font-size: 15px !important;
    }

    .scrollit {
    overflow-y: scroll !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
  }

    .control-panel > .content-container-fluid {
        min-width: 445px;
    }
    .search .search-icon {
       margin-right: 39px;
}
    .content-container-fluid > .row {
        width: 100%;
        margin: 0px auto;
    }


        .content-container-fluid > .row .control-panel {
            float: none;
            padding: 0;
        }

        .content-container-fluid > .row .accordion-panel {
            clear: both;
            position: absolute;
        }

        .content-container-fluid > .row .accordionHide {
            display: none;
        }

    .controlText-section {
        padding: 0;
    }

    .controlText-section {
        text-align: center;
    }

    #samplefile {
        min-width: 291px;
    }

    .control-panel > .row {
        min-width: 291px;
    }
    /**/
    .row .cols-content-fluid {
        width: 12.9%;
        *width: 12.9%;
    }

    .row .cols-source, .row .cols-iframe {
            padding-right: 15px;
    }

    #auto_wrapper {
        width: 84% !important;
    }

    .dashboard {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .row .cols-fixed-sidebar {
        overflow: hidden;
        width: 33%;
        min-width: 240px;
    }


    .arrow {
        position: absolute;
        right: -3%;
    }


    .frame {
        width: auto !important;
    }

    .cols-prop-area {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }


        .cols-iframe {
            margin-left: 13px !important;
        }
}
	.darktheme .SB-groupIt
	{
	color: white;
	}
   .SB-groupIt
    {
	padding: 8px 0px 8px 34px;
	font-weight: 600;
	cursor: default;
	}
.cols-prop-area .heading {
    color: #807F7F;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 98.29931972789116%;

}
.cols-prop-area .content {
	border-top: 1px solid #D9DEDD;
    overflow-y: auto;
	width: 94%;
    height: auto;
    font-size: 14px;
    color: #807F7F;
    padding: 3%;
}
.cols-prop-area .e-prop{
	width:100%;
}

.cols-prop-area  [class^="col-md-"]{
	margin-top:3px;
	margin-bottom:3px;
	vertical-align: middle;
	height: 30px;
}
.cols-prop-area .row [class^="col-md-"],.row [class^="col-md-"]:first-child {
   padding:0 0 0 5px;
}
.cols-prop-area .row [class^="col-md-12"] {
    width: 100%;
    padding: 3px;
    text-align: center;
}
.cols-prop-area .row [class^="col-md-12"]> *:first-child  {
  margin:0 auto;
}
.cols-prop-area .EventLog {
    color: #807F7F;
    height: 290px;
    margin: 0 0 10px;
    min-height: 275px;
    overflow: auto;
    padding: 10px 0;
    text-align: left;
}
.cols-prop-area .eventTitle {
    color: #1dabce;
    width: 33%;
    padding: 5px 0;
}
.cols-prop-area .sf-event-panel hr{
    background: none repeat scroll 0 0 #ECECEC;
    border: 0 none;
    height: 1px;
    margin: 0;
    padding: 0;
    margin-top:5px;
}
.cols-prop-area .eventarea
{
    border-top:0px solid #D9DEDD;
}
.event-tracer .prop-grid{
	padding-top:0px;
}

.prop-grid.keyboard  [class^="col-md-"]{
	height: 45px;
    min-height:30px;
}

.frame {
	border: 1px solid #BBBCBB;
	border-radius: 10px;
	padding: 50px 60px 65px 60px;
	width: 206px;
   margin:0 auto;
   color:#5C5C5C;
}
 .darktheme .frame {
	border: 1px solid #686868;
    color:#979797;
}
.col-md-3 a {
    color: blue;
    text-decoration: underline;
}


/*---------------------------Waiting popup----------------------------------- */

.sbloadingtemplate
{
    width:200px;
    height:80px;
    background-color:transparent;
    text-align:center;
    top:300px !important;
}

.sbloadingtext
{
    display:inline-block;
    width:100%;
    height:50px;
    color:#6e6f6f;
    font-family:Segoe UI;
    font-size:34px;
}
.sbloadingimg
{
    display:inline-block;
    width:100%;
    height:20px;
    background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/sbloading-popup-light.gif") no-repeat scroll -10px 0 transparent;
}

.high-contrast-01 .sbloadingtemplate .sbloadingimg {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/loading-dark.gif") no-repeat scroll -10px 0 transparent;
}

.high-contrast-02 .sbloadingtemplate .sbloadingimg {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/loading-dark.gif") no-repeat scroll -10px 0 transparent;
}

.material .sbloadingtemplate .sbloadingimg {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/loading-light.gif") no-repeat scroll -10px 0 transparent;
}

.office-365 .sbloadingtemplate .sbloadingimg {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/loading-light.gif") no-repeat scroll -10px 0 transparent;
}

.high-contrast-01 .sbloadingtemplate .sbloadingtext {
    color: #dbdb00;
}

.high-contrast-02 .sbloadingtemplate .sbloadingtext {
    color: #00ff00;
}

.material .sbloadingtemplate .sbloadingtext {
    color: #8d8afd;
}

.office-365 .sbloadingtemplate .sbloadingtext {
    color: #0078d7;
}

.darktheme .sbloadingimg
{
    background:url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/sbloading-popup-dark.gif") no-repeat scroll -10px 0 transparent;
}

/*------------------ejGrid - Start------------------------------------*/
#commanddialog .emp-img {
    width: 150px;
}
.e-grid {
	touch-action: auto;
}
/*------------------ejGrid - End--------------------------------------*/

.metroblue.e-radiobtn-wrapper .e-radiobtn-text{
     font-size: 14px;
}


.themestyle .skin-name, .themevarient .skin-name, .bootstraptheme .skin-name {
    cursor: pointer;
    font-weight: normal;
    margin: 0 5px;
    width: 50px;
}


.data-manager-div .datamgr-table {
    padding: 2px;
    width:100%;
}

.data-manager-div .query-container, .datamgr-table .query-td {
    border-right: 1px solid #D9DEDD;
}

.data-manager-div .control-container, .data-manager-div .result-td {
    padding-left: 10px;
}

.datamgr-header td {
    font-size: 20px;
}
.data-manager-div .query-container .pre-query-tag {
    width:400px;
}
.darktheme .datatable {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%,rgba(255, 255, 255, 0.07) 100%) repeat scroll 0 0 rgba(255, 255, 255, 0);
}
.datatable {
    border: 1px solid;
    min-width:325px;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.datatable .datatable {
    min-width: 200px;
}
.datatable table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}
.datatable th {
    color: gray;
    text-align:left;
    border-bottom: 1px solid #808080;
}
.datatable sup {
    color: #F08080;
}
.datatable tr {
    border: none;
    border-bottom: 1px solid lightgray;
}
.datatable tbody > tr:last-child {
    border-bottom: none;
}


.samplename .navigation-btn
 {
position:relative;
display:inline-block;
font-size:14px;
padding:5px;
float:right;
right:21px;
}
.navigation-btn span
{
padding:5px;
}
.navigation-btn span:hover{
cursor:pointer;
}

.navigation-btn .e-btn {
    height: 25px;
    padding: 0;
    width: 30px;
    border-radius: 4px;
}
.navigation-btn .prev .e-icon.e-previous {
background-position: -236px 3px;
}

.navigation-btn .next .e-icon.e-next {
background-position: -155px 3px;
}

/*Platform chooser*/
#PlatformChoose_wrapper.e-ddl .e-in-wrap,#PlatformChoose_wrapper.e-ddl .e-select,#PlatformChoose_popup_wrapper .e-ddl-popup
{
    border-color: #484848;
}
#PlatformChoose_wrapper.e-ddl .e-dropdownlist,#PlatformChoose_wrapper.e-ddl .e-select,#PlatformChoose_popup_wrapper .e-ddl-popup
{
    background: none repeat scroll 0 0 #1F1F1F;
    filter:none;
    color: #FFFFFF;
}
#PlatformChoose_popup_wrapper .e-ddl-popup
{
    position: fixed !important;
    top: 47px !important;
}

 .emulatordesk {
            background-image: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/android_phone.png");
            background-repeat: no-repeat;
            height: 735px;
            margin-left: 25%;
        }
        .emulatordesk .sample-container {
           height: 621px;
        }
        .emulatordesk .sample-container {
            width: 352px;
        }
        .emulatordesk iframe{
           margin-left: 30px;
           margin-top: 112px;
        }
		 .emulatortap{
            background-image: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/android_tablet.png");
            background-repeat: no-repeat;
         height: 735px;
        }
        .emulatordtap .sample-container {
           height: 500px;
        }
        .emulatortap .sample-container {
            width: 100%;
        }
        .emulatortap iframe{
           margin-left: 41px;
           margin-top:45px;   
        }
    /*Analytics image class*/
    /*.Analytics.dashboard {
    background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/Content/images/Predictive_Analytics.png") no-repeat scroll 2px center transparent;
    display: inline;
    height: 32px;
    width: 32px;
    }*/
 /*Error handling layout CSS*/
        .stack {
        font-size: 16px;
        font-weight: normal;
        background-color: white;
        border: 1px solid #bbbcbb;
        width: 865px;
        border-bottom: none;
        padding-left: 10px;
        line-height: 2;
    }
    .errortype {
        color: rgb(236, 24, 24);
        font-size: 25px;
        font-weight: 500;
    }

    .leftarrow {
        background: url("/National_Library/20160330061658oe_/http://mvc.syncfusion.com/Content/images/blueleftarrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline-block;
        height: 14px;
        width: 16px;
    }

    .headerone {
        display: block;
        margin-bottom:30px !important;
    }

     #histback:hover,#histback {
        text-decoration: none;
        color: #428bca;
    }

        #histback > span {
            font-size: 15px;
            margin-left: -1px;
        }

    .stackhead {
        border: 1px solid #bbbcbb;
        height: 450px;
        width: 875px;
        background-color: white;
    }

    .stackmessage {
        margin: 20px;
    }
	
	/*Copy to clipboard CSS*/
.copycodeicon:before {
    content: "\e743";
}

.copycodeicon {
     font-size: 16px !important;
}

/*New SRC window ICON CSS*/
.newsrcwindow:before {
    content: "\e744";
}

.newsrcwindow {
     font-size: 16px !important;
}
#newcodewindow {
    margin-left: 10px;
}
.e-icon.newsrcwindow, .e-icon.copycodeicon {
    float: none !important;
}

.selectable {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

/*Showcase code tab CSS*/
.codebutton
 {
     background: #66c1dc none repeat scroll 0 0;
     color: #ffffff !important;
     display: inline-block;
     float: left;
     font-size: 13px;
     font-weight: 600;
     height: 25px;
     line-height: 23px;
     margin-left: 132px;
     margin-top: -43px;
     padding-left: 4px;
     position: relative;
     vertical-align: middle;
     width: 20px;
 }
 .codebutton > a
 {
     color:white;
     text-decoration:none;
 }

 .codebutton .codeimg:before {
     content: "\e780";	
     font-size: 20px;
     margin: 2px 0 0 -2px;
 }
@media (max-width: 830px) {
    .controlframe {
        width: auto !important;
    }
    .samplename .controlname {
        display: none !important;
    }

    .jslogo {
        background-size: 79% !important;
    }

    .wrapper-demo {
        display: none !important;
    }

    .ejthemestudio {
        display: none !important;
    }

    .listsampleimage {
        margin: auto;
        float: none;
    }
}

@media (min-width:670px) and (max-width:769px){
    .cols-source.sourcecodeTab {
        padding-left: 21px;
    }

    #buybutton.ejbutton {
        margin-left: -3px;
    }

    .control_ref {
        margin-left: 22px !important;
    }

    .cols-iframe {
        margin-left: 22px !important;
        padding-right:35px !important;
    }

    #slidepanel {
        display: block !important;
        margin: 8px 0px 0px 26px !important;
    }

    .sbheader .title {
        margin-left: 7px !important;
    }

    .Mobile .productlogo {
        margin-right: 3px;
    }

    .control_ref .ref_header {
        font-size: 19px !important;
        margin-right: 15px;
    }

    .control_ref .ref_options >a{
        font-size: 16px !important;
    }

    .right {
        right: 5px !important;
    }
}

@media (min-width:450px) and (max-width:670px){
    .cols-source.sourcecodeTab {
        padding-left: 25px;
    }

    pre.csharpcode {
        max-height: 400px;
    }

    #buybutton.ejbutton {
        margin-left: -3px;
    }

    .control_ref {
        margin-left: 25px !important;
    }

    .cols-iframe {
        margin-left: 25px !important;
        padding-right: 40px !important;
    }

    #slidepanel {
        display: block !important;
        margin: 8px 0px 0px 29px !important;
    }

    .sbheader .title {
        margin-left: 0px !important;
    }

    .Mobile .productlogo {
        margin-right: 3px;
    }

    .control_ref .ref_header {
        font-size: 18px !important;
        margin-right: 25px;
    }

    .control_ref .ref_options >a{
        font-size: 16px !important;
    }

    .right {
        right: 6px !important;
    }
    .jslogo {
        background-size: 85% !important;
    }

    .control_ref .ref_options > a::before{
        font-size: 25px !important;
        left: -29px !important;
        top: 14px !important;
    }
}

.control_ref {
    margin-right: 25px;
    position: relative;
    float: left;
    width: 97%;
}

.control_ref .ref_header {
    font-family: segoe ui semibold;
    font-size: 20px;
    color: #444444;
    border-bottom: 1px solid #d9dfdd;
    display: block;
    padding-bottom: 10px;   
}
    .control_ref .ref_options {
        padding-left: 0px;
        padding-bottom:25px;
    }

        .control_ref .ref_options > a {
            display: inline-block;
            font-family: segoe ui;
            font-size: 18px;
            color: #159bd7;
            padding-left: 5px;
            position: relative;
            margin-left: 30px;
            padding-top: 20px;
            margin-right: 50px;
            outline: none;           
        }
            .control_ref .ref_options > a, .control_ref .ref_options > a:hover, .control_ref .ref_options > a:active {
                text-decoration: none !important;
            }

.control_ref .ref_options >a {
    cursor: pointer;
}

    .control_ref .ref_options > a::before {
        font-family: 'sf-res-icons' !important;
        font-size: 27px;
        position: absolute;
        display: inline-block;
        left: -29px;
        top: 14px;
        color: #686969;
    }

        .control_ref .ref_options #ref_document::before {
            content: '\e900';            
        }

        .control_ref .ref_options #ref_forums::before {
            content: "\e901";
        }

        .control_ref .ref_options #ref_kb::before {
            content: "\e902";
        }

        .control_ref .ref_options #ref_support::before {
            content: "\e903";
        }

.material .e-split .e-in-wrap #splitbuttonnormal.e-left-btn .e-icon, .material  .e-split .e-in-wrap #splitbuttonnormal.e-left-btn .e-icon:before {
    height: 16px;
    width: 16px;
    font-size: 14px;
}
.material .e-split .e-in-wrap #splitbuttonnormal.e-left-btn .e-icon 
{
	padding:4px 3px 4px 3px;
}
.e-ej2popup {
    background-image: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/content/images/strip-image.png');
    background-color: #FAAA43;
    height: 54px;
    width: 100%;
}

.e-popup-dlg {
    width: 100%;
    height: 100%;
}

.e-popup-more {
    float: left;
    padding-top: 13px;
    padding-left: 15px;
}

.e-popup-close {
    position: relative;
    right: 5px;
    top: 20px;
    text-align:right;
}

.e-button.learnmore, .e-button.learnmore:hover, .e-button.learnmore:active {
    background: transparent;
    color: black;
    border: 1px solid black;
}

.e-button.popupclose, .e-button.popupclose:hover, .e-button.popupclose:active {
    background: transparent;
    color: black;
}

button#popupclose {
    background: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/content/images/popup-close.png') no-repeat scroll 0px 0px;
    border: none;
    box-shadow: none;
}

button#learnmore {
    font-family: Roboto;
    font-size: 13px;
    color: #282828;
    border-color: #282828;
    padding-top: 4px;
    box-shadow: none;
    border-radius: 4px;
}

.e-popup-first, .e-popup-second {
    font-family: Proxima Nova medium;
    font-size: 16px;
    color: #282828;
    text-align: right;
    white-space: nowrap;
}

.e-popup-second {
    padding-top: 2px;
    font-weight: bold;
}

.bootstrap #ej2button .e-btntxt, .bootstrap #themestudio .e-btntxt {
    padding-left: 6px;
}

.bootstrap #ej2button .e-btn-span {
    width: 126px;
}


.e-popup-table {
    margin-left: auto;
    margin-right: auto;
    margin-top: -19px;
    z-index: 1001;
    position: relative;
}

.e-content-td2 {
    padding-left: 5px;
}

td.e-content-td1, td.e-content-td2 {
    padding-top: 5px;
}

@media (max-width: 590px) {
    .e-popup-table {
        display: inline-table;
        width: 100%;
        height: 100%;
    }

    .e-ej2popup {
        height: 110px;
        background-image: url('/National_Library/20160330061658oe_/http://mvc.syncfusion.com/demos/web/content/images/mobile-bg.png');
    }

    .e-popup-first, .e-popup-second {
        text-align: center;
    }

    .e-popup-second {
        padding-top: 3px;
    }

    .e-popup-content {
        padding: 8px 0px 0px 0px;
    }

    .e-popup-more {
        padding: 5px 0px 0px 0px;
        float: none;
    }

    .e-popup-left, .e-popup-table {
        width: 100%;
    }

    button#learnmore {
        display: table;
        margin: 0 auto;
    }

    td.e-popup-td, td.e-content-td1, td.e-content-td2 {
        display: block;
    }

    .e-content-table {
        margin-left: auto;
        margin-right: auto;
    }
}