﻿/* indexing collections grids */
.km-grid .km-grid-collections th:nth-child(1),
.km-grid .km-grid-collections td:nth-child(1)
{
    width:2.5%;
    text-align:center;
}

.km-grid .km-grid-collections th:nth-child(2),
.km-grid .km-grid-collections td:nth-child(2)
{
    width:40%;
}

.km-grid .km-grid-collections th:nth-child(3),
.km-grid .km-grid-collections td:nth-child(3)
{
    width:16.6%;
}

.km-grid .km-grid-collections th:nth-child(4),
.km-grid .km-grid-collections td:nth-child(4)
{
    width:16.6%;
}

.km-grid .km-grid-collections th:nth-child(5),
.km-grid .km-grid-collections td:nth-child(5)
{
    width:16.6%;
}

.km-grid .km-grid-collections th:nth-child(6),
.km-grid .km-grid-collections td:nth-child(6)
{
    width:7.5%;
    text-align:center;
}

.km-grid .km-grid-collections td:nth-child(6)
{
    color:green;
}

/* vetting group grids */
.km-grid .km-vetting-grid-collections th:nth-child(1),
.km-grid .km-vetting-grid-collections td:nth-child(1)
{
    width: 2.5%;
    text-align: center;
}

.km-grid .km-vetting-grid-collections th:nth-child(2),
.km-grid .km-vetting-grid-collections td:nth-child(2)
{
    width: 30%;
}

.km-grid .km-vetting-grid-collections th:nth-child(3),
.km-grid .km-vetting-grid-collections td:nth-child(3)
{
    width: 15%;
}

.km-grid .km-vetting-grid-collections th:nth-child(4),
.km-grid .km-vetting-grid-collections td:nth-child(4)
{
    width: 15%;
}

.km-grid .km-vetting-grid-collections th:nth-child(5),
.km-grid .km-vetting-grid-collections td:nth-child(5)
{
    width: 15%;
}

.km-grid .km-vetting-grid-collections th:nth-child(6),
.km-grid .km-vetting-grid-collections td:nth-child(6)
{
    width: 15%;
}

.km-grid .km-vetting-grid-collections th:nth-child(7),
.km-grid .km-vetting-grid-collections td:nth-child(7)
{
    width:7.5%;
}

.km_webgridRemove
{
    color: red;
    display: inline-block;
    float: right;
}

.km_webgridList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.km-grid .table-hover tbody tr:hover > td,
.km-grid .table-hover tbody tr:hover > th {
  background-color: #EEE;
}

.km-grid div.checked
{
    margin-left: 18px;
    width: 18px;
    height: 18px;
    background: transparent url(core/images/checkGreen.png) no-repeat;
}

.km-grid div.failure
{
    margin-left: 18px;
    width: 18px;
    height: 18px;
    background: transparent url(core/images/deleteRed.png) no-repeat;
}

.km-grid div.skipped
{
    margin-left: 18px;
    width: 18px;
    height: 18px;
    background: transparent url(core/images/infoBlue.png) no-repeat;
}

.km-grid div.processing {
        margin-left: 18px;        
        width: 18px;
        height: 18px;
        background-size: contain!important;
        background: transparent url(Core/images/km_loading.gif) no-repeat;
    }