* {
    font-family: Arial, Helvetica, sans-serif;
}
.avatar-wrapper{
	position: relative;
	height: 120px;
	width: 120px;
	margin: 50px auto;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 1px 15px -5px black;
	transition: all .3s ease;
}
.avatar-wrapper:hover{
		transform: scale(1.05);
		cursor: pointer;
	}
.avatar-wrapper:hover .profile-pic{
		opacity: .5;
}
.avatar-wrapper	.profile-pic {
    height: 100%;
		width: 100%;
		transition: all .3s ease;
}
.avatar-wrapper	.profile-pic:after{
    font-family: FontAwesome;
    content: "\f007";
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 105px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center;
}
	
.avatar-wrapper .upload-button {
		position: absolute;
		top: 0; left: 0;
		height: 100%;
		width: 100%;
}
.avatar-wrapper .upload-button	.fa-arrow-circle-up{
			position: absolute;
			font-size: 140px;
			top: -10px;
			left: -10px;
			text-align: center;
			opacity: 0;
			transition: all .3s ease;
			color: #34495e;
}
.avatar-wrapper .upload-button:hover .fa-arrow-circle-up{
			opacity: .9;
}

.new_fly_bt{
	background: #303e55;
    color: white;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0.35em 0.45em !important;
}


.fondo-dashboard {
	background-image: url("/template/assets/img/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: auto;
	margin: auto;
	background-size: 35% 70%;
    opacity: 1;
	
}

.hidden-thing {
	display: none;
}