.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.isInFullScreen {
  height: 100%;
  max-width: 100%;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.md-spin,
.md-spin-reverse {
  animation: md-spin-animation 2s infinite linear;
}
.md-spin-reverse {
  animation-direction: reverse;
}
@keyframes md-spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.text-underline {
  text-decoration: underline;
}
.text-success {
  color: #35ba62;
}
.text-danger {
  color: #F02311;
}
.text-left {
  text-align: left;
}
.mundo-dialog-lg {
  width: 80%;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../../resources/iconfont/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../../../resources/iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(../../../resources/iconfont/MaterialIcons-Regular.woff) format('woff'), url(../../../resources/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -moz-font-feature-settings: 'liga';
       font-feature-settings: 'liga';
}
/** ROBOTO REGULAR **/
/* Light */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url("../../../resources/robotofont/Roboto-Light.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("../../../resources/robotofont/Roboto-LightItalic.ttf") format('truetype');
}
/* Normal */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url("../../../resources/robotofont/Roboto-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url("../../../resources/robotofont/Roboto-Italic.ttf") format('truetype');
}
/* Bold */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url("../../../resources/robotofont/Roboto-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("../../../resources/robotofont/Roboto-BoldItalic.ttf") format('truetype');
}
/** ROBOTO CONDENSED **/
/* Light */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("../../../resources/robotofont/RobotoCondensed-Light.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url("../../../resources/robotofont/RobotoCondensed-LightItalic.ttf") format('truetype');
}
/* Normal */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../../../resources/robotofont/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url("../../../resources/robotofont/RobotoCondensed-Italic.ttf") format('truetype');
}
/* Bold */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("../../../resources/robotofont/RobotoCondensed-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url("../../../resources/robotofont/RobotoCondensed-BoldItalic.ttf") format('truetype');
}
md-content {
  background: white;
}
md-toolbar.md-toolbar-sm {
  height: 46px;
  max-height: 46px;
  min-height: 46px;
}
.md-button.md-xs {
  line-height: 30px;
  height: 30px;
  width: 30px;
  min-height: 30px;
}
.margin-tb-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.no-min-width {
  min-width: 0;
}
.user-avatar {
  border-radius: 50%;
  display: block;
  margin: auto;
}
.user-username {
  white-space: nowrap;
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: .8em;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  padding-top: 3px;
}
.overflow-y-auto {
  overflow-y: auto;
}
@media (min-width: 960px) {
  .overflow-y-auto-gt-sm {
    overflow-y: auto;
  }
}
md-dialog {
  width: 600px;
}
md-tabs > md-tabs-wrapper {
  padding: 0 10px;
}
.md-headline pre {
  background: #e6e6e6;
  padding: 10px;
  line-height: 15px;
}
.md-headline pre code {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.layer-switcher button {
  background: white;
  color: #222;
  font: normal normal normal 22px/1 FontAwesome;
}
.layer-switcher button:before {
  content: "\f0c9";
}
.md-toolbar-tools md-icon {
  margin: 0 15px 0 5px;
}
.report-tabs md-ink-bar,
.report-tabs md-tab-item {
  transition: none !important;
  -webkit-transition: none !important;
}
md-tabs[md-dynamic-height] {
  transition: none !important;
  -webkit-transition: none !important;
}
.md-sidenav .tooltip-parent {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 456px) {
  .md-sidenav-left .mundo-sidenav-sections-main {
    width: 100% !important;
  }
  .md-sidenav-left .mundo-sidenav-sections-main .user-username {
    display: none;
  }
}
.md-sidenav-left .mundo-sidenav-sections-main .md-clickable .md-button {
  height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center;
  vertical-align: middle;
}
.md-sidenav-left .mundo-sidenav-sections-main .md-clickable .md-list-inner {
  width: 100%;
}
.md-sidenav-left .mundo-sidenav-sections-main .md-clickable md-icon {
  margin-top: 13px;
}
.user-username .material-icons {
  line-height: 0.9;
}
.secondary-buttons-hover .hover-button {
  visibility: hidden;
}
.secondary-buttons-hover:hover .hover-button {
  visibility: visible;
}
.ol-full-screen {
  top: auto;
  bottom: .5em;
  background: transparent !important;
  text-align: center;
  outline: none;
}
.ol-full-screen button {
  background: transparent;
  color: transparent;
  font: normal normal normal 22px/1 FontAwesome;
  text-align: center;
}
.ol-full-screen button:hover,
.ol-full-screen button:focus {
  background: transparent;
}
.ol-full-screen button:before {
  content: "\f0b2";
  color: white;
  text-shadow: 0px 0px 2px #222;
}
.ol-full-screen button.ol-full-screen-true {
  background: transparent;
}
.mundo-reporting-subreport-details {
  background: white;
}
md-tabs.md-dynamic-height md-tabs-content-wrapper {
  overflow: hidden !important;
}
