<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* h1.page-title{
    padding-top: 0 !important;
}
 */
 .abc-select{
    border-radius: 4px;
}

/* June 10th, 2020 - Hana Kolackova
                   - add code to disable plugin formating of the table which was added after the plugin was updated */

 .ui-corner-all .ui-corner-top .ui-corner-right .ui-corner-tr {
     border-top-right-radius: 0px; 
 }
 .ui-corner-all .ui-corner-top .ui-corner-left .ui-corner-tl {
     border-top-left-radius: 0px;
 }
 .ui-widget-header {
     border: 0px!important;
 }
 .fg-toolbar .ui-toolbar .ui-widget-header .ui-helper-clearfix .ui-corner-tl .ui-corner-tr {
     background: white!important;
 }

 thead th{
    background-color: white!important;
    background-image: none!important;
 }

.ui-state-default th{
    background-image: none!important;
    
}
.ui-widget-header{
    background: white!important;

}
div.dataTables_scrollHead table.dataTable{
    margin: 0 auto!important;
}
div.dataTables_scrollHead.ui-state-default{
    margin: 0 auto!important;
    border:none!important;
    background: none!important;
}

a.et_pb_button.btn-disabled {
    background: #cecece;
    border-color: #cecece;
    pointer-events: none;
    outline:none;
}



#forms-by-app-type th:nth-child(1),
#forms-by-app-type td:nth-child(2),
#forms-by-app-type td:nth-child(3) {
    background-color: inherit; 
    border-right: 1px solid #ddd;
}

#forms-by-app-type td:nth-child(2) {
    background-color: white; 
}

#forms-by-app-type td:nth-child(3) {
    background-color: #f9f9f9ed!important;
   
}

#forms-by-app-type th:nth-child(1) {
    background-color: #f9f9f9ed!important;
    
}

#forms-by-app-type tr:nth-child(even) td:nth-child(3) {
    background-color: #f9f9f9ed; /* Light grey background for fourth column */
}

#forms-by-app-type tr:nth-child(even) td:nth-child(2) {
    background-color: #f9f9f9ed; /* Light grey background for fourth column */
}

/* Style only the header (first th in the first row) */
#forms-by-app-type thead th:nth-child(1) {
    background-color: #eee !important; /* Header in first column */
}

/* Style even rows in the first column */
#forms-by-app-type tbody tr:nth-child(even) td:nth-child(1) {
    background-color: #f9f9f9ed; /* Light grey background for even rows in the first column */
}



#forms-by-app-type tr:nth-child(even) td:nth-child(4) {
    background-color: #f9f9f9ed; /* Light grey background for fourth column */
}

#forms-by-app-type {
    border-left: none;
    border-right: none;
    border-collapse: inherit; 
    width: 100%; 
    display: block;
    /*hide for no-scrolling*/
    max-height: 580px; 
    overflow-y: auto;  
}

/*hide for no-scrolling*/ 
 #forms-by-app-type thead {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;  
}

#forms-by-app-type thead tr th{
    border-bottom: 1px solid #222222!important;
    background-color: #eee!important;
      
}

#forms-by-app-type th, 
#forms-by-app-type td {
    border-left: none;
    border-right: none;
    color:#000!important;
    
}

#forms-by-app-type tr:nth-child(even) th {
    background-color: #f9f9f9ed !important;
}

/* Mobile responsive view */
@media screen and (max-width: 768px) {

    #forms-by-app-type td {
        padding-top: 10px;  /* Adds space at the top of each cell */
        padding-bottom: 10px;  /* Adds space at the bottom of each cell */
    }
    
    #forms-by-app-type {
        display: block; 
        width: 100%;
        overflow-y: hidden; /* Disable vertical scrolling on mobile */
        max-height: none;    
    }

    #forms-by-app-type th:nth-child(1),
    #forms-by-app-type td:nth-child(2),
    #forms-by-app-type td:nth-child(3){
        border-right: none;

}

    #forms-by-app-type tr {
        display: flex;
        flex-wrap: wrap; /* Allow wrapping of content for each row */
        margin-bottom: 1rem;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #forms-by-app-type td {
        display: flex;
        flex: 1 0 100%; 
        padding-bottom: 10px;
        box-sizing: border-box;
        position: relative;
        padding-left:10px;
    }

    /* Label each cell with the appropriate header name */
    #forms-by-app-type td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: bold;
        color: #333;
    }

    /* Repeat the table header as a label inside each table cell */
    #forms-by-app-type th {
         /* Hide the original header */
         display:block;
         padding-left:10px;
    }

    
    #forms-by-app-type td:nth-child(2) {
        background-color: #f9f9f9ed!important; /* Retail License */
        padding-top: 35px; /*Description  */
    }

    #forms-by-app-type td:nth-child(3) {
        background-color: #f9f9f9ed!important; /* Non-Retail License  */
        padding-top: 35px; /*Description  */
    }
    #forms-by-app-type td:nth-child(4) {
        padding-top: 35px; /*Description  */
    }

    /* Remove borders for cells */
    #forms-by-app-type th, 
    #forms-by-app-type td {
        border: none;
    }

    #forms-by-app-type tr:nth-child(odd) td:nth-child(1) {
        background-color: #f9f9f9ed; 
    }

    #forms-by-app-type tr:nth-child(even) td:nth-child(4) {
        background-color: white; 
    }

    #forms-by-app-type tr:nth-child(even) td:nth-child(3) {
        background-color: #f9f9f9ed; 
    }

    #forms-by-app-type tr:nth-child(even) td:nth-child(2) {
        background-color: #f9f9f9ed;
           
    }

    #forms-by-app-type thead {
        position: static;
        display: none; 
    }
    
      #forms-by-app-type tr {
        display: block; 
        width: 100%;
      }
    
      #forms-by-app-type td {
        position: relative;
        text-align: left;
        margin-bottom: 10px;
      }
    
      
      #forms-by-app-type td::before {
        content: attr(data-label); /* Display the value of the data-label attribute */
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: bold;
        /* text-transform: uppercase;  */
      }
    
      #forms-by-app-type td a {
       
        display: contents; 
        margin-top: 30px; 
      }
        
    
      #forms-by-app-type th::before {
        content: attr(data-label); 
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: bold;
        /* text-transform: uppercase;  */
      }
    
      #forms-by-app-type tr th {
        background-color: #f9f9f9ed !important;
        width:100%;
        margin-bottom: 10px;
    }
}

/* Alert box */
#banner {
    font-size: 16px;
    padding: 15px 30px;
    position: fixed;
    top: 10px;
    margin-left: 15px;
    margin-right: 10px;
    max-width: 1500px;
    width:98%;
    background-color: #323a45;
    /* background-color: #3C5C6D; */
    color: #fff;
    /* color: black; */
    font-size: 16px;
    text-align: left;
    z-index: 9999;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    /* opacity: 1; */
    display: none; /* Initially hide the banner */
    /* border-bottom:#fbad23 4px solid; */
   
}

#banner p {
    font-size: 18px;
    display: inline;
    padding-right:50px; 
}

#banner p a:hover {
    font-size: 18px;
    display: inline; 
    color: #fbad23;
}

.learn-more {
    display: none; /* Hide the link by default */
    color: #fbad23;
    padding-left: 5px;
    font-size: 18px;

    
}

/* If the alert link is present, show the link */
#banner .learn-more {
    display: inline; /* Show the link */
}

/* Close button style */
.close-btn {
    position: absolute; 
    top: 40%; 
    right: 10px; 
    transform: translateY(-50%); 
    background: none; 
    border: none; 
    font-size: 30px; 
    cursor: pointer; 
    margin-right:10px;
}

.close-btn:hover {
    color: #fbad23;
}

.alert-icon {
    font-size: 20px; 
    color: #ffcc00;  
    margin-right: 15px; 
    vertical-align: middle; 
}
.warning{
    padding-right:5px;
    font-weight:bold;
    font-size: 18px;

}

/* responsive design */
@media (max-width: 600px) {
    .banner {
        font-size: 14px;
        width:93%;
        padding-right:10px;
        top:0px!important;
        margin:5px!important;
        
    }
    .alert-icon{
        display:none;
    }
    .close-btn {
        top: 10%;
        color: #fbad23;
        font-size:40px;
    }
    #banner p{
        font-size:25px;
    }
    .warning{
        display:none;
    }
    .learn-more{
        font-size:25px;
    }
    
}




</pre></body></html>