	.btnarrnge{    top: -18px;
    position: relative;
	width:50px;}
	
	
	.page-breadcrumb{
border: 1px solid #f8ff8;
    background-color: #c2c2c2;
    /* border: 1px solid black; */
    border: 1px solid lightgray;
    height: 25px;
    font-size: 18px;
    font-color: black;
    color: black;
	top:-22px;
	position:relative;}
	
	.fontcolr{
	color:black;}
	
	li{
display:inline}

.dropdown{ top: 10px;}

.footerarrnge{
 top: 20px;
    position: relative;}
	
	.navbar-default {
    background-color:  rgb(6, 61, 105);
    border-color: #ece6e6;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #182433;
	    color: #fbfdfb;
}



a {
    color: #edf0f3;
    text-decoration: none;
}

.sidebar ul li a.active {
    background-color: #040404;
}

#wrapper {
    width: 100%;
    background-color: black;
}








.profile-userpic img {
  float: none;
  margin: 12px auto 0;
  padding:6px;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  border-left: 4px solid #333333;
  border-right: 4px solid #333333;
}

.profile-usertitle {
  text-align: center;
  margin-top: 16px;
  color: #333333;
}

.profile-usertitle-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  color:white;
}

.profile-usertitle-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  color:white;
}
/*Hide profile picture on smaller devices*/
@media(max-width:768px) {
  #profile {
    display:none;
  }
}



#wrapper {
    width: 100%;
    background-color: #063d69;
}

