/*** Adjustments and fixes of CS ***/
body {
    font: normal normal normal 75%/160% Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
    width: 100%;
    max-width: 100%;
}
a.button {
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
}
table.display {
    border-collapse: separate;
}
fieldset > legend {
    border: none;
    font-weight: normal;
}
.message {
    padding: 5px 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#wrapper > section > aside {
    width: 165px;
}
#wrapper > section > section {
    left: 216px;
}
.container_12 {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}
.form .form-input textarea {
    width: 25em;
}
tr.details {
    background-color: #f1f1f1;
}
/*** hfsoftware settings ***/
.breadcrumbs {
    font-size: 1.2em;
    line-height: 1;
}
.breadcrumb-sep {
    font-size: 60%;
    padding: 0 3px 0 3px;
}
#wrapper > header > h1 {
   width: inherit;
}
#footer {
    color: #a7a7a7;
    font-size: 0.7em;
    position: absolute;
    bottom: 0px;
    padding-left: 0.3em;
}
.actions-pane {
    margin-bottom: 6px;
}
a.action-link, a.download-link {
    display: block;
    text-align: center;
}
a.add-link, a.add-link:hover {
    padding-left: 17px;
    background: url('../images/icon_addlink.gif') no-repeat 3px center;
}
a.upload-link, a.upload-link:hover {
    padding-left: 17px;
    background: url('../images/icon_upload.png') no-repeat 3px center;
}
th.col-6p {
    width: 6%;
}
th.col-7p {
    width: 7%;
}
th.col-8p {
    width: 8%;
}
th.col-9p {
    width: 9%;
}
th.col-10p {
    width: 10%;
}
th.col-12p {
    width: 12%;
}
th.col-14p {
    width: 14%;
}
th.col-15p {
    width: 15%;
}
th.col-16p {
    width: 16%;
}
th.col-17p {
    width: 17%;
}
th.col-18p {
    width: 18%;
}
th.col-20p {
    width: 20%;
}
th.col-23p {
    width: 23%;
}
th.col-25p {
    width: 25%;
}
th.col-30p {
    width: 30%;
}
th.col-40p {
    width: 40%;
}
th.col-50p {
    width: 50%;
}
th.col-edit {
    width: 5.2%;
}
th.col-deactivate, th.col-reactivate, th.col-delete {
    width: 8.5%;
}
th.checkbox-column {
   text-align: center;
   width: 1.2em;
}
.list_filter {
    width: 100%;
    height: 2em;
    margin-bottom: 1em;
}
.list_filter .searchbox {
    float: right;
}
div.firm-name-bold {
    font-weight: bold;
}
.nav_pagination {
    margin-top: 0.5em;
    float: right;
}
span.disabled {
    color: #909090;
}
table.display td.object-details {
    padding: 1em 2em;
    border: 1px dotted #C0C0C0;
}
span.fld-label {
    display: block;
    float: left;
    width: 15em;
    font-weight: bold;
}
.contact {
    margin-left: 1.2em;
}
.explanation {
    color: #a9a9a9;
}
/*** Form ***/
form .form-input input[type="text"].vCharField20,
form .form-input input[type="text"].vCharField30,
input[type="text"].vCharField20, 
input[type="text"].vCharField30 {
    width: 15em;
}
form .form-input input[type="text"].vCharField40,
form .form-input input[type="text"].vCharField50,
form .form-input input[type="text"].vCharField60,
form .form-input input[type="text"].vCharField100,
form .form-input input[type="text"].vCharField255,
form .form-input input[type="text"].vURLField,
form .form-input input[type="text"].vEmailField,
input[type="text"].vCharField40,
input[type="text"].vCharField50,
input[type="text"].vCharField60,
input[type="text"].vCharField100,
input[type="text"].vCharField255,
input[type="text"].vURLField,
input[type="text"].vEmailField {
    width: 25em;
}
form .form-input input[type="text"].vCharField3,
input[type="text"].vCharField3 {
    width: 3em;
}
form .form-input input[type="text"].vDateField,
input[type="text"].vDateField {
    width: 7em;
}
input[type="text"].vDecimalField3,
form .form-input input[type="text"].vDecimalField5,
input[type="text"].vDecimalField5,
form .form-input input[type="text"].vIntegerField {
    width: 5em;
}
form .form-input input[type="text"].vDecimalField6,
input[type="text"].vDecimalField6 {
    width: 5em;
}
form .form-input input[type="text"].vDecimalField12,
input[type="text"].vDecimalField12 {
    width: 8.5em;
}
form .form-input .vModelChoiceField,
form .form-input .vTypedChoiceField,
form .form-input .vChoiceField,
.vModelChoiceField,
.vTypedChoiceField,
.vChoiceField {
    min-width: 15em;
}
form .form-input input[type="text"].vIntegerField3,
input[type="text"].vIntegerField3 {
    width: 3em;
}
.form .day-label {
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 260px;
    text-align: right;
    vertical-align: text-bottom;
    margin-right: 0.4em;
}
.form select.time-select {
    width: 4.5em;
}
.form label.time-select {
    font-size: 12px;
    font-weight: bold;
    vertical-align: text-bottom;
    padding: 0 0.5em 0 0.5em;
}
.form .form-row {
    height: 26px;
    margin: 2px 0 25px 0;
}
.form-row em {
    color: red;
}
.form-item-error ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.form-item-error, .form-item-error li, .error-message {
    color: red;
}
.form-item-warning {
    color: #c958f8;
}
.time-select-error {
    margin-left: 246px;
}
.form .form-readonly-field {
    margin-left: 10px;
}
.form .form-readonly-field-row {
    margin: 2px 0 25px 0;
}
.back-to-list {
    margin-top: 10px;
    margin-left: 210px;
}
.back-to-list a {
    font-size: 1em;
}
table.detail-table {
    border-collapse: collapse;
    width: 50%;
    border: 1px solid #D0D0D0;
}
table.detail-table td {
    padding: 5px;
}
table.detail-table tr {
    border-bottom: 1px solid #e4e4e4;
}
table.formset-table tr {
    height: 2.5em;
}
table.formset-table tr td select {
    width: 20em;
}
table td.right, table th.right {
    text-align: right;
}
a.delete-row {
    margin-left: 1em;
}
.mt1 {
    margin-top: 1em;
}
.mt2 {
    margin-top: 2em;
}
.ml1 {
    margin-left: 1em;
}
.field-row {
    margin-bottom: 15px;
}
.field-label {
    width: 260px;
    font-size: 12px;
    font-weight: bold;
    float: left;
    text-align: right;
    margin-right: 12px;
}
.field-value-remarks {
    float: left;
    width: 50%;
}
#id_query {
    width: 40em;
}
.form-row {
   padding: 1em 0 1em 0;
   border-bottom: 1px solid #e7e7e7;
}
.left-aligned label {
    display: block;
    float: left;
    width: 20em;
    font-weight: bold;
}
.left-aligned label.checkbox-label {
    display: inline;
    float: none;
    font-weight: normal;
}
.radio-button {
    margin-left: 1em;
}
.radio-button-label {
    padding-left: 0.5em;
}
.tab-action-row {
    margin-left: 273px;
}
.filelink {
    background: url("/static/images/page.png") no-repeat;
    padding: 3px 0 3px 18px;
}
.attachmentlink {
    background: url("/static/images/attach.png") no-repeat;
    padding: 0 3px 0 18px;
}
.dirlink {
    background: url("/static/images/folder.png") no-repeat;
    padding-left: 18px;
}
.tab-top-pane {
    height: 25px;
    padding-bottom: 6px;
}
/*** Doc type form ***/
form.doc-type-form fieldset {
    padding: 0 0 1em 1em;
}
form.doc-type-form legend {
    padding: 0.2em;
    font-weight: bold;
}
form.doc-type-form label.frm-label,
#id_doc_type_r_frm label {
    display: block;
    float: left;
	width: 18em; 
	margin-right: 1em;
	text-align: left;
}
form.doc-type-form .ro-field-label {
    display: inline-block;
	width: 14em; 
	margin-left: 1em;
	margin-right: 1em;
	text-align: left;
}
form.doc-type-form .frm-row {
    margin: 0.5em;
}
form.doc-type-form .chkbox {
    display:inline-block;
    width:16em;
    height:20px;
    vertical-align:middle;
}
form .radio-choices ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
form .radio-choices ul li {
    padding: 0.5em 0.5em 0.5em 0;
}
form.doc-type-form .radio-choices-horizontal ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}
form.doc-type-form .radio-choices-horizontal ul li {
    display: inline;
    padding: 0.5em;
}
form.doc-type-form .chkbox-label {
    display:inline-block;
    width:35em;
    height:20px;
    vertical-align:middle;
}
.ro-fields {
    border: 1px solid #bbbbbb;
}
/*** Doc result form ***/
form.doc-rslt-form label.frm-label, form.doc-rslt-form .ro-field-label {
    display: block;
    float: left;
	width: 7em; 
	text-align: left;
}
form.doc-rslt-form .frm-row {
    margin: 1em 0;
}
textarea#id_text {
    width: 50em;
    height: 30em;
    max-width: inherit;
}
.frm-error-message ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.frm-error-message {
    padding-left: 19em;
    color: red;
}
#tbl_order_items {
    border-collapse: collapse;
}
#tbl_order_items td {
    border: 1px solid #d1d1d1;
}
#id_misc1_description,
#id_misc2_description,
#id_misc3_description,
#id_misc4_description,
#id_misc5_description {
    width: 100%;
}
.form-item-error-inline ul.errorlist {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.form-item-error-inline li {
    display: inline;
    color: red;
}
table.display > tbody > tr > td a.blk {
    display: block;
    width: 100%;
}
input:disabled {
    background: #ccc;
    opacity: 1;
}
.text-center {
    text-align: center;
}
a.transactions-page-link.previous {
    margin-right: 2em;
}
a.transactions-page-link.next {
    margin-left: 2em;
}
a.transactions-page-link.page {
    padding: 0 0.3em;
    margin: 0 0.1em;
}
span.transactions-page-non-link {
    margin: 0 0.4em;
}
table.transactions-date-filter {
    border-collapse: separate;
    margin: 10px 0;
}
table.transactions-date-filter > tbody > tr > td {
    padding: 5px 0px 5px 5px;
}