﻿.card-text {
    color: white;
    height: auto!important;
}

.hide {
    display: none;
}
.show {
    display: block;
}
.white-theme .accordion .card-header a {
    background-color: #fff !important;
}
.white-theme .accordion .card-header a:hover {
    background-color: #fff !important;
}
.white-theme .accordion h2 a/*, .accordion h2 .btn*/ {
    color: #000 !important;
    margin-bottom: 8px;
    /*font-family: KlavikaMedium, KlavikaL, "Helvetica Neue", Arial, sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 0;
}
.white-theme .accordion .card-header[data-toggle="collapse"]:after {
    content: ">";
    position: absolute;
    right: 6px;
    top: 1rem;
    color: #000;
    font-size: 15px;
    transform: rotate(270deg);
    transition: transform .5s ease-in-out;
}
.white-theme .accordion .card-header.collapsed:after {
    transform: rotate(90deg);
}
.white-theme .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 1rem 0 0 0 !important;
}
.white-theme .card-body {
    flex: 0;
    padding: 0;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
    
}
.white-theme .filter-menu {
    position: relative;
    left: 0;
    right: 0;
    display: block;
}
.white-theme .filter-menu-content {
    background-color: #fff;
    padding: 0;
}
.white-theme .filter-menu-option {
    background-color: white;
    background-repeat: no-repeat;
    /* background-position: 10px center; */
    cursor: pointer;
    padding: 0;
    margin-bottom: 2px;
    display: block;
    position: relative;
}



.block-filter-btn a i {
    background: url(/images/ico-filter.svg) no-repeat;
}

.green-theme .modal-header {
    background-color: #037150;
}

.btn-project {
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #60B445;
    text-align: center;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0rem 0rem;
    line-height: 54px;
}
/*.btn-project-information span:before {
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    position: relative;
    height: 26px;
    width: 24px;
    top: 50%;
    margin-top: -13px;
    left: 0;

    background-image: url(/images/icon-Web-information.png);
}*/

/* Cambios Jmaldonado */
.accordion h2 a, .accordion h2 .btn {
  color: white;
  display: block;
  text-align: left;
 /*font-size: 1.25rem;  jmaldonado*/ font-size:0.95rem;
  padding: .5rem 1.25rem; }
  
  .table-default {
 /* text-align: center; jmaldonado */ text-align:left;}
