body, html {
        /*background-color: blanchedalmond;*/
        background-color: white;
    }
    
    /** login **/
    
    .gradient-custom-2 {
        /* fallback for old browsers */
        background: #fccb90;
        
        /* Chrome 10-25, Safari 5.1-6 */
        background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
        
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    }
        

    .is-breakable {
        word-break: break-word;
    }
         
    
    .table-striped>tbody>tr:nth-of-type(odd){
            --bs-table-accent-bg: #FFD5CD;
            /*color:#FFFBF6;*/
            color:#070400;
    }
       
    #dtCnvDragen th, td {
            white-space: nowrap;
    }
    
    #dtCnvDragenSummary th, td {
            white-space: nowrap;
    }
    
    #dtCnvDragenGenes th, td {
            white-space: nowrap;
    }
    
    
    #dtDeletionsGeneCounts th, td {
            white-space: nowrap;
    }
    
    #dtDeletionsPerPerson th, td {
            white-space: nowrap;
    }
    
    #dtDeletionsPassingFilters th, td {
            white-space: nowrap;
     }
    
    #dtGWAS th, td {
            white-space: nowrap;
     }
    
    select.filter_font {
    
            font-size: 70%;
    }
    
    
    select.custom_search_font {
    
            font-size: 70%;
    }
    
    
       
     /* data table */   
    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc_disabled:after,
    
    table.dataTable thead .sorting_desc_disabled:before {
                bottom: .5em;
    }  
    
    .dataTables_info { display: block; }
    .dataTables_filter { display: none; }


    @media (min-width: 768px) {
        .gradient-form {
        height: 100vh !important;
        }
    }
       
    @media (min-width: 769px) {
        .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
        }
    }
    
    
             
    
    