﻿/* Resources Management Console styles */
.LocationContainer
{
    margin-top:10px;
    cursor:pointer;
}



.ResourceManagementContainer h2 /*.LocationHeader*/
{
    margin: 5px 0;
    /*font-size:1em;*/
    background:url("../../Images/Theme/title-selected-bg.png") repeat-x scroll 0 bottom transparent;
    height:22px;
    line-height:20px;
    padding:0 10px;
    overflow:hidden;
	border:solid 1px #B9B9B9;
	border-bottom: none;
	color:white;
	font-weight:bold;
	font-size:0.9em;
	overflow:hidden;
}

.ResourceManagementContainer h3 /*.ResourceTypeHeader*/
{
    /*background-color:#2E486B;   
    font-size:1em;
    color:White;*/
    margin: 0;
    
    background: url("../../Images/Theme/h3-bg.png") repeat-x scroll 0 bottom transparent;
    font-size:0.8em;
    font-weight:bold;
    color:#0099cc;
    height:22px;
    line-height:20px;
    padding:0 10px;
    overflow:hidden;
	border-top: solid 1px #B9B9B9;
    border-bottom:none;
    
}

.ResourceManagementContainer h4 /*.ResourceHeader*/
{
    padding:0 5px;
    margin:0;
    font-size:1em;
}


.ResourceManagementContainer h5  /*Assigned Process List */
{
    background-color:#dcdcdc;
    padding:0 5px;
    margin:0;
    font-size:1em;
    font-weight:normal;
    border:1px dotted black;
}

.ResourceManagementContainer .SetAllocatedService, .ResourceManagementContainer .AddAssignedProcess, .ResourceManagementContainer a.ShowAssignedToType, .ResourceManagementContainer a.BlockResource 
{
    cursor:pointer;
}

.ResourceTitle
{
   /*background-color:#B3C8E6; */
   background: url("../../Images/Theme/frame-title-bg.png") repeat-x scroll 0 0 transparent;
   padding:2px;
   color:#303030;
   border:1px solid #ccc;
}

.ResourceState 
{
    margin-bottom:3px;
}

.ResourceDetails
{
    display:none;
}

.ResourceStateRow 
{
    /*background-color:#dcdcdc;*/
    background: url("../../Images/Theme/info-bg.png") repeat-x scroll 0 bottom transparent;
}

.WhiteBox
{
    border:1px solid #fff;   
    border-top:none;
    border-bottom :none;
    padding:0 4px;
}

.AllocatedService
{
    font-size:1em;   
    white-space:nowrap;
}

.ResourceManagementContainer ul 
{
    list-style: none;
}

.ResourceManagementContainer ul.LocationList
{
    padding:0;
    margin:0;
}

.ResourceManagementContainer ul.ResourcesList 
{
    /*list-style: url('../../Images/Bullets/bullet-resource.gif');*/
}

.ResourceManagementContainer ul.ResourcesList li
{
    margin-bottom:10px;
}
    
.ResourceManagementContainer .AssignedProcessList td
{
    white-space:nowrap;
}

.ResourceManagementContainer .AsignedProcessesCount a {
    color: #303030;
    cursor:pointer;
}

#divSelectAllocatedService 
{
    display:none;
    background-color:white;
    border:1px solid silver;
    position:absolute;
    font-size:0.9em;
    width:250px;
}

.ResourceManagementContainer a.CommandFreeUpResource 
{
    font-size:0.9em;    
}


.resourceWorkingHours 
{
 font-size:0.9em;
 font-weight:normal;
    
}

.resourceWorkingHoursNotWorking
{
    color:Red;
    
}

.BlockedResourceTitle 
{
	background: url("../../Images/Theme/block-red-bg.png") repeat-x scroll 0 bottom transparent;
	
}

.BlockedResourceTitle a
{
	color: #2E486B;
}

.ResourceConsoleMessage 
{
    font-size: 0.9em;
	font-style: italic;
	padding:10px 0;
}

.CloseAssignedProcesses img
{
    vertical-align:text-top;
}