body {
  /*
  #1c7859 
  #226156
  #1f7f76
  */
  background: rgb(255, 255, 255);
  background: url('../img/eai/noises/shattered.png'),
              linear-gradient(0deg, #1f7f76  10%, #1f7f76 15%, rgba(255,255,255,1) 20%); 

  line-height: 1.3;
}

.card {
    background-color: #fffffec7;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.shadow {
  box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

.gold.card .card-header {
    background-color: #ffd967; 
    background: url('../img/eai/noises/noisy.png'), 
                linear-gradient(90deg, #ffffff 30%, rgba(255,241,198,1) 40%, rgba(255,217,103,1) 55%, rgb(240, 200, 82) 100%);    
    border-top: 0.5rem solid #c29510;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1.25rem;
    position: relative;
}

.card-body {
    border: 0px solid #5553;
}

.card-footer {
    background-color: inherit;
}


.col-form-label {
	/* padding-top: inherit; 
	padding-bottom: inherit;*/
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1em;
}

.form-group {
	margin-bottom: 0.2rem;
}



.tip-info {
  border: 0px solid #251b6a;
  border-radius: 50% 50%;
  font-size: 0.6em;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #3a5d9e;
  color: #fff;
  position:relative;
  top: -5px;
}

.tip-info:hover {
  background-color: #1c3b75;
}

.tip-info i {
  padding-top: 0px;
  padding-left: 5px;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip 
{
  display: block;
  width: 98%;
}

.invalid-feedback {
  width: 100%;
  text-align: right;
}

.aj {
  text-align: justify;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

.b {
  font-weight: bold;
}


.dataTables_wrapper {
  /* overflow-y: scroll; */
}

.table {
  background-color: #fffffff0;
}
.table-hover>tbody>tr:hover {
	background-color: rgba(254, 255, 173, 0.86);
}

.table-bordered {
	border: 1px solid #657774;
}


table.dataTable > thead > tr > td {
	padding: 3px 3px !important;
}

tr.filter-row td {
  padding: 3px 3px !important;
}


.table-bordered td {
  border: 1px solid #c0c0c0;
}

 
.table-bordered th {
  border: 1px solid #657774;
}


.table th {
	background-color: #a5c6af;
	color: #000;
}


.table td{
  padding: 1px .3rem;
  /* padding: .2rem .4rem; */
  vertical-align: top;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(93, 157, 64, 0.17);
}

.table-striped tbody tr:hover,
.table-hover thead tr:hover {
  background-color: #f8e29e !important;
}

.page-link {
  border: 1px solid #c29510;
}

.page-link:hover {
  border: 1px solid #c29510;
  background-color: #ffd967;
}

.page-item.disabled .page-link {
  border: 1px solid #c29510;
}

.page-item.active .page-link {
  background-color: #4e72c9;
  border: 1px solid #c29510;
}

.custom-select {
  border: 1px solid #c29510;
}
