﻿.BoxHeader {
    background-image: linear-gradient(#9db7db, #7b95c6 50%, #698ac0 50%, #92b3de);
    border-radius: 10px 10px 0 0;
    color: white;
    font-size: medium;
    /*font-weight: bold;*/
    padding: 8px;
    text-align: center;
}


.TableGridLine {
    border-collapse: collapse;
    border: 1px solid #f5f5f5;
}

    .TableGridLine td {
        border: 1px solid #f5f5f5;
    }

.GridNestedTable_NoSpace td {
    border: 0 !important;
    margin: 0px !important;
    padding: 0px !important;
}

.GridNestedTable td {
    border: 0 !important;
}

.text-indent-1{
    text-indent: 30px;
}