[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: transparent;
}
.list-group-item {
  padding-left: 5px;
  padding-right: 5px;
}
.bold {
  font-weight: bold;
}
body{
    /* background-image: url('/img/bkg.jpg'); */
    /* background:
              radial-gradient(black 15%, transparent 16%) 0 0,
              radial-gradient(black 15%, transparent 16%) 8px 8px,
              radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
              radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px; */
    background-color:#fdb702;
    
    background-size:16px 16px;
    
  }
.jumbotron {
    background: rgb(31, 22, 4); /* This is for ie8 and below */
    background: rgba(31, 22, 4, 0.2); 
  }
  .imgLogo{
    max-height:70px;
    max-width:70px;
    height:auto;
    width:auto;
  }
  
  .ico{
    max-height: 24px;
    height: 24px;        
  }

  @media all and (max-width: 1200px) { /* screen size until 1200px */
      body {
          font-size: 0.9em; /* 1.5x default size */
      }
  }
  @media all and (max-width: 1000px) { /* screen size until 1000px */
      body {
          font-size: 0.9em; /* 1.2x default size */
          }

      .imgLogo{
        max-height:45px;
        max-width:45px;
        height:auto;
        width:auto;
      }
      }
  @media all and (max-width: 767px) { /* screen size until 500px */
      body {
          font-size: 0.9em; /* 0.8x default size */
        }

        .info1{
          display: none;
        }
        .info2{
          display: none;
        }
        .imgLogo{
          max-height:40px;
          max-width:40px;
          height:auto;
          width:auto;
        }
      }
  @media all and (max-width: 415px) { /* screen size until 500px */
      body {
          font-size: 0.8em; /* 0.8x default size */
          }
      .info1{
        display: none;
      }
      .info2{
        display: none;
      }

      .imgLogo{
        max-height:40px;
        max-width:40px;
        height:auto;
        width:auto;
      }
  }