/*
 * @package     Take5 - 13-03-2026 - 12.1
 * @subpackage  P L A Y L I S T  - CSS - 143
 * @copyright   Copyright (C) 2026 Gramsoft Dataware. All rights reserved.
*/

/* Index table */
#rowID {
    font-size: 0.8em;
    width: 32px;
    }

#rowName {
    font-size: 16;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 0;
    } 

#rowBut {
    width: 32px;
    border: none;
    }

/* List of recordings */
#subRowID {
    font-size: 0.8em;
    width: 32px;
    }

#subRowName {
    font-size: 16;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 0;
    } 

#subRowDesc {
    font-size: 16;
    overflow: hidden;
    text-align: right;
    width: 100%;
    max-width: 0;
    }

#subRowBut {
    width: 32px;
    border: none;
    }

/* Subform containing recordings */
div.subpllrec {
    display: block;
    height: 480px;
    width: 360px;
    color: #000;
    background-color: #DDD;
    overflow-y: scroll;
}

/* Main form */
#pllID {
    font-size: 1em;
    font-style: italic;
    text-align: right;
    background: transparent;
    border: none;
    width: 32px;
    }

#pllImage {
    width: 330px;
    height: 330px;
    margin-left: 15px;
    margin-bottom: 15px;
    }

#pllName {width: 270px; font-weight: bold;}
#pllSubName {width: 270px;}
#pllType {width: 100px;}

.BG-lightgreen{background: #CCFFCC;}    /*Colors for Pll-type */
.BG-lightred{background: #FF99CC;}
.BG-turkis{background: #33CCCC;}

#pllCvrID {width: 270px;margin-bottom: 5px;}
#pllSQL {width: 270px;}

#pllUpdated, #pllCreated {
    font-size: 0.75em;
    font-style: italic;
    background: transparent;
    border: none;
    width: 64px;
    }

#pllComment {
    width: 338px;
    height: 92px;
    font-size: 0.9em;
    line-height: 1rem;
    color: #000;
    background-color: #EDF7F9;
    margin: 5px 10px 10px 10px;
    border-style: dashed;
    }
