/* catalogandworkpage.css */

table.startedfinished td
{
padding-right: 4px;
}

.startedfinished td.automatic input
{
color: green;
}

table.startedfinished td.fail input
{
color: red;
}

.startedfinished td
{
padding-bottom: 10px;
}

.startedfinished td.first
{
padding-bottom: 0px;¥¥¥¥
}

.startedfinished.noedit td.first
{
padding-bottom: 10px;
}


.startedfinished td.noedit
{
padding-right: 30px;
}

table.startedfinished tr.hdr td
{
font-weight: bold;
}

#changemediadiv
{
margin: var(--lt-padding-half) 0;
}

div#LT_LB #changemediadiv
{
font-size: 11px;
}


#changemediadiv div
{
margin: var(--lt-padding-quarter) 0 var(--lt-padding-quarter) 0;
}

#format_catalog_edit div.savecancel
{
	margin-top: var(--lt-padding-half);
	display: flex;
	justify-content: space-between;
}

/* Make the two mediatype menus seem like one */

#mediatypemenus select#mediatype_all
{
display: none;
} 

#mediatypemenus select#mediatype
{
display: block;
} 

#mediatypemenus.showmediatypeall select#mediatype_all
{
display: block;
} 

#mediatypemenus.showmediatypeall select#mediatype
{
display: none;
}

