/* Estilos Comunes */

.btn-azul{
	background-color: #1a3078 !important;
	border-color: #1a3078 !important;
}

.btn-float{
	position: fixed;
    z-index: 1;
    right: 1em;
    bottom: 1em;
    border-radius: 50%;
    padding: 20px 25px;
}

.inline-block{
    display: inline-block;
}

.btn-float svg{
	font-size: 2em;
}

/*Notify*/
.notifyjs-corner{
	top: 4.7em !important;
}

/*Index Formación Academica*/
.margin-bottom-14{
	margin-bottom: 14px;
}

.dropdown.open .btn.dropdown-toggle{
    background-color: #adb7be !important;
    border-color: #adb7be !important;
}

a.disabled {
   pointer-events: none;
   cursor: default;
}

/* Crear página formación acedémica */

.header-icons ul li:nth-child(1){
	display: none !important;
}

.header-icons ul li:nth-child(2){
	display: none !important;
}

.header-icons ul li:nth-child(3){
	display: none !important;
}

.header-icons ul li:nth-child(6){
	display: none !important;
}

.margin-top-1em{
	margin-top: 1em;
}

.profile-side-user2{
	padding: 0px 15px 15px !important;
}

.profile-side-user2 .avatar-preview2{
	margin: 0;
	height: auto;
	width: 100%;
	display: block;
    border: none;
    background: 0 0;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.avatar-preview2 img{
	display: block;
    width: 100%;
	border-radius: 0 !important;
}

.profile-side-user2 .avatar-preview2 .update2{
	display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    font-size: .875rem;
    padding: 35% 0 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius: 0;
}

.profile-side-user2 .avatar-preview2 input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 100rem;
    opacity: 0;
    cursor: pointer;
}

.profile-side-user2 .avatar-preview2:hover .update2{
	opacity:1;
}

/* Create activity */
.iconos-activity svg{
  font-size: 2.5em !important;
  margin-left: 10px;
  margin-top: 15px;
}


