/*
Copyright (c) 2014 EZL Software LLC, info@ezlsoftware.com
The code contained within this file is copyright to EZL Software LLC.
This code may not be redistributed, resold or released publicly without
the prior written consent of EZL Software LLC. Usage of this code is
strictly under license from the copyright holder, and it may not be
used outside of the holder's discretion.

    Created on : Dec 13, 2014
	Updated on : Dec 30, 2021 - Added no-wrap to th, td
    Author     : bcf
*/

/* +-----------------------+
   | layout_self-licensing |
   +-----------------------+ */
h1#record_header {
    display: block;
    margin: 5% 0% 1% 5%;
    padding-bottom: 0px;
    font-size: 24px;
}

.licensing_block {
    display: block;
    margin-left: 5%;
    margin-bottom: 10em;
}

/* +----------------+
   | license_lookup |
   +----------------+ */
.license_lookup {
    line-height:160%;
    width: 350px;
    clear: both;
}

.license_lookup input {
    width: 100%;
    clear: both;
}

.license_lookup .error {
    color: #FF0000;
    font-size: 0.9em;
}

.license_lookup .norecord {
    color: #0000FF;
    font-size: 1em;
}

/* +-----------------+
   | customer_record |
   +-----------------+ */
.customer_record table {
    width: 100%;
}

.customer_record h2 {
    padding-bottom: 5px;
    font-size: 16px;
}

.customer_record .error {
    color: #FF0000;
    font-size: 0.9em;
}

.customer_record table {
    width: 800px;
}

.customer_record table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

.customer_record th, td {
    padding: 5px;
    text-align: left;
	white-space: nowrap;
}

.customer_record tr {
    line-height: 24px;
}

.customer_record table tr:nth-child(even) {
    background-color: #eee;
}
.customer_record table tr:nth-child(odd) {
   background-color: #fff;
}
.customer_record table th {
    background-color: #646464;
    color: white;
}

/* User license generation form */
.customer_record .license_label {
    width: 205px;
    display:inline-block;
    font-weight: bold;
}

.customer_record input {
    width: 200px;
}

.customer_record input#subbtn {
    width: 100px;
}

.customer_record input#hdidfld {
    width: 150px;
}

/* +----------+
   | tool tip |
   +----------+ */
div.htmltooltip {
    position: absolute; /*leave this and next 3 values alone*/
    z-index: 1000;
    left: -1000px;
    top: -1000px;
    background: #272727;
    border: 10px solid black;
    color: white;
    padding: 3px;
    width: 350px;
    font-size: 0.9em;
}
