/* Aaron Talley's CSS for the advanced phonebook */

th, td {
	padding: 5px;
  	text-align: left;
	font-size: 1.2em;
  	border: 1px solid #ccc;
}
tbody tr:nth-child(odd) {
  	background: #eee;
}

.italyPhone .topHeader {
    background:  #231F20;
	color: #FEC325;
	font-weight: bold;
}
.italyPhone .emergency {
    background: #af2020;
	color: white;
	font-weight: bold;
}
.italyPhone .header {
    background: #FEC325;
	color: #231F20;
	font-weight: bold;
}
.italyPhone .section {
    background: #666666;
	color: #FFFFFF;
	font-weight: bold;
}
.italyPhone .linkHeader {
    background: #7CACF7;
	color: white;
	font-weight: bold;
}
.italyPhone .backTop {
    background:  #231F20;
}
.italyPhone .backTop a {
	color: #FEC325;
}


/* FOOTABLE CSS */

@font-face {
  font-family: 'font-awesome';
  src: url('fonts/font-awesome.eot');
  src: url('fonts/font-awesome.eot?#iefix') format('embedded-opentype'), url('fonts/font-awesome.woff') format('woff'), url('fonts/font-awesome.ttf') format('truetype'), url('fonts/font-awesome.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'font-awesome';
    src: url('fonts/font-awesome.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}
.footable {
  width: 100%;
  /** SORTING **/

  /** PAGINATION **/

}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable.no-paging .hide-if-no-paging {
  display: none;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}
.footable-row-detail-value {
  display: table-cell;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "-";
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle,
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before,
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  display: inline-block;
  font-family: 'font-awesome';
  speak: none;
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}


