/*
 * Header
 */
.header {
  margin: 0px -15px;
  background-color: #f9f9f9;
}

.header-text {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

/*
 * Feature info
 */
.fi-key-cell {
  text-align: right;
  padding-right: 8px;
  vertical-align: top;
}

.fi-stream {
  cursor: pointer;
}

.fi-stream:hover {
  text-decoration: underline;
}

/*
 * Citizen module
 */
.right-addon {
  position: relative;
  right: 0px;
}

/*
 * Urban Security module: Calendar
 */

/*Reimplemented css angular bootstrap calendar*/
mwl-calendar .cal-year-box [class*="span"],
mwl-calendar .cal-month-box [class*="cal-cell"] {
  min-height: 50px;
  position: relative;
}

mwl-calendar .cal-month-day {
  height: 50px;
}

/*
 * ToponymSearch module
 */
.ts-legend  {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
}

/*
 * Urban Security module: Calendar
 */

/*Reimplemented css angular bootstrap calendar*/
mwl-calendar .cal-year-box [class*="span"],
mwl-calendar .cal-month-box [class*="cal-cell"] {
  min-height: 50px;
  position: relative;
}

mwl-calendar .cal-month-day {
  height: 50px;
}

/*
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  text-align: right;
  padding-right:15px;
}

/*
 * Alert for modal panel
 */
.modal-alert {
  top: 57px;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 100;
  position: fixed;
  background-color: rgba(0,0,0,0.1);
}

.modal-alert-content {
  width: 80%;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 4px;
}

/*
 * Alert List
 */
.alert-modal {
  max-height: 520px !important;
  height: 520px !important;
  overflow-y: auto !important;
}
.us-alert-list {
  overflow-y: auto;
  margin-top: 4px;
  min-height: 424px;
  max-height: 424px;
}

.us-alert-row {
  height: 42px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.us-alert-active {
  font-weight: bold;
  background-color: #ccdcec;
}

.us-alert-col1 {
  width: 30px;
  text-align: center;
}

.us-alert-col2 {
  cursor: pointer;
  padding-left: 4px;
}

.us-alert-attach-preview {
  padding: 4px;
  border: 1px solid #ddd;
}

/*
 * Infomobility: vehicle transit
 */
.vt-modal-body {
  min-height: 480px;
  max-height: 480px;
  overflow-y: auto;
}

.vt-search-tlb {
  text-align: right;
  padding-right: 15px;
}

.vt-res-row {
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.vt-res-agg {
  padding: 0px;
  max-height: 345px;
  overflow-y: auto;
}

.vt-res-box {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 12px;
  margin-bottom: 4px;
  background-color: #eee;
}

.vt-res-box-sel {
  font-weight: 700;
  background-color: #b0bed9;
}

.vt-res-table {
  padding: 0px 0px 0px 15px;
}


/*
 * Attachment
 */
.attach-row {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.attach-image {
  max-width:100%;
  height: 230px;
  margin-bottom:0px;
}

/*
 * Waste module
 */
.td-text-total {
  font-weight: bold;
  font-size: 14px;
}

.wgraph-title {
  font-size: 14px; 
  font-weight: bold;
  margin: 5px;
  text-align: center
}
