﻿.branding-login-container {
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*******************************************
    HEADER
 *******************************************/
.branding-header {
    background-color: #09253b !important;
}

.branding-header-container {
    margin-top:5px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:0px;
}

.branding-header-menu-bar{
    height:125px;
}

.branding-header-menu-item {
    height: 125px;
    color: #7991b3;
    width: 125px !important;
    height: 35px !important;
}

.branding-header-menu-item-selected {
    height: 125px;
    color: #c4d9e1;
    border-bottom: 2px solid #c4d9e1;
    width: 125px !important;
    height:65px !important;
}

/*******************************************
    SUB HEADER
 *******************************************/
.branding-sub-header-content {
    background-color: #0e2d51;
}
.branding-sub-header {
    background-color: #0e2d51;
    height: 105px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.branding-sub-clientdetails-label {
    color: white;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 2px;
}

.branding-sub-header-label {
    color: #7991b3;
    font-size: 13px;
    margin-bottom: 2px;
}

.branding-sub-header-value {
    color: #f6fbf6;
    font-size:24px;
}

.branding-sub-header-button {
    border: 1px solid #476690;
    background-color: transparent;
    color: #f6fbf6;
    font-size: 15px;
    width: 246px;
    height: 68px;
}
.branding-sub-header-button:hover{
    color: lightgray;
}

/*******************************************
    BODY
 *******************************************/
.branding-body {
    background-color: #f4f7fc;
}

.branding-body-h1 {
    color: #0d2154;
    font-size:20px;
}

.branding-text {
    color: #0d2154;
}

.branding-highlight-text-color {
    color: #FF7000;
}
/*******************************************
    PORTFOLIO
 *******************************************/
.branding-portfolio-header-row {
    font-size: 13px;
    color: #a6abb6;
}

.branding-portfolio-bank-row {
    font-size: 14px;
    color: #1e2c3c;
}

.branding-portfolio-termsandcondition {
    font-size: 12px;
    color: #a6abb6;
    padding: 0px;
    margin: 0px;
}

.branding-portfolio-minimum {
    font-size: 10px;
    color: #a6abb6;
    padding: 0px;
    margin: 0px;
}

.branding-portfolio-maximum {
    font-size: 10px;
    color: #a6abb6;
    padding: 0px;
    margin: 0px;
}

.branding-portfolio-progress-1 {
    background-color: #25675f;
}

.branding-portfolio-progress-2 {
    background-color: #3269d8;
}

.branding-portfolio-progress-3 {
    background-color: #dc202e;
}

.branding-portfolio-progress-4 {
    background-color: #0eafec;
}

.branding-portfolio-btn-approve {
    font-size: 10px;
    width: 85px;
    margin-bottom: 5px;
    color:green;
    border-color: green;
}

.branding-portfolio-btn-reject {
    font-size: 10px;
    width: 85px;
    margin-bottom: 5px;
    color: red;
    border-color:red;
}

.branding-portfolio-btn-withdraw {
    font-size: 10px;
    width: 85px;
    margin-bottom: 5px;
}

.branding-portfolio-btn-addfunds {
    font-size: 10px;
    width: 85px;
    margin-bottom:5px;
}

.branding-portfolio-btn-delete {
    font-size: 10px;
    width: 85px;
    margin-bottom: 5px;
}

.branding-information-icon{
    color: white;
}

/*****************************************
 * PROGRESS BAR
 ****************************************/
.branding-progress-custom {
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; /*optionally same as the margin bottom of progress class*/
}

    .branding-progress-custom .progress {
        margin-top:0px;
        margin-bottom: 0px;
        display: table-cell;
        vertical-align: middle;
        padding:0px;
    }

    .branding-progress-custom .progress-value {
        display: table-cell;
        vertical-align: middle;
        width: 35px;
        padding: 0 4px; /*optionally*/
        font-size: 11px;
        color: #c4cad9;
    }
/*****************************************
 * STRIPED ROWS
 ****************************************/
.row-striped:nth-of-type(odd) {
    background-color: white;
    border-radius: 4px;
    padding: 3px;
    margin:3px;
}

.row-striped:nth-of-type(even) {
    background-color: transparent;
    padding: 3px;
    margin: 3px;
}
/*****************************************
 * DROP DOWN MENU
 ****************************************/
.branding-drop-down-menu {
    background-color: #09253b;
    border-radius: 4px;
    border: 1px solid #fff;
    color: white;
}
.branding-drop-down-sub-menu {
    background-color: #0e2d51;
    border-radius: 4px;
    border: 1px solid #fff;
    color: white;
}
.branding-drop-down-menu-item {
    color:white;
}
.branding-drop-down-sub-menu-item{
    color:white;
}
.branding-drop-down-sub-menu-item:hover {
    color: #0e2d51 !important;
}
.branding-place-funds-dropdown-menu-item {
    color: white;
}

    .branding-place-funds-dropdown-menu-item:hover {
        color: lightgrey !important;
    }
/*****************************************
 * DIALOGS
 ****************************************/
.branding-dialog-status-message{
    color:yellow;
}
/*****************************************
 * PLACE FUNDS
 ****************************************/
.branding-place-funds-available-products-container {
    max-height: 450px;
    overflow: auto;
    border: 2px solid #c0c6d8;
    border-radius: 5px;
}
.branding-btn-placefunds {
    font-size: 10px;
    width: 130px;
    margin-bottom: 5px;
}
.branding-dropdown-placefunds-filter {
    width: 220px;
    height: 29px;
    font-weight: normal;
    background-color: #0e2d51 !important;
    text-align: left;
}
    .branding-dropdown-placefunds-filter:hover {
        background-color: #0e2d51 !important;
    }
/*******************************************
    PROFILE - MAIN
 *******************************************/
.branding-profile-main-label {
    color: #A6A6A6;
}

.branding-profile-main-value {
    color: #404040;
}
/*******************************************
    PROFILE - HEADER
 *******************************************/
.branding-profile-header-label {
    color: #7991b3;
    font-size: 12px;
}

.branding-profile-header-value {
    color: white;
    font-size:12px;
}

/*******************************************
    PROFILE - HEADER
 *******************************************/
.branding-orange-color {
    color: #FF7000;
}
.branding-gray-color {
    color: #ABA9AA;
}

/*******************************************
    Virtual Account Tile
 *******************************************/
.branding-virtal-account-tile-type {
    font-size: 12px;
}
.branding-virtal-account-tile-balance{
    font-size:14px;
    font-weight:bold;
}
.branding-virtal-account-tile-number {
    font-size: 12px;
}
.branding-virtal-account-tile-button{
    width:100%;
    text-align:center;
}

/*******************************************
    Page Header Tab
 *******************************************/
.branding-tab {
    border-bottom: 1px solid #A6A6A6;
    color: #000D2D;
    text-align:center;
    padding-bottom:5px;
}
.branding-tab-selected {
    border-bottom: 3px solid #0F2D51;
    color: #FF7000;
    text-align: center;
    padding-bottom: 5px;
}
