body {
    background: #effafc;
}

.form-1 {
    padding-top: 45px;
    font-size: 14px;
}
.scroll {
    height: 300px;
}
.tab-content {
    margin-bottom: 45px;
}
.form-group {
    margin-bottom: 0.8em;
}
.no-border th, .no-border td {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent !important;
    padding: .34rem;
}
.nav-justified .nav-item {
    border-right: 3px double #dedddd;
}
.nav-justified .nav-item:last-child {
    border-right: 3px solid transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #156774;
    background-color: transparent;
    font-weight: 600;
}
.nav-pills .nav-link {
    color: #17a2b8;
    vertical-align: middle;
}
hr {
    border-top: 2px groove #17a2b8;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.btn-gap {
    margin-right: 2px;
}
.table .thead-light th {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.table th, .table td {
    border-bottom: 1px solid #17a2b8;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #17a2b8;
}

/*.form-control {
    color: #495057;
    border: 1px solid #17a2b8;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #17a2b8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184,.25);
}*/

label {
    color: #17a2b8;
    font-weight: 600;
}

.input, .output {
    border: 2px groove #17a2b8;
    padding: 10px 20px;
    box-shadow: 0 4px 11px -3px #000;
}