.navbar-inverse {
    background-color: #163C63;
}

.btn-fica {
    background-color: #163C63;
    color: #fff;
}

.btn-fica:hover,
.btn-fica:focus,
.btn-fica:active {
    background-color: #275584;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #275584;
}

.navbar-inverse .navbar-brand {
    padding: 5px 15px;
}

.navbar-inverse .navbar-brand .brand-icon {
    height: auto;
    max-height: 100%;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .btn-link {
    color: #d2d2e2;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #275584;
}

.dashboard-box {
    padding: 20px;
    background-color: #f2fbff;
    box-shadow: 5px 5px 10px 1px;
}

.dashboard-box a {
    text-decoration: none;
    color: #163C63;
}

.dashboard-box a:hover {
    color: #275584;
}

.medium-icon {
    height: 80px;
}

.box-title {
    font-size: 23px;
    font-weight: bold;
    padding-left: 5px;
}

.box-content {
    margin: 0;
    display: flex;
    align-items: center;
}

.dashbord-links {
    margin-top: 10px;
}

.hidden-file-input {
    justify-content: center;
}

.hidden-file-input input[type="file"] {
    display: none;
}

.hidden-file-input img {
    cursor: pointer;
}

.hidden-file-input2 input[type="file"] {
    display: none;
}

.hidden-file-input2 img {
    cursor: pointer;
}

.medium-upload-icon {
    height: 30px;
}

.checklist-form {
    display: flex;
    align-items: center;
}

.l-m-10 {
    margin-left: 10px;
}

.investment h3 {
    background: #163C63;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.investment .service-provider-product {
    max-height: 120px;
    overflow-y: auto;
}

.investment .service-provider-product label {
    display: block;
}

.border-invetment span {
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.icon-label {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    color: #102d4a;
    flex-direction: column;
}

.upload-field .icon-label.blue {
    color: #102d4a;
}

.icon-label:hover {
    text-decoration: none;
}

.document-label {
    display: flex;
    text-decoration: none;
    color: #102d4a;
    flex-direction: column;
}

.document-name {
    font-weight: 700;
    color: #102d4a;
}

.btn.form-group {
    margin-bottom: 15px;
}

.previous-comment {
    margin-bottom: 5px;
    font-weight: 700;
}

.comment-block {
    border: 1px solid #DADADA;
    display: block;
    padding: 5px;
    background: #eeeeee;
    border-radius: 5px;
}

.client-screening-status {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.client-screening-status input {
    margin: 0px 5px 0px 0px;
    font-weight: normal;
    cursor: pointer;
}

.allocate-link,
.allocate-link:hover {
    text-decoration: none;
}

.high-risk {
    color: #FF0000;
}

.low-risk {
    color: #008000;
}

.d-block {
    display: block;
}
.hidden {
    display: none;
}