
#spec_table {
  background-image: url('../img/table-bg.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat:repeat;
  transition: background .3s;
}

#spec_table .table-card{
   margin-bottom: 25px; 
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   border: none;
   background-color: rgba(0,0,0,.2);
   padding: 15px;
   border-radius:15px;
}

#spec_table .table-card-body .card-title {
	margin-bottom: .75rem;
	font-weight: 600;
	font-size: 32px;
	color:#ffffff;
}

#spec_table .table-card-body p {
	color: rgba(255,255,255,.85);
}




/* Tables */
/*
table.grid {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
table.grid td {
    border: 2px solid white;
    padding: 8px;
}
*/

.table-card .table{
	margin-bottom:0px;
}

.table-card .table td, .table-card .table th {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: rgba(255,255,255,.85);
    border:none;

}
.table.align-items-center td, .table.align-items-center th {
    vertical-align: middle;
}
.table thead th {
    font-size: .72rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}
.table thead th h5 {
    color: #fff;
}

.table-bordered {
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.table-flush td, .table-flush th {
    border-right: 0;
    border-left: 0;
}
.table td, .table th {
    /*white-space: nowrap;*/
	border-top: 1px solid rgba(255, 255, 255, 0.15);

}
.table-bordered td, .table-bordered th {
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .20);
	color:#fff;
}
.table th {
    font-weight: 600;
    color: #fff;
}
.table-responsive{
	/*white-space:nowrap;*/
}
.table .thead-primary th {
    color: #fff;
    background-color: #14abef;
    border-color: #14abef;
}

.table .thead-secondary th {
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf;
}

.table .thead-success th {
    color: #fff;
    background-color: #02ba5a;
    border-color: #02ba5a;
}

.table .thead-danger th {
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
}

.table .thead-warning th {
    color: #fff;
    background-color: #fba540;
	border-color: #fba540;
}

.table .thead-info th {
    color: #fff;
    background-color: #03d0ea;
    border-color: #03d0ea;
}

.table .thead-dark th {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table .thead-light th {
    color: #495057;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}

.table-primary {
    color: #fff;
    background-color: #14abef;
}

.table-primary td, .table-primary th, .table-primary thead th {
    border-color: rgba(244, 245, 250, 0.15);
}

.table-secondary {
    color: #fff;
    background-color: #d13adf;
}

.table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-success {
    color: #fff;
    background-color: #02ba5a;
}

.table-success td, .table-success th, .table-success thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-danger {
    color: #fff;
    background-color: #f5365c;
}

.table-danger td, .table-danger th, .table-danger thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-warning {
    color: #fff;
    background-color: #fba540;
}
.table-warning td, .table-warning th, .table-warning thead th {
   border-color: rgba(244, 245, 250, 0.30);
}

.table-info {
    color: #fff;
    background-color: #03d0ea;
}
.table-info td, .table-info th, .table-info thead th {
    border-color: rgba(244, 245, 250, 0.30);
}
.table-dark {
    color: #fff;
    background-color: #000000;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: rgba(244, 245, 250, 0.15);
}
.table-light {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.14);
}
.table-light td, .table-light th, .table-light thead th {
    border-color: rgba(221, 222, 222, 0.22);
}
.table-active, .table-active>td, .table-active>th {
    background-color: rgba(255, 255, 255, 0.07);
}


.gradient-deepblue{
  background: #6a11cb;
  background: -webkit-linear-gradient(45deg, #6a11cb, #2575fc)!important;
  background: linear-gradient(45deg, #6a11cb , #2575fc)!important;
}

.gradient-meridian{
   background: #283c86;
   background: -webkit-linear-gradient(45deg, #283c86, #45a247)!important;
   background: linear-gradient(45deg, #283c86, #45a247)!important;
}

.gradient-violet{
	  background: #4776e6;
	  background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9)!important;
	  background: linear-gradient(45deg, #4776e6, #8e54e9)!important;
}

.gradient-titanium{
	  background: #283048;
    background: -webkit-linear-gradient(45deg, #283048, #859398)!important;
    background: linear-gradient(45deg, #283048, #859398)!important;
}

.gradient-steelgray{
   background: #1f1c2c;
   background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab)!important;
   background: linear-gradient(45deg, #1f1c2c, #928dab)!important;
}

.gradient-sylvia{
   background: #ff4b1f;
   background: -webkit-linear-gradient(45deg, #ff4b1f, #ff9068)!important;
   background: linear-gradient(45deg, #ff4b1f, #ff9068)!important;
}

.gradient-jshine{
   background: #12c2e9;
   background: -webkit-linear-gradient(45deg, #12c2e9, #c471ed, #f64f59)!important;
   background: linear-gradient(45deg, #12c2e9, #c471ed, #f64f59)!important;
}
