
.row.program-header{
                width:100%;
                margin-bottom:0;
            }
.definition{
line-height: 1.75em;
}




table.dataTable>tbody>tr {
    transition: .6s background;
    cursor: pointer;
}

table.dataTable>tbody>tr.dtrg-group{
    cursor: auto;
}

table.dataTable td{
    font-size: inherit;
    border-radius:0;
}

table.dataTable thead{
    display: none;
}
/*
table.dataTable th{
    border-radius: 0;
    font-size: 14px;
    font-weight: 200 !important;
    color: gray;
}
*/

table.dataTable tbody>tr>td {
    line-height: 1.2em;
    /*padding: 16px 10px;*/
    vertical-align:baseline;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-weight: 300;
}





table.dataTable tbody>tr>td.valign-top{
    vertical-align:top;
}


table.dataTable tbody tr.dtrg-group.dtrg-start td {
    background: #ffffff;
    border: none;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 0;
    padding-right: 0;
    font-weight: normal;

    
}

table.dataTable tbody tr.dtrg-group.dtrg-start.dtrg-level-0 td{
    padding: 1.12rem .5rem;
    font-size: calc(1rem + .6vw);
    letter-spacing: -0.01em;
    font-weight: normal;

}

table.dataTable tbody tr.dtrg-group.dtrg-start.dtrg-level-1 td{
    font-size: calc(1rem + .1vw);
    letter-spacing: -0.01em;
    font-weight:400;
    border-bottom: 1px solid var(--bs-gray);
    padding-left: .5rem;
    padding-right: .5rem;
}


@media (max-width: 576px) { 
    table.dataTable tbody>tr>td {
        padding: .5rem 0 .5rem 1rem;
    }
    table.dataTable tbody tr.dtrg-group.dtrg-start.dtrg-level-0 td,
    table.dataTable tbody tr.dtrg-group.dtrg-start.dtrg-level-1 td{
        padding-left: 0px;
        padding-right: 0px;
    }
}


table.dataTable tr.dtrg-group.dtrg-end td {
    background: white;
    /*font-size: 8px;*/
    text-align: right;
    font-weight: normal;
    color: #e0e0e0;
    padding-bottom: 10px;
    border:none;
    /*border-top: 1px solid #aeb2b6;*/
}


table.dataTable tbody td.small {
        color: grey;
        font-size: .9rem;
        max-width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-weight:300;
    }
    
    table.dataTable tbody td.w30{    width: 1.5rem;}
table.dataTable tbody td.w50{    width: 2.5rem;}
table.dataTable tbody td.w70{    width: 4rem;}
table.dataTable tbody td.w100{   width: 5rem;}   

table.dataTable tbody td.child .small {
    color: #a8a8a6;
}


table.dataTable tbody td.child {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 7px;
}


table.dataTable tbody>tr>td.td-button {
    padding: 4px 10px;
    vertical-align:middle;
    min-width:150px;
    text-align:right;
}


table.dataTable tbody tr.parent td {
    border-bottom: none;
}

table.dataTable tbody tr.parent:hover{
    background: white;
}

table.dataTable tbody tr.parent td.title{
    font-weight: bold;
}





.form-verif i.tiny {
    font-size: 1.2rem;
    line-height: 1.2em;
}

.dataTables_filter{
    display:none;
}




.dataTables_wrapper .dataTables_paginate .paginate_button {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    margin-left: 4px;
    display: inline-block;
    font-size: .9rem;
    line-height: 30px;
    box-shadow:none;
    background:none;
    border: none;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    box-shadow:none;
    background:none;
    border: none;
    text-decoration: underline !important;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        box-shadow:none;
    background:none;
    border: none;
        font-weight:bold;
        
    }







table.dataTable tr td.details-control{
    
    /*background: #fff;*/
    /*! font-size: 48px; */
    font-weight: 400;
    color: #62b0df;
    position: relative;
    transition: all 0.5s ease 0s;
}

table.dataTable td.details-control:before,
table.dataTable .parent td.details-control:before{
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 30px;
    color: #62b0df;
    position: absolute;
    top: 16px;
    right: 0px;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}
table.dataTable td.details-control:before{
    color: #dcdcdc;
    transform: rotate(0);
    font-size: 18px;
    right: 6px;
}
table.dataTable td.details-control:after{
    content: "";
    width: 0px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    right: 55px;
}

table.dataTable.hover tbody tr:hover td.details-control:before,
table.dataTable.display tbody tr:hover td.details-control:before {
        color: #62b0df !important;
}



.help-tab h3{
    font-weight: 700;
}

nav .input-field .label-icon i{
    color:#ddd;
}

nav .select-wrapper + label {
    top: -26px;
}

nav .input-field label.active i{
    color:#2196F3;
}

nav  .input-field input[type=search]{
    width:100%;
    margin-bottom:0;
}

.input-field input[type=search]:focus:not(.browser-default) {
        background-color: #eee;
        border-bottom: 2px;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #444;
        margin:0;
}


    

#actionplanTable_info {
  font-size: small;
  line-height: 2rem;
  color: gray;
}

.dropdown-menu .form-select {
    max-width:480px;
    width: 100%;
}

.actionplan-menu{
    position: sticky;
    top: 58px;
    z-index: 10;
}

td.icon.new::before, td.icon.updated::before {
        font-family: 'Fontawesome';
        content: "\f069";
        font-size: 10px;
        color: var(--bs-yellow);
        margin-left: -14px;
        position: absolute;
      }
      
  td.icon.updated::before {
      color: var(--bs-gray-400);
  }


