#gitIcon {
	float:right;
	background:url(../images/git_icon.png) no-repeat center center;
	height:24px;
	margin:4px 0 0 4px;
	width:67px;
	cursor:pointer;
	background-size:58px 24px;
}

#gitOptions label {
	font-size:10px;
	font-weight:700;
	margin:4px 0 2px;
	display:block;
}

#gitUrl {
	border:1px solid #999;
	background:#dedede;
	border-radius:3px;
	padding:7px 0 5px 26px;
	overflow-y:auto;
	text-align:center;
}

div.git #gitUrl {
	padding:4px 0 14px 26px!important;
	border:0;
	background:none;
	text-align:left;
}

div.git object,#gitOptions object {
	margin-top:-35px;
	margin-left:2px;
	position:absolute;
	border:none;
}

div.git object {
	margin-top:-42px;
}

#gitOptions tr.changeset td.committed_on,#gitOptions tr.changeset td.author {
	width:auto!important;
}

#gitOptions .id {
	width:50px!important;
}

#gitOptions .left {
	clear:right;
	float:left;
	width:49%;
	display:block;
}

#gitOptions .right {
	float:right;
	width:49%;
}

#gitOptions .flash.error {
	clear:both;
	margin-top:90px;
}

#revs.disabled {
	opacity:.5;
	-webkit-opacity:.5;
	-moz-opacity:.5;
}

#revs {
	clear:both;
	padding-top:20px;
}

#frame {
	width:1px;
	height:1px;
	overflow:hidden;
}

div.git h3 {
	background:url(../images/git_24.png) no-repeat left center;
	background-size:17px 16px;
	padding-left:20px;
}

#generateSpinner {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.6);
	z-index: 1500;
}

.spinText {
	text-align: center;
	font-size: 30px;
	color: rgba(255,255,255,0.7);
}

/* SPINNER */
.spinner {
  margin: 100px auto;
  width: 200px;
  height: 220px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: rgba(255,255,255,0.7);
  height: 100%;
  width: 10px;
  margin: 0 10px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.changeset-list .folder, .changeset-list .folder ul {
	display: inline;
}

.changeset-list li.change.folder {
	display: block !important;
    float: none !important;
}

.changeset-list li.change.folder > a {
	display: none !important;
}

.changeset-list li.change.folder, .changeset-list ul {
	padding: 0px !important;
	padding-left: 0px !important;
	background: none !important;
}