@charset "UTF-8";
/*
 * This is is imported by virtue of "sass.etc" in "app.json".
 */
/*
styling-extjs-grid-cells:
http://skirtlesden.com/articles/styling-extjs-grid-cells
*/
.child-row .x-grid-cell {
  background-color: #ffe2e2;
  color: #900; }

.adult-row .x-grid-cell {
  background-color: #e2ffe2;
  color: #090; }

.events-notviewed-row .x-grid-cell {
  background-color: #e2ffe2;
  color: #090;
  /*
  font-size: 18;
  font-weight: bold;
  */ }

/*.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical {
    margin-top: 3px !important;
}*/
.x-progress-default .x-progress-text {
  color: #fff;
  /*font-weight: bold;*/
  font-weight: normal !important;
  font-size: 11px;
  font-family: tahoma, arial, verdana, sans-serif;
  text-align: center;
  line-height: 18px; }

/*.normal-text {
    font-weight: normal !important;
    font-size: 11px;
    line-height: 16px;
}*/
/*
.my-disabled-panel {
     opacity: .35;
    -moz-opacity: .35;
    filter: alpha(opacity=35);
}
 
.x-toolbar .x-item-disabled .x-btn-icon {
    opacity: .35;
    -moz-opacity: .35;
    filter: alpha(opacity=35);
}
*/
.button-home {
  background-image: url(images/asoiza-logo-medium.png);
  background-size: contain; }

.button-home2 {
  background-image: url(images/asoiza-logo-small.png);
  background-size: cover; }

/*
карта
*/
.impurity_banner {
  /*    padding: 6px 8px; */
  padding: 0px;
  font: 12px/14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 80px; }

.impurity_banner h4 {
  margin: 0 0 0px; }

/*.impurity_banner h4 { margin: 0 0 0px; color: #777; }*/
/*.impurity_banner h4 { margin: 0 0 5px; color: #777; }*/
.legend {
  text-align: left;
  line-height: 18px;
  padding: 2px 2px; }

.mapchart {
  padding: 0px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

/*# sourceMappingURL=all.css.map */
