body{
	background-color:#cee8cd;
}
h2, p, td{
text-align: center;
}
.table>:not(caption)>*>*{
padding: 2px !important;
}
/* .table-striped>tbody>tr:nth-of-type(odd){
background-color:#aa925f;
} */
 
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

td a, nav a {
	position: relative;
	/* display: block; */
	margin: 0px;
	outline: none;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	/* font-size: 1.35em; */
}

td a, nav a:hover,
td a, nav a:focus {
	outline: none;
}

td {
	width: 10%;
}

/* Effect 10: reveal, push out */
.cl-effect-10  {
	position: relative;
	z-index: 1;
}

.cl-effect-10 a {
	overflow: hidden;
	margin: 0px;
}

.cl-effect-10 a span {
	/* display: block;
	padding: 2px 2px;
	background: #dbcb9d; 
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;*/
}

.cl-effect-10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	/* padding: 2px 2px;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #0f7c67;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%); */
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}



/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}



.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top:25%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 40px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}


a:link,
a:visited {
  color: #FFF;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.float{
	position:fixed;
	z-index: 1000;
	height:40px;
	bottom:10px;
	right:10px;
	background-color:#25d366;
	color:#fff;
	border-radius:10px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    padding: 4px;
}

.my-float{
  padding: -5px 10px 5px 10px;
  color: #fff;
  display: inline-block;
  font-size:32px;
}

.float span{
	direction:ltr;
	font-size:16px !important;
	padding: 5px;
	margin-top: -5px;
	display: inline-block;
	line-height: 16px;
}