
.hp-dojo-extension {
    float: left;
    margin: 0 30px 30px 0;
    background: #f0f0f0;
    border: 1px solid #ccc;
    width: 180px;

    padding: 8px;
    min-height: 361px;
    position: relative;
}

.hp-dojo-extension h3 {
    height: 50px;
    margin: 0 0 8px;
    font-size: 13px;
}

#system-info-textarea {
    width: 100%;
    height: 400px;
    font-family: Menlo,Monaco,monospace;
    background: 0;
    white-space: pre;
    overflow: auto;
    display: block;
}

 /*Category Filter */

.menu-categories-container li {
    position: relative;
    background: #fff;
    color: #232527;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    padding: 10px 15px !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ccc;
    text-decoration: none;
}

.menu-categories-container li {
    float: left;
    list-style: none;
    margin-right: 8px !important;
}

.menu-categories-container  li:hover {
    background: #2794da;
    color: #fff !important;
    border: 1px solid #25597a;
}

 /*License Info */

.license_info {
    height:336px;
    margin-top:20px;
    border-bottom:5px solid #3399FF;
    border-top:2px solid #cdcdcd;
    padding-top: 10px;

}

.show_hide {
    color: #bcbcbc;
    text-align: right;
   /* display:none; */
}

.license_info input {
  margin-top: 6px;
  width: 180px;
}

.plugin_installed {

	cursor: default;
	color: #000;
	background-color: #FAFFC3;
	border: 0;
	border-radius: 4px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	margin: 0;
	/* font-weight: bold; */
	font-style: italic;
}

.installing_message {
		color: green;
		font-weight: bold;
}

#wlm_plugins .mix{
	display: none;
}


.share_icon{

	float:left;
	margin-right: 13px;
}

.sharing_icons {

	margin-top:10px;

}

.su-button {

	color: #FFFFFF;
	padding: 0px 20px;
	font-size: 16px;
	line-height: 32px;
	border-color: #f4ac6c;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	padding: 8px;
	border: 2px;

}
