﻿/*
    Be careful about defining new names that might exist in the global CSS file (app.css retrieved from http://gov.texas.gov)
*/

/*-------------------------------------
    The following styles were initially part of the ASPX FilmMaster.master file, so inserted into the top of each of our ASPX pages
*/
.requiredcolor {
    color: red;
}

.rblOverride {
    width: auto !important;
}

.m-0 {
    margin: 0;
}

/*-------------------------------------
    The following styles are new for this project
*/

textarea {
    min-height: 73px;
    overflow: hidden;
}

input[type="date"] {
    width: auto;
}

select {
    width: auto;
    min-width: 193px;
}

.number-with-commas {
    width: auto;
    display: inline-block;
}

.phone-number-field {
    width: auto;
}

.zip-code-field {
    width: auto;
}

.explanatory-text {
    font-size: 85%;
    margin-bottom: 0.5em;
}

h2:has(+p.explanatory-text) {
    margin-bottom: 0;
}

ul.indent-list {
    margin-left: 2.5em;
}
