﻿#master-container
{
	min-width: 990px; 
}

.hidden
{
	display: none;
}

.versionArrow
{
	vertical-align: middle;
}

#ctl00_ProjectHeader1_lnkCreateIssue
{
	margin-left: 10px;
	margin-right: 10px;
}

#TableProjectSummaryTabBreakDown > tbody > tr > td
{
	border-right: 1px solid #e2e0e0;
}

.ScaleDescription
{
	vertical-align:super;
	padding-left:5px;
}

#ProjectMenu
{
   margin-top: 3px;
   margin-bottom: 3px;
}

#ProjectMenu td 
{
   font-size: 14px;
   font-weight: bold;
   border-collapse: collapse;
   border-right: 1px dotted #777;
   padding-left: 5px;   
   padding-top: 5px;
   padding-bottom: 5px;
}

#ProjectMenu td>a
{
	padding-right: 5px;
}

#ProjectMenu td.selected
{
	background-color: rgb(153, 0, 0);
}

#ProjectMenu td select
{
	margin-right: 5px;
}

#ProjectMenu td.selected>a
{
	color: #fff;
}

#ctl00_HeaderControl1_LinkBarControl_LineBreak3
{
	border-left: 1px dotted #eee;
}

#SNB td
{
	border-left: 1px dotted #eee;
	padding-right: 5px;
	padding-left: 5px;
}

#ChangeLocation
{
	max-width: 200px;
}

#WorkingOnContainer
{
	width: 360px;
}

.workingOn, .workingOn .ellipses
{
	background-color: rgb(187, 255, 182);	
}

.workingOn
{
	border: 1px solid #060;
	padding: 4px;
	color: Black;
}


#WorkingOnTrigger
{
	border-right: 0px;
	cursor: default;
}

.workingOnTooltip {
	display:none;
	background-color: rgb(215, 215, 215);
	border: 1px solid #e2e0e0;
	font-size:12px;
	padding:15px;
	width: 700px;
	z-index:2998;
	color:black;
}

#WorkingOnTitle
{   
	width: 250px;
	display: inline-block;  
	vertical-align: top;
	max-height: 14px;
	overflow:hidden;
}

.ellipses
{
	float:right;
	padding-right:5px;
	position:relative;
}
	
.ellipses:before
{
	content:"..."
}

.workingOn-not-running, .workingOn-not-running .ellipses
{
	background-color: #CB720D;
}

.workingOn-not-running
{
	border-color: #AD610B;
}

.WorkingOnInfoVisible {
	position: absolute;
	top: 27px;
	left: 280px;
	display: block;
}

#issueInfo
{
	background-color: #CB720D;
	border: 1px solid #AD610B;
	color: White;
	font-weight: normal;
	margin-top: 5px;
	padding: 2px;
	margin-right: 5px;
}

.search-watermark
{
	color: #999 !important;
	font-style: italic !important;
	width: 88px;
}

.watermark
{
	color: #999 !important;
	font-style: italic !important;
	font-size: 13px;
}

#newActivity 
{
	width: 370px;
	margin-right: 10px;
}

#newActivityDescription
{
	width: 200px;
	margin-right: 10px;
}

#filterbar, #actionsbar
{
	font-size:12px;
	width: 99.9%;
	padding-top: 3px;
	padding-bottom: 3px;
}

#filterbar .container, #actionsbar .container
{     
	padding: 5px;
	border-right: 1px dotted #777;
}

#filterbar span label, #actionbar span label
{
	margin-right: 10px;
}

#filterbar span input, #actionsbar span input
{
	vertical-align:sub;
}


#filterbar span select, #MNB select, #actionsbar span select
{
	margin-right: 5px;
}

.activities
{
	overflow: auto;
	max-height: 110px;
}

.activities img
{
	vertical-align: middle;
	margin:2px;
}

.status .workingOnIssue
{
	float: right;
}

/* BUTTONS  http://www.iwebtoolsonline.com/html-and-css-rounded-corner-button-generator */
.t-button, button.t-button.t-state-disabled:hover, a.t-button.t-state-disabled:hover {
	background: url("Images/sprite.png") repeat-x scroll 0 -96px #E8E8E8;
}

.t-button {
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-padding-end: 9px;
	-moz-padding-start: 9px;  
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 2.2;
	margin: 0;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	border-color: #0000FF;
	color: #FFFFFF !important;
	margin-right: 10px;
	min-width: 100px;
	height: 26px;    
	vertical-align: middle;
	background-image: url("Images/sprite2.png");
}

input.t-button
{
	height: 32px;
}

.t-button:hover {
	background-position: 0 -128px;
	text-decoration: none;
	color: #FFFFFF !important;
	font-size: 12px;
}

.t-button-light {
	background-image: url("Images/sprite.png");
	border-color: #A7BAC5;
	color: #333333 !important;
}

.t-button-light:hover 
{
	color: #333333 !important;
}

.t-button img
{
	 vertical-align:text-bottom;
	 padding-right: 6px;
}

.t-button-small
{
	line-height: 1.5;
	height: 18px;
	font-size: 12px;
	padding: 2px 6px;
	padding-bottom: 1px;
	padding-top: 3px;
	min-width: 64px;
}

/* */

.groupitem
{
	font-weight:bold;
	background: Silver;
	border-top: 1px solid #000
}

#ProjectMenu span
{
	padding-right: 5px;
	padding-top: 10px;
}

#StateActions .t-button
{
	margin-top:5px;
}

#AddCustomer, #AddCoworker, .project-preferences, #AllVersions
{
	float:right;
}

.project-preferences
{
	margin-right:  5px;
}


#ctl00_Main_ctl00_ProjectVersionBreakdown1_DivProjectVersion > h2, #ctl00_Main_ctl00_tdResources > div > h2,  #ctl00_Main_ctl00_tdComponents > div > h2
{
	float:left;
}


#MoveChartRight, #MoveChartLeft
{
	padding-left: 3px;
	padding-right: 3px;
}


#commentCheckbox
{
	 vertical-align: top;
}

#activityBottomToolbar
{
	padding: 0px;
	margin: 0px;
}

#activityBottomToolbar li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	float:left;
}

#activityBottomToolbar .t-button
{
	margin-bottom: 4px;
}

#CommentControls 
{
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin:0px;
	vertical-align: top;
}

#CommentControls li
{
	padding-bottom: 10px;
}

.thumbnail
{
	vertical-align:text-top;
}

.infoBadge,
.infoBadgeContent{
	display:inline-block;
	zoom:1; /* IE 7 */
	*display:inline; /* IE 7 */
	border-radius:20px;
}
	
.infoBadge{
	overflow:hidden; /* needed for IE9, to get rounded corners */
	border:2px solid #FFF;
	-webkit-box-shadow: 0px 2px 2px 0px #000;
	-moz-box-shadow: 0px 2px 2px 0px #000;
	box-shadow: 0px 2px 2px 0px #000;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	line-height: 16px;
	vertical-align:top;
}
	
.infoBadgeContent{
	padding:2px 6px 2px 6px;
	background: #fcc8ca; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcc8ca 0%, #e40011 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc8ca), color-stop(60%,#e40011)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcc8ca 0%,#e40011 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcc8ca 0%,#e40011 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcc8ca 0%,#e40011 60%); /* IE10+ */
	background: linear-gradient(top,  #fcc8ca 0%,#e40011 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc8ca', endColorstr='#e40011',GradientType=0 ); /* IE6-9 */
}

/* new look */
input[type="submit"]{
	font-family:Arial, Verdana, HelveticaNeueLT Std Cn;
	}

.bordered{
	border:1px solid #E5E5E5 !important;
	}

.background3{
	background: none repeat scroll 0 0 #F5F5F5;
	}

.background4{
	background-color:#F5F5F5 !important;
	}

/* tables */
table{
	border:0;
	padding:0;
	}

/* navbar */
.webFormTitleSmall
{
	color: White;
}

.webFormButtonRow, .webFormTitleSmall
{
	background-color: #2D2D2D;
}

.navbar{
	background-color: #2D2D2D;
	border-bottom: 1px solid #000000;
	font-size: 24px;
	height: 29px;
	}

/* hr */
hr{
	border-bottom: 0 none;
	border-top: 1px solid #E5E5E5;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 10px 0;
	padding: 0;
	}

/* links */
a{
	text-decoration:none;
	}
	
/* TableIssuesGrid */
#TableIssuesGrid{
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left:20px;
	}

#TableIssuesGrid .bindEditable th{
	font-size:12px !important;
	padding:5px !important;
	}
	
#TableIssuesGrid .bindEditable td{
	padding: 10px 5px !important;
	}
	
/* ProjectMenu  */
#ProjectMenu td{
	border-right:1px dotted #D9D9D9;
	} 

#ProjectMenu td.selected {
	background-color: #2D2D2D;
	}
	
/* filterbar  */
#filterbar, #actionsbar {
	background-color:#FFFFFF;
	border-top:0px !important;
	padding:10px 5px ;
	}
	
/* tabs */
.tabItemSelected, .tabItemSelected > a{
	background-color:#2D2D2D;
	}
	
/* buttons */
.t-button{ 
	height:32px;
	line-height:29px; 
	-moz-transition: all 0.218s ease 0s;
	-moz-user-select: none;
	background-color: #4D90FE;
	background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	border: 1px solid #3079ED;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px 2px 2px 2px;
	color: #444444;
	cursor: default;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	min-width: 46px;
	text-align: center;
	cursor:pointer;
	}
	
.t-button:hover{
	background-position:inherit;
	background-color: #357Ae8;
	border: 1px solid #2F5BB7;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	}
	
.t-button-light{
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1) !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #444444;
	}
	
.t-button-light:hover{
	background-color: #F5F5F5;
	border: 1px solid #C6C6C6;
	background-image: -moz-linear-gradient(center top , #F8F8F8, #F1F1F1) !important;
	}

.t-button-small{
	line-height:20px !important;
	height:20px !important;
	}
	
	
#Table5 td.webFormPrompt, .issue-actions, .alpha-effect  {
	opacity:0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
	filter:alpha(opacity=25);
	zoom:1
}

#TableCommentsHeader
{
	opacity:0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter:alpha(opacity=50);
}

/*#Table5:hover td.webFormPrompt, */
.issue-actions:hover, .CommentBlock:hover #TableCommentsHeader {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter:alpha(opacity=100)
}

.CommentBlock 
{
	border-left: 4px solid white;
}

.CommentBlock:hover 
{
	background-color: rgb(245,245,245);
	border-left: 4px solid #4c4c4c;
}

	.CommentBlock > table
	{
		border: 1px solid #999;
		margin-bottom: 16px;
	}


.InternalCommentBlock > table
{
	border: 2px solid #D3A7A7;
	margin-bottom: 16px;
}

.ProjectListRow
{
	height: 35px;
}

.layoutTable, .layoutTable tr, .layoutTable td
{
	padding: 0px 0px;
	margin: 0px 0px;
}

.layoutTable td
{
	vertical-align:top;
}

.tooltip {
	display:none;
	background-color: ButtonFace;
	border: 1px solid Gray;
	font-size:12px;
	padding:15px;
	width: auto !important;
	max-width: 500px;
	z-index:9999;
}

.version-settings
{
	width: 250px !important;
}

.iteration-settings
{
	width: 450px !important;
}


.startdate, .duedate
{
	white-space: nowrap;
}

a[disabled="disabled"]
{
	color:  #D3D3D3;
}

	a[disabled="disabled"]:hover
	{
		
		text-decoration: none;
	}

.button-attention
{
	-webkit-box-shadow: #000 1px 1px 3px; 
	-moz-box-shadow: #000 1px 1px 3px; 
	box-shadow: red 1px 1px 3px; 
	background: red;    
	border: 1px solid #800;
}

/* diff styles */
ins {
	background-color: #52f652;
	text-decoration: none;
}

del {
	background-color: #faa3a3;
}

#DescriptionDiff
{
	display:none;
}

#AddingCommentText
{
	display:none;
}


.supportcomment
{
    width: 780px;
    height: 80px;
    margin-bottom: 4px;
    background-color: #E3E3E3;
}

.supportcomment-highlight
{
    background-color: #CCCC00;
    outline: 2px solid yellow;
}

.dragAndDropHoverContainer 
{
   background-color: #4d90fe;
   color: #fff;
   position: absolute;
   padding: 10px;
   margin-top: 30px;
   display: none;
}

#ShowNewVersionVideo.NewVersion {
    border: solid 2px red;
}

.CommentData a {
    text-decoration: underline;
}