﻿.ABTemplates
{
}

.ABTemplates .DocType
{
	font-size: 20px;
}

	/*only IE8*/
.ABTemplates #TypesFilter
{
	width: 150px;
	height:40px\9;
}
	
.ABTemplates .btn-primary
{
    background: #2F353D url("../../jQuery/jQuery-ui/Custom-Theme/images/ui-bg_gloss-wave_0_2F353D_500x100.png") 50% 50% repeat-x;
}

.ABTemplates .btn-primary:hover
{
    background: #D27E1B url("../../jQuery/jQuery-ui/Custom-Theme/images/ui-bg_gloss-wave_0_2F353D_500x100.png") 50% 50% repeat-x;
}
.ABTemplates .ABKendoGrid .glyphicons, .ABTemplates .ABKendoGrid .filetypes
{
	font-size: 20px;
    width: 20px;
    height: 20px;
}

.ABTemplates.Responder .AddType, .ABTemplates.Basic .AddType, .ABTemplates.Regular .AddType, .ABTemplates.Pro .AddType
{
	display: none;
}

.ABTemplates .btn-primary
{
     font-size: 20px;
}

.ABTemplates .ABKendoGrid .k-grid-content
{
	overflow-y: scroll;
    height: calc(100% - 31px) !important;
}