/* Add here all your CSS customizations */
.sidebar-title {
  color: white !important;
}

[hidden] {
  display: none !important;
}

table.dataTable thead th {
  vertical-align: top;
}

.fa-icon-green {
  color: #00ff00;
}

.fa-icon-red {
  color: #ff0000;
}

[data-tooltip]:hover {
  position: relative;
}

  [data-tooltip]:hover::before {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    all: initial;
    display: inline-block;
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    width: 200px;
    left: 50%;
    transform: translate(-50%, 0);
  }

div.dataTables_filter {
  text-align: center !important;
}

/* CSS REQUIRED */
.state-icon {
  left: -5px;
}

.list-group-item-primary {
  color: rgb(255, 255, 255);
  background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well .list-group {
  margin-bottom: 0px;
}

.form-horizontal .control-label-custom {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: left;
}

.modal-block-questionario {
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 1000px !important;
  margin: 40px auto;
  position: relative;
}

.form-horizontal .control-label-questionario {
  padding-top: 0px;
  margin-bottom: 0;
  text-align: left;
}

.panel-title:hover {
  cursor: pointer;
}

.widget-summary .summary-footer-custom {
  padding: 5px 0 0;
  border-top: 1px dotted #ddd;
  text-align: left;
}

.circular-custom {
  margin: 0px !important;
}

  .circular-custom label {
    display: block;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 40%;
    width: 80%;
    left: 10%;
    text-align: center;
  }

.center-client {
  margin-left: 15px;
  float: left;
  position: relative;
  transform: translate(0%, -12%);
}

.panel-title {
  margin-right: 15px;
}

.table-info {
  width: 40%;
  margin: auto;
}

.table-info-th1 {
  width: 1%;
}

.table-info-th2 {
  width: 10%;
}

tr.group,
tr.group:hover {
  background-color: #ddd !important;
}

.modal-block-report {
  background: transparent;
  padding: 0;
  text-align: left;
  /*max-width: 1000px !important;*/
  margin: 40px auto;
  position: relative;
}

.btn-report {
  display: inline-flex;
}

.btn-inline {
  white-space: nowrap !important;
}

.macro-table {
  caption-side: top;
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: medium;
}

.stripe-1 {
  color: white;
  background: repeating-linear-gradient(45deg, #E2E2E2, #E2E2E2 6px, #CCCCCC 6px, #CCCCCC 12px);
}

/*.custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}*/
.custom-file {
  position: relative;
  display: inline-block;
  /*width: 100%;*/
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
  margin-left: 15px;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
  }

  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }

  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
  }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ced4da;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }

.alert-primary_custom {
  background-color: #90CAE8; /*#40AAE0*/
  border-color: #0088cc;
  color: white;
}

/*Bootstrap 4.0.0*/
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.input-group-b4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

  .input-group-b4 > .form-control,
  .input-group-b4 > .custom-select,
  .input-group-b4 > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }

    .input-group-b4 > .form-control:focus,
    .input-group-b4 > .custom-select:focus,
    .input-group-b4 > .custom-file:focus {
      z-index: 3;
    }

    .input-group-b4 > .form-control + .form-control,
    .input-group-b4 > .form-control + .custom-select,
    .input-group-b4 > .form-control + .custom-file,
    .input-group-b4 > .custom-select + .form-control,
    .input-group-b4 > .custom-select + .custom-select,
    .input-group-b4 > .custom-select + .custom-file,
    .input-group-b4 > .custom-file + .form-control,
    .input-group-b4 > .custom-file + .custom-select,
    .input-group-b4 > .custom-file + .custom-file {
      margin-left: -1px;
    }

    .input-group-b4 > .form-control:not(:last-child),
    .input-group-b4 > .custom-select:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .input-group-b4 > .form-control:not(:first-child),
    .input-group-b4 > .custom-select:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

  .input-group-b4 > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .input-group-b4 > .custom-file:not(:last-child) .custom-file-label,
    .input-group-b4 > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .input-group-b4 > .custom-file:not(:first-child) .custom-file-label,
    .input-group-b4 > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2;
  }

    .input-group-prepend .btn + .btn,
    .input-group-prepend .btn + .input-group-text,
    .input-group-prepend .input-group-text + .input-group-text,
    .input-group-prepend .input-group-text + .btn,
    .input-group-append .btn + .btn,
    .input-group-append .btn + .input-group-text,
    .input-group-append .input-group-text + .input-group-text,
    .input-group-append .input-group-text + .btn {
      margin-left: -1px;
    }

/*.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}*/

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0;
  }

.input-group-b4 > .input-group-prepend > .btn,
.input-group-b4 > .input-group-prepend > .input-group-text,
.input-group-b4 > .input-group-append:not(:last-child) > .btn,
.input-group-b4 > .input-group-append:not(:last-child) > .input-group-text,
.input-group-b4 > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-b4 > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-b4 > .input-group-append > .btn,
.input-group-b4 > .input-group-append > .input-group-text,
.input-group-b4 > .input-group-prepend:not(:first-child) > .btn,
.input-group-b4 > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group-b4 > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group-b4 > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*FINE Bootstrap 4.0.0*/

.col-sm-2-5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.panel-body-custom {
  background: #f5f5f5 !important;
}

.bg-yellow {
  background-color: #F4F470;
}

.btn-comment {
  color: black;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
