.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active,
	.btn-primary:active:hover, .btn-primary:active:focus {
	height: 40px !important;
	font-size:16px !important;
	font-weight: normal !important;
}


/********  Input text box  ********/
.inputTextBoxRow
{
	 text-align:center;
	 margin-top:10px;
}
 
.inputTextBoxDiv
{
	 margin-bottom:5px;
}

.inputTextBox
{
	background-color: #F5F5F5 !important; 
	color:#000000 !important; 
	font-size:13px;  
	height:40px;
	padding-left:15px;
	padding-right:15px; 
	border-radius:10px; 
	min-width:110px !important;
	outline:none;
    border: none; 
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	font-weight: normal;
	outline:none !important;
}
.inputTextBox:hover{
	border: 1px solid #C8C8C8;
}
.inputTextBox:focus{
	border : 1px solid #FFC107;
}

/********  submit button  ********/
.submitDiv
{
	margin-top: 10px;	
}

.submitButton
{
	min-width:110px;
	padding-left:15px;
	padding-right:15px;
	border-radius:10px; 
	cursor:pointer;
	outline:none;
	min-width:110px !important;
}

.form-group 
{
    margin-bottom: 10px;
}


.MarginBottom70
{
margin-bottom:70px;
}

.authHeader1
{
	font-size : 25px; 
	margin-top:15px;
}

.authHeader2
{
	font-size : 14px; 
	margin-top:10px; 
	cursor:text;
}

.companyName
{
	font-weight:bold;
	font-size : 14px; 
	margin-top:5px;
	margin-bottom:5px;
	cursor:text;
}

.alert-danger, .alert-success {
	padding: 10px;
}

/********  for Desktop browser only  ********/
.inputFixedWidth {
        width:300px !important;
    }
/********  for OWA  ********/
@media (max-width: 350px) {
    .inputFixedWidth {
        width:100% !important;
    }
}

/********  To display element in the center  ********/
.MarginLRAuto{
	margin-left: auto;
	margin-right: auto;
}

.oAuthHeader1Div{
	 margin-top: 14px;
}

.oAuthHeader1{
	 text-align: center; 
	 border-bottom: 1px solid #D0D0D0; 
	 line-height: 0.1em; 
	 font-size: 14px
}

.oAuthHeader1Message{
	 background: #fff; 
	 padding: 0 10px;
}

.GAuthButton,.GAuthButton:hover,.GAuthButton:active,.GAuthButton:focus
{
	height:42px; 
	cursor:pointer; 
	border-color: #D0D0D0;  
	color: #000000; 
	font-size: 16px; 
	white-space:normal; 
	border-radius: 21px;  
	padding-left:15px; 
	padding-right:15px; 
	background-color: #F5F5F5;
	cursor: pointer;
	min-width:110px !important;
}

/********** Changes for #9470 *********/
.DisplayNone{
	display: none;
}

.LoginHeader{
	max-width: 100%;
	max-height: 80px;
}

.PaddingTop{
	padding-top: 15px;
}

.Font12px{
	font-size: 12px;
}

.BreakWord{
	word-break: break-word;
	word-wrap: break-word;
}

.font20px{
	font-size: 20px;
}

.font14px{
	font-size: 14px;
}
	
.height300px{
	height:300px;
}

.index{
	max-width:500px;
	padding:100px;
	text-align:center;
	margin: auto;
}

.padding10px{
	padding: 10px 0px
}

.padding35px{
	padding-left:35px;
	padding-right:35px;
}

.paddingTop2px{
	padding-top:2px;
}

.inlineBlockZ100 {
	display: inline-block;
	z-index: 100;
}

.inlineBlockZ1000 {
	display: inline-block;
	z-index: 100;
}

.textCenter{
	text-align:center;
}

.vAlignMid{
	vertical-align: middle;
}

.marginTB8px{
	margin-top: 8px;
	margin-bottom:8px;
}

.wh25px{
	width: 25px;
	height: 25px;
}

.bgffffff{
	background: #ffffff;
}

.wsNoWrap{
	white-space: nowrap;
}

.displayBlock{
	display: block;
}

.minWidth0{
	min-width:0
}

.marginL20px{
	margin-left: 20px;
}

.width132{
	width:132px;
}

.ContainerLoading img {
	margin-left: auto;
	margin-right: auto;
}

.ContentDivLoading {
	margin: auto;
	text-align: center;
	width: 70%;
}

.ContainerLoading {
	 width: 100%;
	 margin-top: 150px;
}