/* This stylesheet is used to style the admin option form of the plugin. */

/* WP_MediaCategoryManagement Custom */
 div .icon32.icon-post,#icon-wp-mcm
 {
    background: url("../assets/icon-wp-mcm.png") no-repeat scroll transparent;
}


/***************************
 * Shortcodes
 */
th.wp_mcm_shortcodes_cell {
	padding: 8px 15px;
}
td.wp_mcm_shortcodes_cell {
    display: table-cell;
    word-wrap: break-word;
    word-break: keep-all;
	padding: 8px 15px;
}
.wp_mcm_shortcodes_cell ul {
    list-style: disc outside none;
	margin: 0;
}
tr.wp_mcm_shortcodes_row.even {
    background-color: #FFFFFF;
}
tr.wp_mcm_shortcodes_row.even:hover {
    background-color: #FFFFCC;
}
tr.wp_mcm_shortcodes_row.odd {
    background-color: #DDDDDD;
}
tr.wp_mcm_shortcodes_row.odd:hover {
    background-color: #FFFF99;
}
tr.wp_mcm_shortcodes_row.invalid {
    background-color: #FFCCCC;
}
tr.wp_mcm_shortcodes_row.invalid:hover {
    background-color: #FFDDDD;
}
#wp_mcm_shortcodes_table {
   margin: 0px;
   padding: 0px;
}
#wp_mcm_shortcodes_table th {
    vertical-align: top;
    background: #404040; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr=' #404040'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#808080), to( #404040)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #808080,   #404040); /* for firefox 3.6+ */
    background-image: -moz-linear-gradient(center top , #808080, #404040);
    text-decoration: none;
	font-size: 14px;
    color: #00FF00;
    text-shadow: none;
    font-weight: 500;
    font-family: "Trebuchet MS", Helvetica, sans-serif; 
}
#wp_mcm_shortcodes_table th.thnowrap {
    white-space: nowrap;
}
div#wp_mcm_table_wrapper {
	border: 1px solid #CCCCCC;
	margin: -1px 0 0;
	padding: 0px;
}

/* Media Modal page */
.compat-item .field input[type="checkbox"] {
	width: auto;
}

.term-list {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	padding: 10px 10px 5px;
	margin: 0 0 10px;
}
.term-list li {
	line-height: 22px;
}
.term-list li input[type="checkbox"] {
	margin: -4px 4px 0 0 !important;
}
.term-list .children {
	margin: 5px 0 0 20px;
}
/* Fix display attachment-filters */
.media-frame select.attachment-filters {
    max-width: 90% !important;
}