﻿body {
    font-family: 'Lato', sans-serif !important;
    font-family: "bizcare";
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
}

    body a:hover {
        cursor: pointer;
    }


/*********** GENERAL STYLES ***********/
.nullpadding {
    padding: 0px !important;
}

.nullmargin {
    margin: 0px !important;
}

.bgviolet {
    background-color: #3f51b5;
}

.bgred {
    background-color: #e84e40;
}

.bgblue {
    background-color: #03a9f4;
}

.bggreen {
    background-color: #8bc34a;
}

.bgyellow {
    background-color: #fcbe1f !important;
}

.bg-normal {
    background-color: #2196f3;
}

.bg-black {
    background-color: #000;
}

.bg-sucess {
    background-color: #8bc34a;
}

.bg-warning {
    background-color: #ffa500;
}

.bg-danger {
    background-color: #e84e40;
}

.bg-disabled {
    background-color: #707070;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

/*********** ANIMATIONS ***********/
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes SquareRotate_Loader3 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes SquareInner_Loader3 {
    0% {
        height: 0;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}




body input {
}


    body input:focus select:focus {
        border: 1px solid #2196f3 !important;
        color: #333 !important;
    }

    body input[type="checkbox"], input[type="radio"] {
        opacity: 0;
        position: absolute;
        margin: 0;
        z-index: -1;
        width: 0;
        height: 0;
        overflow: hidden;
        left: 0;
        pointer-events: none;
        display: block;
    }

.loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000000;
    text-align: center;
    overflow: hidden;
}

.loader {
    padding: 10px;
    display: inline-block;
    position: relative;
    top: calc(50% - 35px);
}

.SquareL3 {
    display: block;
    width: 70px;
    height: 70px;
    border: 7px solid #32b8da;
    background: transparent;
    animation: SquareRotate_Loader3 2s infinite;
}

.SquareInner {
    display: block;
    width: 100%;
    height: 0;
    background: #32b8da;
    animation: SquareInner_Loader3 2s infinite;
}

.TextStyle1 {
    text-transform: uppercase;
    font-size: 12px;
    color: #707070;
    background-color: #fff;
    border: 1px solid #707070;
    line-height: 1.5;
}

.AccordionPannel {
    background-color: transparent;
    border-radius: 0 !important;
    border: none;
    box-shadow: none !important;
}

.AccordionPannelHeading {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #2196f3;
    padding: 12px;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);*/
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}



.AccordionPannelTitle {
    display: block;
    text-transform: uppercase;
    color: #2196f3;
    font-size: 14.5px;
    letter-spacing: 1.5px;
    margin: 0px;
    text-overflow: ellipsis;
}



    .AccordionPannelTitle > a {
        color: #2196f3;
        font-size: 14.5px;
        text-decoration: none;
        outline: none;
        text-overflow: ellipsis;
        display: block;
    }

.AccordionPannelbody {
    width: 100%;
    position: relative;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #2196f3;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #2196f3;
    }






/************* MOBILE MENU DESIGN *************/

.condensed {
}

    .condensed .LeftMenuPannel {
        width: 60px;
        overflow: visible;
    }

    .condensed .HeaderMenuPannel {
        padding-left: 60px;
    }

    .condensed .DashboardContentPannel {
        padding-left: 60px;
    }





    .condensed .MainMenu > ul > li > a > i {
    }

    .condensed .MainMenu > ul > li > a > span {
        display: none;
    }

    .condensed .SubmenuL1 {
        height: auto !important;
        display: none;
    }

    .condensed.HeaderMenuPannel {
        padding-left: 60px;
    }

    .condensed .has-child:hover > ul {
        display: block;
        position: absolute;
        left: 60px;
        width: 180px;
        top: 370px;
        z-index: 1;
        height: auto !important;
    }





/*********** LOGIN STYLES ***********/
.BizCareLoginContainer {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-image: url(/images/LoginBackground.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
}

.BizcareLoginWrapper {
    position: relative;
    margin: auto auto;
    max-width: 450px;
    width: 100%;
}

.LoginContentArea {
    min-height: 500px;
    position: relative;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    margin-bottom: 10px;
}

.Brand_Logo {
    width: 200px;
    margin-bottom: 50px;
}

    .Brand_Logo > img {
    }

.LoginContentWrapper {
    text-align: center;
    width: 100%;
    padding: 10%;
}

.LoginLogo {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

    .LoginLogo > img {
        display: inline-block;
        max-width: 150px;
    }

.Logintagline {
}

    .Logintagline > h3 {
        text-transform: capitalize;
        margin: 10px 0;
    }

.LoginTextContainer {
    width: 100%;
    text-align: center;
}

.LoginTextBoxes {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: none;
    font-size: 14px;
    color: #707070;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border: none;
    line-height: 1.5;
    transition: all 0.5s linear;
    margin: 10px 0px;
    display: block !important;
    outline: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}



    .LoginTextBoxes:focus {
        border-bottom: 2px solid #2196f3;
        color: #2196f3;
    }

        .LoginTextBoxes:focus::-webkit-input-placeholder {
            color: #2196f3;
        }

.LoginFooter {
}

    .LoginFooter > p {
        color: #757575;
        font-size: 13px;
        margin: 0;
    }

.Buttons {
    float: right;
}

.LoginButtons {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    color: white;
    padding: 10px 20px;
    background-color: #2196f3;
    text-decoration: none;
    outline: none;
    font-size: 13px;
    border: none;
    width: 100%;
    margin: 10px 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}




.Buttons > a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    border: none;
    outline: none;
    text-align: right;
}

.LoginSelectBox {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #707070;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border: none;
    line-height: 1.5;
    transition: all 0.5s linear;
    margin: 10px 0px;
    display: block !important;
    outline: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

    .LoginSelectBox:focus {
        border-bottom: 2px solid #2196f3;
        color: #2196f3;
    }

.LoginLoader {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 0;
    background: #2196f3;
    left: 0;
}





.FooterBlock {
    width: 100%;
    background-color: white;
    float: left;
    position: relative;
    position: fixed;
    bottom: 0;
    padding: 0px 10px;
}



    .FooterBlock > p {
        color: #333;
        font-size: 12px;
    }




/*********** DASHBOARD STYLES ***********/
.BizCareDashboardContainer {
    float: left;
    width: 100%;
}

.LeftMenuPannel {
    width: 200px;
    position: fixed;
    height: 100vh;
    background-color: #2d323e;
    transition: all 0.5s ease-in-out;
    z-index: 1024;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    padding-top: 70px;
    overflow-y: auto;
}

.MainLogo {
    margin: 10px 0 20px;
    height: 60px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: width .3s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .MainLogo > img {
        display: inline-block;
        height: 60px;
    }

.MainMenu {
    /*overflow: hidden;*/
}

    .MainMenu ul {
        list-style: none;
        padding: 0px;
    }

        .MainMenu ul > li {
            margin: 10px 0px;
            white-space: nowrap;
        }

            .MainMenu ul > li > a {
                display: block;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-size: 13px;
                color: #fff;
                padding: 12px 0;
                text-decoration: none;
                outline: none;
            }

                .MainMenu ul > li > a:hover {
                    background-color: #2196f3;
                }

                .MainMenu ul > li > a > i {
                    font-size: 20px;
                    width: 60px;
                    text-align: center;
                }

                .MainMenu ul > li > a > span {
                    margin-left: 7px;
                    text-align: left;
                    transition: all 0.5s ease-in;
                }

.active-menu {
    background-color: #2196f3 !important;
}

.SubmenuL1 {
    background-color: #282c36 !important;
}

    .SubmenuL1 li {
        margin: 5px 0px !important;
    }

        .SubmenuL1 li a {
            display: block !important;
            text-transform: capitalize !important;
            letter-spacing: 0px !important;
            font-size: 13px !important;
            color: #fff !important;
            padding: 10px 0px !important;
            text-decoration: none !important;
            outline: none !important;
            transition: all 0.1s ease-in-out;
            border-left: 3px solid transparent;
        }

            .SubmenuL1 li a:hover {
                background-color: #2d323e !important;
                border-left: 3px solid #2196f3;
            }

            .SubmenuL1 li a span {
                display: block !important;
                text-transform: capitalize !important;
                letter-spacing: 0px !important;
                font-size: 13px !important;
                color: #fff !important;
                padding: 0px 7px !important;
                text-decoration: none !important;
                outline: none !important;
            }

.DashboardContentPannel {
    width: 100%;
    float: left;
    min-height: 500px;
    padding-left: 200px;
    z-index: 1;
    /*background-color: #2196f3;*/
    transition: all 0.5s ease-in-out;
    margin-top: 44px;
}

.HeaderMenuPannel {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 100;
    padding-left: 200px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
}

.CompanyProfile {
    float: left;
    width: 50%;
}

.CompanyName {
}

    .CompanyName > input {
        -moz-appearance: none;
        -webkit-appearance: none;
        font-size: 14px;
        color: #2196f3;
        width: 100%;
        padding: 6px 12px;
        background-color: #fff;
        border: 1px solid transparent;
        margin: 0px;
        letter-spacing: 1px;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        transition: all 0.5s ease-in-out;
        outline: none;
        resize: none;
        font-weight: normal;
        box-shadow: none;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }



.CompanyLocation {
    display: none;
}

    .CompanyLocation > input {
        -moz-appearance: none;
        -webkit-appearance: none;
        font-size: 14px;
        color: #707070;
        width: 100%;
        max-width: 100%;
        padding: 6px 12px;
        background-color: #fff;
        border: 1px solid transparent;
        margin: 0px;
        letter-spacing: 1px;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        transition: all 0.5s ease-in-out;
        outline: none;
        resize: none;
        font-weight: normal;
        box-shadow: none;
        overflow: hidden;
        text-overflow: ellipsis;
    }



.company-mobile-display {
    float: none;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    width: 100%;
}

    .company-mobile-display .CompanyName {
        float: none;
        display: block;
    }

    .company-mobile-display .CompanyLocation {
        float: none;
        display: block;
    }

.HeaderMenu {
    overflow: visible;
    background-color: #fff;
}

    .HeaderMenu > a {
        display: inline-block;
        font-size: 25px;
        padding: 5px 15px;
        color: #707070;
        text-decoration: none;
        outline: none;
        float: left;
    }

    .HeaderMenu > ul {
        display: inline-block;
        float: right;
        list-style: none;
        margin: 0;
        padding-left: 15px;
    }

        .HeaderMenu > ul > li {
            display: inline-block;
            position: relative;
        }

            .HeaderMenu > ul > li > a {
                display: block;
                color: #707070;
                font-size: 18px;
                padding: 7px 14px;
                text-decoration: none;
                outline: none;
            }

                .HeaderMenu > ul > li > a > img {
                    width: 30px;
                    border-radius: 50%;
                    display: inline-block;
                }

.DropDownMenu {
    list-style: none;
    left: auto;
    right: 0;
    border-radius: 0;
    padding: 0px;
    width: 220px !important;
    max-height: none;
}

    .DropDownMenu > li {
        display: block;
    }

        .DropDownMenu > li > a {
            display: block;
            color: #707070;
            text-transform: uppercase;
            padding: 10px 7px;
            letter-spacing: 1px;
            font-size: 12px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            background-color: transparent;
        }

            .DropDownMenu > li > a:hover {
                color: #2196f3;
                background-color: transparent;
            }

        .DropDownMenu > li > p {
            text-align: center;
            text-transform: capitalize;
            color: #ccc;
            font-size: 12px;
            margin: 0;
            padding: 10px 0;
        }

.user-icon {
}

.user-dropdown {
    max-width: 220px;
    min-height: 350px;
}

.user-details {
    padding: 15px 0;
    text-align: center;
}

    .user-details > img {
        width: 75px;
        display: inline-block;
        border-radius: 50%;
        padding: 5px;
        border: 1px solid #ddd;
    }

    .user-details > h1 {
        font-size: 18px;
        text-transform: capitalize;
        color: #2196f3;
    }

    .user-details > h2 {
        font-size: 14px;
        margin: 0;
        text-transform: capitalize;
        color: #707070;
    }

    .user-details > h3 {
    }

.LogoutButton {
    text-align: center;
}

    .LogoutButton > a {
        background-color: #2196f3 !important;
        color: #fff !important;
        width: 100px;
        margin: auto;
    }

.dashboard-filters {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    margin-bottom: 15px;
    overflow: auto;
        padding: 0;
        margin: 0;
        list-style: none;
}

    .dashboard-filters_ul {
        float: right;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .dashboard-filters_li {
            display: inline-block;
            padding: 0 10px;
        }

.clockwidget {
    float: left;
    display: none;
}

    .clockwidget span {
        color: #2196f3;
    }

.input-filter {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #707070;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
    margin: 10px 0px;
    letter-spacing: 1px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    outline: none;
    resize: none;
    font-weight: normal;
    box-shadow: none;
}

    .input-filter:focus {
        border-bottom: 1px solid #2196f3;
        color: #2196f3;
    }



.dashboard-cards {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}

.dashboard-cards-header {
    padding: 7px 15px;
    border-bottom: 1px solid #ddd;
}

    .dashboard-cards-header > h3 {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1.5px;
        color: #2196f3;
        text-align: left;
        margin: 7px 0px;
        display: block;
    }

    .dashboard-cards-header > p {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        color: #707070;
        text-align: left;
        margin: 5px 0px;
    }

.dashboard-cards-contents {
    overflow: auto;
    padding: 10px 0;
}

.card-wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
}

    .card-wrapper > h2 {
        text-transform: capitalize;
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid #2196f3;
        margin: 0 0 20px 0;
        display: block;
        color: #2196f3;
        background: #fff;
    }

.chart-wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    height: 360px;
    overflow: auto;
}

    .chart-wrapper > h2 {
        text-transform: capitalize;
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid #2196f3;
        margin: 0 0 20px 0;
        display: block;
        color: #2196f3;
        background: #fff;
    }

.chart-legends {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

    .chart-legends > li {
        display: inline-block;
        padding: 7px;
    }

        .chart-legends > li > p {
            display: block;
            margin: 0;
            color: #333;
        }

.legend-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    position: relative;
    vertical-align: middle;
}

.bgcash {
    background-color: #8bc34a;
}

.bgcard {
    background-color: #398bf7;
}

.bgcredit {
    background-color: #e84e40;
}


.card-item {
    white-space: nowrap;
    overflow: auto;
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .card-item:last-child {
        border-bottom: none;
    }

.card-item-icon {
    font-size: 25px;
    width: 40px;
    color: #2196f3;
    position: relative;
    vertical-align: middle;
    float: left;
}

.card-item-text {
    width: 100%;
    overflow: auto;
}

    .card-item-text > h3 {
        font-size: 14px;
        margin: 0;
        color: #707070;
        text-transform: capitalize;
    }

        .card-item-text > h3 > span {
            font-size: 20px;
            margin: 0;
            color: #333;
            float: right;
        }

    .card-item-text > h2 {
        font-size: 16px;
        margin: 5px 0;
        color: #333;
        display: none;
    }

.flat-card {
    margin: 5px 0;
    padding: 25px;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

    .flat-card > h2 {
        font-size: 36px;
        margin: 10px 0;
    }

    .flat-card > h6 {
        text-transform: capitalize;
    }

.UserPannel {
    min-height: 200px;
    background-image: url("/images/DashboardBanner.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 15px;
}

.UserInformation {
    position: absolute;
    width: 50%;
    top: 35%;
    left: 2%;
}

.UserImage {
    max-width: 80px;
    position: relative;
    display: inline-block;
    padding: 5px;
    border: 1px solid #2196f3;
    border-radius: 50%;
}

    .UserImage.img {
    }

.UserDetails {
    position: absolute;
    top: 0;
    display: inline-block;
    padding: 10px;
}

    .UserDetails > a {
        display: block;
        color: #2196f3;
        text-decoration: none;
        outline: none;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 1.5px;
    }

    .UserDetails > p {
        display: block;
        color: #fff;
        text-decoration: none;
        outline: none;
        text-transform: capitalize;
        font-size: 14px;
        letter-spacing: 1px;
    }

.ClockWidget {
    float: right;
    padding: 15px;
    position: absolute;
    right: 15px;
}

.Time {
}

#TimeHour {
    display: inline-block;
    color: #fff;
    font-size: 65px;
    font-weight: 300;
    margin: 0px;
}

#TimeDot {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: 0px;
    position: relative;
    vertical-align: baseline;
    animation: blinker 1s ease-in-out infinite;
}

#TimeMinute {
    display: inline-block;
    color: #fff;
    font-size: 32px;
    position: relative;
    vertical-align: baseline;
    margin: 0px;
    font-weight: 300;
}

#TimeDate {
    display: block;
    color: #fff;
    font-size: 13px;
    position: relative;
    vertical-align: baseline;
    margin: 0px;
}

.BizCareDashboardItems {
    background-color: #fff;
    min-height: 100vh;
    padding: 15px;
}

.ChartContainers {
}

.Charts {
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    text-align: center;
    margin: 5px 0px;
    /*background-color: #fff;*/
    max-height: 460px;
    overflow: hidden;
}

.ChartHead {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

    .ChartHead > h3 {
        text-transform: uppercase;
        font-size: 30px;
        color: #fff;
        letter-spacing: 1px;
        margin: 15px 0px;
        font-weight: 300;
    }

    .ChartHead > p {
        text-transform: uppercase;
        margin: 7px 0px;
        font-size: 13px;
        color: #fff;
        letter-spacing: 0.5px;
    }

.ChartCanvas {
    margin: 10px 0px;
}

    .ChartCanvas > canvas {
        padding: 3px !important;
        width: 100% !important;
        height: auto !important;
        display: inline-block !important;
    }

.Big {
}

    .Big .ChartHead {
        width: 100%;
        text-align: left;
        background-color: white;
    }

        .Big .ChartHead > h3 {
            text-transform: uppercase;
            font-size: 20px;
            letter-spacing: 1.5px;
            color: #2196f3;
            text-align: left;
            margin: 10px 0px;
            display: block;
        }

        .Big .ChartHead > p {
            text-transform: uppercase;
            font-size: 13px;
            letter-spacing: 1px;
            color: #707070;
            text-align: left;
            margin: 10px 0px;
        }

    .Big .ChartCanvas {
        background-color: #fff;
    }

        .Big .ChartCanvas > canvas {
            max-height: 250px;
        }

.condensed .DashboardFooter {
    padding: 5px 15px 5px 75px;
}

.DashboardFooter {
    width: 100%;
    min-height: 1px;
    position: relative;
    float: left;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    padding: 5px 15px 5px 215px;
    transition: all 0.5s ease-in-out;
    margin-top: 10px;
}

    .DashboardFooter > p {
        display: block;
        color: #2196f3;
        letter-spacing: 1px;
        margin: 0;
        font-size: 12px;
    }

.poweredby {
    float: right;
}

.PageHeaderPAnnel {
    min-height: 1px;
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 0px 15px;
    margin-bottom: 15px;
    float: left;
}

.PageHeader {
}

    .PageHeader > h3 {
        display: block;
        color: #2196f3;
        text-transform: capitalize;
        font-size: 35px;
        letter-spacing: 1.5px;
        margin: 15px 0px;
    }

    .PageHeader > p {
        display: block;
        color: #707070;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 1px;
        margin: 8px 0px;
    }

.Breadcrums {
    text-align: right;
}

    .Breadcrums > p {
        display: block;
        color: #707070;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
        margin: 8px 0px;
    }

.DashboardMenuContainer {
    float: left;
    position: relative;
    width: 100%;
}

.BizCareMenus {
}

    .BizCareMenus > p {
        display: block;
        margin: 10px 0;
        text-transform: capitalize;
        font-size: 16px;
        color: #2D323E;
    }

    .BizCareMenus > ul {
        list-style: none;
        padding: 10px;
        border-bottom: 1px solid #e1e1e1;
    }

        .BizCareMenus > ul > li {
            display: inline-block;
            text-align: center;
            position: relative;
            min-width: 130px;
            margin: 5px;
        }

            .BizCareMenus > ul > li > a {
                display: block;
                background-color: #2D323E;
                color: #fff;
                text-decoration: none;
                text-transform: capitalize;
                font-size: 14px;
                padding: 20px;
                width: 200px;
            }

                .BizCareMenus > ul > li > a > i {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                    text-transform: capitalize;
                    font-size: 35px;
                }


                .BizCareMenus > ul > li > a > span {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                    text-transform: capitalize;
                    font-size: 14px;
                    letter-spacing: 1px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .BizCareMenus > ul > li > a > p {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                    text-transform: capitalize;
                    font-size: 14px;
                    letter-spacing: 1px;
                }

.MenuDescription {
    display: none;
    background-color: #2196f3;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

    .MenuDescription > a {
        display: block;
        color: #fff;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 14px;
        letter-spacing: 1px;
        height: 100%;
        width: 100%;
        position: relative;
    }

.BizCareMenus > ul > li:hover .MenuDescription {
    display: block;
}

.BizCareMenus > ul > li:hover .BizCareMenus > ul > li > a {
    display: none;
}

.dataTables_info {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #bbb;
    margin: 10px 0;
}

.EditDeleteButtons {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #2196f3;
    padding: 0 10px;
    text-align: center;
    bottom: -5px;
}

    .EditDeleteButtons:hover {
        text-decoration: none;
        color: #e84e40;
    }



.Summary_Details {
    list-style: none;
    padding: 10px 0px 0px 0px;
    margin: auto;
    width: 100%;
    float: right;
    max-width: 450px;
}

    .Summary_Details > li {
        display: block;
        padding: 5px 0;
        overflow: auto;
    }

.final-li {
    border-top: 1px solid #ddd !important;
    padding: 15px 0 !important;
    margin-top: 10px;
}

.Summary_Tag {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #2196f3;
    width: 95%;
    text-align: left;
    position: relative;
    vertical-align: middle;
}

.final-value-text {
    font-size: 20px;
    text-transform: uppercase;
}

    .final-value-text::after {
        display: none;
    }



.Summary_Tag::after {
    content: ":";
    margin-left: 5px;
    float: right;
}

.Summary_Value {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #2d323e;
    width: 100%;
    text-align: right;
}

.final-value {
    font-size: 24px;
    text-transform: uppercase;
}

.Summary_Details_display_inline {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    overflow: auto;
}

.text-highlight {
    color: #2196f3;
    display: inline-block;
    font-weight: bold;
}

.highlight_Row_1 {
    background-color: #b1cbd8;
}

.highlight_Row_2 {
    background-color: #d8b1d0;
}

.highlight_Row_3 {
    background-color: #aed4bf;
}

.highlight_Row_4 {
    background-color: #e6bf51;
}

.highlight_Row_5 {
    background-color: #74caea;
}
.highlight_Row_6 {
    background-color: #efe4e4;
}


.input-file-upload {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 5px dashed #ddd;
    padding: 20px;
    margin-bottom: 15px;
}

 .input-file-upload > input[type="file"] {
        opacity: 0;
        position: absolute;
        height: 100%;
        z-index: 1;
        top: 0;
        width: 100%;
        left: 0;
 }

.input-file-upload-td {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.input-file-upload-td > input[type="file"] {
        opacity: 0;
        position: absolute;
        height: 100%;
        z-index: 1;
        top: 0;
        width: 100%;
        left: 0;
}

.Image-upload-wrapper {
    width: 100%;
    color: #707070;
}

.Image-upload-wrapper img {
        display: block;
        max-width: 100%;
        height: auto;
}

#icon-img {
    margin: auto auto 15px;
    width: 60px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

#icon-img-td {
    margin: auto auto 0px;
    width: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.preview-image-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .preview-image-list > li {
        display: inline-block;
        width: 250px;
        padding: 0 15px;
    }

        .preview-image-list > li > span {
            white-space: nowrap;
            overflow: hidden;
            display: block;
            text-overflow: ellipsis;
        }

.Image-upload-wrapper h5 {
    font-size: 18px;
}

.invalid-filetype {
    display: inline-block;
    margin: 0;
    background-color: #dc3545;
    color: #fff;
    padding: 10px;
    font-size: 14px !important;
}

.image-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    width: auto;
    padding: 10px 20px;
    line-height: 1.5;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 3px;
    font-weight: 500;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    border: none;
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: 0;
    background-color: #2196f3;
}


.loader {
  color: #000000;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  top:45%;
  left:55%;
  width: 1em;
  height: 1em;
  /*width:142px;
  height:40px;*/
  border-radius: 50%;
  /*margin: 72px auto;*/
  margin:-20px 0 0 -71px;
  position: absolute;
  z-index:10000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ImageUploadDiv1{
    padding-left:20px;
}

.ImageUploadDiv2{
    padding-left:5px;
    padding-right:0px;
}