
.form-member
{
    padding: 15px;
    margin: 5px auto;
    border: none;
}
.left-container
{
	width: 20%;
	float: left;
	height: 75%;
	background-color: #FFFFFF;
	padding: 2px 0px 0px 2px;
	min-height: 650px;
	max-height: 650px;
}
.container
{
    border: none;
	width: 100%;
	margin: 0;
	padding: 0;
    text-align: center;
}
.add_more
{
	margin-left: 1%;
}
.right-container
{
    text-align: center;
	
    overflow-x: hidden;
    overflow-y: auto;
}
ul {
    list-style: none;
}
ul.menu {
    margin: 0 !important;
    padding: 0 !important;
}
li.menu-item {
    padding: 20px 15px;
    border-bottom: 1px solid white;
    font-weight: bold;
}
li.menu-item.active {
    background-color: white;
}
input.combobox , .combobox_lan{
    width: 100%;
}
ul.typeahead.typeahead-long.dropdown-menu {
    width: 100%;
}
.grad {
  background: -webkit-radial-gradient(red, blue); /* For Safari 5.1 to 6.0 */
  background: -o-radial-gradient(red, blue); /* For Opera 11.1 to 12.0 */
  background: -moz-radial-gradient(red, blue); /* For Firefox 3.6 to 15 */
  background: linear-radial(red, blue); /* Standard syntax */
}
img.cancel_q, .cancel_q_no {
    width: 30px;
    margin-left: 10px;
    margin-top: 3px;
    cursor: pointer;
}
.add_more_edit {
    margin-left: 1%;
}

.page-header
{
	margin-bottom: 0;
	margin-top: 0px;
	background-color: #2696BF;
	color: white;
	padding: 15px 20px;
	padding-left: 10%;
	font-weight: bold;
	font-size: 20px;
	border-bottom: rgb(197, 255, 197) 2px solid;
}
.loading-div {
	display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    background-color: white;
    opacity: 0.7;
    z-index: 10;
    padding-top: 200px;
}
.doc_div
{
	width: 90%;
    padding-left: 20px;
    padding-right: 20px;
}
.c_size
{
	width: 80%;
	height: 45px;
	margin-left: 10%;
	margin-bottom: 3%;
    text-align: center;

}
.updload-img
{
	width: 200px;
    
	height: 200px;
    
	margin: 0 auto 10px;
    display: block;
    
	clear: both;
}
.cam-img
{
    float: left;
    opacity: 0.5;
	
}

.my-btn
{
	background-color: #2696BF;
	background: -webkit-linear-gradient(#90E1FF, #2696BF);
	background: -o-linear-gradient(#90E1FF, #2696BF);
	background: -moz-linear-gradient(#90E1FF, #2696BF);
	background: linear-gradient(#90E1FF, #2696BF);
}
.my-btn:hover, .my-btn:active
{
	background-color: #2696BF;
	border: 1px solid #2696BF;
	background: -webkit-linear-gradient(#2696BF, #90E1FF);
	background: -o-linear-gradient(#2696BF, #90E1FF);
	background: -moz-linear-gradient(#2696BF, #90E1FF);
	background: linear-gradient(#2696BF, #90E1FF);
}
.welcome-txt {
	display: none;
    float: right;
    position: relative;
    top: 19px;
    color: white;
    font-size: 15px;
}
span#user_name {
    text-transform: capitalize;
}

.highlight
{
/*
	border: 2px solid #35B7E7;
    -moz-border-radius: 4px;     
    -webkit-border-radius: 4px;     
    border-radius: 4px;
    -moz-box-shadow: 0px 2px 2px #86DEFF;
    -webkit-box-shadow: 0px 2px 2px #86DEFF;
    box-shadow: 0px 0px 6px 0px #86DEFF;
    */
}
.u-img-box
{
    position: relative; cursor: pointer; 
    right: 0px; 
    height: 37px;
    top: 200px; margin: 0 auto; display: block;
	padding: 5px;
    width: 200px;
    /*background-image: url("img/bg_t.png");*/
}
.cover-img{
	display: none;
	color: white;
	font-weight: bold;
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 5px;
}
.u-img-box:hover
{
	background-image: url("img/bg_t.png");
}
.u-img-box:hover > .cover-img
{
	display: block;
}
.u-img-box:hover > .cam-img
{
	opacity: 1;
}
