




/*
     FILE ARCHIVED ON 9:18:39 Oct 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:47:56 Apr 5, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.meter {
	height: 20px; /* can be anything */
	position: relative;
	margin: 60px 0 20px 0; /* just for demo spacing */
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	background-image: -webkit-gradient(

			    linear,
			    left bottom,
			    left top,
			    color-stop(0, rgb(92,92,92)),
			    color-stop(1, rgb(0,0,0))
			);
			background-image: -moz-linear-gradient(
			    center bottom,
			    rgb(92,92,92) 0%,
			    rgb(0,0,0) 100%
			);
		}
		.meter > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			background-color: rgb(43,194,83);
			background-image: -webkit-gradient(
			  linear,
			  left bottom,
			  left top,
			  color-stop(0, rgb(43,194,83)),
			  color-stop(1, rgb(84,240,84))
			 );
			background-image: -moz-linear-gradient(
			  center bottom,
			  rgb(43,194,83) 37%,
			  rgb(84,240,84) 69%
			 );
			-webkit-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			-moz-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			position: relative;
			overflow: hidden;
		}
		.meter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image: 
			   -webkit-gradient(linear, 0 0, 100% 100%, 
			      color-stop(.25, rgba(255, 255, 255, .2)), 
			      color-stop(.25, transparent), color-stop(.5, transparent), 
			      color-stop(.5, rgba(255, 255, 255, .2)), 
			      color-stop(.75, rgba(255, 255, 255, .2)), 
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image: 
				-moz-linear-gradient(
				  -45deg, 
			      rgba(255, 255, 255, .2) 25%, 
			      transparent 25%, 
			      transparent 50%, 
			      rgba(255, 255, 255, .2) 50%, 
			      rgba(255, 255, 255, .2) 75%, 
			      transparent 75%, 
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
                         background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			overflow: hidden;
		}
		
		.animate > span:after {
			display: none;
		}
		
		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}
		
		.orange > span {
			background-color: #f1a165;
			background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
			background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
		}
		
		.red > span {
			background-color: #f0a3a3;
			background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
			background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
		}
		
		.nostripes > span > span, .nostripes > span:after {
			-webkit-animation: none;
			background-image: none;
		}
		.meter span span {
		    color: black;
		    font-weight: bold;
		    line-height: 20px;
		    text-align: center;			
		}

		
/* INSTALLATION STEPS */		
ul.steps {
	margin: 0;
	min-width: 700px;
	overflow: hidden;
	padding: 10px 0;
}
ul.steps li {
	margin: 0 40px 0 0;
	padding: 5px 5px 5px 15px;
	list-style: none;
	position: relative;
	float: left;
	width: 170px;
	height: 118px;
	background: #f3e1be;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
ul.steps li .arrow {
	border-left: 33px solid #f3e1be;
}
ul.steps li.current {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
ul.steps li em {
	display: block;
	margin-bottom: 20px;
	font: italic 18px Georgia; 
}
ul.steps li .arrow {
	position: absolute;
	top: 24px;
	right: -33px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}
.accordion {
	min-width: 777px;
	border-top: 1px solid #d7d7d7; 
}
.accordion .active {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.accordion .inactive {
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.accordion h3, .accordion p, .accordion ul {
	margin: 0;
}
.accordion h3 {
	color: #666;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	line-height: 22px;
	background: lime;
	background-image: -moz-linear-gradient(100% 100% 90deg, #f9f9f9, #d7d7d7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d7d7d7), to(#f9f9f9));
	padding: 10px 20px;
	border-top: 1px solid white; 
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.accordion h3.inactive {
	cursor: pointer;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.accordion div.content {
	overflow: hidden;
	height: 300px;
	padding: 0 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-bottom: 1px solid #d7d7d7; 
}
.accordion div.content.first {
	height: 400px;
}
.accordion div.content.second {
	height: 370px;
}
.accordion div.content.third {
	height: 245px;
}
.accordion div.inactive {
	height: 0 !important;
}

.accordion p {
	padding: 0.4em 0 0.6em 0;
}
/* /INSTALLATION STEPS */
.error-text {
    color: red;
    font-style: italic;
}
#orbitscripts_dashboard_widget p.sub, #orbitscripts_dashboard_widget .table, #orbitscripts_dashboard_widget .versions {
    margin: -12px;
}
#orbitscripts_dashboard_widget .inside {
    font-size: 12px;
    padding-top: 20px;
}
#orbitscripts_dashboard_widget p.sub {
    color: #777777;
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 13px;
    font-style: italic;
    left: 15px;
    padding: 5px 10px 15px;
    position: absolute;
    top: -17px;
}
#orbitscripts_dashboard_widget .table {
    margin: 0 -9px;
    padding: 0 10px;
    position: relative;
}
#orbitscripts_dashboard_widget .table_content {
    border-top: 1px solid #ECECEC;
    float: left;
    width: 45%;
    margin-bottom: 30px;
}

#orbitscripts_dashboard_widget table td {
    padding: 3px 0;
    white-space: nowrap;
}
#orbitscripts_dashboard_widget table tr.first td {
    border-top: medium none;
}
#orbitscripts_dashboard_widget td.b {
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 14px;
    padding-right: 6px;
    text-align: right;
    width: 1%;
}
#orbitscripts_dashboard_widget td.b a {
    font-size: 18px;
}
#orbitscripts_dashboard_widget td.b a:hover {
    color: #D54E21;
}
#orbitscripts_dashboard_widget .t {
    color: #777777;
    font-size: 12px;
    padding-right: 12px;
    padding-top: 6px;
}
#orbitscripts_dashboard_widget .t a {
    white-space: nowrap;
}
#orbitscripts_dashboard_widget .spam {
    color: red;
}
#orbitscripts_dashboard_widget .waiting {
    color: #E66F00;
}
#orbitscripts_dashboard_widget .approved {
    color: green;
}
#orbitscripts_dashboard_widget .versions {
    clear: left;
    padding: 6px 10px 12px;
}
#orbitscripts_dashboard_widget .versions .b {
    font-weight: bold;
}
#orbitscripts_dashboard_widget a.button {
    clear: right;
    float: right;
    position: relative;
    top: -5px;
}