.table2 {
    width: 100%;
    border-collapse: collapse;
}

.table2 tr:nth-of-type(odd) {
    background-color: #e2eef3;
}

.table2 tr.blue {
    background-color: #e2eef3 !important;
}

.table2 tr.white {
    background-color: #fff !important;
}

.table2 tr td {
    font-size: 12px;
    padding: 15px 30px;
    vertical-align: middle;
    border-left: 1px solid #cde4ef;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}

.table2 tr:first-child td {
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background-color: #0C9CE8;
    border-left: 1px solid #87c1ce;
}

.table2 tr td:first-child {
    border-left: 0;
}

.table2 tr:first-child td:first-child {
    border-top-left-radius: 6px;
}

.table2 tr:first-child td:last-child {
    border-top-right-radius: 6px;
}

.table2 tr:last-child td {
    border-bottom: 1px solid #cde4ef;
}

.table2 tr td a {
    color: #337ab7;
    text-decoration: none;
}

.table2 tr td a:hover {
    text-decoration: underline;
}

.form-select.error, .form-control.error {
	border: 1px solid red;
}