/* Core styling for our app portfolio */
/* Include Lato Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');

body {
    color: rgba(2, 20, 38, 1);
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn-link {
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
}

.font-tiny {
    font-size: 0.5rem;
}

.font-large {
    font-size: 1.25rem;
}

.col-form-label {
    font-size: 0.875rem;
    font-weight: 700;
}

.form-label {
    font-size: 0.875rem;
    font-weight: 700;
}

.form-check-input {
    border: 1px solid black;
}

.form-control {
    border: 1px solid black;
}

.form-select {
    border: 1px solid black;
}

.top-link-strip {
    height: 38px;
    background-color: rgba(180, 190, 200, 0.95);
    text-align: right;
}

.top-link-strip nav {
    display: inline-block;
    color: #fff;
    margin-right: 50px;
}

.top-link-strip nav form {
    display: inline-block;
}

.top-link-strip nav a,
.top-link-strip nav button {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    padding: 11px 11px;
    text-transform: uppercase;
}

.top-link-strip nav button:hover {
    color: #ffe;
}

.logo {
    padding: 15px;
}

.logo img {
    max-height: 80px;
}

.society-logo {
    height: 40px;
}

.application-heading {
    font-family: 'Lato';
    font-size: 35px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    letter-spacing: 1.12px;
}

.main-title {
    height: 80px;
    background-image: -webkit-linear-gradient(-180deg, rgba(31, 105, 149, 1) 0%, rgba(31, 105, 149, 0.65) 100%);
    background-image: -moz-linear-gradient(-180deg, rgba(31, 105, 149, 1) 0%, rgba(31, 105, 149, 0.65) 100%);
    background-image: -o-linear-gradient(-180deg, rgba(31, 105, 149, 1) 0%, rgba(31, 105, 149, 0.65) 100%);
    background-image: linear-gradient(-180deg, rgba(31, 105, 149, 1) 0%, rgba(31, 105, 149, 0.65) 100%);
}

.main-title h1 {
    font-size: 56px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 0.02em;
    margin: 0;
    font-weight: 600;
    line-height: 80px;
}

.main-banner-link {
    color: rgba(237, 121, 69, 1);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

section.righ-sec {
    max-width: 930px;
    padding-left: 4%;
    padding-right: 4%;
}

footer {
    background-color: rgba(51, 51, 51, 1);
    color: rgba(175, 175, 175, 1);
}

footer ul {
    padding: 0;
    list-style: none;
}

.footer {
    padding-top: 20px;
}

.nav-info-header {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.nav-list {
    box-shadow: 0px 7px 23px 0px rgba(180, 190, 200, 0.68);
    list-style: none;
    padding-left: 20px;
}

ul.nav-list li a {
    display: block;
    padding: 7px 0 7px 30px;
    font-size: 18px;
    color: rgba(73, 73, 73, 1);
    background-repeat: no-repeat;
    background-position: 0 center;
}

ul.nav-list li button {
    font-size: 18px;
    color: rgba(73, 73, 73, 1);
}

.main {
    margin-bottom: 20px;
    margin-top: 15px;
}

.main-section {
    max-width: 930px;
    padding-left: 4%;
    padding-right: 4%;
}

label.radio {
    font-weight: 400;
    margin-left: 40px;
}

div.checkbox label {
    font-weight: 400;
    margin-left: 40px;
}

.form-heading-main {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.form-heading-sub {
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
    text-align: center;
}

.form-heading-minor {
    font-size: 20px;
    font-weight: 600;
}

.form-paragraph {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.instruction-text {
    font-size: 16px;
}

td.break-cell {
    word-break: break-all;
}

.formal-text {
    font-size: 16px;
}

.required:before {
    content: "*";
    font-weight: bold;
    color: red;
}

.table-centered tbody tr td {
    vertical-align: middle;
    text-align: center;
}

.table-sm tbody tr td {
    padding: 4px;
}

.table-xs tbody tr td {
    padding: 1px;
}

thead.search-header {
    display: table-row-group;
}

tfoot.column-search {
    background-color: lightslategrey;
    display: table-header-group;
}

table.table-edit td:nth-child(1) {
    white-space: nowrap;
}
