/*
* Copyright (c) Omnissa, LLC. All rights reserved.
* This product is protected by copyright and intellectual property laws in the
* United States and other countries as well as by international treaties.
* -- Omnissa Restricted
*/

.wrapper, div.header.master, div.footer.master, #content {
	width: 1024px;
}

table
{
    table-layout: fixed;
}

div.editor {
	width: auto;
}

div#maincolumn {
    max-width: 840px !important;
    width: 80%;
}

div.editor div#charts {
	width: 710px;
}

div#charts div.pie, div#charts div.bar {
	width: 215px;
	margin: 0px;
}

div#yscroll {
	width: 770px;
}

.combobox input[type=text] {	
	width: 90%;
}

.combobox .arrow  {
	right: 5px;
	top: 3px;
}

a:hover.icon {
	background-position: 0 top;
}

div.editor table th 
{
    max-width: 30px;
    min-width: 20px;
}

div#dashboard div.filterwrap
{
    min-width: 300px;
}

div.editor div.filterwrap select 
{
    width: 70px !important;
}
    
div.editor div.filterwrap select.customFilter {
     position: absolute;
     right: 235px;
}

div#dashboard div.filterwrap input.override 
{
    position: absolute;
    right: 10px;
    width: 200px;
}

#enrollmentFilter.nav.tabs.small 
{
    position: absolute;
    top: 30px !important;
    right: 300px;
}

div.tray.editor 
{
 margin:0 2%;   
}


div.traycontainer.twocol div.entries {
    width:767px;
}

div.traycontainer.twocol div.entries div.card {
    width: 695px !important;
}

.fade 
{
    width: 110%;
}

div.rolesOverlay {
    height: 61%;
    width: 67%;
}

div.categoryList
{
    height: 61%;
}
