/* Groups Page CSS*/
.btns
{
	margin-top: 20px;
}

.btnContainer
{
	width: 150px;
	height: auto;
	margin-left: 16px;
	text-align: left;
	float: right;
}
.groupsBtn
{
	margin:7px 0!important;
	width:150px!important;
	display: block;    
    text-align: center;
    background: #F57921;
    border: 1px solid #F57921;
    text-decoration: none !important;
    padding: 5px;
    border-radius: 7px;
    box-shadow: 0px 2px 2px #9a9a9a;
	color: #FFFF01!important;
}
.groupsBtn:hover{
	background: #FFFF01; 
	color: #F57921 !important; 
	border-color: #FFFF01;
}
.groupsBtn1
{
	margin:7px 0!important;
	width:150px!important;
	display: block;        
    text-align: left;
    background: #FFF;
    padding: 5px 5px 5px 38px;
    background-size: 12%;
    border: 1px solid #F57921;
    text-decoration: none !important;
    border-radius: 7px;
	color: #F57921!important;
}
.groupsBtn1:hover{
	background: #FFFF01;
    padding: 5px 5px 5px 38px;
    background-size: 12%;
	color: #F57921 !important; 
	border-color: #FFFF01;
    box-shadow: 0px 2px 2px #9a9a9a;
}
.chatLady
{
	float: left;
	position: relative;
	height: 130px;
	width: 160px;	
}
.chatLady img
{
	width: 160px;
	height: 130px;
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%, -50%);

}
.less20{
	height: 40px;
	border-top: 3px solid #FF8000;
	padding-top: 12px;
}

.form_line .text_bold
	{
		text-align: center;
	}
	#groupsForm label
	{
		
		float: left;
	}
	#groupsForm .row
	{
		margin-bottom: 18px;
	}


@media (max-width: 490px){
	.modal-body
	{
		height: auto!important;
	}
	
}

@media (max-width:714px){
	.btns
	{
		width: 328px!important;
            margin: 20px auto 0px;
	}
    .groups-form-cta {
    text-align: center;
}
}

@media (max-width:610px){
	.btns
	{
		width: 100%!important;
         max-width: 336px !important;
	}
}

@media (max-width:447px){
	.btns
	{
		width: 80%!important;
	}
	
	.chatLady
	{
		display: none;
	}
	
	.btnContainer
	{
		margin:10px auto;
		float:none;
	}
}
#lhnHelpOutCenter div.lhnWindow-body {
    height: calc(100% - 90px);
}
