@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?luyn5');
    src:  url('../fonts/icomoon.eot?luyn5#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?luyn5') format('truetype'),
      url('../fonts/icomoon.woff?luyn5') format('woff'),
      url('../fonts/icomoon.svg?luyn5#icomoon') format('svg');
    
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-fundamenta-exit:before {
    content: "\e909";
  }
  .icon-fundamenta-contact:before {
    content: "\e908";
  }
  .icon-fundamenta-user:before {
    content: "\e900";
  }
  .icon-fundamenta-back:before {
    content: "\e901";
  }
  .icon-f-fundamenta:before {
    content: "\e902";
  }
  .icon-fundamenta-info:before {
    content: "\e903";
  }
  .icon-fundamenta-ticket:before {
    content: "\e904";
  }
  .icon-fundamenta-check:before {
    content: "\e905";
  }
  .icon-fundamenta-tool:before {
    content: "\e906";
  }
  .icon-fundamenta-home:before {
    content: "\e907";
  }
  

.bg-gradient-primary {
    background-color: #6e6e6e;
    background-image: linear-gradient(
        180deg
        ,#6e6e6e 10%,#6e6e6e 100%);
            background-size: cover;
        }
.btn-fundamenta {
    color: #fff;
    background-color: #82BC00;
    border-color: #82BC00;
}
.btn-fundamenta:hover {
    color: #fff;
    background-color: #7ED321;
    border-color: #7ED321;
}
.modal-danger .modal-header {
    color: #fff;
    background-color: #e55353;
}
.modal-danger .modal-content {
    border-color: #e55353;
}
table{
  font-size: 12px;
}
.navbar-default{ 
  position: fixed;
  z-index: 999;
  width: 100%;
  margin: 0 0 405px 0;
}
.sidebar-toggled #content-wrapper{
  margin-left: 100px;
}

#content-wrapper{
  margin-left: 225px;
}
.txt-info-cl{
  font-size: 10px;
  display: block;
  margin-top: 8px;
}
.txt-info-cl strong{
  text-transform: uppercase;
}
.hiddenRow {
  padding: 0 !important;
}
.bg-100 {
  background-color: #efefef !important;
}
.calugas .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0 1.25rem 0 1.25rem;
}
.cl-box .card{
  margin-top: 5px;
  padding-bottom: 0px!important;
}
.counter-badge{
    background: red;
    color: #fff;
    border-radius: 20px;
    font-size: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: -2px;
    padding-top: 3px;
}
.loadWindow .spinner-border{
    width: 2rem;
    height: 2rem;
    border-width: 0.25em;
    top: 50%;
    position: relative;
    margin-top: -45px;
}
.loadWindow{
  position: fixed;
  text-align: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(208,208,208,0.6);
  top: 0;
}

@media only screen and (max-width: 768px) {
  .sidebar-toggled #content-wrapper {
      margin-left: 0px;
  }
  .nav-link {
      display: block;
      padding: .5rem 1rem;
      width: 50%;
      font-size: 15px;
  }
}

.dt-button-info{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #6e6e6ead;
  color: #fff;
  padding: 2px 15px;
  border-radius: 20px;
}
.hg-60{
  height: 60px;
}