.required:after,.required_field:after{ content: ' * '; color: red; } .italic{ font-style: italic; } .bold{ font-weight: bold; } .underline{ text-decoration: underline; } .fl { float: left; } .fr { float: right; } .fnone { float: none !important; } .tc { text-align: center; } .tl { text-align: left; } .tr { text-align: right; } .nobg { background: none !important; } .vt{ vertical-align: top; } .vm{ vertical-align: middle; } .vb{ vertical-align: bottom; } .margin_top_10{ margin-top: 10px; } .margin_top_20{ margin-top: 20px; } .margin_bottom_10{ margin-bottom: 10px; } .margin_bottom_20{ margin-bottom: 20px; } .width100p{ width: 100%; } .datatable tr:hover{ background-color: #eee; } .margin0 { margin: 0; } .padding0 { padding: 0; } .error_message, .message { color: red; font-size: 12px; } img { max-width: 100%; max-height: 100%; } .inline { display: inline; } .inline_block { display: inline-block; } .datatable td{ padding: 5px; } a:focus, a:hover{ text-decoration: none; } table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{ bottom: 5px !important; } .datatable td, .datatable th{ border: 1px solid #ccc; padding: 5px; } .datatable th{ white-space: nowrap; } /*.form_label{ margin-bottom: 10px; }*/ .nowrap{ white-space: nowrap; } .width1px{ width: 1px; } .pointer { cursor: pointer; } .checkbox_position_fix{ position: relative; top: 3px; } .form_text_padding{ padding-top: 7px; } .language_dropdown li.active a, .language_dropdown li.active a:hover{ color: #fff !important; background-color: #3c8dbc !important; }