#fsmi_addons_intro_holder
{
display: block;
width: 98%;
}
.fsmi_addons_intro
{
background: white none repeat scroll 0 0;
border: 1px solid #7cbac3;
border-radius: 2px;
box-sizing: border-box;
cursor: pointer;
display: block;
float: left;
font-family: arial;
font-size: 12px;
height: 460px;
margin-bottom: 2%;
margin-right: 2%;
max-height: 487px;
max-width: 100%;
padding: 10px;
text-align: center;
width: 22%;
}
.fsmi_addons_intro > img {
	border: 1px dotted lightgray;
	width: 100%;
}
.fsmi_addons_intro h3 {
	color: #3c87b3;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	text-transform: capitalize;
}
.fsmi_addons_intro > p {
	font-family: Helvetica;
	font-size: 12px;
	height: 165px;
	line-height: 18px;
	text-align: justify;
}
.fsmi_addons_intro .fsmi_addon_button {
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	text-decoration: none;
	border-radius: 2px;
	width: 85%;
}
.fsmi_addons_intro .fsmi_addon_button:hover {
	background:#f8f8f8;
}
/* Addon Page*/
.acx_fsmi_add_p_licen > a {
  background-color: #0052db;
  color: #e3e3e3;
  padding: 10px;
  cursor: pointer;
}
.acx_fsmi_add_p_licence_light_cvr {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display:none;
}
.acx_fsmi_add_p_licence_light_cls
{
background:url(../images/close.png) no-repeat center center;
width:40px;
height:40px;
position:absolute;
right: 0;
top: 0;
cursor:pointer;
}
.acx_fsmi_add_p_licence_li_cn {
  background-color: #fff;
  border-radius: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 370px;
  padding:40px 25px;
}
.acx_fsmi_p_li_span {
  display: block;
  float: left;
  width: 100%;
}
.acx_fsmi_p_li_span input {
padding: 8px;
width: 100%;
}
.acx_fsmi_add_p_li_cls {
clear: both;
color: #fff;
cursor: pointer;
float: right;
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
width: 25%;
}
.acx_fsmi_pu_li_error {
  color: red;
  display: block;
  margin-top: 10px;
}
.acx_fsmi_install_ignore {
  float: right;
  cursor:pointer;
}
.acx_fsmi_purchased_li_cvr {
  display: block;
  float: left;
  width: 100%;
}
#acx_fsmip_loading_1
{
    background: rgba(1, 1, 1, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1000;
}
#acx_fsmip_loading_1 .load_1
{
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
    border-radius: 20px 20px 20px 20px;
    height: 100px;
    margin-left: -40px;
	margin-top : -40px;
	top:40%;
	left:50%;
	position: absolute;
    opacity: 0.6;
    width: 100px;
}
.acx_fsmi_option_page_hold_cvr {
  padding-bottom: 70px !important;
}
.acx_fsmi_lic_del
{
	 background: url("../images/delete.png") no-repeat center center;
}
.acx_fsmi_lic_refresh
{
	 background: url("../images/refresh.png") no-repeat center center;
}
.ax_fsmi_action_icon {
  background-size: 21px auto;
  display: inline-block;
  height: 21px;
  margin: 0 5px;
  vertical-align: middle;
  width: 21px;
  cursor: pointer;
}
.acx_hide_refresh
{
	display:none;
}
.acx_show_refresh
{
	display:inline-block;
}