.box-sec.portal {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.box-sec {
    margin: 0px;
}

.box-sec.portal .btn-collapse {
    padding: 10px 20px;
    background: #f6f6f6;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: none;
}

.box-sec.portal .collapse {
  display: block; }

.box-sec.portal .btn-collapse:before {
  content: "-";
  position: absolute;
  top: 10px;
  right: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.box-sec.portal .btn-collapse.collapsed:before {
  content: "+";
  transform: rotate(0deg);
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.box-sec.portal .nav-tabs .url {
  border: none;
  }
  
.box-sec.portal .nav-tabs {
    border-top: 0px;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
    padding: 0px;
    margin-bottom: 0px;
    height: auto;
}
.box-sec.portal .collapse {
    display: block;
}

.box-sec.portal .nav-tabs li:first-child .url {
  border-left: 0px;
  }

.box-sec.portal .nav-tabs .url {
  border-left: 1px solid #ddd;
  /* padding: 10px; */
  /* margin-right: 0px; */
  /* border-radius: 0px; */
  px; */
  font-size: 14px;
  }

.box-sec.portal .nav-tabs .url:before {
  top: -1px;
  width: 100%; }

.box-sec.portal .tab-content {
  min-height: 310px; }

.box-sec.portal .list-portal {
  padding: 10px 0px 10px 0px;
  display: table;
  width: 100%; }

.box-sec.portal .list-portal a {
  width: 33.333%;
  padding: 5px 5px 5px 10px;
  float: left;
  display: block;
  position: relative;
  padding-left: 25px; }

.box-sec.portal .list-portal a:nth-child(3n+4) {
  clear: both; }

.box-sec.portal .list-portal a:before {
  font-family: ap;
  content: "\f05a";
  margin-right: 10px;
  color: #d50f0d;
  position: absolute;
  top: 5px;
  left: 10px; }
  
.box-sec.portal .nav-tabs .url {
    border: none;
}
.nav-tabs > li {
  display: inline-block;
  float: none;
  margin-bottom: 0px;
 }

.nav-tabs > li > .url {
  display: inline-block; 
  padding: 7px 0px;
  margin-right: 30px;
  position: relative;
  background: none;
  font-size: 13px; 
 }

.nav-tabs > li.active > a {
  color: #a23533 !important;
  background: none;
  border: 0px; 
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
  border: 0px;
  color: #005ba0;
 }

.nav-tabs > li.active > a:before {
  content: "";
  width: 100%;
  border-top: 2px solid #005ba0;
  position: absolute;
  top: -2px;
  left: 0px; 
}

.aui .nav-tabs > .active > a,
.aui .nav-tabs > .active > a:hover,
.aui .nav-tabs > .active > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom-color: transparent;
  font-weight: bold; 
}

.tabs > .active > a{
  color: #a23533;
}

.box-sec > ul > li > a.url{
  color: #a23533;
}