.zeutec-content.ng-enter {
  animation: fadeIn 1s;
}

.zeutec-content.ng-leave {
  animation: fadeOut 0s;
}


@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);

.padding-all {
    padding: 10px;
}
.padding-bottom {
    padding-bottom: 5px;
    padding-top: 5px;
}
html,body {
  height: 100%;
  font-family: 'Droid Sans Mono', sans-serif;
}

p,h1,h2,h3,h4 {
  font-family: 'Droid Sans Mono', sans-serif;
}

hr {
  border-color:#191919;
}

/* wrapper for page content to push down footer */
.page-container {
  min-height: 92%;
  height: auto !important;
  height: 100%;
  /* negative indent footer by its height */
  margin: 0 auto -120px;
  /* pad bottom by footer height */
  padding: 0 0 120px;
}


/* set the fixed height of the footer here */
footer {
  height: 120px;
  background-color: #222222;
  border:0 solid #080808;
  border-top-width: 1px;
  margin-top:50px;
}

footer > .container {
  padding: 20px;
}

body {
  padding-top: 51px; 
  background: #1E1E1E;
  color: #f9f9f9;
}
a {
  color:#bcbcbc;
}
.text-center {
 
}



/* theme */

.btn-default,.well{
  background-color:#cccccc;
  border-color:#c0c0c0;
  
}
.btn-primary,.label-primary,.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus,.btn.active,a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
   background-color:#0099CC;
   border-color:transparent;
}
.btn-info,.label-info,.progress-bar-info {
  background-color:#33b5e5;
}
.btn-success,.label-success,.progress-bar-success {
  background-color:#669900;
}
.btn-danger,.label-danger,.progress-bar-danger {
  background-color:#FF4444;
}
.btn-warning,.label-warning,.progress-bar-warning {
  background-color:#FFBB33;
  color:#444444;
}

     
h3,h4,h5,.panel, table {
   color:#555555;
}
.panel hr {
   border-color:#efefef;
}
.date_new_instrument {
    height: 100px;
    padding-top: 27px;
}
zeutec-instrument.odd .row {
	background-color: lightgray;
	color: dimgray;
	


}
.zeutec-instrument  {
    margin: auto;
	
}

zeutec-instrument.even .row {
	background-color: azure;
	color: dimgray;
}

zeutec-instrument.even .active {
	background-color: lightblue;

}

zeutec-instrument.odd .active {
	background-color: lightblue;

}
zeutec-issue.odd .row {
	background-color: lightgray;
	color: dimgray;
}

zeutec-issue.even .row {
	background-color: azure;
	color: dimgray;
}

zeutec-issue.even .active {
	background-color: lightblue;

}

zeutec-issue.odd .active {
	background-color: lightblue;

}


.zeutec-issue{
    margin: auto;
	
}