.btn { -webkit-transition: .1s all; transition: .1s all; -webkit-transform: scale(.95); transform: scale(.95); -webkit-box-shadow: none; box-shadow: none }
.banner .prev-apps button:hover, .btn:hover{background:#211d1e !important;color:#FFF;}
.banner .prev-apps button:active, 
.banner .prev-apps button:focus,
.btn:active,
.btn:focus{background:#666 !important;border:3px solid #666 !important;}
.app-section .details, .page-lock-cont{position:relative;}
.app-section .details .page-lock{
	position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	cursor:not-allowed;
}
#applicationModal h4{
	text-align:right;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;	
	color:#000;
}
#applicationModal p,
#applicationModal .con-exist-apps li{
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	color:#000;
}
#applicationModal .con-exist-apps li{color:#0000FF;}
#applicationModal h3{
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 22px;
}
#applicationModal .con-exist-apps li{
	border: 1px solid #D7D7D7 !important;
    padding: 10px 10px 10px 15px;
    border-radius: 9px !important;
}
#applicationModal .con-exist-apps li a,
#applicationModal button{
	text-align: center;
    background-color: #d31448;
    color: #fff;
    -webkit-box-shadow: 4px 11px 16px -8px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 4px 11px 16px -8px rgba(0, 0, 0, 0.42);
    box-shadow: 4px 11px 16px -8px rgba(0, 0, 0, 0.42);
    border: none;
    font: 600 14px / 30px 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	text-decoration:none;
	padding:10px 15px;
}
#applicationModal .con-exist-apps li a:hover,
#applicationModal .bottom-btns button:hover{
    background-color: #211d1e;
}
#applicationModal .modal-footer{border-top:0;}