﻿@import "dashboard/_reset_basic.min.css";
@import "dashboard/_padding_margin.min.css";

.table-card {
    height: 100%;
}

    .table-card .row-table {
        /*font-family: "Mada", sans-serif;*/
        display: flex;
        align-items: center;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin: 0;
    }

        .table-card .row-table:first-child {
            border-bottom: 1px solid #ddd;
        }

        .table-card .row-table .br {
            border-right: 1px solid #ccc;
        }

        .table-card .row-table i {
            font-size: 28px;
        }

            .table-card .row-table i[data-day]:after {
                content: attr(data-day);
                position: absolute;
                left: 20px;
                top: 10px;
                font-size: 16px;
            }

        .table-card .row-table span {
            text-transform: uppercase;
            font-size: 12px;
        }

        .table-card .row-table h5 {
            font-weight: bold;
            display: block;
            margin-bottom: 0.3em;
            margin-right: 0;
        }

        .table-card .row-table > [class*=col-] {
            display: table-cell;
            float: none;
            table-layout: fixed;
            vertical-align: middle;
        }

            .table-card .row-table > [class*=col-] .row {
                display: flex;
                align-items: center;
            }

    .table-card .bg-barchart:after {
        content: "\f080";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        bottom: 15px;
        font-size: 60px;
        opacity: 0.3;
        color: #9c28b0;
        width: 40%;
        text-align: left;
    }

    .table-card .bg-linehart:after {
        content: "\f201";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        bottom: 15px;
        font-size: 60px;
        opacity: 0.3;
        color: #1b3e70;
        width: 40%;
        text-align: left;
        color: #7acc8d;
    }

    .table-card .loss .bg-linehart:after {
        color: #e6a2a2;
        -webkit-transform: scaleX(-1) rotate(180deg);
        transform: scaleX(-1) rotate(180deg);
    }

    .table-card .bg-money:after {
        content: "\f0d6";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        bottom: 15px;
        font-size: 60px;
        opacity: 0.3;
        color: #f85d35;
        width: 40%;
        text-align: left;
    }

    .table-card .bg-rupee:after {
        content: "\f156";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        bottom: 15px;
        font-size: 60px;
        opacity: 0.3;
        color: #4caf51;
        width: 40%;
        text-align: left;
    }

    .table-card .highlighted {
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
    }

        .table-card .highlighted:hover {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
        }
/***Expense Group***/
.traffic-source-legend .legend-label span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: inline-block;
    margin-right: .5rem;
}


.b-dashed {
    border-style: dashed !important;
}

.bt-dashed {
    border-top-style: dashed !important;
}

.bl-dashed {
    border-left-style: dashed !important;
}

.br-dashed {
    border-right-style: dashed !important;
}

.bb-dashed {
    border-bottom-style: dashed !important;
}

.b-dotted {
    border-style: dotted !important;
}

.bt-dotted {
    border-top-style: dotted !important;
}

.bl-dotted {
    border-left-style: dotted !important;
}

.br-dotted {
    border-right-style: dotted !important;
}

.bb-dotted {
    border-bottom-style: dotted !important;
}

.b-double {
    border-style: double !important;
}

.bt-double {
    border-top-style: double !important;
}

.bl-double {
    border-left-style: double !important;
}

.br-double {
    border-right-style: double !important;
}

.bb-double {
    border-bottom-style: double !important;
}

.b-groove {
    border-style: groove !important;
}

.bt-groove {
    border-top-style: groove !important;
}

.bl-groove {
    border-left-style: groove !important;
}

.br-groove {
    border-right-style: groove !important;
}

.bb-groove {
    border-bottom-style: groove !important;
}

.btr-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.bbr-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.brr-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.blr-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.bar-0 {
    border-radius: 0 !important;
}

.table-card .bracket:before {
    content: '(';
}

.table-card .bracket:after {
    content: ')';
}

@media (max-width: 1023px) {
    .section-content {
        margin-top: 10px;
        padding: 10px;
    }

    .table-card {
        margin: 0 10px !important;
    }

        .table-card .card-body.p-0 {
            padding: 1.25em !important
        }

            .table-card .card-body.p-0 .card {
                border-top: none;
                border-left: none;
                border-right: none;
            }

        .table-card .pr-0 {
            padding: 0;
        }

    .form-row > .col.equel-grid, .form-row > [class*="col-"].equel-grid {
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 8px;
    }

    #dvColumn1, #dvColumn2 {
        height: auto !important;
    }
}





.card-footer, .card-header {
    background: 0 0;
    /*Style changed by khaleefa on 15 Jul 2019*/
    /*background: #b5b8b938;*/
}

.card-header {
    border-bottom-color: #d8e2e7;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px !important;
    padding: 8px 13px !important;
    font-size: 12px !important;
}

.font-11 {
    font-size: .6875em;
}

.font-14 {
    font-size: .875em;
}

.card .card-block {
    padding: 20px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-15 {
    margin-top: 15px;
}



@@keyframes blinker {
    50% {
        opacity: 0;
    }
}


hr.style-six {
    padding: 0;
    border: none;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgb(171 18 145 / 75%), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    color: #ba19ba;
    text-align: center;
}

    hr.style-six:after {
        content: " ";
        display: inline-block;
        position: relative;
        top: -2.1em;
        font-size: 1.5em;
        padding: 19px 1.75em;
        /* background: #fff url(image/cartoon_1.png) no-repeat scroll center;*/
        background-size: 90px 90px;
        height: 50px;
    }

.bgbadge {
    background-color: #ef1212 !important;
    padding-left: 25px;
    padding-right: 25px;
}

.badgeDashboard {
    float: right;
    min-width: 48px !important;
    display: inline-block;
    height: 39px;
    padding: 10px 0px;
    font-size: 17px;
}

.dshadow {
    box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 50%) !important;
}

.card_header {
    background: #ffffff !important;
    color: black;
    border-radius: 0px !important;
    font-family: 'Roboto', sans-serif;
}

li.list-group-item.p-1.RecentCallHistory a {
    font-size: 14px;
}

h5.my-1.d-inline-block.px-2 {
    color: #5e6065;
    font-weight: 600;
}

.CallDate {
    color: #d41010;
    font-weight: 600;
}

.CallTo {
    color: #6c6c6c;
}

div#BindEnquiryCallsCount a {
    border: solid white 2px;
    display: block;
    width: 100% !important;
}

    div#BindEnquiryCallsCount a:hover {
        border: solid #92ac9e 2px;
        display: block;
    }

