
.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)*/
            }
            
            table.dataTable tbody>tr>td.valign-top{
                vertical-align:top;
            }
            
            
            
            
            table.dataTable p {
                line-height: 1.75em;
                white-space: pre-line;
            }
            
            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;
                
            }
            
            table.dataTable tbody tr.dtrg-group.dtrg-start.dtrg-level-0 td{
                padding-top: 20px;
                padding-bottom: 20px;
                font-size: 1.66rem;
                letter-spacing: -0.04em;

            }
            
            table.dataTable tbody tr.dtrg-group.dtrg-start.dtrg-level-1 td{
                font-size: 1.2rem;
                letter-spacing: -0.04em;
                font-weight:600;
            }
            
            
            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;
            }
            
            
            
            table.inner-table tr{
                border: none !important;
                cursor: text;
            }
            
            table.inner-table tr td {
                background: white;
              border: none !important;
              padding: 4px 20px 4px 0 !important;
                 font-size: .95rem;
             /* color: grey;*/
            }
            
            .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;
            }
            
            .filter-tab{
                display:none;
            }
            
            
            .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;
            }
            
            
            /* Search panes */ 
            
            div.dtsp-columns-5{ min-width:19.9%; max-width:19.9%; border-left:1px solid #e0e0e0;}
            div.dtsp-columns-5:first-child{ min-width:39.9%; max-width:39.9%; border:0;}
            div.dtsp-panesContainer{font-family:inherit; border:0; border-radius:0; padding:0;}
            div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper{ border-radius:0; border:0px;}
            div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper:hover{ border:0px;}
            table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected{background:transparent; font-weight:bold; color:black;}
                


