body {
    /*color: #74777c;*/
    font-size: 14px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Microsoft Sans Serif", sans-serif;
    color: #6d6d6d;
    /*background-color: lightgray;*/
    /*background-color: #f8f9fa;*/
    /*background-color: #252525;*/
    background-color: white;
    /* background-image: url('Gris con vetas.jpg'); */
}

.container {
    padding: 0;
    /*background-color: whitesmoke;*/
}

.row {
    padding: 10px;
}

.card-body {
	padding: 1.25rem !important;
}

.btn-primary {
    background-color: #65c7d0;
    border-color: #65c7d0;
}

.btn-secondary {
    background-color: #252525;
    border-color: #252525;
}

.title {
    /* color: white;
    background-color: #65c7d0; */
    padding: 15px 15px 15px 15px;
    text-align: center;
}

h2 {
    font-size: 30px;
}

.item {
    position:relative;
    display:inline-block;
}
.notify-badge{
    position: absolute;
    left: 0px;
    top: 15px;
    background:#65c7d0;
    text-align: center;
    color:white;
    padding:5px 10px;
    font-size:14px;
}  

.notify-badge-office{
	display: block;
    background:#65c7d0;
    text-align: center;
    color:white;
    padding:5px 10px;
    font-size:14px;
}  

.badge-img-description{
    position: absolute;
    left:-10px;
    bottom: 10px;
    background:lightgoldenrodyellow;
    text-align: center;
    color: black;
    padding:3px 6px;
    font-size:12px;
    border: thin solid black;    
}  

.footer-data {
    background-color: #f8f9fa; 
    text-align: right; 
    border: 0px;
}


a, a:hover, a:active{
    color: #6c757d;
}

ul {
	line-height: 1em;
}

/*
a.nav-link {
    font-size: large;
}
*/

.disabled {
    color: #ababab;
}
:root {
    /* Colors */
    --bg-color: #f9f9f9;
    --primary-color: #65c7d0;
  
    /* Borders and corners */
    --border-radius: 6px;
    --border-radius-large: 8px;
  }

/* -- Examples -- */
.image-row {
    text-align: center;
    max-height: 500px;
    overflow-y: auto;
  }
  
  @media (min-width: 720px) {
    .image-row {
      text-align: left;
    }
  }
  .example-image-link {
    display: inline-block;
    padding: 2px;
    margin: 0 0.5rem 1rem 0.5rem;
    background-color: var(--bg-color);
    line-height: 0;
    border-radius: var(--border-radius-large);
  }
  .example-image-link:hover {
    background-color: var(--primary-color);
  }
  
  .example-image {
    width: 7rem;
    border-radius: var(--border-radius);
  }