

body.private-panel #Top_bar .menu_wrapper,
body.private-access-login #Top_bar .menu_wrapper,
body.page-id-798 #Top_bar .menu_wrapper
{
		display: none !important;
}

.section.page-fh{
	    min-height: 70vh;
}

.oculto{
    display: none !important;
}

/*
.show_oculto.oculto,
.show_oculto .oculto
{
    display: block;
}
*/


.recurso{
    color: #2e2e2e ;
}

.top_bar_right .private-access{
    position: relative;
    display: block;
    float: left;
    top: 0;
    margin: 0;
}

.top_bar_right .private-access .icon-user{
  /* background-color: #55a3d0; */
  color: white;
  border-color: white;
  background-color: #55a3d0;
  /*border: 1px solid var(--color) !important;*/
  /*background: var(--color) !important;*/

  border: 1px solid #ffffff !important;
  border-radius: 50% !important;
  margin: 0px 5px !important;
  background: transparent !important;
  transition: 0.3s all ease;

  font-size: 18px;
  padding: 4px 2px;
}

.top_bar_right .private-access .icon-user.logged{
    border: 1px solid var(--color) !important;
    background-color: var(--color) !important;
}


/* Show author if admin */
.recurso .item-wrapper .author{
    background-color: #bfbfbf;
}
.view_as_user .recurso .item-wrapper .author{
    display: none;
}


/* Hide catalog project filters on single page */
.single_page.source_project .catalogo .filters:first-child{
    display: none;
}


/* ! Employees */
.employee-info{
    color: black;
}

.info-container{
    display: flex;
}
.project-global-resume{
    display: flex;
}
.employee-resume-by-projects{
    display: inline-grid;
}
.employee-resume-by-projects .project-resume{
    display: flex;
	    margin-bottom: 20px;
		flex-wrap:wrap;
}
.employee-resume-by-projects .project-resume>div{
	width: 100%;
	margin: 1%;
}
.employee-resume-by-projects .project-resume>div.project-header{
    width: 100%;
}
.employee-resume{
    display: flex;
}



/*
*/

#user-registration .user-registration-MyAccount-content .grid-item .item-wrapper div.author-name{
		padding: 4px 10px !important;
}
.author-name{
		background-color: #c3c3c3;
}
.author-name p{
}
.author-name span{
		font-size: 11px;
}

#user-registration .user-registration-MyAccount-content .grid-item .item-wrapper div.author-area a{
	margin-top: 8px;
}

#user-registration .user-registration-MyAccount-content .grid-item .item-wrapper div.info-task{
		padding-top: 0px ;
}



/* ! Breadcrump */

.navigation-section,
.page-title-section h2
{
    color: black !important;
}

.navigation-section .breadcrump ul{
    display: flex;
    list-style: none;
}
.navigation-section .breadcrump ul li{
    margin: 0px 5px;

}
.navigation-section .breadcrump ul li,
.navigation-section .breadcrump ul li a span{

	    font-size: 11px !important;
    opacity: 0.5;
}

.breadcrump ul {
    list-style: none;
    margin: 10px 0 20px;
    padding: 0 15px
}
.breadcrump ul li {
  display: inline-block;
  line-height: 20px
}

.breadcrump ul li:before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #666;
  content: "\2192"
}
.breadcrump ul li:first-child:before {
  display: none;
}


/* ! TaskManager */
.task-manager .selectors .block{
    float: left;
    width: 50%;
    display: block;
}
