

.stats {
  text-align: center;
  text-transform: uppercase;
  margin:10px auto;
}

.stats a {
  text-decoration: none;
}

.stats img {
  margin-bottom: 12px;
  max-width: 45px;
  margin-left: auto; margin-right: auto;
}

.stats h4 {
  color: #666;
  font-size: 16px;
  font-weight: 700;
}

.stats h5 {
  font-family: 'Monda', sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.stats h4:hover {
  color: #999;
}

.stats a:hover {
  text-decoration: none;
}

.people h5, .people h4, .people i:first-child {
  color: #8E600F;
}

.cases h5 {
  color: #800080;
}

.orgs h5, .orgs h4, .orgs i:first-child {
  color: #FF5555;
}

.events h5, .events h4, .events i:first-child {
  color: #37abc8;
}

.land h5 {
  color: #419ce8;
}

.cat h5, .cat h4, .cat i:first-child {
  color: #419ce8;
}

.figures {
  margin-top: 24px;
}
.peopleC{
	background-color: red;
}
.lineX {
	width:60%;
	margin:auto;
	border-bottom: 1px dotted #000000;
}


/* @@ oi_edit_log :: Murage :: 20170422 */

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.rounded {border-radius: .75rem;}
.rounded-b {border-radius: 0 0 .75rem .75rem;}
.rounded-sm {border-radius: .35rem;}
.rounded-full {border-radius: 100% !important;}

.panel-home-guts:hover,
.shadow:hover, 
.widget-card:hover {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
	
	/*box-shadow: 0 8px 16px 0 rgba(8, 0, 0, 0.33);
    transition-duration: 1s;*/
}


.header-theme {
    background: transparent;
    margin: 0px;
    border-top: 3px solid #81bd00;
    position: relative;
	overflow: visible !important;
}


/*
.logoMain img { max-width: 70px; min-height: 60px; padding:0; margin:0; }
.logoMain {
	overflow:hidden;
	display:block;
	float:left;
	margin: 3px 10px 3px 0;
	padding:0px;
	text-align:center;
}
*/


