body {
  background-color: #fff;
  background: url('../img/eai/noises/shattered.png'), #0a4cb3;

/*
  background: url('../img/eai/noises/shattered.png'),
              linear-gradient(0deg, #1f7f76  10%, #1f7f76 15%, rgba(255,255,255,1) 20%); 
  line-height: 1;
*/
}

.card {
    background-color: #fffffef2;
    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;
}

.i {
  font-style: italic;
}


.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: #6ab89b;
	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;
}


.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 1px;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #6b6b6b;
}

.table td, .table th {
	padding: 0.3em 0.5em 0.1em 0.5em;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.form-control {
  color: #181818;
}


.select2-container {
	display: inline-block !important;
}

.select2-container .select2-selection--single {
	height: calc(2em + 2px) !important;
}

.select2-container--default .select2-selection--single {
  padding: .1rem .1rem;
}

.winit {
  width: initial !important;
}

/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 3px !important;
	padding-left: 3px !important;
}
*/

.wdun {
  width:initial !important;
}

.w25pct {
  width:25%;
}

.w33pct {
  width:33%;
}


.w50pct {
  width:50%;
}

.w75pct {
  width:75%;
}

.wmax100 {
  max-width:100px;
}

.wmax120 {
  max-width:120px;
}

.wmax135 {
  max-width:135px;
}

.wmax150 {
  max-width:150px;
}

.wmax200 {
  max-width:200px;
}


.w3c {
  width:3em;
}

.w5c {
  width:5em;
}

.w6c {
  width:6em;
}

.w7c {
  width:7em;
}

.w8c {
  width:8em;
}

.w10c {
  width:10em;
}

.w15c {
  width:15em;
}

.w20c {
  width:20em;
}
