﻿html, body {
    height: 100%;
    margin: 0;
}

.container {
    height: 100%;
    min-height: 100%;
    position: relative;
}

.ibstable {
    background: white;
    border-radius: 3px;
    height: 320px;
    margin: auto;
    /*max-width: 600px;*/
    padding: 5px;
    width: 100%;
    animation: float 5s infinite;
}


    .ibstable th {
        color: #1b1e24;
        background: #EBEBEB;
        font-size: 14px !important;
        font-weight: 500;
        padding: 14px 8px;
        text-align: left !important;
        vertical-align: middle;
    }

        .ibstable th:first-child {
            border-top-left-radius: 3px;
        }

        .ibstable th:last-child {
            border-top-right-radius: 3px;
        }

    .ibstable tbody tr {
        border-top: 1px solid #C1C3D1;
        border-bottom-: 1px solid #C1C3D1;
        color: #666B85;
        font-size: 14px !important;
        font-weight: normal;
    }

    .ibstable tbody td {
        background: #FFFFFF;
        padding: 14px 5px !important;
        text-align: left;
        /*color: #1a2345 !important;*/
        color: #1a1b21 !important;
        vertical-align: middle;
        font-weight: 500 !important;
        font-size: 13px !important;
        /* border-right: 1px solid #C1C3D1;*/
    }

    .ibstable tbody tr:hover td {
        background: #f5f5ff !important;
    }

    .ibstable tbody tr:nth-child(odd) td {
        background: #f8f9fa;
    }

    .ibstable tbody tr:nth-child(odd):hover td {
        background: #4E5066;
    }

    .ibstable tbody td:first-child {
        /* border-left: 1px solid #C1C3D1;*/
    }

    .ibstable tbody td.td-amount {
        /* text-align: right !important;*/
    }




/*    .table th {
        color: #3d3d3d;
        background: #e7eef9;
        font-size:0.9rem !important;
        font-weight: 500;
        padding: 10px !important;
        text-align: left !important;
        vertical-align: middle;
    }

    .table tbody td {
        font-size: 0.9rem !important;
        padding:10px 10px !important;
        font-weight:500;
    }

    */



.table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    /*margin: auto;*/
    padding: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    /*animation: float 5s infinite;*/
}

    /*1b55e2*/
    .table-fill th {
        color: #D5DDE5;
        background: #133267;
        border-bottom: 4px solid #9ea7af;
        border-right: 1px solid #343a45;
        font-size: 14px;
        font-weight: 100;
        padding: 10px;
        text-align: left;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        vertical-align: middle;
    }

        .table-fill th:first-child {
            border-top-left-radius: 3px;
        }

        .table-fill th:last-child {
            border-top-right-radius: 3px;
            border-right: none;
        }

    .table-fill tr {
        border-top: 1px solid #C1C3D1;
        border-bottom-: 1px solid #C1C3D1;
        color: #666B85;
        font-size: 13px;
        font-weight: normal;
    }

        .table-fill tr:hover td {
            /*  background: #1b55e2;
        color: #FFFFFF;
        border-top: 1px solid #22262e;*/
        }

        .table-fill tr:first-child {
            border-top: none;
        }

        .table-fill tr:last-child {
            border-bottom: none;
        }

        .table-fill tr:nth-child(odd) td {
            /* background: #EBEBEB;*/
        }

        .table-fill tr:nth-child(odd):hover td {
            /* background: #4E5066;*/
        }

        .table-fill tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }

        .table-fill tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }

    .table-fill td {
        background: #FFFFFF;
        padding: 10px;
        text-align: left;
        color: #111;
        vertical-align: middle;
        font-weight: 300;
        font-size: 13px;
        border-right: 1px solid #C1C3D1;
    }

        .table-fill td:last-child {
            border-right: 0px;
        }


.auth-wrapper {
    overflow: hidden !important;
}

    .auth-wrapper .all-wrapper {
        padding-top: 40px !important;
    }

.side_menu_logo-w {
    text-align: center;
    padding: 14px 1rem 14px 1.7rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff !important; /*rgba(0, 0, 0, 0.15);*/
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

.top-bar.color-scheme-bright {
}

.menu-w.color-style-bright {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#133267), to(#133267)) !important;
    background-image: linear-gradient(to bottom, #133267 0%, #133267 100%) !important;
    background-repeat: repeat-x;*/
}

.table td {
    padding: 0.5rem !important;
    font-size: 0.7rem !important;
}

.menu-w ul.main-menu > li span {
    font-size: 14px !important;
}

.menu-w ul.main-menu > li .icon-w {
    font-size: 22px !important;
}

a.slick-next {
    text-decoration: none;
}

.select2-container {
    height: 37.33px !important;
}

    .select2-container .select2-selection--single {
        height: 37.33px !important;
    }


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37.33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px !important;
    position: absolute;
    top: 2px !important;
    right: 1px;
    width: 20px;
}

.el-legend.condensed .legend-value-w .legend-pin {
    vertical-align: middle !important;
    margin-top: 0 !important;
    margin-right: 10px !important;
}

.el-legend .legend-pin.legend-pin-squared {
    border-radius: 0px;
    width: 11px !important;
    height: 11px !important;
}

.onboarding-text {
    color: #111 !important;
}

.balance-title {
    font-size: 1.3rem !important;
    color: #047bf8 !important;
    font-weight: 500;
}


.el-tablo .value {
    font-size: 1.5rem !important;
    line-height: 1.2;
}

.el-legend.condensed .legend-value-w {
    overflow-wrap: break-word !important;
    /*white-space:normal !important;*/
}

.element-balances {
    padding-top: 1px !important;
}

@media (min-width: 576px) {
    .pl-sm-2, .px-sm-2 {
        padding-left: 0 !important;
    }
}

.balance-table table {
    background: #fff !important;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
}

.balance-table .table td {
    font-size: 1rem !important;
}

    .balance-table .table td .balance-label {
        font-size: .8rem !important;
        color: #6f6f6f !important;
    }


.onboarding-content.with-gradient {
    padding: 30px 20px 20px 35px !important;
    flex: 2;
}

.payment-option-parent {
    /*flex: 400 0 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;*/
}

    .payment-option-parent h4 {
        font-size: 16px;
        color: #047bf8;
    }

.payment-option-wrap {
    display: flex;
}

    .payment-option-wrap .payment-tab {
        cursor: pointer;
        width: 100%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        height: 55px;
        flex: 1 1 auto;
        border: 1px solid rgb(47, 183, 236);
    }

        .payment-option-wrap .payment-tab.active {
            background-color: rgb(47 183 236);
        }

.content-w > .top-bar {
    height: 53px !important;
}

.top-bar .logged-user-w .logged-user-menu {
    width: 250px !important;
}

.table-v2 thead th {
    text-align: left !important;
}

.menu-mobile .mm-logo-buttons-w .mm-logo img {
    width: 80px !important;
    background: #fff !important;
    padding: 10px !important;
}


.logged-user-w .avatar-w {
    margin: 5px;
    display: flex;
    height: 50px;
    width: 51px;
    border-radius: 50% !important;
    color: white !important;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.wallet-overview-wrap {
    background: #047bf8;
    min-height: 320px !important;
}

@media (max-width: 767px) {
    .wallet-val {
        margin-top: 35px !important;
    }
}

.wallet-overview-wrap .pipeline-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #c6c6c6;
}

.wallet-overview-wrap .b-r {
    border-right: 1px solid #c6c6c6;
}

.wallet-val {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    color: #fff;
}

    .wallet-val h4, .wallet-val h6 {
        color: #fff;
    }

.c-button {
    padding: 13px 0.8rem !important;
}

.c-button-l {
    padding: 8px 2rem !important;
    border-radius: 0 !important;
}


.c-button-s {
    padding: 9px 0.8rem !important;
    border-radius: 0 !important;
}

.text-white {
    color: #fff !important;
}

.portal-tbl {
    background: #fff !important;
}

    .portal-tbl th {
        font-size: 13px !important;
        background: #f2f4f8 !important;
        color: rgb(75 82 103 / 55%) !important;
    }

    .portal-tbl tbody tr td {
        padding: 15px 14px !important;
        font-size: 12px !important;
        color: rgb(75 82 103 / 80%) !important;
    }

/*Aiico styles*/
.logged-user-w .avatar-w {
    background: #6350c3;
}

/*Anchria Styles*/

/*.menu-w.color-style-bright {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#24195b), to(#6350c3)) !important;
    background-image: linear-gradient(to bottom, #24195b 0%, #6350c3 100%) !important;
    background-repeat: repeat-x;
}

.logged-user-w .avatar-w {
    background: #6350c3 !important;
}

.menu-w.sub-menu-style-over .sub-menu-w {
    background-color: #6350c3 !important;
}

li.has-sub-menu.active a {
    background: #6350c3 !important;
}

.menu-w.sub-menu-style-over ul.main-menu > li.active {
    border-right-color: #6350c3 !important;
    border-bottom-color: #6350c3 !important;
}*/

.blink {
    animation: blink-animation 2s steps(5, start) infinite;
    -webkit-animation: blink-animation 2s steps(5, start) infinite;
    z-index: 99999;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
