.appMarketBox
{
	float:left;
	
	width:50%;
}

.appBox
{
	float:left;
	
	width:220px;
	padding-bottom:20px;
}

.appLogo
{
	width:100%;
	position:relative;
	text-align: center;
}

.appBigLogo
{
	float:left;
	position:relative;
}

.appInfo
{
	float:left;
	padding-left:15px;
	width:60%;
}

.removeApp
{
	position:absolute;
	top:-10px;
	right:-10px;
	background: url(../images/newdesign/close.png) no-repeat;
	width:30px;
	height:30px;
	z-index:9999;
	cursor:pointer;
}

.deactivatedApp
{
	position:absolute;
	top:-10px;
	right:-10px;
	background: url(../images/newdesign/close-help.png) no-repeat;
	width:30px;
	height:30px;
	z-index:9999;
	cursor:pointer;
}

.appTitle
{
	font-size:16px;
	padding-bottom:10px;
}

.appDescription
{
	padding-bottom:10px;
}

.appReadMore
{
	text-decoration:underline;
	
}

.appReadMore:hover
{
	text-decoration:none;
}

.appCollapse
{
	display:none;
	position:absolute !important;
	top:20px !important;
	right:50px !important;
	left:auto !important;
	bottom:auto !important;
	
}

/*.closeFancyPopup
{
	position:relative !important;
	display:inline !important;
	background-image:none !important;
	z-index:auto !important;
	top:auto !important;
	right:auto !important;
	width:auto !important;
	height:auto !important;
	
}*/

.appSmallIcon
{
	/*opacity:0.5;
	filter:alpha(opacity=50);*/
}

.appSmallIconBlur
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.appSubTitle
{
	font-size:12px;
	color:#248FBB;
}

.appSvgIconLarge
{
	width: 110px;
	height: 110px;
}

.appSvgIconSmall
{
	width: 70px;
	height: 70px;
}

.appLogoBlur
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.appBox
{
	float:left;

	width: 180px;
	min-height: 190px;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.small
{
	width: 150px !important;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: 170px;
	font-size: 100%!important;
	/*border: 1px solid red;*/
}

.appBox .AppNew
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.appSmallTitle
{
	min-height: 30px;
	padding-bottom: 10px;
}

.appSmallNew {
	position: absolute;
	top: 0px;
	left: 15px;
}

.appSmallNew .badge-important
{
	background-color: #777;
}

.appLargeNew {
	position: absolute;
	top: 0px;
	left: 0px;
}

.appLargeNew .badge-important
{
	background-color: #777;
}

div.appBox:hover a.appMoreInfoLink, .appBox:hover a.appBigMoreInfoLink
{
	display: inline;
}

.appMoreInfoLink
{
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	padding: 5px;
	border: 1px solid;
	border-radius: 4px;
}

.appInfoPopupHeader img
{
	width: 70px;
	height: 70px;
}

.bigdrop .select2-results
 {
	 max-height: 300px;
 }

.bigdrop .select2-results .select2-result-label
{
	padding: 0px !important;
}

.bigdrop .select2-results li
{
	padding-left: 0px;
	border-bottom: 1px solid grey;
	padding: 0px !important;
	margin: 0px;
}

.bigdrop .select2-results li img
{
	width: 32px;
	height: 32px;
}

.bigdrop .select2-results li div.title
{
	padding-left: 20px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.bigdrop .select2-results li div.button
{
	height: 32px;
	line-height: 32px;
}

.bigdrop .select2-results .select2-highlighted
{
	background: #ECECEC none repeat scroll 0 0;
	color: #454545;
}

.bigdrop .select2-results .select2-result-label, .bigdrop .select2-container-multi .select2-choices
{
	/*cursor: default;*/
}

.bigdrop .select2-results .select2-no-results, .bigdrop .select2-results .select2-searching, .bigdrop .select2-results .select2-selection-limit
{
	padding-left: 0px;
	border-bottom: 0px;
	padding: 10px !important;
	margin: 0px;
}

.select2-sizer
{
	color: #0000ff;
}

.select2Search .select2-container-multi .select2-choices .select2-search-field input.select2-default, .select2Search .select2-container-multi .select2-choices .select2-search-field input.select2-focused, .select2Search .select2-container-multi .select2-choices .select2-search-field input.select2-input
{
	padding-left: 30px;
	width: 400px !important;
}

.select2SearchIcon
{
	position: absolute;
	top: -30px;
	left: 10px;
	color: #999999;
	font-size: 18px;
}

.box-container form {
	margin: 5px 0;
}

.box-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0px;
}

.btn-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	align-items: center;

}

.appLink:active
{
	outline: none;
}

.appInfoPopupPaymentBox
 {
	 border: 0px;
	 font-family: "Lato",sans-serif;
 }

.appInfoPopupPaymentBox td.leftBox, .appInfoPopupPaymentBox .leftBox
{
	background: #4482A9;
	color: #FFFFFF;
	padding: 15px;
	font-size: 1em;
	line-height: 30px;
}

.appInfoPopupPaymentBox td.leftBox a:link, .appInfoPopupPaymentBox td.leftBox a:visited, .appInfoPopupPaymentBox td.leftBox a:active, .appInfoPopupPaymentBox td.leftBox a:visited
{
	font-size: 18px;
	color: #A2EAFE;
}

.appInfoPopupPaymentBox .leftBox a:link, .appInfoPopupPaymentBox .leftBox a:visited, .appInfoPopupPaymentBox .leftBox a:active, .appInfoPopupPaymentBox .leftBox a:visited
{
	font-size: 18px;
	color: #A2EAFE;
}

.appInfoPopupPaymentBox td.leftBox span.cc
{
	font-size: 18px;
}

.appInfoPopupPaymentBox .leftBox span.cc
{
	font-size: 18px;
}

.appInfoPopupPaymentBox td.leftBox span.price
{
	font-size: 30px;
	font-weight: normal;
}

.appInfoPopupPaymentBox .leftBox span.price
{
	font-size: 30px;
	font-weight: normal;
}

.appInfoPopupPaymentBox td.rightBox
{
	width: 35%;
	background: #6AA2BD;
	vertical-align: middle;
	text-align: center;
}

.appInfoPopupPaymentBox .rightBox {
	background: #2c6081;
	vertical-align: middle;
	text-align: center;
}

.action-buttonPricingNewAppPopup
{
	border-radius: 3px;
	color: #fff;
	font-family: "Lato",sans-serif;
	font-size: 24px;
	font-weight: 400;
	padding: 8px 20px 8px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.action-buttonPricingNewAppPopup div.pointer
{
	cursor: pointer;
}

.appInfoPopupFooter
{
	color: #454545;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.appRelatedApps
{
	display: inline;
	color: #5B78BB;
	font-size: 14px;
}

.appRelatedApps img
{
	width: 35px;
}

.appRelatedApps a:link, .appRelatedApps a:active, .appRelatedApps a:visited
{
	color: #5B78BB;
}

.viewAllApps, .viewAllApps:link, .viewAllApps:active, .viewAllApps:visited {
	margin: 0 auto;
	min-height: 20px;
	margin-bottom: 20px;
	background-color: #3177BC;
	color: #FFFFFF !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.viewAllApps:hover {
	background-color: #D5D5D5;
	color: #7F7F7F !important;
}

.animateButtonPricingNew
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.greenButtonPricingNew
{
	background-color: #82BF56;
	border: 0 ;
	border-bottom: 5px solid #669644;
}

.greenButtonPricingNew:hover
{
	background-color: #577077;
	border: 0 ;
	border-bottom: 5px solid #2E373C;
}
