a {
  outline: none;
  border: none;
  cursor: pointer;
}
a:active {
  outline: none;
  border: none;
  background-color: transparent;
}

.nowrap {
  white-space: nowrap;
}

.negative {
  color: red;
}

.positive {
  color: green;
}

/*
 * TABBED GRID
 */
.grid, .tabbedGrid {
  border-collapse: collapse;
  margin-bottom: 12px;
  width: auto !important;
}

.grid > thead > tr > td,
.grid > thead > tr > th,
.tabbedGrid > thead > tr > td,
.tabbedGrid > thead > tr > th {
  padding: 5px 18px;
  height: 24px;
  background-image: url(../images/table_top_middle.png);
  color: #131315;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px !important;
  width: auto !important;
}

.grid > thead > tr > td:first-line,
.grid > thead > tr > th:first-line,
.tabbedGrid > thead > tr > td:first-line,
.tabbedGrid > thead > tr > th:first-line {
  /* line-height: 20px !important; */
}

.tabbedGrid > thead > tr > td,
.tabbedGrid > thead > tr > th {
  background-image: url(../images/tabbed_table_top_middle.png);
}

.grid > thead > tr > td.first,
.grid > thead > tr > th.first {
  background-image: url(../images/table_top_left.png);
}

.tabbedGrid > thead > tr > td.first,
.tabbedGrid > thead > tr > th.first {
  background-image: url(../images/tabbed_table_top_left.png);
}

.grid > thead > tr > td.last,
.tabbedGrid > thead > tr > td.last,
.grid > thead > tr > th.last,
.tabbedGrid > thead > tr > th.last {
  background-image: url(../images/table_top_right.png);
  background-position: 100% 0;
}

.tabbedGrid > thead > tr > td.last,
.tabbedGrid > thead > tr > th.last {
  background-image: url(../images/tabbed_table_top_right.png);
}

.grid > thead > tr > td.single,
.tabbedGrid > thead > tr > td.single,
.grid > thead > tr > th.single,
.tabbedGrid > thead > tr > th.single {
  padding: 0;
  height: 32px;
  background-image: url(../images/table_top_right_single.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  text-align: left;
}

.tabbedGrid > thead > tr > td.single,
.tabbedGrid > thead > tr > th.single {
  background-image: url(../images/tabbed_table_top_right_single.png);
}

.grid > thead > tr > td.single > div,
.tabbedGrid > thead > tr > td.single > div,
.grid > thead > tr > th.single > div,
.tabbedGrid > thead > tr > th.single > div {
  height: 24px;
  padding: 5px 18px;
  margin-right: 5px;
  background-image: url(../images/table_top_left.png);
  line-height: 24px !important;
}

.grid > thead > tr > td.single > div:first-line,
.tabbedGrid > thead > tr > td.single > div:first-line,
.grid > thead > tr > th.single > div:first-line,
.tabbedGrid > thead > tr > th.single > div:first-line {
  /* line-height: 20px !important; */
}

.tabbedGrid > thead > tr > td.single > div,
.tabbedGrid > thead > tr > th.single > div {
  background-image: url(../images/tabbed_table_top_left.png);
}

.grid > tfoot > tr > td,
.grid > tbody > tr.footer > td {
  padding: 0;
  background-image: url(../images/table_foot_right.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  border: none;
}

.tabbedGrid > tfoot > tr > td,
.tabbedGrid > tbody > tr.footer > td {
  padding: 0;
  background-image: url(../images/tabbed_foot_right.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  border: none;
}

.grid > tfoot > tr.alt > td,
.tabbedGrid > tfoot > tr.alt > td,
.grid > tbody > tr.footer > td,
.tabbedGrid > tbody > tr.footer > td {
  background-image: url(../images/table_foot_right_dark.png);
}

.grid > tfoot > tr > td > div,
.grid > tbody > tr.footer > td > div {
  height: 4px;
  margin-right: 5px;
  background-image: url(../images/table_foot_left.png);
  background-repeat: no-repeat;
}

.tabbedGrid > tfoot > tr > td > div,
.tabbedGrid > tbody > tr.footer > td > div {
  height: 4px;
  margin-right: 5px;
  background-image: url(../images/tabbed_foot_left.png);
  background-repeat: no-repeat;
}

.grid > tfoot > tr.alt > td > div,
.tabbedGrid > tfoot > tr.alt > td > div,
.grid > tbody > tr.alt.footer > td > div,
.tabbedGrid > tbody > tr.alt.footer > td > div {
  background-image: url(../images/table_foot_left_dark.png);
}

.grid > tbody > tr > td,
.grid > tbody > tr > th,
.grid > tfoot > tr.dataRow > td,
.tabbedGrid > tbody > tr > td,
.tabbedGrid > tbody > tr > th {
  padding: 7px 18px;
  border-left: 1px solid #d1d2d4;
  font-family: arial;
  font-size: 14px;
  color: #000000;
  background-color: #fff;
  font-weight: normal;
  width: auto !important;
}

.grid > tbody > tr > td.single,
.grid > tbody > tr > th.single,
.grid > tfoot > tr.dataRow > td.single,
.tabbedGrid > tbody > tr > td.single,
.tabbedGrid > tbody > tr > th.single {
  border-left: none;
}

.grid > tbody > tr > td input {
  font-family: arial;
  font-size: 12px;
  color: #000000;
  padding:6px;
}

.grid > tbody > tr > td.last,
.grid > tfoot > tr.dataRow > td.last,
.tabbedGrid > tbody > tr > td.last {
  padding-right: 18px;
}

.grid > tbody > tr > td.first,
.grid > tbody > tr > th.first,
.grid > tfoot > tr.dataRow > td.first {
  background-image: url(../images/table_cell_left.png);
  background-position: 0 0;
  background-repeat: repeat-y;
  border-left: none;
}

.tabbedGrid > tbody > tr > td.first,
.tabbedGrid > tbody > tr > th.first {
  background-image: url(../images/tabbed_cell_left.png);
  background-position: 0 0;
  background-repeat: repeat-y;
  border-left: none;
}

.grid > tbody > tr.alt > td,
.grid > tfoot > tr.dataRow.alt > td,
.tabbedGrid > tbody > tr.alt > td {
  background-color: #ededed;
}

.grid > tbody > tr.alt > td.first,
.grid > tbody > tr.alt > th.first,
.grid > tfoot > tr.dataRow.alt > td.first,
.tabbedGrid > tbody > tr.alt > td.first,
.tabbedGrid > tbody > tr.alt > th.first {
  background-image: url(../images/table_cell_left_dark.png);
}

.tabbedGrid > tbody > tr.alt > td.first,
.tabbedGrid > tbody > tr.alt > th.first {
  background-position: -1px 0;
}

.grid > tbody > tr > td.single,
.grid > tbody > tr > th.single,
.grid > tfoot > tr.dataRow > td.single {
  padding: 0;
  background-image: url(../images/table_cell_right.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
}

.tabbedGrid > tbody > tr > td.single,
.tabbedGrid > tbody > tr > th.single {
  padding: 0;
  background-image: url(../images/tabbed_cell_right.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
}

.grid > tbody > tr > td.single > div,
.grid > tbody > tr > th.single > div,
.grid > tfoot tr.dataRow td.single > div {
  padding: 4px 18px;
  background-image: url(../images/table_cell_left.png);
  background-repeat: repeat-y;
  margin-right: 1px;
}

.tabbedGrid > tbody > tr > td.single > div,
.tabbedGrid > tbody > tr > th.single > div {
  padding: 4px 18px;
  background-image: url(../images/tabbed_cell_left.png);
  background-repeat: repeat-y;
  margin-right: 1px;
}

.grid > tbody > tr.alt > td.single > div,
.grid > tbody > tr.alt > th.single > div,
.grid > tfoot tr.dataRow.alt td.single > div,
.tabbedGrid > tbody > tr.alt > td.single > div,
.tabbedGrid > tbody > tr.alt > th.single > div {
  background-image: url(../images/table_cell_left_dark.png);
}

.grid > tbody > tr.over > td,
.grid > tfoot > tr.over.dataRow > td,
.grid > tbody > tr.over > td.first,
.grid > tbody > tr.over > th.first {
  cursor: pointer;
}

.grid > tbody > tr.over > td,
.grid > tfoot > tr.dataRow.over > td {
  background-color: #ffffcc;
}

.grid > tbody > tr.over > td.first,
.grid > tbody > tr.over > th.first,
.grid > tfoot > tr.dataRow.over > td.first,
.grid > tbody > tr.over > td.single > div,
.grid > tbody > tr.over > th.single > div,
.tabbedGrid > tbody > tr.over > td.single > div,
.tabbedGrid > tbody > tr.over > th.single > div {
  background-image: url(../images/table_cell_left_hilite.png);
}

.grid > tbody > tr > td.last,
.grid > tfoot > tr.dataRow > td.last {
  background-image: url(../images/table_cell_right.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
}

.tabbedGrid > tbody > tr > td.last {
  background-image: url(../images/tabbed_cell_right.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
}

.grid.tight > tbody > tr > td,
.grid.tight > tbody > tr > th,
.grid.tight > tbody > tr > td.single > div,
.grid.tight > tbody > tr > th.single > div,
.tabbedGrid.tight > tbody > tr > td,
.tabbedGrid.tight > tbody > tr > th,
.tabbedGrid.tight > tbody > tr > td.single > div,
.tabbedGrid.tight > tbody > tr > th.single > div {
  padding: 4px 10px;
}

.grid.tight > thead > tr > td,
.grid.tight > thead > tr > th,
.grid.tight > thead > tr > td.single > div,
.grid.tight > thead > tr > th.single > div,
.tabbedGrid.tight > thead > tr > td,
.tabbedGrid.tight > thead > tr > th,
.tabbedGrid.tight > thead > tr > td.single > div,
.tabbedGrid.tight > thead > tr > th.single > div {
  padding: 5px 10px;
}

.grid.tight > thead > tr > td.single,
.grid.tight > thead > tr > th.single,
.grid.tight > tbody > tr > td.single,
.grid.tight > tbody > tr > th.single,
.tabbedGrid.tight > thead > tr > td.single,
.tabbedGrid.tight > thead > tr > th.single,
.tabbedGrid.tight > tbody > tr > td.single,
.tabbedGrid.tight > tbody > tr > th.single {
  padding: 0;
}

.grid.tight > thead > tr > td.single,
.grid.tight > thead > tr > th.single,
.tabbedGrid.tight > thead > tr > td.single,
.tabbedGrid.tight > thead > tr > th.single {
  padding: 0;
}

.grid.tight > thead.empty > tr > td,
.grid.tight > thead.empty > tr > th,
.grid > thead.empty > tr > td,
.grid > thead.empty > tr > th {
  height: 4px;
  padding: 0;
  background-image: url(../images/table_empty_head_right.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  border: none;
}

.grid.tight > thead.empty > tr > td > div,
.grid.tight > thead.empty > tr > th > div,
.grid > thead.empty > tr > td > div,
.grid > thead.empty > tr > th > div {
  padding: 0;
  height: 4px;
  margin-right: 5px;
  background-image: url(../images/table_empty_head_left.png);
  background-repeat: no-repeat;
}

.grid tr.gridDivider td,
.tabbedGrid tr.gridDivider td {
  padding: 0;
  height: 1px;
  font-size: 0px;
  background-color: #e1e1e1;
}

.grid > tbody > tr.gridDivider > td.single > div,
.tabbedGrid > tbody > tr.gridDivider > td.single > div {
  background-image: none;
  padding: 0;
  margin-right: 0;
}

.grid > tbody td.dot_dot_dot {
  background-image: url(../images/dot_dot_dot_and_pencil.png) !important;
  background-repeat: no-repeat !important;
  background-position: -80px 0px !important;
}

.grid > tbody td.dot_dot_dot_vertical {
  background-image: url(../images/dot_dot_dot_and_pencil.png) !important;
  background-repeat: no-repeat !important;
  background-position: -77px -1px !important;
}

.grid > tbody td.pencil {
  background-image: url(../images/dot_dot_dot_and_pencil.png) !important;
  background-repeat: no-repeat !important;
  background-position: -36px 0px !important;
}

.grid > tbody td.dot_dot_dot_and_pencil {
  background-image: url(../images/dot_dot_dot_and_pencil.png) !important;
  background-repeat: no-repeat !important;
  background-position: 6px 0px !important;
  
}

.grid > tbody > tr > th {
  text-align: left;
}

.grid > tbody > tr.transparent td,
.grid > tbody > tr.transparent th {
  background-image: none;
  background-color: transparent;
  border: none;
}

.grid.sortable > tbody > tr:first-child > td {
  padding-top:0;
}

.grid.sortable > tbody > tr:last-child > td {
  padding-bottom:0;
}
 

.grid.sortable ul {
  list-style-type:none;
  margin:0;
  padding:0;
  float:left;
}

.grid.sortable ul li {
  border: 1px solid #ccc;
  border-bottom:none;
  margin-top:-1px;
  cursor:move;
  padding:0px 12px 0px 3px;
  position:relative;
}

.grid.sortable ul li.ui-sortable-helper {
  border-bottom: 1px solid #ccc;
}

.grid.sortable ul li input[type="checkbox"] {
  cursor:pointer;
}

/*
 * Two Column Data Table Layouts
 * they do not have stripes and do not have internal column borders
 */
.noStripes {
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-left-radius: 9px;
}
.noStripes td, .noStripes th {
  background-color: transparent;
}
.noStripes > tbody > tr > th.first {
  border-right: none;
  border-bottom: none;
  border-top: none;
  padding-left:15px;
}
.noStripes > tbody > tr > th.last {
  padding-right:15px;
}
.noStripes > tbody > tr > td {
  border-bottom: none;
}
.noStripes > tbody > tr:first-child > td {
  padding-top:12px;
}
.noStripes > tbody > tr:last-child > td {
  padding-bottom:12px;
}
.noStripes > tbody > tr:first-child > td.single {
  padding-top:0;
}
.noStripes > tbody > tr:last-child > td.single {
  padding-bottom:0;
}

.multiSelector tbody tr:last-child td {
  border: none;
}

.formGrid > tbody > tr > td.first {
  vertical-align: top;
}

.formGrid > tbody > tr > td.first label {
  white-space: nowrap;
}

.helpIcon {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

/* BOXES */
.box {
  margin-bottom: 12px;
}
.box .header {
  height: 33px;
  background-color: #d1d2d4;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  border-top: 1px solid #d1d2d4;
  border-left: 1px solid #d1d2d4;
  border-right: 1px solid #d1d2d4;
}
.box .header .headerFirstChild {
  height: 24px;
  padding: 4px 0 4px 18px;
  margin-right: 5px;
  color: #131315;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.box .content {
  background-color: #fff;
  border-left: 1px solid #d1d2d4;
  border-right: 1px solid #d1d2d4;
}
.box .content .contentFirstChild {
  padding: 12px 18px 0px 18px;
  margin-right: 1px;
  overflow: hidden;
  color: #000000;
}
.box .divider {
  margin: 0 -18px 12px -18px;
  background-color: #DEDEDF;
  font-size: 0;
  height: 1px;
}
.box .footer {
  background-color: #fff;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-left-radius: 9px;
  border-left: 1px solid #d1d2d4;
  border-right: 1px solid #d1d2d4;
  border-bottom: 1px solid #d1d2d4;
}
.box .footer .footerFirstChild {
  height: 4px;
  margin-right: 5px;
}

/* TABS */
.tabs {
  position: relative;
  z-index: 2;
  padding-left: 7px;
  overflow: hidden;
}

.tabs .activeTab,
.tabs .tab {
  float: left;
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding-right: 5px;
  padding-right: 5px;
  margin-right:4px;
}

.tabs .activeTab {
  background-image: url(../images/tab_active_right.png);
}

.tabs .activeTab a,
.tabs .tab a {
  background-repeat: no-repeat;
  padding: 0 9px 0 14px;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  line-height: 32px;
  display: inline-block;
}

.tabs .activeTab a {
  background-image: url(../images/tab_active_left.png);
}

.tabs .tab a {
  background-image: url(../images/tab_left.png);
}

.tabs .tab {
  background-image: url(../images/tab_right.png);
}

.tabs .tab a:hover, .tabs .activeTab a:hover {
  color: black;
}

.tabs .tab a.errorTab {
  color: red;
}

/* Buttons */

.buttonWrapper-secondary, .buttonWrapper-primary, .buttonWrapper {
  display: inline-block;
}

.button,
.button-primary,
.button-secondary,
.grid > tbody > tr > td input.button,
.grid > tbody > tr > td input.button-primary,
.grid > tbody > tr > td input.button-secondary {
  outline: none;
  border: none;
  border-radius: 16px;
  color: white;
  font-size: 14px;
  height: 26px;
  font-family: arial;
  padding: 0 20px;
  cursor: pointer;
  margin-right: 6px;
}

.button,
.button-primary,
.button-secondary {
  -webkit-appearance: none !important;
}

.button,
.button-primary {
  background-color: #2864af;
}

.button-secondary {
  background-color: #969799 !important;
  border: 1px solid #969799 !important;
  color: #fff !important;
}

.button[disabled],
.button-primary[disabled],
.button-secondary[disabled],
.grid > tbody > tr > td input.button[disabled],
.grid > tbody > tr > td input.button-primary[disabled],
.grid > tbody > tr > td input.button-secondary[disabled] {
  background-color: #bcbdbf !important;
  border: 1px solid #bcbdbf !important;
  color: #818285 !important;
}

.multiSelector .button {
  width: 58px !important;
  margin-bottom: 2px;
  margin-right: 0 !important;
}

div.multiSelector > div > div > span.buttonWrapper > input.button {
  line-height: 23px !important;
}

.multiSelector select {
  min-height: 194px;
}

/* FORMS */

.textField, .tinyTextField, .smallTextField, .mediumTextField, .longTextField, .dateField, .longDateField, .timeField,
  .textArea, textarea, .disabledTextField, .disabledJobCostingField, .disabledTimeField, .disabledTotalField,
  .longTimeField {
  margin: 0px;
  font-family: arial;
  font-size: 12px;
  line-height: 13px;
  border: 1px solid #d0d2d3;
}

.textField, .tinyTextField, .smallTextField, .mediumTextField, .longTextField, .dateField, .longDateField, .timeField,
  .longTimeField {
  padding: 6px;
}

select {
  font-size: 12px;
  border: 1px solid #d0d2d3;
  padding: 6px;
}

.dropDown[size="5"] {
  height: 100px;
}

.tinyTextField {
  width: 35px;
}

.smallTextField {
  width: 75px;
}

.longTimeField {
  width: 60px;
}

.mediumTextField {
  width: 150px;
}

.longTextField {
  width: 316px;
}

.dateField {
  width: 50px;
}

.longDateField {
  width: 60px;
}

.textArea, textarea {
  padding: 6px;
  line-height: 15px;
  resize: none;
}

.fixWidthSelectField {
  max-width: 150px;
  min-width: 80px;
  width: 100%;
  font-family: arial;
  font-size: 11px;
}

.timeField, .disabledTimeField {
  width: 26px;
  text-align: center;
}

.timeField[visibleChars="6"], .disabledTimeField[visibleChars="6"], .disabledTotalField[visibleChars="6"] {
  width: 44px;
}

.totalField, .disabledTotalField {
  width: 33px;
  text-align: center;
}

.disabledJobCostingField {
  width: 90%;
}

.disabledTextField, .disabledJobCostingField, .disabledTimeField, .disabledTotalField {
  background-color: transparent;
  border-color: transparent;
}

.requiredField {
  color: red;
  font-size: 17px;
  font-weight: bold;
  margin-left: 6px;
  line-height: 12px;
  position: relative;
  top: 3px;
}

a.download {
  background-image: url(../images/icon-download-16x16.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 22px;
}
a.magnify {
  padding-right: 17px;
  display: block;
  background-image: url(../images/altres/magnify_icon.gif);
  background-position: 100% center;
  background-repeat: no-repeat;
}

img {
  border-style: none;
}

.refineSelected {
  font-weight: bold;
  border-bottom: 3px solid #ffc629;
}

.noMarginBottom {
  margin-bottom: 0;
}

.paddingMarginTop {
  margin-top: 12px;
}
.paddingMarginTop .grid {
  margin-top: 0;
  padding-top: 0;
}

.paddingMarginBottom {
  margin-bottom: 12px;
}
.paddingMarginBottom .grid {
  margin-bottom: 0;
  padding-bottom: 0;
}




table.altres_calendar tr td[height='2'] {
  line-height: 7px !important;
}

table.altres_calendar tr td[height='2']::after {
  content: '\00a0' !important;
}

table.altres_calendar_dates td[width='10'] {
  width: auto; !important;
  height: auto !important;
}
tr[valign='bottom'] td[height='16'] {
  padding-top: 4px !important;
}

table.altres_calendar td {
  font-size: 12px !important;
}

table.altres_calendar_dates td {
  line-height: 24px !important;
  width: 24px !important;
}

table.altres_calendar_dates td a {
  width: 24px !important;
}

a.removeRow {
  display:inline-block;
  background-image: url(../images/icon-minus-14x14.png);
  background-repeat: no-repeat;
  text-overflow:hidden;
  width:14px;
  height:14px;
  text-indent:-100px;
}

a.splitRow {
  display:inline-block;
  background-image: url(../images/icon-split-vertical-11x17.png);
  background-repeat: no-repeat;
  text-overflow:hidden;
  width:11px;
  height:17px;
  text-indent:-100px;
  margin-left: 4px;
}

span.uneditable {
  display:inline-block;
  background-image: url(../images/icon-uneditable-13x13.png);
  background-repeat: no-repeat;
  text-overflow:hidden;
  width:14px;
  height:14px;
  text-indent:-100px;
}

.single > div > .fa-edit {
  font-size: 20px;
  float: right;
  margin-top: 2px;
  margin-right: -10px;
  cursor: pointer;
  color:blue;
}

/*remove chrome input outline*/
textarea:focus, input:focus, select:focus { 
  outline: none !important; 
}

/*CSS properties for ordering*/
.record-order {
  list-style-type: none;
  padding: 0;
}

.record-order li {
  border: 1px solid #CCC;
  background: #f6f6f6;
  width: auto;
  padding: 5px;
  margin: 2px;
}

div.record-outer {
  display: table;
  width: 100%;
}

div.record-required {
  float: right;
  display: table-cell;
  white-space: nowrap;
}

div.record-icon {
  display: table-cell;
  width: 30px;
  background-image: url(../images/grip-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  overflow: hidden;
  cursor: move;
}

div.record-words {
  width: 490px;
  display: table-cell;
}

div.record-info {
  float: left;
  display: table table-cell;
}

div.record-required span {
  font-weight: bold;
  font-size: 90%;
  margin-left: 10px;
}

.display-none {
  display: none;
}

.record-title {
  font-weight: bold;
  display: inline;
}

.file-instructions {
  padding-left: 15px;
  margin-top: 10px;
}
