@font-face {
    font-family: 'fi360-sans';
    src: url('fonts/fi360-sans/Fi360Sans-Regular.woff2') format('woff2'), url('fonts/fi360-sans/Fi360Sans-Regular.woff') format('woff'), url('fonts/fi360-sans/Fi360Sans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #e3e3e3 !important;
    font-family: 'fi360-sans', cover_sans, sans-serif;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.body-container {
  margin-top: 60px;
  padding-bottom: 40px; }

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

.login-button {
    background-color: #007BB6;
    color: #fff;
}

.banner {
    background-color: #006090;
    color: #fff;
}

.header {
    background: url("/br-header.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page {
    margin-top: 100px;
}

.lc-block {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 26px;
}
.lc-block .login-wrapper {
    width: 320px;
    background: #fff;
    padding: 30px 25px 25px 25px;
    margin: 0 auto 0;
    text-align: left;
    border-radius: 4px;
}

.lc-block .login-wrapper .login-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 14px;
    color: #8f979d;
}

.lc-block .login-wrapper .login-title div {
    margin-top: 10px;
}

.lc-block .login-wrapper .login-title i {
    font-size: 20px;
}

.lc-block .login-wrapper .button-wrapper {
    margin-top: 20px;
    text-align: right;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
}

.lc-block .login-wrapper .button-wrapper .btn-link {
    color: #8f979d;
    padding-left: 0;
}

.lc-block .login-wrapper .button-wrapper .round {
    border-radius: 2px;
}
.lc-block .form-group .form-control {
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #d4d8db;
    padding-left: 10px;
    padding-top: 0;
    color: #b0b9c1;
}

.logo {
    width: 150px;
    margin-bottom: 60px;
    margin-top: 50px;
}
.pull-left {
    float : left !important;
}

.btn-primary {
    color: #fff;
    background-color: #007BB6;
    border-color: #006a9d;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #005983;
    border-color: #00141d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #005983;
    border-color: #00405f;
}
.btn-link, .icon-only {
    color: #58595c;
    text-decoration: none;
    border-radius: 0px;
    font-weight: 800;
    font-size: 12px;
    background: transparent;
}

.form-group .checkbox label,
.form-group .radio label {
    color: #58595c;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
}

.btn,
.modal__action {
    border: 0;
    text-transform: uppercase;
    font-family: 'fi360-sans', cover_sans, sans-serif;
    font-weight: 700;
    border-radius: 4px;
    font-size: 13px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.alert h4 {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
    font-weight: 500;
}
.alert p {
    margin-bottom: 0;
    margin-top: 5px;
}
.ws-pl {
    white-space: pre-line;
}
.lc-block .login-alert-success {
    background: #55a052;
    color: white;
    font-weight: 500;
}

.lc-block .login-alert-error {
    background: #db3b3b;
    color: white;
    font-weight: 500;
}

.lc-block .alert {
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    width: 320px;
    margin: 0 auto 0;
}

.c-primary {
    color: #007BB6 !important;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #97999c;
    font-weight: 600;
    font-size: 13px;
}

.has-error {
    color: #db3b3b !important;
}

.btn:disabled.btn:not(.btn-link).btn:not(.icon-only) {
    background: #dedede !important;
    color: #b7b7b7 !important;
    opacity: 1;
    box-shadow: none !important;
    cursor: not-allowed;
    pointer-events: all !important;
}

.form_input {
    padding: 0 !important;
    padding-left: 10px !important;
    color: #b0b9c1 !important;
    font-style: italic !important;
}
    .form_input::placeholder {
        font-style: normal;
    }
.form_input:focus {
    color: #000000 !important;
    font-style: normal !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}


.m-t-10 {
    margin-top: 10px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.c-gray {
    color: #c2c8ce !important;
}

.text-center {
    text-align: center;
}

/*Modal*/

.modal-open {
    height: 100vh;
    overflow: hidden;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect).modal-lg {
    max-width: 900px;
    overflow: hidden;
}

.modal-content {
    border: 0;
    border-bottom: 3px solid #f1f5f5;
    border-radius: 0;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect):not(.modal-agreement) {
    float: right;
    position: relative;
    height: 100%;
    margin: 0;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .close-modal {
    background: #fff;
    text-align: right;
    border-bottom: 1px solid #c2c8ce;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .close-modal-button {
    color: #000;
    font-size: 15px;
    font-weight: 800;
    padding: 14px 15px 10px 20px;
}

.btn-link, .icon-only {
    text-decoration: none;
    border-radius: 0;
    background: transparent;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyHeader {
    border-bottom: 1px solid #c2c8ce;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyHeader, .modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyFooter {
    flex: 0 0 auto;
    background: #f1f5f5;
}

.modal .card-header, .modal .StickyHeader {
    background: #f1f5f5;
    z-index: 100;
    padding: 20px 13px 20px 20px;
    border-bottom: 1px solid #d4d8db;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyHeader .header-wrapper {
    display: flex;
    justify-content: space-between;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyHeader h2 {
    float: left;
    border-bottom: none;
}

.modal .card-header h2, .modal .StickyHeader h2 {
    font-size: 20px;
    color: #232628;
    text-transform: initial;
    line-height: 32px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    word-break: break-all;
}

.modal .modal-dialog .StickyHeader h2 small {
    margin-right: 5px;
}

.modal .card-header h2 small, .modal .StickyHeader h2 small {
    color: #58595c !important;
    line-height: 14px;
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
}


.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyContent {
    flex: 1 1 auto;
    overflow-y: auto;
    background: #fff;
    height: 75vh;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.modal .card-body.card-padding {
    padding: 20px;
}

.p-t-0 {
    padding-top: 0 !important;
}

.StickyContent h2 {
    font-size: 20px;
    font-weight: 400;
    color: #232628;
    margin-top: 24px;
    margin-bottom: 12px;
}

.StickyContent p {
    margin-bottom: 20px;
    margin: 0 0 12px;
    font-size: 15px;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyFooter {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #c2c8ce;
}

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyHeader, .modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyFooter {
    flex: 0 0 auto;
    background: #f1f5f5;
}

/*landingpage*/

.client-title {
    top: 0;
    left: 400px;
    padding: 16px;
    font-size: 2em;
    text-transform: uppercase
}

.client-main-body {
    padding: 16px;
}

.client-body {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px, rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
    height: 204px;
    width: 246px;
    padding: 16px 20px;
    transition: box-shadow 200ms;
}

    .client-body:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.137255) 0px 4px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 1px 10px 0px;
    }

.client {
    display: block;
    float: left;
    text-decoration: none;
    margin: 10px 10px 10px 0;
}

    .client:hover {
        text-decoration: none;
    }

.modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyHeader, .modal .modal-dialog:not(.modal-centered):not(.modal-centeredMultiSelect) .StickyFooter {
    flex: 0 0 auto;
    background: #f1f5f5;
}

.AcceptEulAsBody, ul {
    list-style-type: circle;
}

.AcceptEulAsBody, li {
    display: list-item;
}

.AcceptEulAsBody, ol {
    list-style-type: decimal;
}

.logo-title {
    color: #00578E;
    font-weight: bold;
    margin: 10px;
    font-size: 15px;
    padding-left: 26px;
    text-transform: uppercase;
}
.lc-block .logo {
    width: 150px;
    margin-bottom: 60px; 
    margin-top: 50px;
}

.adj-logo {
    margin-bottom: -12px !important;
}
.bg-grey {
    background-color: #f6f6f6;
}

.login-navigation {
    border-radius: 0 0 4px 4px;
    padding: 15px;
    text-align: center;
    color: #666;
    font-size: 10px;
    line-height: 1.5;
    border-top: 1px solid #ddd;
    font-weight: 600;
}

.login-footer {
    margin: 16px -25px -25px -25px;
    width: calc(100% + 50px);
    text-transform: uppercase;
}

.ol, ul, dl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#dialogTermsAndConditions {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 0;
}

    #dialogTermsAndConditions .termsAndConditions-header {
        border-top: 8px solid #58595c;
        padding: 15px;
        text-align: left;
        font-weight: bold;
        font-size: 17px;
        color: #232628;
    }

    #dialogTermsAndConditions .termsAndConditions-body {
        padding: 0 20px 10px 20px;
        font-size: 15px;
    }

        #dialogTermsAndConditions .termsAndConditions-body p {
            font-size: 15px;
            margin-top: 0;
            margin-bottom: 1rem;
        }

            #dialogTermsAndConditions .termsAndConditions-body p:last-child {
                margin-bottom: 0;
            }

        #dialogTermsAndConditions .termsAndConditions-body em {
            font-style: italic;
        }

    #dialogTermsAndConditions .termsAndConditions-footer {
        text-align: right;
        padding: 5px 20px 20px 20px;
        border-top: none;
    }

.btn-cancel {
    background: #fff;
    color: #58595c;
    padding: 6px 20px;
    cursor: pointer;
}

    .btn-cancel:hover {
        background: #f0f0f0;
        color: #0056b3;
    }

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        opacity: 0;
        background: radial-gradient(rgba(0,0,0,0.2) 0, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.5) 60%, rgba(255,255,255,0) 70%);
        transform: scale(0) translate(0, 0);
        transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background: radial-gradient(rgba(255,255,255,0.2) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 70%);
    }

.btn-primary {
    background: #007BB6;
    color: #fff;
    padding: 6px 20px;
    border: none;
    transition: all 250ms;
}

.btn-primary:hover {
    background: #00578E;
}

.btn-primary i {
    color: #fff !important;
}

.btn-link {
    background: transparent;
    border: none;
    color: #000;
    padding: 6px 20px;
    cursor: pointer;
    transition: color 250ms;
}

.btn-link:hover {
     color: #007BB6;
     text-decoration: none;
}

.btn-link[disabled] {
    opacity: 1;
    color: #d4d8db;
}
