.container {
  transition: width .5s;
}

/**\
BODY
\**/

body{
padding-top: 51px;	
}

/*****\
NAV BAR
\*****/

.navbar-default{
background-color: #FFAD45;
border: none;
-webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.75);
}

.navbar-header:before,
.navbar-header:after{
display: none;	
}

.navbar-brand{
padding-top: 0px;
padding-bottom: 0px;
height: 51px;
}

.navbar-brand img{
height: 51px;
}

/*Search*/
.navbar-form{
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
float: left!important;
}

.input-group{
display: inline;	
position: absolute;
vertical-align: middle;
}

#search-mobilex{
display: none;
position: absolute;
right: 9px;
top: 15px;
}

#search-mobilex a{
color: #000000;	
}

/********\
MEMBER BAR
\********/

.memberbar-container{
margin-right: 0;
margin-left: 0;
max-height: 340px;
padding-right: 0;
padding-left: 0;
display: block!important;
height: auto!important;
padding-bottom: 0;
overflow: visible!important;
width: auto;
border-top: 0;
}

.memberbar .glyphicon{
font-size: 1.5em;
}

.memberbar>li{
float: left;
position: relative;
display: block;	
}

.memberbar>li>a {
color: #FFFFFF;
padding-top: 13px;
padding-bottom: 12px;
padding-left: 15px;
padding-right: 15px;
line-height: 20px;
position: relative;
display: block;
}

#acc-btn{
color: #fff;
margin-top: 8px;	
background-color: #F78217;
border-color: #D4713A;
outline: none;
}

#acc-btn:hover{
background-color: #DA6800;	
}

.memberbar>li>a:hover {
background-color: #FABF73;	
}

.memberbar{
float: right!important;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-left: 0;
list-style: none;
}

.memberbar .userpic{
padding-top: 1px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 1px;
}

.memberbar .userpic:hover{
background-color: #FFAD45;
}

.memberbar .userpic img{
width: 45px;
height: 45px;
border-radius: 45px;	
box-shadow: 0 1px 2px rgba(0, 0, 0, .75);
}

/*Notifications*/

.counter{
z-index: 2;
box-shadow: 0 1px 2px rgba(0, 0, 0, .75);
color: #FFFFFF;
text-align:center;
font-size: 10pt;
padding: 0px 2px 0px 2px;
min-width: 18px;
height: 18px;
border-radius: 4px;
border: none;
background-color: #FF3535;
position: absolute;
top: 5px;
left: 30px;
display: none;
}

#notifications{
box-shadow: 0 6px 12px rgba(0,0,0,.175);
margin: 0 0 0 0;
padding-left: 0px;
list-style: none;
display: none;
position: absolute;
max-width: 350px;
right: 0;
top: 51px;
background: #fcfafa;
border: 2px solid #808080;
}

.dropdown-arrow{
display: none;
position: absolute;	
top: 39px;
right: 15px;
z-index: 3;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 12px solid #808080;
}

/*Notification Menu*/
#notification-menu{
width: 100%;
border-collapse: collapse;	
text-align: left !important;
}


#notification-menu tr{
height: 55px;
padding: 0px 0px 0px 0px;	
}

#notification-menu tr:hover{
background-color: #ECF3FF !important;
}

#notification-menu td{
height: 55px;
padding:0;
margin:0;
border: none;
}

#notifications-header {
height: 20px;
font-size: 10px;
}

#notification-menu img{
vertical-align: bottom;
width: 55px;
height: 55px;	
}

#notification-menu p{
text-align: left;	
}

#notification-more{
text-align: center;
padding-top: 7px;
padding-bottom: 10px;
cursor: pointer;
background-color: #54A0D3;
color: #FFFFFF;
}

#notification-more:hover{
background-color: #69B7EC;
}

#notification-new{
text-align: center;
cursor: pointer;
width: 100%;
padding-top: 7px;
padding-bottom: 10px;
background-color: #E6E6E6;
box-shadow: 0 2px 1px rgba(0,0,0,.175);
position: absolute;
top: 0;	
}

/*****\
SIGN IN
\*****/

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*****\
PROFILE
\*****/

#profile-ava{
max-height: 175px;
border-radius: 175px;
}

.edit-button{
background: #FFFFFF;
border-radius: 40px;
width: 40px;
height: 40px;
position: absolute;
right: 5px;
top: 7px;	
}

.edit-button:hover{
cursor: pointer;
background: #E9E9E9;	
}