/* GLOBAL STYLES */

@media print {

	.table>tbody>tr>td, .table>thead>tr>td  {font-size: 8px !important;}
	
	.table>tbody>tr>th, .table>thead>tr>th {font-size: 10px !important;}

	td {font-size: 8px !important;}
	th {font-size: 10px !important;}

	.header {
		display: none !important;
		height: 1px !important;}
	
	.hidden-print {display: none !important;}	
	 	
}


/****** Style Star Rating Widget *****/



a > i.fa-check {
color: #419641 !important;;
text-decoration: none;
}

a> i.fa-check:hover {
color: #398439 !important;
text-decoration: none;
}

a > i.fa-close {
color: #d9534f !important;;
text-decoration: none;
}

a> i.fa-close:hover {
color: #d13f3a !important;
text-decoration: none;
}

a > i.fa-search {
color: #337ab7 !important;;
text-decoration: none;
}

a> i.fa-search:hover {
color: #2e6da4 !important;
text-decoration: none;
}

a > i.fa-edit {
color: #f0ad4e !important;;
text-decoration: none;
}

a> i.fa-edit:hover {
color: #eea236 !important;
text-decoration: none;
}

a > i.fa-picture-o {
color: #f0ad4e !important;;
text-decoration: none;
}

a> i.fa-picture-o:hover {
color: #eea236 !important;
text-decoration: none;
}





.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 


@media (min-width: 0) {

} 

.addButton {
 		border-radius: 50%;
		background-color: #000;
		padding: 10px 12px;
		margin-top: 10px;
	}
 		
a.disabled {
   pointer-events: none;
   cursor: default;
   color: grey !important;
}

.jumbotron {
	border-radius: 4px;
	padding-left: 12px;
	padding-right: 12px;
}

 		
 		
 		
 		
 		
 		
 		