body {
  background: #181A1E !important;
  color: #f5f5f5;
}

A {
text-decoration:none;
}
.a {
text-decoration:none; 
}



.btn-ec {
    color: #fff;
    background-color: #5A6EBF;
    border-color: #5A6EBF;
}

.btn-ec:hover {
    color: #fff;
    background-color: #3D52A9;
    border-color: #3D52A9;
}


.page-content {
 padding: 0px;
 margin-top: 0px;
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #292D35;
  border: 2px solid #a1a1a1;
  border-radius: 5px;  
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  height: 120px;
    width: 84px;
 /* -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;*/
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #181A1E;
  color: #76caof;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5A6EBF;
  background-color: #f6f9fb;
  border-left: 2px solid #5A6EBF;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #292D35;
  min-height: 460px;
  border: 2px solid #a1a1a1;
  border-radius: 5px;
}

.amount { 
  font-weight: bold;
  color:#5A6EBF;
}

A {
text-decoration:none;
}
.a {
text-decoration:none; 
}

a { 
text-decoration: none;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  } 


	
	@media screen and (max-width: 700px) and (min-width: 300px) {
.mobilehide{
			display:none;
		}
	}
	
	@media screen and (max-width: 300px) {
.mobilehide{
			display:none;
		}
	
	}