﻿.DivGridTableContainer .Controls
{
    float:left;
    width:100%;
    padding-bottom:10px;
    border-bottom:1px solid #EEEEEE;
}

.DivGridTableContainer .Controls .DivGridTablePagingContainer
{
    width:50%;
    float:left;
    vertical-align:bottom;
    height:31px;
}
.DivGridTableContainer .Controls .Section2
{
    width:50%;
    float:right;
    vertical-align:bottom;
    position:relative;
    top:7px;
}

.DivGridTableContainer .Controls .Section2 a
{
    display:block;
    height:16px;
    line-height:16px;
    float:right;
    margin-left:3px;
    /*font-weight:bold;*/
}

.GridTablePaging
{
    margin-left:0px;
    margin-right:auto;
    border-collapse: collapse;
}

.GridTablePaging .Paging table
{
    border-collapse: collapse;
}


.GridHeader
{    
    border-top:0px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    font-weight:normal;
    color:#AAAAAA;
    text-align:left;    
}

.GridHeader th:hover
{
    color:#999999;
}

.GridHeader th
{
    font-weight:normal;
    cursor:pointer;    
}

.GridHeader .ManageCol
{
    text-align:right;
}

.GridRow .ManageCol
{
    text-align:right;
}

.GridRow .ManageCol a
{
    text-indent:6px;
}

.GridAlternateRow
{
    background-color:#FAFAFA;
    
}

.GridRow, .GridAlternateRow
{
    border-bottom:1px solid #EEEEEE;
    cursor:pointer;
    height:30px;    
}

.GridRow td, .GridAlternateRow td
{
    padding-top:10px;
    padding-bottom:10px;
}

.GridRow td a:link, .GridAlternateRow td a:link, .GridUniformRow td a:link
{
    color:#0099ff !important;
    
}

.GridRow td a:visited, .GridAlternateRow td a:visited, .GridUniformRow td a:visited
{
    color:#0099ff;
}

.GridRow td a:hover, .GridAlternateRow td a:hover, .GridUniformRow td a:hover
{
    color:#0099ff;
}

.GridRow td a:active, .GridAlternateRow td a:active, .GridUniformRow td a:active
{
    color:#0099ff;
}
.GridRow td.Total  a:link, .GridAlternateRow td.Total a:link, .GridUniformRow td.Total a:link
{
    font-weight:bold;
    color:#666666;
}

.GridRow td.Total a:visited, .GridAlternateRow td.Total a:visited, .GridUniformRow td.Total a:visited
{
    font-weight:bold;
    color:#666666;
}

.GridRow td.Total a:hover, .GridAlternateRow td.Total a:hover, .GridUniformRow td.Total a:hover
{
    font-weight:bold;
    color:#666666;
}

.GridRow td.Total a:active, .GridAlternateRow td.Total a:active, .GridUniformRow td.Total a:active
{
    font-weight:bold;
    color:#666666;
}

.GridRow:hover, .GridAlternateRow:hover
{
    border-bottom:1px solid #0099ff;
}


.GridRow.more
{
    background-color:#FFFFCC;
}

.PagerText
{
    margin-bottom:0px;
    font-size:12px;
    font-weight:normal;
}


.Paging
{
    width:100%;
}

.Paging table
{
    float:right;
    margin-top:7px;
}

.Paging span
{
    display:block;
    float:left;
    padding-left:5px;
    padding-right:5px;
    color:#666666;
	border-right:1px solid #EEEEEE;
	height:30px;
	line-height:31px;
}

.Paging table td
{
    padding-left:5px;
    padding-right:5px;
    color:#666666;
	border-right:1px solid #EEEEEE;    
}


.Paging table td span
{
    padding:0px;
    margin:0px;
	border-right:0px solid #EEEEEE;
	height:inherit;
	line-height:inherit;
}


.Paging a
{
}



.GridHeader .GridHeaderLinks a
{
    color:#FFFFFF;
}
.GridHeader .GridHeaderLinks a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

.DefaultGridCompact .GridHeader
{
    height:20px;
    border-bottom:1px solid #DDDDDD;
    border-top:1px solid #DDDDDD;
    text-indent:0px;
    color:#AAAAAA;
    font-weight:normal;
}

.DefaultGridCompact .GridHeader th
{
    font-weight:normal;
}

.DefaultGridCompact .GridRow td, .DefaultGridCompact .GridAlternateRow td
{
    padding:0px;
    padding-top:6px;
    padding-bottom:3px;
}

.DefaultGridCompact .GridRow td .QuickNotes, .DefaultGridCompact .GridAlternateRow td .QuickNotes
{
    background-image:url(images/icons/comment_small.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    text-indent:16px;
    display:block;
}

.DefaultGridCompact .GridAlternateRow
{
    background-color:transparent;
    
}

.GridRow span[class^="fa-icon-"]:before, .GridAlternateRow span[class^="fa-icon-"]:before
{
    display:block;
    font-size:15px;
    color:#dddddd;
    margin-left:10px;
}

.GridRow .manage-col a:hover, .GridAlternateRow .manage-col a:hover
{
    text-decoration:none;
}

.GridRow .manage-col a:hover span[class^="fa-icon-"]:before, .GridAlternateRow .manage-col a:hover span[class^="fa-icon-"]:before
{
    color:#000000;
}


.GridRow span.fa-icon-state-selected:before, .GridAlternateRow span.fa-icon-state-selected:before
{
    color:#000000;
}

/* For not Bootstrap Grids */
.DefaultGrid tr td, .DefaultGrid tr th
{ 
    padding:0.4%;
}