
/***************************** LOGIN PANEL **************************************/

.account{
    color: #FFF !important;
    font-size: 14px;
    padding: 0px 5px;
	cursor:pointer;
        }
 .accountbox{
    position: absolute;
    right: 10px;
    background: #fff;
    width: 200px;
    z-index: 99999;
    display:none;
    top: 40px;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
    }
	
.accountbox .loginbox{
    text-align: center;
    padding: 15px 15px 8px 15px;
    border: 1px solid #6b6b6b;
    background: #6b6b6b;
    }
	
 .accountbox .loginbox .loginuser{width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 500px;
    padding: 11px;
    background: #fff;}	
 .accountbox .loginbox  .loginuser i{
    color: #22a2df;
    font-size: 18px;
    position: relative;
    padding-top: 2px;
    }	
	
 .accountbox .loginbox .loginbtn{    border: 1px dashed #FFF;
    padding: 5px 50px;
    background: none;
    font-size: 12px;
    font-weight: 100;
    color: #fff;}
 .accountbox .loginbox .newuser{
    color: #FFFFFF;
    font-weight: 100;
    font-size: 12px;
    /* line-height: 30px; */
    display: block;
    padding: 5px;
    text-transform: capitalize;
    margin-bottom: 5px;
}	
 .accountbox .loginbox .newuser a{font-size: 16px;color:#fff;/* text-decoration: underline; *//* padding-bottom: 0px; */}	
		.accountbox ul{list-style:none;padding-left:0;margin: 0;}	
.accountbox li{text-align:left;/* padding: 5px 0px 5px 5px; */}	
.accountbox li a{list-style:none;padding-left:0;padding: 5px !important;width: 100%;display: block !important;line-height: 24px;padding-left: 15px !important;color: #454545 !important;text-transform: capitalize;font-size: 13px;text-decoration: none;border-radius: 0px !important;position: relative;}

.accountbox li a:hover{background:#eee;}
	
.headlogin{ width:auto;}


.myaccount{
    background: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /* background-position: 0px 60px; */
    }	
.myaccountbox{
    width: 350px;
    /* min-height: 350px; */
    background-color: #750000;
    margin: 70px auto; 
    border-radius: 0;
    padding: 24px;
    }
.myaccountbox .myicon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* position: absolute; */
    /* top: 50px; */
    background: #00a0e3;
    /* right: 0; */
    /* left: 46%; */
    margin-top: 0px;
    position: absolute;
    margin: 0 auto;
    top: 130px;
    left: 0px;
    right: 0;
    border: 5px solid #fff;
display: none;
    }
.myaccountbox .myicon img{    width: 76px;
    padding-top: 18px;
    padding-left: 16px;}
.myaccountbox  .login{    margin-top: 30px;}
.myaccountbox  .login p, .signup p, .subscribe p, .forget p{
    color: #000;
    margin: 0;
    padding-bottom: 5px;
    }
.myaccountbox .login button{
    
width: 100%;
    
background-color: #fff;
    
background-repeat: no-repeat;
    
background-image: none;
    
box-shadow: none;
    
font-size: 16px;
    
font-weight: normal;
    
padding: 12px 16px;
    
border: 0;
    
color: #00a0e3;
    
border-radius: 3px;
    
border: 1px solid #000;
    
outline: none;
}
.myaccountbox .signup button{
   width: 100%;
   background-color: #00a0e3;
   background-repeat: no-repeat;
   background-image: none;
   box-shadow: none;
   font-size: 16px;
   font-weight: normal;
   padding: 12px 16px;
   border: 0;
   color: #FFFFFF;
   border-radius: 3px;
   border: 2px solid #00a0e3;
   outline: none;
}
.myaccountbox hr{    margin-top: 15px;
    margin-bottom: 15px;}	
.myaccountbox .subscribe{    margin-top: 30px;}	

.myaccountbox .subscribe button, .forget button{
   width: 100%;
   background-color: #00a0e3;
   background-repeat: no-repeat;
   background-image: none;
   box-shadow: none;
   font-size: 16px;
   font-weight: normal;
   padding: 12px 16px;
   border: 0;
   color: #FFFFFF;
   border-radius: 3px;
   border: 2px solid #00a0e3;
}
.myaccountbox .subscribe label{
    color: #006194;
    font-weight: 100;
    padding: 5px;
    line-height: 20px;
    margin: 0;
}
.myaccountbox .subscribe input[type='radio']{
}
/************* LOGIN panel ***/

.loginpanel{}
.loginpanel .form-group{ margin-bottom:5px;}
.loginpanel input[type='text'],[type='password']:focus{ outline:none;}
.loginpanel input[type='text'],[type='password']{    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 2px;}
.signuppanel{}
.signuppanel .form-group{ margin-bottom:5px;}
.signuppanel input[type='text'],[type='password']:focus{ outline:none;}
.signuppanel input[type='text'],[type='password']{    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 2px;}
.subscribepanel{}
.subscribepanel .form-group{ margin-bottom:5px;}
.subscribepanel input[type='text']:focus{ outline:none;}
.subscribepanel input[type='text']{    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 2px;}
.forgetpanel{ display:none;}	
	.forgetpanel .form-group{ margin-bottom:5px;}
.forgetpanel input[type='text']{    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 2px;     margin-bottom: 10px;}
	.forgetpanel input[type='text']:focus{outline:none;}
.forget p{
    color: #00a0e3;
    margin: 0;
    padding-top: 10px;
    cursor:pointer;
    float: right;
    }
.forgetmargin{margin-top:30px;}	
.back{
    
text-align: center;
    
color: #00a0e3;
    
cursor:pointer;
    
}	

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
