﻿
 fieldset {
     margin-bottom:40px;
     background-color:#f4f4f4;
     padding:0 10px 10px 10px;
     border: 1px solid #ddd;
 }

 legend{width:auto;border:0px;font-size: 14pt;font-weight:bold;}

 th{ background-color: #ededed !important;}

 .red{ color: red;}

 #PnlReports table {
   width: auto !important;
   margin-left: 15px;
}


#PnlLoadingProgress{
    width: 100%;
    text-align: center;
}

.crmlistcolumn {
    min-width: 250px;
    border: 1px solid #e1e1e1;
    border-top:0px;
}

    .crmlistcolumn #tblapps > tbody > tr > td,
    .crmlistcolumn #tblapps > tbody > tr > th,
    .crmlistcolumn #tblapps > tfoot > tr > td,
    .crmlistcolumn #tblapps > tfoot > tr > th,
    .crmlistcolumn #tblapps > thead > tr > td,
    .crmlistcolumn #tblapps > thead > tr > th {
        padding: 4px;
    }

    .crmlistcolumn #tblapps > thead > tr > td,
    .crmlistcolumn #tblapps > thead > tr > th {
        border-top: 0px solid #777;
    }

    .crmlistcolumn #tblapps > tft1 > tr > td,
    .crmlistcolumn #tblapps > tft1 > tr > th {
        border-bottom: 1px solid #777;
    }

    .crmlistcolumn #tblapps {
        border: 1px solid #ccc;
        width: 100% !important;
        margin-left: 0px !important;
        background-color: #fff;
    }

        /*.crmlistcolumn #tblapps tr:nth-child(4n+1) {
            background-color: #f4f4f4;
            color:navy !important;
        }*/

        .crmlistcolumn #tblapps tr:nth-child(4n+1) {
            border-top: 1px solid #ccc;
        }
        .crmlistcolumn #tblapps tr:nth-child(4n+0) td {
            padding-bottom:10px;
        }

.tevenrec {
    background-color: #fafafa;
}
        
.applicant-name a {
    font-weight:bold;
}

.restypebold {
    font-size:12pt;
    color:darkgoldenrod;
    font-weight: bold;
}
