@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none !important;
}
.file-thumbnail-footer {
  display: none;
}
.pop {
  cursor: zoom-in;
}
.typeahead.dropdown-menu {
  border: solid 4px #BFDEFF !important;
  color: #666;
  background-color: #fff;
}
.typeahead.dropdown-menu li {
  border-bottom: solid 1px #ccc;
}
.typeahead.dropdown-menu li:hover {
  background-color: #77579E;
}
.typeahead.dropdown-menu li:hover a {
  color: #fff;
}
.typeahead.dropdown-menu a {
  color: #666;
}
.carousel-inner {
  max-height: 300px;
  background-color: #fff;
}
.carousel-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.carousel-caption {
  color: #333;
  font-weight: bolder;
  text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
}
.carousel-caption h2 {
  font-size: 30px;
}
.carousel-caption p {
  font-size: 20px;
}
body {
  font-family: Montserrat, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  color: #666;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.form-body {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
}
.kv-upload-progress {
  display: none !important;
}
.icono-sm {
  width: 18px;
  height: 18px;
}
.container {
  padding: 90px 20px 40px 20px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100% !important;
  min-height: 700px;
}
.dropdown-menu {
  -webkit-box-shadow: 2px 2px 8px 0px #666666;
  -moz-box-shadow: 2px 2px 8px 0px #666666;
  box-shadow: 2px 2px 8px 0px #666666;
}
.dropdown-item:hover {
  background-color: #666;
  color: #fff;
}
div.tooltip-inner {
  text-align: left;
  border: solid 1px #fff;
  border-radius: 6px;
  padding: 6px 12px;
  margin-bottom: 6px;
  background-color: #505050;
  max-width: 600px;
  white-space: normal;
}
.icono-menu-label {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
  font-size: .8em;
  font-weight: bolder;
  color: #663b8b;
}
.icono-menu img {
  width: 70%;
  height: auto;
  max-width: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.typeahead li {
  padding: 0px 10px;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}
break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.section-header {
  color: #73449B;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
.section-header .col1 {
  display: flex;
  align-items: center;
}
.section-header .col1 img {
  width: 50px;
  height: auto;
}
.section-header .col2 {
  padding-left: 20px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.section-header .col2 .titulo {
  font-size: 1.4em;
  font-weight: bolder;
}
.form-separador {
  border-bottom: solid 1px #ccc;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 12px;
  margin-top: 12px;
  padding-bottom: 6px;
}
.tachado {
  text-decoration: line-through;
  color: #ccc;
}
.text-bottom {
    display: flex; 
    align-items: flex-end;
}
.text-underline {
    text-decoration: underline;
}
footer {
  background-color: var(--color-primary-bg);
  height: 300px;
  margin-top: 20px;
  padding: 40px 40px;
}
.btn-outline-secondary {
  border: solid 1px #ccc;
}
.bottom-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 60px;
}
.bottom-buttons .btn {
  margin-right: 4px;
  margin-top: 4px;
}
.btn-crud-menu {
  white-space: nowrap;
}
.btn-xs2 {
  padding: 3px 6px;
}
.btn-xxs {
  font-size: 8px;
  padding: 1px 3px;
}
.checkbox {
  margin-left: 1.5em;
}
.datepicker {
  z-index: 1151 !important;
}
.field-validation-error {
  color: #b94a48;
}
.fondo {
  background-color: rgba(255, 255, 255, 0.8);
}
.input-number {
  text-align: right;
}
.input-validation-error {
  border-color: #b94a48;
}
.item-main-menu {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.item-main-menu:hover {
  text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
h2 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-top: 0px;
  color: #333;
}
.pagination {
  margin: 0px;
}
.pagination a {
  color: #333;
}
.tab-content {
  padding-top: 16px;
}
.tab-content-nav-pills {
  padding-top: 0px;
}
.table {
  background-color: #fff;
}
.table td,
.table th {
  border-top: none;
  vertical-align: middle;
}
.table-align-top td {
  vertical-align: top !important;
}
.text-big {
  font-size: 36px;
  font-weight: bold;
}
.text-bold {
  font-weight: bolder;
}
.text-disabled {
  color: #ccc;
}
.text-large {
  font-size: 24px;
  font-weight: bold;
}
.text-medium {
  font-size: 18px;
  font-weight: bold;
}
.text-small {
  font-size: 10px;
}
.text-strike {
  text-decoration: line-through;
}
.top-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.validation-summary-errors {
  color: #b94a48;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.66%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
#fixed_nav {
  margin-bottom: 0px;
}
#imagemodal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
#imagemodal .close {
  color: #fff;
  font-size: 60px;
}
.mensaje-home {
  margin: 30px 0px;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
}
@media print {
  @page {
    size: A4;
    margin: 0mm 5mm 5mm 15mm;
  }
  a[href]:after {
    content: none !important;
  }
  .col-pr-12 {
    width: 100%;
  }
  .col-pr-11 {
    width: 91.66666667%;
  }
  .col-pr-10 {
    width: 83.33333333%;
  }
  .col-pr-9 {
    width: 75%;
  }
  .col-pr-8 {
    width: 66.66666667%;
  }
  .col-pr-7 {
    width: 58.33333333%;
  }
  .col-pr-6 {
    width: 50%;
  }
  .col-pr-5 {
    width: 41.66666667%;
  }
  .col-pr-4 {
    width: 33.33333333%;
  }
  .col-pr-3 {
    width: 25%;
  }
  .col-pr-2 {
    width: 16.66666667%;
  }
  .col-pr-1 {
    width: 8.33333333%;
  }
  .col-xs-* {
    visibility: hidden;
  }
  .report-footer {
    background-color: #069 !important;
    margin-top: 20px !important;
    padding: 10px 10px 10px 10px !important;
    color: #fff !important;
  }
  .report-header {
    background-color: #069 !important;
    margin-bottom: 20px !important;
    padding: 10px 10px 15px 10px !important;
  }
  .report-header .title {
    color: #fff !important;
  }
  .report-header .title h2 {
    margin-left: 10px;
    color: #fff !important;
    font-weight: bold;
  }
  #print-whatermark {
    visibility: visible !important;
    font-size: 70px;
    font-weight: bold;
    opacity: 0.08;
    filter: alpha(opacity=10);
    position: absolute;
    top: 450px;
    left: 50px;
    z-index: 999;
    text-align: center;
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    writing-mode: horizontal-tb;
  }
}
