/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
//.wrap-ecommerce_tracking_settings table tr:first-child th:first-child{width:100%}
div#tab_container .form-table tr th h3 {
    width: 200%;
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: -8px !important;
} 
.ui-state-default .ui-icon {
    display: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	top: 13px !important; 
    height: 42px !important;
    width: 35px !important;
}
.free_plugin {
    margin-bottom: 20px;
}

.paid_plugin {
    margin-bottom: 20px;
}

.paid_plugin h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.free_plugin h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.plug-containter {
    width: 100%;
    display: inline-block;
    margin-left: 20px;
}
.plug-containter .contain-section {
    width: 25%;
    display: inline-block;
    margin-top: 30px;
}
.plug-containter .contain-section .contain-img {
    width: 30%;
    display: inline-block;
}
.plug-containter .contain-section .contain-title {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.plug-containter .contain-section .contain-title a {
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
}
.version_logo_img {
    position: absolute;
    right: 0;
    top: 0;
}