﻿#loginLayout {
    background: url(../img/01_Home_Page_2a.jpg)
}

.navbar {
    background-color: white;
}

#fresh {
    background: #0e7b5f !important;
    margin-bottom: 1.2rem;
}

#layout .nav-justified {
    background: #e9f1ef;
    padding: 1.2rem 0;
    color: black;
    margin: 1rem 0;
}

#layout h4, #layout h6 span {
    color: #0e7b5f !important;
}

#layout .nav-justified a {
    color: black;
    font-weight: bold;
}

#loginBtn {
    display: flex;
    justify-content: center;
}

#contactId {
    visibility: hidden;
}

.foot-lnk b {
    color: white;
    font-weight: 400;
}

#loginLayout footer {
    background: transparent;
}

.login-html p {
    padding: 1.2rem 0 0 1rem;
}

.login-form .group .input {
    background: white;
    color: black !important;
}

.login-html .sign-in:checked + .tab {
    visibility: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0;
    text-transform: none;
    margin-bottom: 0;
    font-size: 0rem;
    padding-left: 26%;
}

    .login-html .sign-in:checked + .tab:before {
        visibility: visible;
        display: flex;
        justify-content: center;
        border: none;
        font-size: 4rem;
        content: "Welcome!";
    }


#main-menu::after {
    content: "...making smart investment decision on the go!";
    color: black;
    font-size: 1.8rem;
    font-style: italic;
}

#greeting col-md-4:first-child{

}

#menu-main-main-main {
    height: 0;
    visibility: hidden;
}

#copyright {
    color: white;
}

.table-bordered {
    border: none;
}

.table > thead:first-child > tr:first-child > td:first-child,
.table > thead:first-child > tr:first-child > th:first-child {
    border-top-left-radius: 15px;
    padding-left: 1.4rem;
}

.table > tbody > tr > td:first-child {
    padding-left: 1.4rem;
    color: #0e7b5f !important;
    text-decoration: none !important;
    font-weight: bold;
}

.table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td {
    border: none;
}

    .table-bordered > tbody > tr > th:first-child {
        padding-left: 1.5rem;
    }

.table > tbody > tr > td:last-child {
    padding-right: 1.4rem;
}

.table > thead:first-child > tr:first-child > td:last-child,
.table > thead:first-child > tr:first-child > th:last-child {
    border-top-right-radius: 15px;
    padding-right: 1.4rem;
}

tfoot {
    background: #e9f1ef;
}

thead {
    background: transparent;
}

    thead td, thead th {
        background-color: #0e7b5f;
    }

td a {
    color: #0e7b5f !important;
    text-decoration: none !important;
    font-weight: bold;
}

.table-bordered > thead > tr > th {
    border: none;
}

.table-bordered > thead > tr > td {
    border: none;
}

.table-bordered > tbody > tr > td {
    border: none;
}

.table-bordered > tbody > tr, .table-striped > tbody > tr:nth-of-type(odd) {
    background: #e9f1ef;
}

.login-html {
    background: #0e7b5f;
    padding: 50px 90px 50px 90px;
}

.loginbtn {
    background: #0e7b5f;
    border: 2px solid white;
    border-radius: 15px;
    width: 25% !important;
}

.input {
    background: white;
    border-radius: 30px;
    color: black;
}


.login-form .group .button {
    background: #0e7b5f;
    border: 2px solid white;
    padding: 2px;
}


.btn-info {
    color: #fff;
    background-color: #0e7b5f;
    border-color: #46b8da;
}


.btn-primary {
    color: #fff;
    background-color: #0e7b5f;
    border-color: #0e7b5f;
}


.btn-danger {
    color: #fff;
    background-color: #ff0607;
    border-color: #ff0607;
}

.switch-user {
    background-color: #0e7b5f;
    border-color: #0e7b5f;
}

.fixed-logo {
    max-width: 80px !important;
}
.index-logo {
    max-width: 80px !important;
}