
.hover-cursor:hover {
	cursor: pointer;
}

.nice-border {
	padding: 4px;
	border-width: 1px;
	border-color: #ddd;
	border-radius: 4px;
	border-style: solid;
	box-shadow: none;
}

.float-right {float: right;}

.red {
	color: #c12e2a;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.my-show-hide {
  
}

.my-show-hide.ng-hide-add, .my-show-hide.ng-hide-remove {
  -webkit-transition:all linear 0.5s;
  -moz-transition:all linear 0.5s;
  -o-transition:all linear 0.5s;
  transition:all linear 0.5s;
  display:block!important;
}

.my-show-hide.ng-hide-add.ng-hide-add-active, 
.my-show-hide.ng-hide-remove {
  opacity:0;
}

.my-show-hide.ng-hide-add,
.my-show-hide.ng-hide-remove.ng-hide-remove-active {
  opacity:1;
}

.loader-small{
text-align:center;
}

.loader-small img{
	width:32px;
}

.loader-big{
position:absolute;
top:200px;
margin:auto;
width:100%;
heght:100%;
text-align:center;
z-index: 1234;
}

.loader-big img{
	margin:auto;
	width:32px;
	height:32px;
}

.avoid-clicks {
  pointer-events: none;
}

.drop-shadow {
	/*add shadow effect*/
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

body tr td.noborder {
	border: none; 
}