.client-application {
  clear: both;
}
.client-application:before {
  border-top: 1px solid #bcbec0;
  content: '';
  display: block;
  margin: 20px 0;
  width: 100%;
}
.client-app-details {
  display: inline-block;
}
.client-app-name {
  display: inline-block;
  margin: 5px 0 15px 10px;
  vertical-align: middle;
}
.client-app-website,
.client-app-phone {
  display: block;
  margin: 0 0 10px;
}
.remove-access {
  display: block;
  margin: 20px 0;
  vertical-align: initial;
}
.remove-access button {
  background-color: #c6c6c5;
  background-image: linear-gradient(#eaeaea, #c6c6c5);
  border: 1px solid #8e8e8d;
  border-radius: 3px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
  color: #373739;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 32px;
  margin: 0 0 10px;
  padding: 0 15px;
  text-shadow: 0 1px #fff;
}

.remove-access button:hover {
  background-color: #e7e7e7;
  background-image: none;
  border: 1px solid #9b9b9a;
  box-shadow: inset 0 1px 4px 0 rgba(255, 255, 255, 0.9);
}

.remove-access button:active {
  background-color: #e6e6e6;
  background-image: none;
  border: 1px solid #9b9b9a;
  box-shadow: inset 0 1px 4px 0 rgba(141, 141, 141, 0.9);
}

.remove-access button:focus {
  background: #e7e7e7;
  border-color: #009dda;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9), 0 0 4px #009dda;
 }

.access-expiration {
  display: block;
}
.grant-access {
  height: 42px;
  margin-bottom: 0 !important;
  padding: 0 19px;
}

.cancel-access {
  background-color: #c6c6c5;
  background-image: linear-gradient(#eaeaea, #c6c6c5);
  border: 1px solid #8e8e8d;
  border-radius: 4px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
  color: #373739;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 42px;
  padding: 0 19px;
  text-shadow: 0 1px #fff;
}

.cancel-access:hover {
  background-color: #e7e7e7;
  background-image: none;
  border: 1px solid #9b9b9a;
  box-shadow: inset 0 1px 4px 0 rgba(141, 141, 141, 0.9);
}

.cancel-access:active {
  background-color: #e6e6e6;
  background-image: none;
  border: 1px solid #9b9b9a;
  box-shadow: inset 0 1px 4px 0 rgba(141, 141, 141, 0.9);
}

.cancel-access:focus {
  background: #e7e7e7;
  border-color: #009dda;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9), 0 0 4px #009dda;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.ui-header-fixed
{
	background-color: #ecf5db;
	border: 1px solid #77b800;
	position: fixed;
	padding: 40px 0 20px 20px;
	margin: -50px 0 0 115px;
	z-index: 1000;
	width: 80%;
}
.ui-header-fixed-dismiss
{
	background-color: #f6faed;
	border: 1px solid #77b800;
	position: fixed;
	z-index: 1000;
	margin: -50px 70px 0 0 ; 
	padding: 25px 0 20px 0px; 
    right:0;
    
        
}
.OTPcontent
{
	 font-family:Arial;
	 font-size:14px;	
}

.dismiss-text
{
	 padding:0 20px 0 20px;
	 font-family:Arial;
	 font-weight:bold;
	 cursor:pointer;
	 font-size:14px;
}
.mfaBannner
{
	background: none repeat scroll 0 0 #fde9d9;
    border: 1px solid #ed1c24;
    font-family: arial,helvetica,sans-serif;
    font-size: 1.4rem;
    margin: 20px 0 30px;
    padding: 20px;
    width:40%;
    }
#mfaErrorMessageArea
{
	display:none;
}
#mfaErrorMessageArea .show
{
	display:block;
	display:inline;
}
.mfaBannner span.la-Error {
	color:#ed1c24;
	float:left;
	font-size: 24px;
	font-size: 2.4rem;
	margin:0;
	padding:0;
}
.mfaErrorIcon
{
	margin: 24px 0 5px 0;
	
}
.delivery-mode
{
	margin:0 0 0 20px;
}

@media screen and (min-width: 760px) {
    .remove-access {
        float: right;
        margin: 0;
        text-align: right;
        vertical-align: top;
    }
}