iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://www.dot.ca.gov/css/sitecore-forms.css
.forms-required { font-weight: normal; margin-bottom: 20px; } .forms abbr[class="required"] { border-bottom: 0; color: #0066BA; font-weight: normal; text-decoration: none; } @media (min-width: 768px) { .forms abbr[class="required"] { font-size: 150%; } } .forms label, .forms input[type="submit"] { margin-top: 20px; } .forms label { display: block; margin-bottom: 5px; } .forms .form-control:not(select) { border: 1px solid rgba(0, 0, 0, 0.25); -webkit-box-shadow: inset 0 0.125em 0 0 rgba(0, 0, 0, 0.05); box-shadow: inset 0 0.125em 0 0 rgba(0, 0, 0, 0.05); padding: 0.5em 0.75em; } .forms input[type="text"], .forms input[type="password"], .forms input[type="number"], .forms input[type="email"], .forms input[type="tel"], .forms input[type="date"], .forms select { display: block; width: 100%; height: 41px; padding: 6px 12px; font-size: 18px; line-height: 1.5; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: none; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; height: 40px; } .forms input[type="text"]:focus, .forms input[type="password"]:focus, .forms input[type="number"]:focus, .forms input[type="email"]:focus, .forms input[type="tel"]:focus, .forms input[type="date"]:focus, .forms select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .forms input[type="text"]::-moz-placeholder, .forms input[type="password"]::-moz-placeholder, .forms input[type="number"]::-moz-placeholder, .forms input[type="email"]::-moz-placeholder, .forms input[type="tel"]::-moz-placeholder, .forms input[type="date"]::-moz-placeholder, .forms select::-moz-placeholder { color: #999; opacity: 1; } .forms input[type="text"]:-ms-input-placeholder, .forms input[type="password"]:-ms-input-placeholder, .forms input[type="number"]:-ms-input-placeholder, .forms input[type="email"]:-ms-input-placeholder, .forms input[type="tel"]:-ms-input-placeholder, .forms input[type="date"]:-ms-input-placeholder, .forms select:-ms-input-placeholder { color: #999; } .forms input[type="text"]::-webkit-input-placeholder, .forms input[type="password"]::-webkit-input-placeholder, .forms input[type="number"]::-webkit-input-placeholder, .forms input[type="email"]::-webkit-input-placeholder, .forms input[type="tel"]::-webkit-input-placeholder, .forms input[type="date"]::-webkit-input-placeholder, .forms select::-webkit-input-placeholder { color: #999; } .forms input[type="text"]::-ms-expand, .forms input[type="password"]::-ms-expand, .forms input[type="number"]::-ms-expand, .forms input[type="email"]::-ms-expand, .forms input[type="tel"]::-ms-expand, .forms input[type="date"]::-ms-expand, .forms select::-ms-expand { border: 0; background-color: transparent; } .forms input[type="text"][disabled], .forms input[type="password"][disabled], .forms input[type="number"][disabled], .forms input[type="email"][disabled], .forms input[type="tel"][disabled], .forms input[type="date"][disabled], .forms select[disabled], .forms input[type="text"][readonly], .forms input[type="password"][readonly], .forms input[type="number"][readonly], .forms input[type="email"][readonly], .forms input[type="tel"][readonly], .forms input[type="date"][readonly], .forms select[readonly], fieldset[disabled] .forms input[type="text"], fieldset[disabled] .forms input[type="password"], fieldset[disabled] .forms input[type="number"], fieldset[disabled] .forms input[type="email"], fieldset[disabled] .forms input[type="tel"], fieldset[disabled] .forms input[type="date"], fieldset[disabled] .forms select { background-color: #ddd; opacity: 1; } .forms input[type="text"][disabled], .forms input[type="password"][disabled], .forms input[type="number"][disabled], .forms input[type="email"][disabled], .forms input[type="tel"][disabled], .forms input[type="date"][disabled], .forms select[disabled], fieldset[disabled] .forms input[type="text"], fieldset[disabled] .forms input[type="password"], fieldset[disabled] .forms input[type="number"], fieldset[disabled] .forms input[type="email"], fieldset[disabled] .forms input[type="tel"], fieldset[disabled] .forms input[type="date"], fieldset[disabled] .forms select { cursor: not-allowed; } textarea.forms input[type="text"], textarea.forms input[type="password"], textarea.forms input[type="number"], textarea.forms input[type="email"], textarea.forms input[type="tel"], textarea.forms input[type="date"], textarea.forms select { height: auto; } .forms textarea { display: block; width: 100%; height: 41px; padding: 6px 12px; font-size: 18px; line-height: 1.5; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: none; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; height: inherit; } .forms textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .forms textarea::-moz-placeholder { color: #999; opacity: 1; } .forms textarea:-ms-input-placeholder { color: #999; } .forms textarea::-webkit-input-placeholder { color: #999; } .forms textarea::-ms-expand { border: 0; background-color: transparent; } .forms textarea[disabled], .forms textarea[readonly], fieldset[disabled] .forms textarea { background-color: #ddd; opacity: 1; } .forms textarea[disabled], fieldset[disabled] .forms textarea { cursor: not-allowed; } textarea.forms textarea { height: auto; } .forms input[type="date"] { width: inherit; } .forms select[size] { height: inherit; -webkit-appearance: menulist-textfield; width: inherit; } .forms input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; margin-right: 10px; } .forms input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; margin-right: 10px; } .forms input[type="submit"] { display: inline-block; margin-bottom: 0; font-weight: 600; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 18px; line-height: 1.5; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #fff; background-color: #0066BA; border-color: transparent; border-radius: 0; } .forms input[type="submit"]:focus, .forms input[type="submit"]:active:focus, .forms input[type="submit"].active:focus, .forms input[type="submit"].focus, .forms input[type="submit"]:active.focus, .forms input[type="submit"].active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .forms input[type="submit"]:hover, .forms input[type="submit"]:focus, .forms input[type="submit"].focus { color: #fff; text-decoration: none; } .forms input[type="submit"]:active, .forms input[type="submit"].active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .forms input[type="submit"].disabled, .forms input[type="submit"][disabled], fieldset[disabled] .forms input[type="submit"] { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.forms input[type="submit"].disabled, fieldset[disabled] a.forms input[type="submit"] { pointer-events: none; } .forms input[type="submit"]:focus, .forms input[type="submit"].focus { color: #fff; background-color: #004a87; border-color: rgba(0, 0, 0, 0); } .forms input[type="submit"]:hover { color: #fff; background-color: #004a87; border-color: rgba(0, 0, 0, 0); } .forms input[type="submit"]:active, .forms input[type="submit"].active, .open > .dropdown-toggle.forms input[type="submit"] { color: #fff; background-color: #004a87; border-color: rgba(0, 0, 0, 0); } .forms input[type="submit"]:active:hover, .forms input[type="submit"].active:hover, .open > .dropdown-toggle.forms input[type="submit"]:hover, .forms input[type="submit"]:active:focus, .forms input[type="submit"].active:focus, .open > .dropdown-toggle.forms input[type="submit"]:focus, .forms input[type="submit"]:active.focus, .forms input[type="submit"].active.focus, .open > .dropdown-toggle.forms input[type="submit"].focus { color: #fff; background-color: #003663; border-color: rgba(0, 0, 0, 0); } .forms input[type="submit"]:active, .forms input[type="submit"].active, .open > .dropdown-toggle.forms input[type="submit"] { background-image: none; } .forms input[type="submit"].disabled:hover, .forms input[type="submit"][disabled]:hover, fieldset[disabled] .forms input[type="submit"]:hover, .forms input[type="submit"].disabled:focus, .forms input[type="submit"][disabled]:focus, fieldset[disabled] .forms input[type="submit"]:focus, .forms input[type="submit"].disabled.focus, .forms input[type="submit"][disabled].focus, fieldset[disabled] .forms input[type="submit"].focus { background-color: #0066BA; border-color: transparent; } .forms input[type="submit"] .badge { color: #0066BA; background-color: #fff; } .forms select, .forms textarea, .forms input { border-radius: 0; } @media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 414px) { .forms select, .forms textarea, .forms input { font-size: 16px; font-size: 1rem; } } .field-validation-error { color: #B70000 !important; font-weight: bold !important; }