/* backgrounds */
.bg-primary-poli{
  background-color:#1fb2de !important;
}
.bg-secondary-poli{
  background-color:rgba(15,55,90,1) !important;
}
.bg-danger-poli{
  background-color:rgba(235,5,120,1) !important;
}
.bg-success-poli{
  background-color:rgba(165,205,55,1) !important;
}
.bg-warning-poli{
  background-color:rgba(250,175,25,1) !important;
}
.bg-white-poli{
  background-color:#ffffff !important;
}
/* BOTONES */
.btn-primary-poli{
  background-color:#1fb2de !important;
  color: #ffffff;
}
.btn-secondary{
  background-color:rgba(15,55,90,1) !important;
  color: #ffffff;
}
.btn-secondary:hover{
  background-color:rgba(15,55,90,1) !important;
  color: #ffffff;
}
.btn-danger-poli{
  background-color:rgba(235,5,120,1) !important;
  color: #ffffff;
}
.btn-success-poli{
  background-color:rgba(165,205,55,1) !important;
  color: #ffffff;
}
.btn-warning{
  background-color:rgba(250,175,25,1) !important;
  color: #ffffff;
}
/* TEXTOS */
.text-primary-poli{
  color:#1fb2de !important;
}
.text-secondary-poli{
  color:rgba(15,55,90,1) !important;
}
.text-danger-poli{
  color:rgba(235,5,120,1) !important;
}
.text-success-poli{
  color:rgba(165,205,55,1) !important;
}
.text-warning-poli{
  color:rgba(250,175,25,1) !important;
}
/* BADGES */
.badge-primary-poli{
  color: #ffffff !important;
  background-color:#1fb2de !important;
}
.badge-info-poli{
  color: #ffffff !important;
  background-color:#1fb2de !important;
}
.badge-secondary-poli{
  color: #ffffff !important;
  background-color:rgba(15,55,90,1) !important;
}
.badge-danger{
  color: #ffffff !important;
  background-color:rgba(235,5,120,1) !important;
}
.badge-success-poli{
  color: #ffffff !important;
  background-color:rgba(165,205,55,1) !important;
}
.badge-warning-poli {
  color: #ffffff !important;
  background-color:rgba(250,175,25,1) !important;
}
/* ALERTAS */
.bg-light-warning-poli {
  color: #ffffff !important;
  background-color:rgba(250,175,25,.3) !important;
}
.bg-light-primary-poli {
  color: #ffffff !important;
  background-color:rgba(31, 178, 222, .3) !important;
}
.bg-light-secondary-poli {
  color: #ffffff !important;
  background-color:rgba(15,55,90,.3) !important;
}
.bg-light-danger-poli {
  color: #ffffff !important;
  background-color:rgba(235,5,120,.3) !important;
}
.bg-light-success-poli {
  color: #ffffff !important;
  background-color:rgba(165,205,55,.3) !important;
}

/* BOTONES LISTAs */
.btn-light-warning-poli  {
  color: rgba(250,175,25,1);
  border-color: #F1FAFF;
  background-color: #F1FAFF;
}
.btn-light-warning-poli >i {
  color: rgba(250,175,25,1);
}
.btn-light-warning-poli:hover  {
  color: #FFFFFF;
  border-color: rgba(250,175,25,1);
  background-color:rgba(250,175,25,1) !important;
}
.btn-light-warning-poli:hover >i {
  color: #FFFFFF;
}
.btn-light-primary-poli  {
  color: #009EF7;
  border-color: #F1FAFF;
  background-color: #F1FAFF;
}
.btn-light-primary-poli >i {
  color: #009EF7;
}
.btn-light-primary-poli:hover  {
  color: #FFFFFF;
  border-color: #009EF7;
  background-color: #009EF7 !important;
}
.btn-light-primary-poli:hover >i {
  color: #FFFFFF;
}
.btn-light-danger-poli {
  color: rgba(235,5,120,1);
  border-color: #F1FAFF;
  background-color: #F1FAFF;
}
.btn-light-danger-poli:hover {
  color: #FFFFFF;
    border-color: rgba(235,5,120,1);
    background-color: rgba(235,5,120,1) !important;
}
.btn-light-danger-poli >i {
  color: rgba(235,5,120,1);
}
.btn-light-danger-poli:hover >i {
  color: #FFFFFF;
}
/* .aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active), .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color:rgba(15,55,90,1) !important;
  color: #ffffff;
}
.aside-dark .menu .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color:rgba(15,55,90,1) !important;
  color: #ffffff;
}
.aside-dark .menu .menu-item .menu-link  .menu-title{
  color: #b4d8fd!important;
  font-weight: 400;
}
.aside-dark .menu .menu-item .menu-link  .menu-title:hover{
  color: #ffffff!important;
  font-weight: 400;
}
.aside-dark .menu .menu-item .menu-link .menu-icon i {
  color: #b4d8fd!important;
}
.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i, .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: #ffffff !important;
} */
.box-shadow{
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}
.title-poli{
  font-size: 1.8rem !important;
}
.badge-danger{
  background-color:rgba(235,5,120,1) !important;
}
/* span, b, table{
  color:#0f385a !important;
} */
.text-dark  {
  color: #0f385a !important;
}
.text-gray-600-poli{
  color: #0f385a !important;
}
.text-gray-800{
  color: #0f385a !important;
}
/* .card .card-header .card-title, .card .card-header .card-title .card-label {
  color: #0f385a !important;
} */
.text-white{
  color:#ffffff !important;
}
/* html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px !important;
  font-weight: 400;
  font-family: "open-sans";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */