/* Add here all your CSS customizations */

.widget-profile-info .file-picture img {
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 15px;

}
.item-action-mod {
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 100px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    color: #B4BBC1;
    display: inline-block;
    font-size: 1.4rem;
    height: 30px;
    line-height: 3rem;
    position: relative;
    width: 30px;
    text-align: center;
    transition: color 0.3s cubic-bezier(0.2, 0.6, 0.25, 1) 0.1s;
}

.img-noti{
	max-width:35px;
	max-height: 35px;
}

.btn-secundario{
	color: #ABB4BE !important;
	padding: 5px !important;
	width: 110px !important;
	margin-left: 50px !important;
	font-size: 1.2rem;
	background-color: #171717;
	font-weight: 600;
}

.btn-secundario:hover, .btn-secundario:focus, .btn-secundario:active, .btn-secundario.active {
	background-color: black;
	color: white !important;
}

.mg-files {
	margin-top: -40px;
}

.mypricing{
	padding-right: 5px!important;
	padding-left: 5px!important;
}

.mypager{
	margin-top: -10px;
}
.mypager li > a{
	display: inline-block;
	border: 3px solid #4F7CB6!important;
	background-color: #DEE1E1!important;
	padding: 5px 20px!important;
	color: #4F7CB6!important;
	font-weight: bold;
}

.middle-align tbody>tr>td{
	vertical-align: middle;
}
.tm-box .word-rotate{
	text-align: left!important;
}

.sidebar-widget.widget-friends ul li span.name {
	color: #08C!important;
}

.sidebar-widget.widget-friends ul li span.title {
	font-size: 1rem!important;
	color: #CCC!important;
}

.sidebar-widget.widget-friends ul li span.last {
	display: block;
	line-height: 1.3em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 1rem!important;
	color: #ECEDF0;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.mybadge {
	background: none repeat scroll 0% 0% rgb(210, 49, 45);
	margin-top: 3px;
}
.mytitle {
	color: white!important;
}

.notiLink{
	color: #FBFBFB;
}
.menu-logo-expand{
	max-height:150px; 
	max-width:150px;
}
.menu-logo-collapsed{
	max-height:100px; 
	max-width:45px;
	margin-top:30px;
}

.body-error .my-error-code {
    font-size: 12rem;
    line-height: 12rem;
    letter-spacing: -5px;
}
.body-error .my-error-explanation {
    font-size: 2.6rem;
    line-height: 8rem;
}

.my-check-select{
	width:8px;
	vertical-align: middle!important;
}

.menu-contacts{
	margin-left: -10px!important; 
	margin-right: -10px!important;
}

.widget-friends{
	margin-right: 5px!important; 
	margin-left: 15px!important; 
}