﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.buttonRight {
    float: right !important;
}

.info-box {
    width: 321px;
    margin-bottom: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-wrap: break-word;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.span-card {
    font-size: 15px;
    margin-right: 41px;
}

/* Agregado a raiz defs implementación bootstrap 5 para adaptar al estilo de bootstrap 3 */

a:link, a:visited, a:active {
    text-decoration: none;
    font-family: nova-regular, sans-serif;
    font-size: medium;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
}
.form-group > label {
  font-weight: 600;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col {
        padding-left: 5px;
        padding-right: 5px;
    }

label {
    margin-bottom: 0.5rem;
}
.Editlabel {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 65%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-top;
    border-radius: .25em;
  }
  .Editlabel-success{
    background-color: #5cb85c;
  }
  .Editlabel-danger {
    background-color: #d9534f;
  }
  .Editlabel-warning {
    background-color: #f0ad4e;
  }
  .Editlabel-info {
    background-color: #5bc0de;
  }
  .Editlabel-default{
    background-color: #777;
  }
  .page-header{
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
  }

  .progress-bar-success {
    background-color: #5cb85c;
  }
  .progress-bar-info {
    background-color: #5bc0de;
  }
  .progress-bar-warning {
    background-color: #f0ad4e;
  }
  .progress-bar-danger {
    background-color: #d9534f;
  }

