﻿.table-bordered th, .table-bordered td {
    border-color: #8eaadb
}

.table-bordered th {
    background: #d9e2f3
}

.table thead th {
    border-bottom : none
}

label {
    margin-bottom: 2px
}

.mb {
    margin-bottom: 1rem
}

.lblTitle {
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.lblErrorMessage {
    color: red;
    font-size: 13px;
    font-weight: normal;
}

.bg-red {
    background-color: #f44336 !important
}

fieldset {
    border: 1px solid #ddd !important;
    text-align: center;
    margin: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}