/**
 * (c) Copyright, 2008-2015 Massachusetts Institute of Technology.
 *
 *     This material may be reproduced by or for the
 *     U.S. Government pursuant to the copyright license
 *     under the clause at DFARS 252.227-7013 (June, 1995).
 */

.surge-icon {
    background-image: url('images/Surge.svg');
    background-size: contain;
}

.home-icon {
    background-image: url('images/home_icon.svg');
    background-size: contain;
}

.save-icon {
    background-image: url('images/save_icon.svg');
    background-size: contain;
}

.status-icon-en {
    opacity: 1.0;
}

.status-icon-dis {
    opacity: 0.5;
}

.surge-btn .x-btn-inner {
    font-size: 12px!important;
    font-weight: bold!important;
    padding: 2px;
}

.label-header h4 { 
  margin: 0 0 10px;
}

.legend-item {
  display: inline-block;
  margin: 5px;
}

.legend-item .color {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 2px -5px 0;
}

.help-item {
  position: absolute;
  right: 25px;
  top: 20px;
}

.zone-based-impacts-view .warning-field {
  color: red;
  font-weight: bold;
}

.radio-label {
  color: rgba(70, 70, 70);
  display: block;
  font-size: 14px;
  font-weight: 550;
  font-family: sans-serif;
}

#MEOWs-radio-btn {
  margin-top: 5px;
  margin-bottom: 13px;
}

#meowBoxSvgCategory {
  margin-top:8px;
  margin-bottom: 8px;
}
