/* CSS Document */
/* line 2, ../sass/cops_style.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe WP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

/* line 9, ../sass/cops_style.scss */
img {
  border: medium none;
  padding: 0;
  margin: 0;
}

/* line 13, ../sass/cops_style.scss */
p {
  margin: 0;
  padding: 0;
  line-height: 16pt;
}

/* line 17, ../sass/cops_style.scss */
header, section, footer, aside, nav, article, figure {
  display: block;
}

/* line 20, ../sass/cops_style.scss */
a {
  color: #444;
  text-decoration: underline;
}

/* line 24, ../sass/cops_style.scss */
hr {
  border: none;
  border-top: 1px solid #6f6f6f;
}

/* line 29, ../sass/cops_style.scss */
select[multiple] {
  background: #fff;
}

/* Used within FF chrome to target CSS to specific URLs: being FF-specific,
it is also useful for targeting FF-only code */
@-moz-document url-prefix(http://) {
  /* line 36, ../sass/cops_style.scss */
  button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
  }
}
/* line 45, ../sass/cops_style.scss */
.hidden {
  display: none;
}

/* line 48, ../sass/cops_style.scss */
.flt_left {
  float: left;
}

/* line 51, ../sass/cops_style.scss */
.flt_right {
  float: right;
}

/* line 54, ../sass/cops_style.scss */
.flt_none {
  float: none;
}

/* line 57, ../sass/cops_style.scss */
#main_wrapper {
  margin: 0;
  padding: 0;
  height: 100vh;
  position: relative;
  background: transparent url(../images/hybrid/banner1.jpg) no-repeat;
  background-size: cover;
}

/* line 67, ../sass/cops_style.scss */
.dv-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* line 75, ../sass/cops_style.scss */
#main_container {
  min-height: 785px;
  padding: 0;
  background-position: center 160px;
  position: relative;
  height: 100%;
}

/* Header */
/* line 84, ../sass/cops_style.scss */
#logo {
  width: 238px;
  margin: 0 auto;
  text-align: center;
}

/* line 89, ../sass/cops_style.scss */
.search_block {
  display: block;
  height: 45px;
  overflow: hidden;
}

/* line 94, ../sass/cops_style.scss */
.search_block #search {
  float: right;
}

/* line 97, ../sass/cops_style.scss */
.logger_block {
  display: block;
  height: 77px;
}

/* line 101, ../sass/cops_style.scss */
.logger_block #logger {
  margin: 40px 20px 0 0;
  float: left;
}

/* line 105, ../sass/cops_style.scss */
.logger_block #logout {
  margin: 34px 0 0 0;
  float: left;
}

/* Login Style */
/* line 113, ../sass/cops_style.scss */
#form-wrapper {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  margin: 8px auto 0 auto;
  width: 270px;
  text-align: center;
}

/* line 120, ../sass/cops_style.scss */
#form-wrapper h2 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #121212;
  text-transform: uppercase;
  font-weight: 100;
}

/* line 130, ../sass/cops_style.scss */
.login-cell input.input-fld {
  padding: 6px;
  width: 100%;
}

/* line 134, ../sass/cops_style.scss */
.login-cell input.submit-btn:hover {
  background: #2d8e6b;
}

/* line 136, ../sass/cops_style.scss */
.login-cell {
  text-align: right;
  margin-bottom: 15px;
}

/* Navigation Styles*/
/* line 142, ../sass/cops_style.scss */
.nav_block {
  display: block;
}

/* line 145, ../sass/cops_style.scss */
.nav_block #main_nav {
  float: right;
}

/* line 148, ../sass/cops_style.scss */
.nav_block #main_nav ul {
  list-style: none;
  text-align: right;
  margin-top: 9px;
  height: 15px;
  min-width: 550px;
  padding: 0;
}

/* line 156, ../sass/cops_style.scss */
.nav_block #main_nav ul li {
  text-transform: uppercase;
  margin: 0px -1px;
}

/* line 160, ../sass/cops_style.scss */
.nav_block #main_nav ul li a {
  padding: 10px 20px;
  text-decoration: none;
  color: #FFF;
}

/* line 165, ../sass/cops_style.scss */
.nav_block #main_nav ul li a:hover, .nav_block #main_nav ul li a.active {
  padding: 10px 20px 19px 20px;
  background: #1d1d1d url(../images/nav_arrow.png) no-repeat;
  background-position: center 39px;
}

/* Footer */
/* line 171, ../sass/cops_style.scss */
#footer {
  height: 38px;
  min-width: 1190px;
}

/* line 172, ../sass/cops_style.scss */
#footer p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #363636;
  padding: 15px 0 0 20px;
}

/* Body */
/* line 180, ../sass/cops_style.scss */
body {
  overflow: hidden;
}

/* line 184, ../sass/cops_style.scss */
body.ui-cops {
  overflow: auto;
}

/* line 188, ../sass/cops_style.scss */
#main_content {
  float: left;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 196, ../sass/cops_style.scss */
.left_column {
  width: 238px;
  margin-right: 30px;
  min-height: 500px;
  height: 100%;
}

/* line 203, ../sass/cops_style.scss */
.right_column {
  min-height: 500px;
  min-width: 825px;
}

/* line 207, ../sass/cops_style.scss */
#breadcrumbs {
  font-family: Arial, Helvetica, sans-serif;
  color: #828282;
  font-size: 15px;
  padding: 10px 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: -10px;
}

/* line 216, ../sass/cops_style.scss */
#breadcrumbs a {
  color: white;
  font-weight: 100;
  text-decoration: none;
  padding-right: 10px;
}

/* line 222, ../sass/cops_style.scss */
#sidepanel {
  width: 238px;
  background: #000000;
}

/* line 226, ../sass/cops_style.scss */
#sidepanel .side_h3 {
  height: 35px;
  border-bottom: 3px solid #1B1C1E;
}

/* line 230, ../sass/cops_style.scss */
#sidepanel h3 {
  font-family: "Segoe WP Bold", Arial, Helvetica, sans-serif;
  padding: 7px 0 0 15px;
  margin: 0;
  color: #7FB539;
  font-size: 12px;
  text-shadow: 1px 1px 0px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  float: left;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 242, ../sass/cops_style.scss */
#sidepanel .pstation {
  max-height: 32px;
}

/* line 245, ../sass/cops_style.scss */
#sidepanel .fullpanel,
#sidepanel .pstation {
  background: #090909;
  border-top: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  margin-top: -1px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  font-size: 12px;
  position: relative;
}

/* line 256, ../sass/cops_style.scss */
#sidepanel .fullpanel.selected a,
#sidepanel .pstation.selected a {
  background: #303030;
}

/* line 261, ../sass/cops_style.scss */
#sidepanel .fullpanel a:hover,
#sidepanel .pstation a:hover {
  background: #303030;
}

/* line 266, ../sass/cops_style.scss */
#sidepanel .pstation img.psedit-btn,
#sidepanel .pstation .pstation_th,
#sidepanel .fullpanel img.psedit-btn,
#sidepanel .fullpanel .pstation_th {
  border-right: 1px solid #1d1d1d;
}

/* line 272, ../sass/cops_style.scss */
#sidepanel .pstation .pstation_th,
#sidepanel .fullpanel .pstation_th {
  background: #121212;
  height: 23px;
  width: 61px;
  color: #c8c8c8;
  font-size: 11px;
  padding: 9px 0 0 12px;
}

/* line 281, ../sass/cops_style.scss */
#sidepanel .pstation .alert_no,
#sidepanel .fullpanel .alert_no {
  background: #931715;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 298, ../sass/cops_style.scss */
#sidepanel .fullpanel .page_info,
#sidepanel .fullpanel p {
  font-size: 12px;
  margin: 8px 15px;
}

/* line 304, ../sass/cops_style.scss */
#sidepanel .pstation .pstation_info,
#sidepanel .fullpanel .pstation_info {
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0;
}

/* line 311, ../sass/cops_style.scss */
#sidepanel .pstation .selectable-wrap,
#sidepanel .fullpanel .selectable-wrap {
  margin: 2px 0 0 34px;
}

/* line 316, ../sass/cops_style.scss */
#sidepanel a.selectable {
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 15px;
  display: block;
}

/* line 327, ../sass/cops_style.scss */
#dashboard .side_h3 {
  height: 37px;
}
/* line 328, ../sass/cops_style.scss */
#dashboard h3 {
  font-family: "Segoe WP Bold", Arial, Helvetica, sans-serif;
  padding: 8px 0 0 45px;
  margin: 0;
  color: #c6c6c6;
  font-size: 14px;
  text-shadow: 1px 1px 0px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  float: left;
  font-weight: normal;
}
/* line 338, ../sass/cops_style.scss */
#dashboard ul {
  list-style: none;
  margin: 0 0 40px -17px;
  padding: 0;
  overflow: hidden;
}
/* line 350, ../sass/cops_style.scss */
#dashboard ul li img {
  margin: 0;
  box-sizing: border-box;
}
/* line 355, ../sass/cops_style.scss */
#dashboard ul li p {
  /*width:153px;*/
  height: 38px;
  vertical-align: text-bottom;
  margin: 10px;
}
/* line 361, ../sass/cops_style.scss */
#dashboard ul li p span.alert_count {
  float: right;
}
/* line 364, ../sass/cops_style.scss */
#dashboard ul li p span.alert_count label {
  color: #F7941E;
}
/* line 371, ../sass/cops_style.scss */
#dashboard ul li.highlight {
  background: transparent url(../images/icon_box_highlight.png) top center no-repeat;
}
/* line 373, ../sass/cops_style.scss */
#dashboard ul li.highlight div.circle {
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #931715;
  text-align: center;
}
/* line 382, ../sass/cops_style.scss */
#dashboard ul li.highlight div.circle label {
  color: #fff;
  line-height: 14.5pt;
}
/* line 389, ../sass/cops_style.scss */
#dashboard ul li:hover {
  background-position: bottom center;
}
/* line 391, ../sass/cops_style.scss */
#dashboard ul a {
  color: #e0e0e0;
  font-size: 13px;
}

/* line 401, ../sass/cops_style.scss */
#dashboard_home .side_h3 {
  height: 37px;
}
/* line 402, ../sass/cops_style.scss */
#dashboard_home h3 {
  font-family: "Segoe WP Bold", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 18px;
  float: left;
  font-weight: normal;
  margin-top: 0;
}
/* line 411, ../sass/cops_style.scss */
#dashboard_home ul {
  list-style: none;
  margin: 0 0 20px -10px;
  padding: 0;
  overflow: hidden;
}
/* line 418, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  float: left;
  border: 1px solid rgba(126, 126, 126, 0.2);
}
/* line 436, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel img {
  margin: 0;
  box-sizing: border-box;
}
/* line 441, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel p {
  /*width:153px;*/
  height: 38px;
  vertical-align: text-bottom;
  margin: 10px;
}
/* line 447, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel p span.alert_count {
  float: right;
}
/* line 450, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel p span.alert_count label {
  color: #F7941E;
}
/* line 455, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel .disp-site {
  font-family: "Segoe WP Bold", Arial, Helvetica, sans-serif;
  padding: 7px 0 0 11px;
  margin: 0;
  color: #F7941E;
  font-size: 16px;
  text-shadow: 1px 1px 0px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  font-weight: normal;
}
/* line 466, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel .disp-location {
  margin: 4px 10px 0 10px;
}
/* line 469, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel .disp-location a {
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 4px;
}
/* line 476, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel .selectable {
  height: 100%;
  width: 100%;
  display: flex;
  text-align: center;
  flex-flow: row wrap;
  align-content: center;
  text-decoration: none;
}
/* line 487, ../sass/cops_style.scss */
#dashboard_home ul li .disp-location a:hover,
#dashboard_home ul li .selectable:hover {
  background: #00AEEF;
  cursor: pointer;
}
/* line 491, ../sass/cops_style.scss */
#dashboard_home ul a {
  color: #e0e0e0;
  font-size: 13px;
}

/* line 500, ../sass/cops_style.scss */
.icon-panel a:hover .panel-icon {
  color: #fff;
}

/* line 504, ../sass/cops_style.scss */
.side_buttons {
  width: 60px;
  min-height: 500px;
}
/* line 508, ../sass/cops_style.scss */
.side_buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 512, ../sass/cops_style.scss */
.side_buttons ul li {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
}
/* line 517, ../sass/cops_style.scss */
.side_buttons ul li.side_btn:hover,
.side_buttons ul li.active {
  background-color: #00AEEF !important;
  border-bottom: 1px solid #090909;
}
/* line 525, ../sass/cops_style.scss */
.side_buttons ul li.back2dash {
  height: 37px;
  background: side_btn back2dash;
  background: #000000;
  color: #fff;
  text-align: center;
  line-height: 37px;
  font-size: 18px;
}
/* line 534, ../sass/cops_style.scss */
.side_buttons ul li.back2dash:hover {
  background-position: top right;
}
/* line 535, ../sass/cops_style.scss */
.side_buttons ul li.daily_log_btn {
  background: #121212 url(../images/daily_log_icon.svg) center no-repeat;
  background-size: auto 35%;
}
/* line 536, ../sass/cops_style.scss */
.side_buttons ul li.undef_service_logs_btn {
  background: #121212 url(../images/undef_service_logs_icon.svg) center no-repeat;
  background-size: auto 35%;
}
/* line 537, ../sass/cops_style.scss */
.side_buttons ul li.monthly_summary_btn {
  background: #121212 url(../images/monthly_sum_btn.svg) center no-repeat;
  background-size: auto 35%;
}
/* line 538, ../sass/cops_style.scss */
.side_buttons ul li.six_monthly_report_btn {
  background: #121212 url(../images/six_monthly_report_btn.svg) center no-repeat;
  background-size: auto 35%;
}
/* line 539, ../sass/cops_style.scss */
.side_buttons ul li.outage_report_btn {
  background: #121212 url(../images/outage_report_btn.svg) center no-repeat;
  background-size: auto 35%;
}
/* line 540, ../sass/cops_style.scss */
.side_buttons ul li.daily_readings_btn {
  background: #121212 url(../images/daily_meter_btn.svg) center no-repeat;
  background-size: auto 35%;
}
/* line 541, ../sass/cops_style.scss */
.side_buttons ul li.maintenance_schedule_forecast_btn {
  background: #121212 url(../images/maintenance_sched_btn.svg) top left no-repeat;
}
/* line 542, ../sass/cops_style.scss */
.side_buttons ul li.monthly_reports_btn {
  background: #121212 url(../images/eom_btn.svg) top left no-repeat;
}
/* line 543, ../sass/cops_style.scss */
.side_buttons ul li.hand_over_btn {
  background: #121212 url(../images/handover_btn.svg) top left no-repeat;
}
/* line 544, ../sass/cops_style.scss */
.side_buttons ul li.supevisor_hand_over_btn {
  background: #121212 url(../images/supervisor_handover_btn.svg) top left no-repeat;
}
/* line 545, ../sass/cops_style.scss */
.side_buttons ul li.ohse_swi_btn {
  background: #121212 url(../images/doc_lib_btn.svg) top left no-repeat;
}
/* line 546, ../sass/cops_style.scss */
.side_buttons ul li.raise_po_btn {
  background: #121212 url(../images/raise_po_btn.svg) center no-repeat;
  background-size: auto 35%;
}
/* line 547, ../sass/cops_style.scss */
.side_buttons ul li.power_outage_btn {
  background: #121212 url(../images/power_outage_btn.svg) top left no-repeat;
}
/* line 548, ../sass/cops_style.scss */
.side_buttons ul li.memo_btn {
  background: #121212 url(/images/memo_btn.svg) top left no-repeat;
}
/* line 549, ../sass/cops_style.scss */
.side_buttons ul li.inventory_btn {
  background: #121212 url(/images/inventory_btn.svg) top left no-repeat;
}
/* line 550, ../sass/cops_style.scss */
.side_buttons ul li.virtual_tank_btn {
  background: #121212 url(/images/virtual_tank_btn.svg) top left no-repeat;
}
/* line 551, ../sass/cops_style.scss */
.side_buttons ul li.tricompartment_btn {
  background: #121212 url(/images/tricompartment_btn.svg) top left no-repeat;
}
/* line 552, ../sass/cops_style.scss */
.side_buttons ul li.feeder_incident_report_btn {
  background: #121212 url(/images/feeder_incident_report_btn.svg) top left no-repeat;
}
/* line 553, ../sass/cops_style.scss */
.side_buttons ul li.weekly_fuel_price_btn {
  background: #121212 url(/images/weekly_fuel_price_btn.svg) top left no-repeat;
}
/* line 554, ../sass/cops_style.scss */
.side_buttons ul li.eom_invoice_btn {
  background: #121212 url(/images/eom_invoice_btn.svg) top left no-repeat;
}
/* line 555, ../sass/cops_style.scss */
.side_buttons ul li.fuel_usage_btn {
  background: #121212 url(/images/fuel_usage_btn.svg) top left no-repeat;
}
/* line 556, ../sass/cops_style.scss */
.side_buttons ul li.tritank_fuel_btn {
  background: #121212 url(/images/tritank_fuel_btn.svg) top left no-repeat;
}

/* line 563, ../sass/cops_style.scss */
.stage .side_h3 {
  height: 37px;
  margin-bottom: 10px;
  padding: 0 !important;
}
/* line 569, ../sass/cops_style.scss */
.stage .side_h3 h3, .stage .side_h3 h4 {
  font-family: "Segoe WP Bold", Arial, Helvetica, sans-serif;
  padding: 8px 0 0 10px;
  margin: 0;
  color: rgba(27, 28, 30, 0.6);
  font-size: 14px;
  float: left;
}
/* line 579, ../sass/cops_style.scss */
.stage .side_h3 h4 {
  color: #00AEEF;
  font-family: "Segoe WP", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding: 0;
  line-height: 37px;
}

/* line 590, ../sass/cops_style.scss */
#sidepanel .side_sub_header h4,
#sidepanel .pstation .pstation_info {
  color: #fff;
  font-family: "Segoe WP", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 12px;
  padding: 0 15px;
  margin: 8px 0;
}

/* line 600, ../sass/cops_style.scss */
.stage .contents {
  min-height: 500px;
}

/* line 603, ../sass/cops_style.scss */
.stage .contents,
.stage .contents_dyn_height {
  background: #ffffff;
  max-width: 840px;
  min-width: 840px;
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px;
}

/* Services */
/* line 614, ../sass/cops_style.scss */
.main-table,
.main-div-table {
  color: #121212;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 621, ../sass/cops_style.scss */
.main-div-table {
  display: table;
}

/*.main-table tr { border:1px solid #000; }
.main-table tr td { border:1px solid #000; width:50px; }*/
/* line 632, ../sass/cops_style.scss */
.main-div-table .d-row {
  display: table-row;
}

/* line 639, ../sass/cops_style.scss */
.main-table.auto-w tr td {
  width: auto;
}

/* line 642, ../sass/cops_style.scss */
.main-div-table .d-row .d-col,
.main-div-table .d-row .d-head {
  display: table-cell;
  vertical-align: middle;
}

/* line 649, ../sass/cops_style.scss */
.main-div-table .d-caption {
  caption-side: bottom;
  display: table-caption;
  text-align: center;
}

/* line 652, ../sass/cops_style.scss */
div.colspan > div.col_child1 {
  width: 1px;
}

/* line 657, ../sass/cops_style.scss */
div.colspan > div.col_child1 > div.col_child2 {
  position: relative;
  width: 99px;
}

/* line 664, ../sass/cops_style.scss */
.main-div-table .d-row .d-col span,
.main-div-table .d-row .d-head span {
  padding: 0 5px;
}

/* line 669, ../sass/cops_style.scss */
.main-div-table .d-row .d-head {
  font-weight: bold;
}

/* line 672, ../sass/cops_style.scss */
.main-table tr.table-headers,
.main-table thead,
.main-table tr.table-log-headers,
.main-div-table .d-row.table-log-headers {
  background: #00AEEF;
  color: #ffffff;
  height: 30px;
  border: 1px solid #cbcbcb;
}
/* line 681, ../sass/cops_style.scss */
.main-table tr.table-headers a,
.main-table thead a,
.main-table tr.table-log-headers a,
.main-div-table .d-row.table-log-headers a {
  color: #ffffff;
}

/* line 686, ../sass/cops_style.scss */
.main-table tr.log-record,
.main-div-table .d-row.log-record {
  text-align: center;
  height: 50px;
  background-color: #ebebeb;
}

/* line 690, ../sass/cops_style.scss */
.main-table tr.table-log-headers th,
.main-table tr.table-headers th,
.main-table thead th,
.main-table tr.sm_gensets_table td {
  min-width: 50px;
  max-width: 100px;
  padding: 5px;
}

/* line 698, ../sass/cops_style.scss */
.main-table tr.table-headers th,
.main-table thead th {
  min-width: auto;
}

/* line 703, ../sass/cops_style.scss */
.main-table.reset-header-width tr.table-log-headers th,
.main-table.reset-header-width tr.table-headers th,
.main-table.reset-header-width thead th,
.main-table.reset-header-width tr.sm_gensets_table td {
  width: auto;
}

/* line 709, ../sass/cops_style.scss */
.main-table tr.sm_gensets_table {
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
  text-align: center;
}

/* line 715, ../sass/cops_style.scss */
.main-table tr.sm_gensets_table a,
.activity-box .log_btns a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  padding: 5px;
  background: #00AEEF;
  color: #fff;
  height: 17px;
  width: 17px;
  margin-bottom: 1px;
  border: 1px solid #00AEEF;
}

/* line 729, ../sass/cops_style.scss */
.main-table tr.sm_gensets_table a.btn-outstanding-entries {
  background: #931715;
  color: #fff;
  border: 1px solid #931715;
  margin-top: 2px;
}

/* line 736, ../sass/cops_style.scss */
.main-table tr.sm_gensets_table a.btn-outstanding-entries:hover,
.main-table tr.sm_gensets_table a.btn-outstanding-entries.active {
  background: #931715;
  color: #fff;
  border: 1px solid #931715;
}

/* line 743, ../sass/cops_style.scss */
.main-table tr.sm_gensets_table a.active,
.main-table tr.sm_gensets_table a:hover,
.activity-box .log_btns a.active,
.activity-box .log_btns a:hover {
  background: #7FB539;
  border: 1px solid #7FB539;
}

/* line 751, ../sass/cops_style.scss */
.main-table tr.sm_gensets_table td img {
  background: #00AEEF;
  margin: 0 -1px -3px -1px;
}

/* line 754, ../sass/cops_style.scss */
.main-table tr.sm_gensets_table td img:hover,
.main-table tr.sm_gensets_table td img.active {
  background: #7FB539;
}

/* line 757, ../sass/cops_style.scss */
.main-table tr.sm_gensets_table td a.active img {
  background: #7FB539;
}

/* line 759, ../sass/cops_style.scss */
label {
  font-family: Segoe WP Bold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

/* line 764, ../sass/cops_style.scss */
label.black {
  color: black;
}

/* line 767, ../sass/cops_style.scss */
label.assign-lookup {
  display: inline-block;
  font-family: Arial;
  font-size: 12px;
  background: #c7c7c7;
  border: 1px solid #707070;
  padding: 5px;
  margin: 2px;
  float: left;
}

/* line 777, ../sass/cops_style.scss */
.assign-lookup span {
  border: solid 1px #707070;
  padding: 0 3px;
  margin-left: 2px;
}

/* line 783, ../sass/cops_style.scss */
select,
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  border: 1px solid #D7D7D7;
  background: #fff;
  padding: 5px;
  width: 175px;
  outline: none;
  box-sizing: border-box;
}

/* line 795, ../sass/cops_style.scss */
input[type="text"]:focus,
textarea:focus {
  background: #FFFFFF;
}

/* line 800, ../sass/cops_style.scss */
input[type="text"].text-xs {
  width: 30px;
}

/* line 803, ../sass/cops_style.scss */
input[type="text"].text-s {
  width: 50px;
}

/* line 806, ../sass/cops_style.scss */
input[type="text"].text-m {
  width: 70px;
}

/* line 809, ../sass/cops_style.scss */
input[type="text"].text-l {
  width: 100px;
}

/* line 812, ../sass/cops_style.scss */
input[type="text"].text-xl {
  width: 150px;
}

/* line 816, ../sass/cops_style.scss */
::-webkit-input-placeholder {
  color: #828282 !important;
}

/* line 817, ../sass/cops_style.scss */
:-moz-placeholder {
  color: #828282 !important;
}

/* Firefox 18- */
/* line 818, ../sass/cops_style.scss */
::-moz-placeholder {
  color: #828282 !important;
}

/* Firefox 19+ */
/* line 819, ../sass/cops_style.scss */
:-ms-input-placeholder {
  color: #828282 !important;
}

/* line 821, ../sass/cops_style.scss */
select.select-field,
.main-table tr td select.select-fld,
.main-div-table .d-row .d-col select.select-fld {
  width: 100%;
  min-height: 29px;
  padding: 4px;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 833, ../sass/cops_style.scss */
input.input-field,
.main-table tr td input.input-fld,
.main-div-table .d-row .d-col input.input-fld {
  box-sizing: border-box;
  padding: 6px;
  width: 100%;
  height: auto;
  border: 1px solid #D7D7D7;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 838, ../sass/cops_style.scss */
textarea.text-field,
.main-table tr td textarea.text-fld,
.main-div-table .d-row .d-col textarea.text-fld {
  width: 100%;
  height: 80px;
}

/* line 843, ../sass/cops_style.scss */
.main-table tr td.instructions p,
.main-div-table .d-row .d-col.instructions p {
  font-size: 14px;
  font-style: italic;
  margin: 10px 0;
}

/* line 847, ../sass/cops_style.scss */
input.checkbox-field,
.main-table tr td .checkbox input,
.main-div-table .d-row .d-col .checkbox input {
  width: 13px;
  float: left;
}

/* line 852, ../sass/cops_style.scss */
.main-table tr td .check_item p,
.main-div-table .d-row .d-col .check_item p {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 10px;
  line-height: 20px;
}

/* line 860, ../sass/cops_style.scss */
.main-table .left-align-header {
  text-align: left;
  width: 163px;
}

/* line 865, ../sass/cops_style.scss */
.main-table .left-align-header-subform {
  text-align: left;
  width: 163px;
}

/* line 870, ../sass/cops_style.scss */
.main-table .inline-block-elmt {
  display: inline-block;
}

/* line 874, ../sass/cops_style.scss */
.submit-btn, .cancel-btn, .postdailylog-btn, .major-action-btn, .resolve-btn {
  background: #00AEEF;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 8px;
  min-width: 100px;
  border: none;
  line-height: 16px;
  vertical-align: middle;
}

/* line 888, ../sass/cops_style.scss */
.submit-btn {
  text-align: center;
}

/* line 889, ../sass/cops_style.scss */
.cancel-btn {
  background: #202020;
  text-align: center;
}

/* line 895, ../sass/cops_style.scss */
.major-action-btn {
  background: #7f2e01;
  text-align: center;
}

/* line 900, ../sass/cops_style.scss */
.resolve-btn {
  background: #941715;
  min-width: 148px;
  text-align: center;
}

/* line 906, ../sass/cops_style.scss */
.add-mini-btn, .add-mini-btn2 {
  background: #202020 url(../images/add_mini-btn.png) top center no-repeat;
  width: 29px;
  height: 29px;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
}

/* line 916, ../sass/cops_style.scss */
.add-mini-btn2 {
  width: 24px;
  height: 24px;
  background-position-y: -4px;
  background-position-x: -4px;
  vertical-align: text-bottom;
}

/* line 925, ../sass/cops_style.scss */
.thin-grey_btn, a.thin-grey_btn, a.thin-grey_btn:hover, a.thin-grey_btn:visited {
  background: #202020;
  padding: 2px 8px;
  color: #fff;
  text-decoration: none;
}

/* line 931, ../sass/cops_style.scss */
button.thin-grey_btn {
  border: 0;
  margin: 0;
  cursor: pointer;
}

/* line 937, ../sass/cops_style.scss */
a.thin-grey_btn:hover,
button.thin-grey_btn:hover {
  background: #1c7d5a;
}

/* line 940, ../sass/cops_style.scss */
.activity-box-date h3, .gensets-header h3 {
  font-family: "Segoe WP Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #121212;
}

/* line 946, ../sass/cops_style.scss */
.activity-wrapper .activity-box {
  border: solid 1px #cbcbcb;
  background: #f3f3f3;
  margin-bottom: 10px;
}

/*-----------------------------------------*/
/* line 952, ../sass/cops_style.scss */
.user-profile-column {
  width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  color: #121212;
}

/* line 958, ../sass/cops_style.scss */
.user-profile-column .user-name {
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
}

/* line 964, ../sass/cops_style.scss */
.user-profile-column .profile-details {
  margin: 6px;
}

/* line 968, ../sass/cops_style.scss */
.user-profile-column .created-at {
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 10px;
}

/* line 974, ../sass/cops_style.scss */
.text-content {
  max-width: 735px;
  display: inline-block;
}

/* line 979, ../sass/cops_style.scss */
.log_text {
  font-family: Arial, Helvetica, sans-serif;
  color: #121212;
  font-size: 12px;
}

/* line 985, ../sass/cops_style.scss */
.log_text p {
  line-height: normal;
  margin: 10px 0;
}

/* line 990, ../sass/cops_style.scss */
.log_btns {
  text-align: right;
}

/* line 994, ../sass/cops_style.scss */
.log_btns a:hover img {
  background-color: #7FB539;
}

/* line 1000, ../sass/cops_style.scss */
.log_btns a {
  cursor: pointer;
  text-decoration: none;
}
/* line 1001, ../sass/cops_style.scss */
.log_btns a.active img {
  background: #7FB539;
  cursor: pointer;
}
/* line 1003, ../sass/cops_style.scss */
.log_btns button {
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  border: 0;
}
/* line 1004, ../sass/cops_style.scss */
.log_btns button.active img {
  background: #7FB539;
}
/* line 1006, ../sass/cops_style.scss */
.log_btns img {
  background: #00AEEF;
}

/* line 1013, ../sass/cops_style.scss */
.log_btns.transparent img {
  background: transparent;
}
/* line 1017, ../sass/cops_style.scss */
.log_btns.transparent img:hover {
  background: transparent;
  border-bottom: 1px solid #fff;
}
/* line 1018, ../sass/cops_style.scss */
.log_btns.transparent a img:hover {
  background: transparent;
  border-bottom: 1px solid #fff;
}
/* line 1019, ../sass/cops_style.scss */
.log_btns.transparent button img:hover {
  background: transparent;
  border-bottom: 1px solid #fff;
}

/* line 1023, ../sass/cops_style.scss */
.log-entry-clickable:hover .activity-box {
  background: #CBCBCB;
  cursor: pointer;
  cursor: hand;
}

/* line 1032, ../sass/cops_style.scss */
table.table-row-based tr th {
  padding: 15px 0 5px;
  text-align: left;
}

/* line 1039, ../sass/cops_style.scss */
.simple_border,
.simple_form_container {
  border: solid 1px #cbcbcb;
}

/* line 1044, ../sass/cops_style.scss */
.simple_form_container {
  margin-bottom: 20px;
  padding: 5px;
}

/* line 1049, ../sass/cops_style.scss */
.w-xs {
  width: 25px;
}

/* line 1053, ../sass/cops_style.scss */
.w-s {
  width: 50px;
}

/* line 1057, ../sass/cops_style.scss */
.w-m {
  width: 100px;
}

/* line 1061, ../sass/cops_style.scss */
.w-l {
  width: 150px;
}

/* line 1065, ../sass/cops_style.scss */
.w-xl {
  width: 200px;
}

/* line 1069, ../sass/cops_style.scss */
.w-xxl {
  width: 250px;
}

/**Ajax Table Sorter**/
/* line 1075, ../sass/cops_style.scss */
.a-sort .headers:after {
  font-size: 10px;
  text-decoration: none;
  letter-spacing: -2px;
}
/* line 1080, ../sass/cops_style.scss */
.a-sort .headers.up:after {
  content: " \25B2";
}
/* line 1083, ../sass/cops_style.scss */
.a-sort .headers.down:after {
  content: " \25BC";
}
/* line 1086, ../sass/cops_style.scss */
.a-sort .headers.none:after {
  content: " \25B2\25BC";
}

/* line 1091, ../sass/cops_style.scss */
.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}

/* line 1099, ../sass/cops_style.scss */
.ui-tooltip,
.tooltip-arrow:after {
  background: black;
  border: 2px solid white;
}

/* line 1105, ../sass/cops_style.scss */
.tooltip-arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

/* line 1114, ../sass/cops_style.scss */
.tooltip-arrow.top {
  top: -16px;
  bottom: auto;
}

/* line 1118, ../sass/cops_style.scss */
.tooltip-arrow.left {
  left: 50%;
}

/* line 1121, ../sass/cops_style.scss */
.tooltip-arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}

/* line 1135, ../sass/cops_style.scss */
.tooltip-arrow.top:after {
  bottom: -20px;
  top: auto;
}

/* line 1141, ../sass/cops_style.scss */
.colorpicker input[type="text"] {
  width: auto !important;
}

/* line 1146, ../sass/cops_style.scss */
select.ui-timepicker-select {
  width: 100%;
}

/* line 1152, ../sass/cops_style.scss */
.ui-cops .ui-accordion-content.ui-widget-content {
  background-color: #EBEBEB !important;
  background-image: none !important;
  color: black;
}
/* line 1157, ../sass/cops_style.scss */
.ui-cops .ui-corner-top,
.ui-cops .ui-corner-bottom,
.ui-cops .ui-corner-left,
.ui-cops .ui-corner-right {
  border-radius: 0px !important;
}
/* line 1164, ../sass/cops_style.scss */
.ui-cops .ui-corner-all {
  border-radius: 0px !important;
}
/* line 1168, ../sass/cops_style.scss */
.ui-cops .jq-tabs {
  background-color: #fff;
  background-image: none !important;
  border: none;
  padding: 0px 15px;
}
/* line 1173, ../sass/cops_style.scss */
.ui-cops .jq-tabs .ui-widget-content {
  background-color: #EBEBEB !important;
  background-image: none !important;
  color: black;
  border: none;
}
/* line 1178, ../sass/cops_style.scss */
.ui-cops .jq-tabs .ui-widget-content a {
  color: #444;
}

/* line 1185, ../sass/cops_style.scss */
.tooltip-no-bg {
  background: transparent !important;
  background-image: none !important;
  width: 100% !important;
  padding: 0;
  box-shadow: none;
  border: 0;
}

/* line 1195, ../sass/cops_style.scss */
.loader,
.loader:after {
  border-radius: 50%;
  width: 0.1em;
  height: 0.1em;
}

/* line 1201, ../sass/cops_style.scss */
.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 1238, ../sass/cops_style.scss */
.cops-action {
  width: 27px;
  height: 27px;
  display: inline-block;
  background: #00AEEF;
  position: relative;
}

/* line 1245, ../sass/cops_style.scss */
.cops-action:before,
.cops-action:after {
  content: '';
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1256, ../sass/cops_style.scss */
.cops-action:before {
  width: 22px;
  height: 22px;
  background-color: #fff;
}

/* line 1262, ../sass/cops_style.scss */
.cops-action:after {
  width: 20px;
  height: 20px;
  background-color: #00AEEF;
}

/* line 1268, ../sass/cops_style.scss */
.cops-action > * {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-----------------------------------------*/
/* line 1279, ../sass/cops_style.scss */
body.ui-cops {
  background-color: #1B1C1E;
}

/* line 1283, ../sass/cops_style.scss */
a {
  text-decoration: none;
}

/* line 1287, ../sass/cops_style.scss */
.ui-cops div#main_wrapper {
  background: transparent;
}

/* line 1291, ../sass/cops_style.scss */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 1299, ../sass/cops_style.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1308, ../sass/cops_style.scss */
.dashboard-title {
  font-family: "Segoe WP Bold", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 18px;
  float: left;
  font-weight: normal;
}

/* line 1317, ../sass/cops_style.scss */
.dv-blocks .icon-panel {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  float: left;
  border: 1px solid rgba(126, 126, 126, 0.2);
}

/* line 1326, ../sass/cops_style.scss */
.dv-blocks .selectable {
  height: 100%;
  width: 100%;
  display: flex;
  text-align: center;
  flex-flow: row wrap;
  align-content: center;
  text-decoration: none;
}

/* line 1336, ../sass/cops_style.scss */
.ui-cops #logo {
  width: 238px;
  margin: 0;
  text-align: left;
}

/* line 1342, ../sass/cops_style.scss */
#main_app_info {
  position: relative;
  width: 100%;
  text-align: right;
  font-size: 15px;
  line-height: 40px;
}

/* line 1350, ../sass/cops_style.scss */
.top-nav {
  padding: 10px 0;
}

/* line 1354, ../sass/cops_style.scss */
.bottom-nav {
  background: #000;
  padding: 10px 0;
}

/* line 1359, ../sass/cops_style.scss */
#nav_sub_container {
  width: 70%;
  padding: 18px;
  box-sizing: border-box;
  padding-right: 0;
}

/* line 1366, ../sass/cops_style.scss */
.dv-logo {
  width: 30%;
  box-sizing: border-box;
}

/* line 1371, ../sass/cops_style.scss */
a.logout-btn {
  padding: 0 10px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 1377, ../sass/cops_style.scss */
a.settings-btn {
  padding: 0 10px;
  color: #fff;
}

/* line 1382, ../sass/cops_style.scss */
span.username-span {
  color: #7FB539;
}

/* line 1386, ../sass/cops_style.scss */
.dv-blocks li {
  width: 25%;
  height: 200px;
  float: left;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}

/* line 1395, ../sass/cops_style.scss */
.initials {
  width: 80px;
  height: 80px;
  font-size: 16px;
  color: #0AACEA;
  background: #25292A;
  border-radius: 50%;
  line-height: 80px;
  margin: 0 auto;
}

/* line 1406, ../sass/cops_style.scss */
.dv-title {
  flex: 1 100%;
  margin-top: 20px;
  text-align: center;
}

/* line 1412, ../sass/cops_style.scss */
#dashboard_home ul li .icon-panel .selectable span {
  display: block;
  align-self: center;
}

/* line 1417, ../sass/cops_style.scss */
.panel-icon {
  text-align: center;
  width: 100%;
  font-size: 35px;
  color: #00AEEF;
}

/* line 1424, ../sass/cops_style.scss */
.locator-nav #site_location_selector {
  width: 100%;
  background: #000;
  padding: 7px 15px;
  box-sizing: border-box;
  margin-bottom: 4px;
  position: relative;
}

/* line 1433, ../sass/cops_style.scss */
.locator-nav #site_location_selector h3 {
  text-decoration: none;
  color: #7FB539;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 1441, ../sass/cops_style.scss */
.locator-icon {
  font-size: 16px;
  opacity: 0.4;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  opacity: 0.4;
}

/* line 1453, ../sass/cops_style.scss */
.warning-icon {
  font-size: 16px;
  padding: 10px 15px;
  opacity: 0.4;
}

/* line 1459, ../sass/cops_style.scss */
.dv-content {
  padding: 20px 0;
}

/* line 1471, ../sass/cops_style.scss */
.ui-cops .pop-down-selector .disp-site {
  padding: 8px 15px;
}

/* line 1475, ../sass/cops_style.scss */
.dv-menu {
  display: inline-block;
  position: relative;
}

/* line 1480, ../sass/cops_style.scss */
.dv-menu .dv-menu-item {
  background: #fff;
  position: absolute;
  min-width: 120px;
  right: 0;
  top: 50px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
  font-size: 12px;
  display: none;
  line-height: 2;
  border: 1px solid #fff;
}

/* line 1494, ../sass/cops_style.scss */
.dv-menu.active .dv-menu-item {
  display: block;
}

/* line 1498, ../sass/cops_style.scss */
.dv-menu .dv-menu-item #main_nav {
  text-align: left;
  float: none;
}

/* line 1503, ../sass/cops_style.scss */
.dv-menu .dv-menu-item #main_nav ul {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  height: auto;
  min-width: auto;
  margin: 0;
  text-align: left;
}

/* line 1517, ../sass/cops_style.scss */
.dv-menu .dv-menu-item #main_nav ul li:hover a,
.dv-menu .dv-menu-item #main_nav ul li a:active,
.dv-menu .dv-menu-item #main_nav ul li a:focus,
.dv-menu .dv-menu-item #main_nav ul li a.active {
  color: #fff;
}

/* line 1524, ../sass/cops_style.scss */
.dv-menu .dv-menu-item #main_nav ul li a {
  display: block;
  padding: 0;
  color: #000;
  padding: 8px 15px;
}

/* line 1531, ../sass/cops_style.scss */
.ui-cops div#main-footer {
  display: none;
}

/* line 1535, ../sass/cops_style.scss */
.frm-table-wrapper table.frm-table td.create-td,
.frm-table-wrapper table.form-email-approval-config td.create-td {
  width: 120px;
  padding: .75rem;
}

/* line 1541, ../sass/cops_style.scss */
.form-btn {
  position: absolute;
  right: 6px;
  top: 29px;
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 8px 0px;
  box-sizing: border-box;
  background: #00AEEF;
  color: #fff;
  font-size: 15px;
}

/* line 1555, ../sass/cops_style.scss */
#services-header-table div table.main-table {
  padding: 15px !important;
  border-bottom: none !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1562, ../sass/cops_style.scss */
div#load-more {
  padding: 10px 0;
}

/* line 1566, ../sass/cops_style.scss */
div#load-more a {
  background: #00AEEF;
  color: #fff;
  padding: 8px 17px;
  margin-left: 3px;
  box-sizing: border-box;
}

/* line 1574, ../sass/cops_style.scss */
.ui-cops .ui-widget-header {
  border: none;
  background: transparent;
  font-weight: 600;
}

/* line 1581, ../sass/cops_style.scss */
.ui-cops .ui-dialog.ui-widget-content {
  border: none;
  background: #000;
  color: #fff;
}

/* line 1587, ../sass/cops_style.scss */
.ui-cops .ui-state-default, .ui-cops .ui-widget-content .ui-state-default, .ui-cops .ui-widget-header .ui-state-default {
  border: none;
  background: #00AEEF;
  font-weight: 600;
  color: #fff;
}

/* line 1594, ../sass/cops_style.scss */
.ui-cops .ui-state-default a, .ui-cops .ui-state-default a:link {
  color: #1b1c1e;
  font-size: 14px;
}

/* line 1599, ../sass/cops_style.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #fff;
}

/* line 1603, ../sass/cops_style.scss */
.ui-cops .ui-state-active, .ui-cops .ui-widget-content .ui-state-active, .ui-cops .ui-widget-header .ui-state-active {
  background: #00AEEF;
  border-color: #00AEEF;
}

/* line 1608, ../sass/cops_style.scss */
.ui-tabs .ui-tabs-nav {
  padding: 0;
}

/* line 1612, ../sass/cops_style.scss */
table.service-log-table tbody tr.log-record td {
  padding: 5px;
}

/* line 1616, ../sass/cops_style.scss */
.default-btn {
  background: #00AEEF;
  color: #fff;
  padding: 5px;
}

@media (min-width: 576px) {
  /* line 1623, ../sass/cops_style.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 1629, ../sass/cops_style.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 1636, ../sass/cops_style.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 1642, ../sass/cops_style.scss */
  .container {
    max-width: 1140px;
  }
}
/* Desktop & Laptop */
@media (min-width: 993px) and (max-width: 1200px) {
  /* line 1650, ../sass/cops_style.scss */
  .stage .contents, .stage .contents_dyn_height {
    max-width: 660px;
    min-width: 660px;
  }

  /* line 1655, ../sass/cops_style.scss */
  .right_column {
    min-width: 660px;
  }

  /* line 1660, ../sass/cops_style.scss */
  table.service-log-table tbody tr.log-record td {
    padding: 0 !important;
  }
}
/* Landscape Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1667, ../sass/cops_style.scss */
  .stage .contents, .stage .contents_dyn_height {
    max-width: 470px;
    min-width: 470px;
  }

  /* line 1672, ../sass/cops_style.scss */
  #sidepanel,
  .left_column {
    width: 190px;
  }

  /* line 1677, ../sass/cops_style.scss */
  .right_column {
    min-width: 530px;
  }

  /* line 1681, ../sass/cops_style.scss */
  .dv-blocks li {
    width: 50%;
    margin-bottom: 20px;
  }
}
/* Portrait Tablet */
/* Phone */
