body{
  font-size: 14px;
  height: 100vh;
  overflow-y: scroll;
}

#list_container{
  min-width: 70%;
}

.iar-content-wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wrapper{
  flex: 1 0 0;
}

.text-large {
  font-size: large;
}

.text-medium {
  font-size: large;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.iar-card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding:1rem;
  text-decoration: none;
  height: 15rem!important; /* FCuenca compacto un poco más */
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.20);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.iar-card-content{
  padding-right: 0px
}

.iar-card-disabled > .iar-card {
  cursor: not-allowed;
  background-color: #ddd;
}

.iar-card-title {
  max-height: 2rem!important;
  line-height: 1rem;
  overflow: hidden;
}

.iar-card-tags{
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#tag_list {
  max-height: 40vh;
  overflow-y: scroll;
}

#tag_list .badge{
  font-size: medium;
  margin-bottom: 0.5em;
  cursor: pointer;
  background-color: #a2a2a2;
}

#current_tags .badge{
  font-size: medium;
  cursor: pointer;
  background-color: #639FCB;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.iar-card-text{
  /* FCuenca compacto un poco más */
  height: 4.0rem!important;
  overflow: hidden;
}

.tag-inner{
  margin-right: 1px;
}

.iar-card:hover {
  background: #f8f8f8;
  box-shadow: 0 14px 28px rgba(0,0,0,0.10), 0 10px 10px rgba(0,0,0,0.22);
}

.iar-no-text-decoration {
  text-decoration: none !important;
}

.iar-filter-badge {
  padding: 1px 5px;
  margin-left: 5px;
  white-space: nowrap;
}

.close-filter-badge {
  cursor: pointer;
}

.top-right{
  position: absolute;
  top: -10px;
  right: 0px;
}

.selected_filter_element {
  font-weight: bold;
}

.selected_filter_element i{
  visibility: visible!important;
}

.transition-03{
  transition: 0.3s;
}

.detail_text{
  font-size: 11px;
}

.box-img{
  position:relative;
}

.asset-type-TECHNICAL {
  background-image: url(/static/img/asset_images/TECHNICAL.jpg);
}

.asset-type-BUSINESS {
  background-image: url(/static/img/asset_images/BUSINESS.jpg);
}

.asset-type-PROJECT {
  background-image: url(/static/img/asset_images/PROJECT.jpg);
}

.asset-type {
  position: absolute;
  width: 100%;
  height: 7em;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 2px 2px 0 0;
  background-size: cover;
  background-position: center center;
}

.asset-detail-type-TECHNICAL {
  background: linear-gradient(to left, rgba(255,255,255,0) 20%, rgba(255,255,255,1)), url(/static/img/asset_images/TECHNICAL.jpg);
}

.asset-detail-type-BUSINESS {
  background: linear-gradient(to left, rgba(255,255,255,0) 20%, rgba(255,255,255,1)), url(/static/img/asset_images/BUSINESS.jpg);
}

.asset-detail-type-PROJECT {
  background: linear-gradient(to left, rgba(255,255,255,0) 20%, rgba(255,255,255,1)), url(/static/img/asset_images/PROJECT.jpg);
}

.asset-detail-type {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 2px 2px 0 0;
  background-size: cover;
  background-position: center center;
}

.desatacado-box{
  position: absolute;
  top: -5px;
  left: 55px;
  margin: 0 auto;
  width: 20px;
}

.unpublished-box{
  position: absolute;
  top: -8px;
  left: -5px;
  margin: 0 auto;
  width: 20px;
}

.list_menu_input {
  display: none;
}

.list_menu_label {
  cursor: pointer;
  font-size: 0.84em;
}

.list_menu_span {
  width: 15px;
}

.see-more-sponsors {
  font-size: 0.84em;
  color: #639FCB !important;
  cursor: pointer;
}

.iar_hidden {
  visibility: hidden;
}

.iar_d_none {
  display: none;
}

.img-footer{
  width: 150px;
}

.menu-icon {
  margin-right:10px;
}

.menu-icon a {
  text-decoration: none!important;
}

footer{
	display: flex;
	border-top: 2px solid #639FCB;
	width: 100%;
	height: 80px;
	align-items: center;
	padding-top: 20px;
  padding-bottom: 20px;
	z-index: 30;
  bottom: 0;
	font-size: 14px;
}

.link_footer{
  text-decoration: inherit;
}

.search_bar{
  color: white;
  border: 0px;
  border-bottom: 2px solid white;
  border-radius: 0px;
}

#search_bar_nav {
  width: 175px;
}

.search_bar:focus{
  box-shadow: none;
  outline: none;
}

.search_bar::placeholder{
  color: #aaa;
}

.iar_search_button:focus{
  box-shadow: none;
}

.search_bar:-internal-autofill-selected,
.search_bar:-webkit-autofill,
.search_bar:-webkit-autofill:hover, 
.search_bar:-webkit-autofill:focus, 
.search_bar:-webkit-autofill:active  {
  -webkit-box-shadow:  0 0 0 30px #1A3B47 inset !important;
  -webkit-text-fill-color: white !important;
}

.star-yellow{
  color: #ff980f;
  margin-bottom: 2px;
}

.star-grey{
  color: #666!important;
  margin-bottom: 2px;
}

.detail-menu {
  font-size: large;
}

.detail-menu a {
  color: #1A3B47!important;
}

.detail-menu .nav-link.active {
  border-bottom: 5px solid;
  border-radius: 0;
  background-color: initial;
  text-decoration: none;
  color: #639FCB!important;
}

.kpis-menu a {
  color: #1A3B47!important;
  font-size: large;
}

.kpis-menu .nav-link.active {
  border-bottom: 5px solid;
  border-radius: 0;
  background-color: initial;
  text-decoration: none;
  color: #639FCB!important;
}

.sponsor-menu a {
  color: #1A3B47!important;
  font-size: large;
}

.sponsor-menu .nav-link.active {
  border-bottom: 5px solid;
  border-radius: 0;
  background-color: initial;
  text-decoration: none;
  color: #639FCB!important;
}

.list_subfooter {
  list-style: none;
  padding: 0;
  line-height: 2.1;
}

#asset_title{
  overflow: hidden;
  margin-bottom: 0px;
}

#iar-asset-title-big, #iar-asset-title-sm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60ch;
}

.badge{
  padding: .3em .4em;
}

.iar-list-badge{
  padding: 0.5em .8em;
  font-size: smaller;
  margin: 0 3px 5px 0;
}

.iar-list-badge:hover{
  box-shadow: 0 0 12px rgba(33,33,33,.5);
}

#num_comments{
  border-radius: 8px;
  background-color: black;
  color: white;
  padding: 0.3em 0.5em 0.5em 0.5em;
}

.iar-listas{
  line-height: 10px;
}

.overview-quote{
  color:#5e6c84;
  margin-top: auto;
  margin-bottom: auto;
  font-style: italic;
}

#select_feedback{
  width: 140px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid #1A3B47;
  outline: none;
  margin-left: 10px;
  text-align-last:center;
  background-color: white;
}

#iar-collapsed-sidebar {
  position: fixed;
  display: none;
  height: 100%;
  width: 60%;
  z-index: 1030;
  margin-top: 55px;
}

#iar-sidebar-footer {
  position: inherit;
  width: inherit;
  bottom: 0;
}

#filter_sidebar {
  position: fixed;
  display: none;
  height: 100%;
  width: 60%;
  z-index: 1025;
  background-color: white;
  overflow-y: auto;
}

#iar-tab-content tr td{
  white-space: nowrap;
}

#iar-tab-content p {
  font-family: "Soho-Light";
  color: #666;
}

#iar-tab-content li {
  font-family: "Soho-Light";
  color: #666;
}

#iar-tab-content .feature-subtitle {
  font-family: "Soho-Light";
  color: #666;
}

#iar-tab-content h4 {
  font-family: "Soho-Light";
  font-weight: bolder;
}

#iar-tab-content h5 {
  font-family: "Soho-Light";
}

#iar-tab-content h6 {
  font-family: "Soho-Light";
  font-weight: bolder;
}

.asset_title_kpis{
  white-space: normal!important;
}

.header_detail{
  text-align: right;
}

.max-width-300{
  max-width: 300px !important;
}

.max-width-200{
  max-width: 200px !important;
}

.max-width-150{
  max-width: 150px !important;
}

.max-height-300{
  max-height: 300px !important;
}

.max-height-200{
  max-height: 200px !important;
}

.max-height-150{
  max-height: 150px !important;
}

.min-width-15rem{
  min-width: 15rem !important;
}

.badge{
  font-weight: 500!important;
}

.delete_admin_icon {
  cursor: pointer;
}

.disabled_delete_admin_icon {
  color: #ccc;
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.h-25p {
  height: 25px !important;
}

.iar-detail-edit{
  padding:4px;
  cursor: pointer;
  border-style: dotted;
  border-width: 2px;
  border-radius: 5px;
  border-color: #E88AA2;
}

#iar-detail-sidebar {
  margin-bottom: -200px;
  overflow-y: hidden;
}

.sponsor_detail_link {
  color: black;
  text-decoration: underline;
}

.resource-text {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.awesome_orange {
  color: #FF9900;
}

.awesome_green {
  color: #35CC62;
}

.kpis_table th {
  vertical-align: middle!important;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background-color: #1A3B47;
  color: white;
}

.kpis_table th:first-child {
  border-left: 1px solid #dddddd;
}

.kpis_table a {
  color: #1A3B47;
  white-space: nowrap;
}

.kpi_collapse_button {
  cursor: pointer;
}

.kpi_depth_0 {
  background-color: #70a6ce;
}

.kpi_depth_1 {
  background-color: #a1c8e5;
}

.kpi_depth_2 {
  background-color: #c0d8ea;
}

.kpi_depth_3 {
  background-color: #d0e2ef;
}

.kpi_depth_4 {
  background-color: #eff5f9;
}

.tooltip.show p {
  text-align:left;
}

.tooltip.show li {
  text-align:left;
}

#new_review_select_asset_col .dropdown-menu {
  transform: initial !important;
  min-width: initial !important;
  max-width: 100% !important;
}

.partial_underline {
  color: black!important;
  font-size: large;
}

.partial_underline:after {
  content: '';
  display: block;
  width: 3em;
  height: 5px;
  margin-top: 7px;
  background-color: #639FCB;
}

.function-advantage-card {
  padding:1rem;
  min-height: 15rem;
  border: 3px solid white;
}

.function-advantage-card:nth-of-type(1) {
  background-color: #DBEEF3;
}

.function-advantage-card:nth-of-type(2) {
  background-color: #B7DDE9;
}

.function-advantage-card:nth-of-type(3) {
  background-color: #92CDDD;
}

.function-benefit-card {
  padding:1rem;
  min-height: 15rem;
  border: 3px solid white;
  background-color: #F9F1EF;
}

.function-benefit-card:nth-of-type(1), .function-benefit-card:nth-of-type(2), .function-benefit-card:nth-of-type(3) {
  background-color: #F2DEE0;
}

.function-benefit-new-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DBEEF3 !important;
}

.benefit-counter {
  border-radius: 50%;
  background-color: #639FCB;
  color: white!important;
  width: 25px;
  height: 25px;
  text-align: center;
}

.kpis-year-link {
  font-size: larger;
  font-weight: bold;
  text-decoration: none !important;
}

/* Responsive */
@media screen and (max-width:992px) {
  .img-footer{
    width: 100px;
  }
  footer{
    text-align: center;
  }
  #subfooter{
    display: none;
  }
  .wrapper{
    height: auto;
  }
  .header_detail, .title_header{
    text-align: center;
  }
  #iar-detail-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
  #iar-kpis-menu {
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #iar-sponsor-menu {
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .iar-card-content{
    padding-right: 15px;
  }
}