@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");

.active {
	background: rgba(0,0,0,0.5);
}
.imgload{
 
	width:100px;
	height:100px;
  border-radius:100%;
	position:absolute;
	border: 1px solid red;
	animation: up 1s;
  animation-iteration-count: infinite;
	transition:2s;
   border-bottom:none;
	border-right:none;
	animation-timing-function:linear;
		   margin-left: -70px;
	  margin-top: -70px;
	  left:50%;
	  top:50%;
  
	}
	.imgload2{
		width: 300px;
		height: 100px;
		border-radius: 100%;
		position: absolute;
		margin-left: -70px;
		margin-top: -70px;
		left: 42%;
		top: 62%;
		font-size: 20px;

	}
	
	@keyframes up{
	 from{transform:rotate(0deg); }
	 50%{transform:rotate(180deg);}
	 100%{transform:rotate(360deg);}
	}
	#img2{
	width:90px;
	height:90px;
	left:50.35%;
	top:50.7%;
	animation-delay:.2s;
  
	}
	  #img3{
	 width:80px;
	height:80px;
	  left:50.70%;
	top:51.4%;
	animation-delay:.4s;
	}
	  #img4{
	 width:70px;
	height:70px;
	   left:51.05%;
	top:52.1%;
	animation-delay:.6s;
  
	}
	  #img5{
	  width:60px;
	height:60px;
		left:51.40%;
	top:52.8%;
	animation-delay:.8s;
  
	}

.row {
    overflow: hidden;
    width: 100%;
}

.col {
    float: left;
    width: 49%;
}
.edit1{

	border:none;
}
.edit2{

	border:1px solid red!important;
}
body.container.ng-scope {
	padding: 0!important;
    width: 100%!important;
}
.tg  {border-collapse:collapse;border-spacing:0;}
      .tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
      .tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
      .tg .tg-yw4l{vertical-align:top}
	  @media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
	  .tg-yw4l{
		  text-align: center;
				}
.armtr{
	background-color: grey;
	color: white;
}
.navbar{
	margin-bottom:0px;
}
@media print {
	a[href]:after {
	  content: none !important;
	}
  }