﻿/* Fix issues caused by base.css */
/*
input[type="text"], input[type="email"], input[type="password"], textarea {border:2px solid #e2e2e2; border-radius:4px; color:#a0a0a0; font-family:Tahoma, Geneva, sans-serif; font-size:12px; height:23px; line-height:23px; padding:0 10px; width:215px;}
input[type="text"], input[type="email"], input[type="password"], textarea { height: auto; width: auto; color: #00f; font-weight: bold; }
input[type="text"], input[type="email"], input[type="password"] { -webkit-border-radius: 4px; -moz-border-radius: 4px; }
input[type="text"]:focus, input[type="email"], input[type="password"]:focus { background-color: #ffd; }
input[type="button"], input[type="submit"] { color: #fff; background-color: #8e040c; margin: 8px 0 8px 8px;font-family: Tahoma, sans-serif; font-size: 9pt;}
#search input[type="submit"] { margin: auto;}
input[type="checkbox"]:hover,
input[type="radio"]:hover { }
input[type="button"]:hover, 
input[type="submit"]:hover { color: #ff0; background-color: #00F; }

td { vertical-align: auto; }

h1, #master.level_2 h1 { font-size: 24pt; }
h2 { font-size: 14pt; font-family: Arial, Helvetica, sans-serif; }
h3 { font-size: 12pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }


.ui-dialog .ui-dialog-titlebar-close span { margin: -8px 0 0 -8px; }
.ui-widget, .ui-widget .ui-widget { font-size: 1em; }

a { color: #266273;  }
.EditForm a { color: #00f;font-weight: bold; }

.EditForm a[disabled='disabled'] { color: #666;font-weight: normal; }

input[type="file"]:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
textarea:disabled {background-color: #ddd; color: #666; font-weight: bold;  }
.EditForm a[disabled="disabled"]  { color: #666!important; font-weight: bold;  }
td.locked { background-color: #ddd; }

.error { color: red; }
    */

form#mainForm {
    width: initial;
    max-width: initial;
}

h2 { font-size: 18pt; font-weight: bold}