form label.error{
	display: block !important;
	color:#b90000 !important
 }


.DC_table td, .DC_table th {
    padding-right: 10px;
}

.DC_table td:last-child, .DC_table th:last-child {
    padding-right: 0px;
}

.DC_table td, .DC_table th {
    padding-bottom: 11px;
}
.DC_table td{
   text-align: center;
}
.DC_table th:last-child {
  text-align: center;
}
.DC_table td .fa-plus-circle {
  font-size: 24px;color: green;
}
.DC_table td .fa-minus-circle {
  font-size: 24px;color: red;
}
  #wpfooter {
    display: none;
}
.DC_table tr td {
    text-align: left;
}
.DC_table tr td p {
    margin: 0px;
}
.DC_table .DC_shortcode td {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 100%;
    max-width: 100% !important;
}

.card {
    position: relative;
    margin-top: 20px;
    padding: 0.7em 2em 1em;
    min-width: 255px;
    max-width: 520px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
    box-sizing: border-box;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
