/* line 1, app/assets/stylesheets/rollreg_layout.scss */
table.list {
  border-collapse: collapse;
  font-size: 0.9em;
}

/* line 6, app/assets/stylesheets/rollreg_layout.scss */
td, td.icongrey, td.iconchange,
th {
  padding: 1px 5px;
}

/* line 11, app/assets/stylesheets/rollreg_layout.scss */
td.aligntop {
  vertical-align: top;
}

/* line 15, app/assets/stylesheets/rollreg_layout.scss */
td.list {
  border: 1px solid #cccccc;
  padding: 1px 5px;
  vertical-align: top;
}

/* line 21, app/assets/stylesheets/rollreg_layout.scss */
td.list:empty {
  background-color: #e8e6e6;
}

/* line 25, app/assets/stylesheets/rollreg_layout.scss */
td.differ,
td.differ:empty {
  background-color: yellow;
}

/* line 30, app/assets/stylesheets/rollreg_layout.scss */
th.thick-border-left, td.thick-border-left {
  border-left: 3px solid #cccccc !important;
}

/* line 34, app/assets/stylesheets/rollreg_layout.scss */
span.mark,
td.mark {
  font-weight: bolder;
  background-color: rgba(247, 197, 85, 0.89);
}

/* line 40, app/assets/stylesheets/rollreg_layout.scss */
span.warn,
td.warn {
  font-weight: bolder;
  background-color: coral;
}

/* represents every odd row of an HTML table */
/* line 46, app/assets/stylesheets/rollreg_layout.scss */
tr.list:nth-child(2n+1) {
  background-color: #f7f7f7;
}

/* line 49, app/assets/stylesheets/rollreg_layout.scss */
tr.list:nth-child(2n) {
  background-color: white;
}

/* line 53, app/assets/stylesheets/rollreg_layout.scss */
tr.list:hover {
  background-color: #ffffcc;
}

/* line 57, app/assets/stylesheets/rollreg_layout.scss */
td.icon, td.icongrey, td.iconchange {
  border: 1px solid #cccccc;
  padding: 0 !important;
  min-width: 1em;
  margin: -1px;
  vertical-align: middle;
  text-align: center;
  background-color: white;
}

/* line 67, app/assets/stylesheets/rollreg_layout.scss */
td.icon a.btn, td.icongrey a.btn, td.iconchange a.btn {
  padding: 0.3em 0.45em !important;
}

/* line 71, app/assets/stylesheets/rollreg_layout.scss */
td.cleared {
  background-color: white;
  border-color: white !important;
}

/* line 76, app/assets/stylesheets/rollreg_layout.scss */
td.listxxsmall {
  border: 1px solid #cccccc;
  padding: 1px 5px;
  font-size: XX-small;
  vertical-align: top;
}

/* line 83, app/assets/stylesheets/rollreg_layout.scss */
a.listxxsmall {
  font-size: XX-small;
}

/* line 87, app/assets/stylesheets/rollreg_layout.scss */
th.change,
th.list {
  border: 1px solid #cccccc;
  padding: 1px 5px;
  text-align: left;
}

/* line 94, app/assets/stylesheets/rollreg_layout.scss */
th.listxxsmall {
  border: 1px solid #cccccc;
  padding: 1px 5px;
  font-size: XX-small;
}

/* line 100, app/assets/stylesheets/rollreg_layout.scss */
th.dboverview {
  text-align: left;
  padding-top: 10px;
}

/* line 105, app/assets/stylesheets/rollreg_layout.scss */
td.change {
  border: 1px solid #cccccc;
  padding: 1px 5px;
  background-color: yellow;
  vertical-align: top;
}

/* line 112, app/assets/stylesheets/rollreg_layout.scss */
td.grey {
  border: 1px solid #cccccc;
  padding: 1px 5px;
  background-color: lightgrey;
}

/* line 118, app/assets/stylesheets/rollreg_layout.scss */
td.iconchange {
  background-color: yellow;
}

/* line 123, app/assets/stylesheets/rollreg_layout.scss */
td.iconchange a {
  background-color: yellow !important;
}

/* line 127, app/assets/stylesheets/rollreg_layout.scss */
td.icongrey {
  background-color: lightgrey;
}

/* line 132, app/assets/stylesheets/rollreg_layout.scss */
tr.new {
  border: 2px solid red;
  background-color: yellow;
}

/* line 137, app/assets/stylesheets/rollreg_layout.scss */
tr.change {
  background-color: yellow;
}

/* line 141, app/assets/stylesheets/rollreg_layout.scss */
table.rr_compact {
  border-collapse: collapse;
}

/* line 145, app/assets/stylesheets/rollreg_layout.scss */
td.rr_compact {
  border: 0;
  padding: 0;
  line-height: 12px;
  font-size: 12px;
  font-weight: normal;
}

/* line 153, app/assets/stylesheets/rollreg_layout.scss */
tr.rr_compact {
  border: 0;
}

/* line 157, app/assets/stylesheets/rollreg_layout.scss */
#vehicle_list_id > table > thead > tr {
  background-color: white;
}

/* line 161, app/assets/stylesheets/rollreg_layout.scss */
a.rr_tooltip,
div.rr_tooltip {
  text-decoration: none;
  color: black;
}

/* line 167, app/assets/stylesheets/rollreg_layout.scss */
a.rr_tooltip:hover,
div.rr_tooltip:hover {
  cursor: pointer;
  color: gray;
}

/* line 173, app/assets/stylesheets/rollreg_layout.scss */
a.rr_tooltip span,
div.rr_tooltip span {
  display: none;
  padding: 2px 3px;
  margin-left: 3px;
}

/* line 180, app/assets/stylesheets/rollreg_layout.scss */
a.rr_tooltip:hover span,
div.rr_tooltip:hover span {
  display: inline;
  position: absolute;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  color: #6c6c6c;
  font-size: 0.9em;
  z-index: 9999;
}

/* line 192, app/assets/stylesheets/rollreg_layout.scss */
tr.rr_tooltip:nth-child(2n+1) {
  background-color: beige;
}

/* line 196, app/assets/stylesheets/rollreg_layout.scss */
a.rr_tooltip_shift:hover span,
div.rr_tooltip_shift:hover span {
  margin-top: -10%;
}

/* line 201, app/assets/stylesheets/rollreg_layout.scss */
.helptext {
  display: inline;
  cursor: pointer;
}

/* line 206, app/assets/stylesheets/rollreg_layout.scss */
.helptext span {
  display: none;
  color: black;
  font-style: normal;
  text-decoration: none;
}

/* line 213, app/assets/stylesheets/rollreg_layout.scss */
ul.content {
  list-style: none;
  padding-left: 0;
  line-height: 2em;
}

/* line 219, app/assets/stylesheets/rollreg_layout.scss */
ul.content ul {
  list-style: none;
  padding-left: 3em;
  line-height: 1em;
  padding-bottom: 1.5em;
}

/* line 226, app/assets/stylesheets/rollreg_layout.scss */
.debugfooter {
  background-color: #e7e7ff;
  font-size: 0.9em;
  margin: 5mm 2em 2em;
  padding: 1em;
}

/* line 233, app/assets/stylesheets/rollreg_layout.scss */
.debugfooter tr {
  background-color: white;
}

/* line 237, app/assets/stylesheets/rollreg_layout.scss */
.debugfooter tr.list:nth-child(2n+1) {
  background-color: #f7f7f7;
}

/* line 241, app/assets/stylesheets/rollreg_layout.scss */
.debugfooter tr.list:hover {
  background-color: #ffffcc;
}

/* line 245, app/assets/stylesheets/rollreg_layout.scss */
#advancedfilterswitch {
  display: none;
}

/* line 249, app/assets/stylesheets/rollreg_layout.scss */
#advancedfilterslabel {
  display: none;
}

/* line 253, app/assets/stylesheets/rollreg_layout.scss */
.highlight {
  background-color: yellow;
}

/* line 257, app/assets/stylesheets/rollreg_layout.scss */
.error {
  color: red;
  background-color: yellow;
}

/* line 262, app/assets/stylesheets/rollreg_layout.scss */
label.error {
  background-color: white;
  margin-left: 3px;
  padding-left: 15px;
}

/* line 268, app/assets/stylesheets/rollreg_layout.scss */
#popupwindow {
  padding: 20px;
}

/* line 272, app/assets/stylesheets/rollreg_layout.scss */
#clear_filter,
#clear_filter_number {
  display: none;
  cursor: pointer;
}

/* line 278, app/assets/stylesheets/rollreg_layout.scss */
.test_user {
  background-color: red !important;
}

/* line 282, app/assets/stylesheets/rollreg_layout.scss */
.update_multiple_progress {
  text-align: center;
}

/* line 286, app/assets/stylesheets/rollreg_layout.scss */
.reserved_number_apply_marker {
  background-color: salmon;
}

/* line 290, app/assets/stylesheets/rollreg_layout.scss */
.small_font {
  font-size: XX-small;
  font-style: italic;
  font-weight: normal;
}

/* line 296, app/assets/stylesheets/rollreg_layout.scss */
th.small_font {
  font-size: XX-small;
  font-style: normal;
  font-weight: bold;
  text-align: right;
}

/* line 303, app/assets/stylesheets/rollreg_layout.scss */
tr.apply_filter_remark {
  background-color: #ddffd1;
  color: red;
  font-style: italic;
  font-weight: normal;
}

/* line 310, app/assets/stylesheets/rollreg_layout.scss */
.disabled_select_fitler {
  font-style: italic;
}

/* line 314, app/assets/stylesheets/rollreg_layout.scss */
.app_mode {
  position: fixed;
  top: 3em;
  left: 30%;
  width: 40%;
  text-align: center;
  opacity: 0.15;
}

/* line 322, app/assets/stylesheets/rollreg_layout.scss */
.app_mode h1 {
  font-size: 6em;
  color: red;
  font-weight: bolder;
}

/* line 329, app/assets/stylesheets/rollreg_layout.scss */
#vehicle_count_section {
  text-align: right;
  background-color: #f1f1f1;
}

/* line 334, app/assets/stylesheets/rollreg_layout.scss */
.unset-100-percent-width {
  width: unset !important;
}

/* line 338, app/assets/stylesheets/rollreg_layout.scss */
#file_upload_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  opacity: 0.98;
  filter: alpha(opacity=90);
  overflow: auto;
  background-color: #EFEFEF;
  border-style: solid;
  border-width: 120px;
  border-color: #999;
  z-index: 99999;
}

/* line 357, app/assets/stylesheets/rollreg_layout.scss */
.vertical-scroll {
  max-height: 120px;
  overflow-y: auto;
}

/* line 362, app/assets/stylesheets/rollreg_layout.scss */
[title]:hover {
  color: blue;
  cursor: pointer;
}

/* line 367, app/assets/stylesheets/rollreg_layout.scss */
.background-yellow {
  background-color: yellow;
}
