/*Apple Systems Status Dashboard*/

#content{
	padding-top: 50px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	min-height:0px !important;
}

/*Updated this RJB*/
#content div:after, #content ul:after{
	   clear: both;
	   content: ".";
	   display: block;
	   height: 0;
	   visibility: hidden;
}

div[role="key"]{
	/*margin: 40px 30px 24px 30px; height: 20px;*/
	height: 20px;
	margin-bottom: 25px;
}

div[role="key"] span{
	vertical-align: middle;
}

#main div[role="key"] > h2{
	font-weight: bold;
	font-size: 13pt;
	position: absolute;
}

#main div[role="key"] > h2 span:first-child{
	margin-right: 5px;
}

div[role="key"] > table{
	float: right;
	font-size: 10pt;
	color: #808080;
	position: relative;
	/*margin-top: -3px;*/
}

/*div[role="key"] > table tr td*/
#li_maintenance, #li_serviceOutage, #li_normal, #li_serviceIssue{
	float: left;
	/*padding: 0px;*/
	margin: 0px 1px 0px 0px;
}

div[role="key"] #icon_maintenance, #icon_service_outage, #icon_normal, #icon_service_issue{
	margin-right: 8px;
	display: inline-block;
	width: 18px;
	height: 18px;
}

div[role="key"] #key_maintenance, #key_service_outage, #key_normal, #key_service_issue{
	margin-right: 0px;
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
			div[role="key"] #icon_maintenance{	
			background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/Maintenance.png');
			background-repeat: no-repeat;
			background-size: 100%;
			/*margin: 4px 8px -4px 4px;
			margin-right: 8px;
			display: inline-block;
			width: 18px;
			height: 18px;*/
		}

}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	div[role="key"] #icon_maintenance{	
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/Maintenance_2x.png');
		background-repeat: no-repeat;
		background-size: 100%;
		/*margin: 4px 8px -4px 4px;
		margin-right: 8px;
		display: inline-block;
		width: 18px;
		height: 18px;*/
	}

}

div[role="key"] #key_maintenance{
	/*margin: 0px 20px 0px 20px !important;*/
	width: 180px;
	height: 20px;
	/*padding-left: 10px;*/
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
       		div[role="key"] #icon_normal{	
				background: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/Normal.png') no-repeat 0 0;
				/*margin: 4px 8px -4px 4px;*/
			}
		}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
			div[role="key"] #icon_normal{	
				background: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/Normal_2x.png') no-repeat 0 0;
				background-size:18px 16px;
				/*margin: 4px 8px -4px 4px;*/
			}
		}
       
div[role="key"] #key_normal{
	/*margin: 0px 20px 0px 20px !important;*/
	width: 180px;
	height: 20px;
	/*padding-left: 10px;*/
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {

	div[role="key"] #icon_service_outage{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/service_outage_triangle.png');
		background-repeat: no-repeat;
		background-size: 100%;
		/*margin: 4px 8px -4px 4px;
		margin-right: 8px;
		display: inline-block;
		width: 18px;
		height: 18px;	*/
	}
	
}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	div[role="key"] #icon_service_outage{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/service_outage_triangle_2x.png');
		background-repeat: no-repeat;
		background-size: 100%;
		/*margin: 4px 8px -4px 4px;
		margin-right: 8px;
		display: inline-block;
		width: 18px;
		height: 18px;	*/
	}
	
}

div[role="key"] #key_service_outage{
	/*margin: 0px 20px 0px 20px !important;*/
	width: 188px;
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {

	div[role="key"] #icon_service_issue{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/service_issue_diamond.png');
		background-repeat: no-repeat;
		background-size: 100%;
		/*margin: 4px 8px -4px 4px;
		margin-right: 8px;
		display: inline-block;
		width: 18px;
		height: 18px;	*/
	}
	
}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	div[role="key"] #icon_service_issue{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/service_issue_diamond_2x.png');
		background-repeat: no-repeat;
		background-size: 100%;
		/*margin: 4px 8px -4px 4px;
		margin-right: 8px;
		display: inline-block;
		width: 18px;
		height: 18px;	*/
	}
	
}

div[role="key"] #key_service_issue{
	/*margin: 0px 20px 0px 20px !important;*/
	width: 180px;
}

div[role="main"]{
	height: auto;
	/*border-radius: 5px;*/
	border-radius:5px 5px 5px 5px;
	border: 1px solid #d1d5d8;
	margin-bottom: 50px;
}

#main div[role="main"] > h2{
	font-size: 24px;
	padding: 20px 10px 10px 14px;
}

/*div[role="main"] table{	
	border-bottom-right-radius: 4px;
	
	border-collapse: collapse;
	
}*/

div[role="main"] table:first-child th{
	/*border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
	border-radius:4px 4px 0px 0px;
	border-top: none;
}

div[role="main"] table:last-child{
	/*border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;*/
	border-radius:0px 0px 4px 4px;
}

div[role="main"] table:last-child td:last-child{
	/*border-bottom-right-radius: 4px;*/
	border-radius:0px 0px 4px 0px;
}

div[role="main"] table tr th{
	border-bottom: 	1px solid #d1d5d8;
	border-top: 1px solid #d1d5d8;
}

div[role="main"] table tr:first-child{
	border-top:none;
}

div[role="main"] table table tr th{
	border-top: 1px solid #d1d5d8;
}

div[role="main"] table tr td:first-child{
	border-left: none;
}

div[role="main"] table th{
	height: 25px !important;
	padding: 5px 0px 5px 6px;
	background-color: #e9edf0;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
}

div[role="main"] table tr{
	height: 32px;
}

/*nth childs of all tds :nth-child(2n+1)*/
div[role="main"] table tr td{
	border-left: 1px dotted #d9d9d9;
	border-top: 1px dotted #d9d9d9;
}

div[role="main"] table tr td{
	padding: 6px 5px 6px 7px;
	vertical-align: top !important;
	width: 306px;
	height: 20px;	
}

/*icon*/
div[role="main"] table tr td span{
	position: absolute;
	width: 18px;
	height: 18px;
	margin-top: 2px;
}

/*text*/		
div[role="main"] table tr td p.matrix_p{
	/*width: 260px !important;*/
	margin: 1px 0 0 24px  ;
	*margin:0px;
	*display:inline-block;
	*padding-left: 23px;
	/*word-break: break-all;*/
}

div[role="main"] table tr td p.affected_p{
	margin: 0px 5px 0px 23px;
	/*width: 250px;*/
	font-size: 10px;
	line-height: 15px;
	color: #bbb;	
}

.matrixFull{
	height: auto !important;
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
	.allgood{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/Normal.png');
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	.allgood{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/Normal_2x.png');
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
	.serviceoutage{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/service_outage_triangle.png');
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	.serviceoutage{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/service_outage_triangle_2x.png');
		background-repeat: no-repeat;
		background-size: 100%;
	}

}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
	.serviceissue{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/service_issue_diamond.png');
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	.serviceissue{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/service_issue_diamond_2x.png');
		background-repeat: no-repeat;
		background-size: 100%;
	}

}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
	.maintenance{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/Maintenance.png');
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	.maintenance{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/Maintenance_2x.png');
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

div[role="timeline_header"]{
	margin-bottom: 25px;
	height: 16px;
	*display: inline-block;
}

#main div[role="timeline_header"] > h2{
	font-size: 15px;
	position: absolute;
	/*margin-left: 5px;*/
}

div[role="timeline_header"] > span{
	position: relative;
	top: 2px;
	float: right;
	color: #808080;
}

#timeline{
	border: 1px solid #d1d5d8;
	border-radius: 5px;
	*border:none;
}

#timeline > #timeline_left{
	float: left;
	width: 353px;	
	/*border-top-left-radius: 4px;
	*border: 1px solid #d1d5d8;*/
	border-radius: 4px 0px 0px 0px;
}

/*#timeline > li:first-child > ul#timeline_left_issue_list{*/
#timeline_left #timeline_left_issue_list{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	border-bottom-left-radius: 3px !important;
	font-weight: normal;
	color: #808080;	
	/*width: 918px\9;*/
}

#timeline_left_issue_list a{
	cursor: pointer;
}

/*#timeline > li:first-child > ul#timeline_left_issue_list li{*/
#timeline_left #timeline_left_issue_list li{
	margin: 0px 0px 0px 0px;
	padding: 7px;
	border-top: 1px solid #ddd;
	border-bottom-left-radius: 0px !important;	
	height: 71px;
	overflow: hidden;
}

/*#timeline > li:first-child > ul#timeline_left_issue_list lh.full_message{*/
#timeline_left_issue_list span.full_message{
	position: absolute;
	display: none;
	background: white;
	z-index: 99;
	width: 336px;
	padding: 7px;
	border-top: 1px solid #ddd;
	border-bottom-left-radius: 0px !important;	
	box-shadow: 0px 12px 12px #888;
	color: #808080;
}

/*#timeline > li:first-child > ul#timeline_left_issue_list lh.full_message h3{*/
#timeline_left_issue_list h3{
	color: black;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

.timeline_h3{
	color: black;
	font-weight: bold;
	margin: 0px 0px 2px 0px;		
	/*max-height: 34px;*/
	max-height: 71px;
}

.timeline_p{
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	/*max-height: 51px;*/
}

.displayFull{
	display: block !important;
}

/*#timeline > li:first-child > ul#timeline_left_issue_list li p{*/
/*#timeline_left_issue_list p{
	color: #808080;
	margin: 0px 5px 0px 0px;
	height: 58px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;	
}*/

/*#timeline > li:first-child > ul#timeline_left_issue_list li:last-child{*/
#timeline_left_issue_list li:last-child{
	border-bottom-left-radius: 4px;
	height: 94px;
}

#timeline > li#timeline_right{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 564px;*/
	border-left: 1px solid #aaaaaa;	 /*RJB*/
	/*border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;*/
	border-radius:0px 4px 4px 0px;
	position: relative;
	background: -moz-linear-gradient(0px 35px 90deg,#F2F8FA,#E9EDF0) repeat scroll 0% 0% transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9EDF0', endColorstr='#F2F8FA', GradientType=0.1 ); /* IE6-9 */
	background: -ms-linear-gradient(0 35px 90deg, #F2F8FA, #E9EDF0, #E9EDF0 0%);
	background: -webkit-gradient(linear, 0 35, 0 18, from(#F2F8FA), to(#E9EDF0), color-stop(0.1,#E9EDF0));
	background: linear-gradient(top, #F2F8FA 35,#E9EDF0);
	overflow-x: auto;
	overflow-y: hidden;	
	box-shadow: -4px 0 4px -4px rgba(0, 0, 0, 0.39) inset, 
				4px 0 4px -4px rgba(0, 0, 0, 0.39) inset;
	z-index: 1;

}

@-moz-document url-prefix() {
	#timeline > li#timeline_right {
		border-radius: 0 0 0 0;
	}
}

/*canvas requires a -5 bottom margin and plus 6 when you create its ctx height*/
#timeline > #timeline_right > #timeline_canvas{
	margin: 0px 0px -5px 0px;
	padding: 0px 0px 0px 0px;
	/*border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;*/
	border-radius: 0px 4px 4px 0px;
}

/*20 + 5 + 5 = 30 px header*/
#timeline #timeline_left #timeline_left_day_picker{
	background: #e9edf0;
	margin-bottom: 0px;
	/*border-top-left-radius: 4px;*/
	height: 35px;
	width: inherit;
	/*width: 918px\9;*/
	/*width: inherit\0/;*/
	border-radius: 4px 0px 0px 0px;
}

/*#timeline > li:first-child > ul#timeline_left_day_picker li{*/
#timeline_left #timeline_left_day_picker li{
	position: relative;
	vertical-align: middle;
	text-align: center;
}

#ie_timeline_left_day_picker{
	text-align: center;
	list-style-type: none;
	border-radius: 0px;		
}

/*datepicker*/

/*#timeline > li:first-child > ul#timeline_left_day_picker li:nth-child(2){*/
#timeline_left_day_picker li#date_string{
	font-weight: bold;
	font-size: 12px;
	width: 290px;
	float: left;
	margin-top: 8px;
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
	#timeline_left_day_picker #date_back {
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/timeline_nav_prev.png');
		background-repeat: no-repeat;
		background-position: 8px; /*-- Adjusted --*/
		cursor: pointer;
		width: 30px;
		height: inherit;
		float: left;
		*margin-top: 8px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	#timeline_left_day_picker #date_back {
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/timeline_nav_prev_2x.png'); 
		background-size: 8px 10px;
		background-repeat: no-repeat;
		background-position: 8px; /*-- Adjusted --*/
		cursor: pointer;
		width: 30px;
		height: inherit;
		float: left;
		*margin-top: 8px;
	}
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
	#timeline_left_day_picker #date_back.off{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/timeline_nav_prev_disabled.png');
		background-repeat: no-repeat;
		background-position: 8px; /*--Adjusted --*/
		cursor: default;
		height: inherit;
		*margin-top: 8px;		
	}
}  

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	#timeline_left_day_picker #date_back.off{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/timeline_nav_prev_disabled_2x.png');    
		background-size: 8px 10px;
		background-repeat: no-repeat;
		background-position: 8px; /*--Adjusted --*/
		cursor: default;
		height: inherit;
		*margin-top: 8px;		
	}
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
	#timeline_left_day_picker #date_forward{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/timeline_nav_next.png');
		background-repeat: no-repeat;
		cursor: pointer;	
		background-position: 12px; /*--adjusted --*/
		width: 30px;
		height: inherit;
		float: right;
		*margin-top: 8px;	
	}
}  

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	#timeline_left_day_picker #date_forward{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/timeline_nav_next_2x.png');  
		background-size: 8px 10px;
		background-repeat: no-repeat;
		cursor: pointer;	
		background-position: 12px; /*--adjusted --*/
		width: 30px;
		height: inherit;
		float: right;
		*margin-top: 8px;	
	}
}

@media not all,(-webkit-min-device-pixel-ratio: 1),
       (min--moz-device-pixel-ratio: 0.1),    
       (min-resolution: 0.1dppx),
       (min-resolution: 10dpi)
       {
	#timeline_left_day_picker #date_forward.off{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/timeline_nav_next_disabled.png');
		background-repeat: no-repeat;
		background-position: 12px;
		cursor: default;
		height: inherit;
		*margin-top: 8px;	
	}
}  

@media (-webkit-min-device-pixel-ratio: 2), 
       (min--moz-device-pixel-ratio: 2),    
       (min-resolution: 2dppx),
       (min-resolution: 192dpi)
       {
	#timeline_left_day_picker #date_forward.off{
		background-image: url('/National_Library/20160330061658oe_/http://www.apple.com/support/systemstatus/assets/images/timeline_nav_next_disabled_2x.png');  
		background-size: 8px 10px;
		background-repeat: no-repeat;
		background-position: 12px;
		cursor: default;
		height: inherit;
		*margin-top: 8px;	
	}
}

.half_issue{
	height: 30px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.half_issue{
		height: 30px !important;
	}
	#timeline > li:first-child > ul#timeline_left_issue_list li:last-child{
		height: 71px;
	}
}

.no_issues{
	margin: 4px 0px 0px 5px;     
}

.maint_block{
	background: #a3cef4;	
	border: 1px #87b3db;
}
 
#key_date_text{
	line-height:20px;
}                   

/*-----IE fixes and styles -----*/

/*#timeline{
	border: none\9;
}*/

#ie_timeline_list{
	border-bottom: none;
	border-top: 1px solid #d1d5d8;
	border-right: 1px solid #d1d5d8;
	border-left: 1px solid #d1d5d8;
}

#ie_timeline_list li{
	padding: 10px 0 0px 65px;
	border-bottom: 1px solid #dddddd;
}

#ie_timeline_list .outage{
	background: url("https://web-archive.nli.org.il/National_Library/20160330061658oe_/http://images.apple.com/support/_images/dt_status_outage.png") no-repeat scroll 15px 8px transparent;
}

#ie_timeline_list .maintenance{
	background: url("https://web-archive.nli.org.il/National_Library/20160330061658oe_/http://images.apple.com/support/_images/dt_status_maintenance.png") no-repeat scroll 15px 8px transparent;
}

#ie_timeline_list h4{
	color: black;
	margin: 0 0 2px;
	padding: 2px 0 0;
}

#ie_timeline_list p{
		color: #808080;
	    font-size: 12px;
	    font-weight: normal !important;
	    height: 58px;
	    line-height: 16px;
	    margin: 0 5px 0 0;
	    padding: 0;
}

#timeline_left_issue_list .full_message p{
	margin-bottom:0px;
}

.read_more{
	font-weight:normal !important;
}

#id_statustable {
    margin-left: 30px;
    margin-top: -30px;
}

#box3,#box4 {
padding-top: 10px;
}

#box1,#box2,#box3,#box4 {
height:0px !important;
}

.disabledscriptHeader{
 color: #000000; 
 font-size: 22px; 
 text-align:center;
 padding-bottom:5px;
 font-family: Lucida Grande;
 }   
 
.disabledscriptText{
  color: #808080; 
  font-size: 16px; 
  margin-top:12px;
  text-align:center;
  padding-bottom:15px;
  font-family: Lucida Grande;
  line-height:25px;
} 

/* Changes for New Design*/
#dashboard table tbody tr:first-child td{
	border-top:none !important;
}

#canvas_big { width: 1200px; height: 35px;}  

.atv4.sc-pane{
	-webkit-box-sizing: border-box;
}

.environment-sash{
	overflow: hidden;
	position: relative;
	z-index: 800;
	float:right;
}

.sc-view{
 	margin: 0px;
 	cursor: default;
 	margin: 0px;
	border: solid 0 transparent;
	-webkit-user-select: none;
	overflow: hidden;
}

.environment-sash .sc-label-view{
	text-align: center;
	-webkit-transform: rotate(-45deg);
	position: relative;
	padding: 7px 0;
	background-color: whitesmoke;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	color: #595959;
	font-weight: 500;
	padding-right: 23px;
	padding-left: 15px;
}

.sc-label-view{
	white-space: pre-line;
}

.hide{
	display:none;
}