﻿
:root {
    --accent-color: #006;
    --but-height: 65px;
}

.chartstrip1 {
    height: 20px;
    font-size: 16px;
    position: absolute;
    z-index: 150;
    float: right;
    padding: 0px 5px;
    right: 0px;
}

.chartstripzoom {
    height: 60px;
    font-size: 26px;
    position: absolute;
    z-index: 200;
    margin-top: -40px;
    right: 0px;
    text-align: right;
}

.charticon {
    float: right;
    margin-right: 5px;
    cursor: pointer;
    color: #000;
}

    .charticon:hover {
        color: #fff;
        text-shadow: 5px 5px 5px #000;
    }

.ChartClass {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease;    
    padding-right:0;/*Changes done as asked by harry sir on 06-08-2021*/
}

.zoomChart {
    width: 80vw;
    height: 70vh;
    position: fixed;
    top: 15vh;
    left: 15vw;
    z-index: 195;
}

.chart1 {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease;
}

    .chart1:hover {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26) !important;
    }

.ButtonS_1 {
    border: 1px solid #fff;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) !important;
    background-color: #337AB7;
    color: #fff;
    font-weight: 100;
    padding: 15px 13px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    margin: 5px;
    border-radius: 8px;
}

    .ButtonS_1:hover {
        border-top-color: #337AB7;
        border-bottom-color: #337AB7;
        background-color: #114F85;
        color: #fff;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 18px 15px rgba(0, 0, 0, 0.26) !important;
    }

.Button_G {
    border: 1px solid #fff;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) !important;
    background-color: #337AB7;
    color: #fff;
    font-weight: 100;
    padding: 10px 10px;
    font-size: 16px;
    text-align: left;
    min-width: 150px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    height: 100px;
    text-align: right;
    border-radius: 8px;
}

    .Button_G:hover {
        border-top-color: #337AB7;
        border-bottom-color: #337AB7;
        background-color: #114F85;
        color: #fff;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 18px 15px rgba(0, 0, 0, 0.26) !important;
    }

.Button_1 {
    border: 1px solid #fff;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) !important;
    background-color: #337AB7;
    color: #fff;
    font-weight: 100;
    padding: 10px 5px;
    font-size: 16px;
    text-align: left;
    min-width: 150px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    height: 100px;
    text-align: right;
    border-radius: 8px;
}

    .Button_1:hover {
        border-top-color: #337AB7;
        border-bottom-color: #337AB7;
        background-color: #114F85;
        color: #fff;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 18px 15px rgba(0, 0, 0, 0.26) !important;
    }







.Button_2 {
    border: 1px solid #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) !important;
    background-color: #5CB85C;
    color: #fff;
    font-weight: 100;
    padding: 10px 5px;
    font-size: 16px;
    text-align: left;
    min-width: 150px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    height: 100px;
    text-align: right;
    border-radius: 8px;
}

    .Button_2:hover {
        border-top-color: #5CB85C;
        border-bottom-color: #5CB85C;
        background-color: #269926;
        color: #ffffff;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 18px 15px rgba(0, 0, 0, 0.26) !important;
    }




.Button_3 {
    border: 1px solid #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) !important;
    background-color: #F0AD4E;
    color: #fff;
    font-weight: 100;
    padding: 10px 5px;
    font-size: 16px;
    text-align: left;
    min-width: 150px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    height: 100px;
    text-align: right;
    border-radius: 8px;
}

    .Button_3:hover {
        border-top-color: #F0AD4E;
        border-bottom-color: #F0AD4E;
        background-color: #BD730B;
        color: #ffffff;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 18px 15px rgba(0, 0, 0, 0.26) !important;
    }



.Button_4 {
    border: 1px solid #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) !important;
    background-color: #D9534F;
    color: #fff;
    font-weight: 100;
    padding: 10px 5px;
    font-size: 16px;
    text-align: left;
    min-width: 150px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    height: 100px;
    text-align: right;
    border-radius: 8px;
}

    .Button_4:hover {
        border-top-color: #D9534F;
        border-bottom-color: #D9534F;
        background-color: #C73834;
        color: #ffffff;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 18px 15px rgba(0, 0, 0, 0.26) !important;
    }


.Button_5 {
    border: 1px solid #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) !important;
    background-color: #337AB7;
    color: #fff;
    font-weight: 100;
    padding: 10px 5px;
    font-size: 16px;
    text-align: left;
    min-width: 150px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    height: 100px;
    text-align: right;
    border-radius: 8px;
}

    .Button_5:hover {
        border-top-color: #337AB7;
        border-bottom-color: #337AB7;
        background-color: #F4811F;
        color: #ffffff;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 18px 15px rgba(0, 0, 0, 0.26) !important;
    }



.Button_6 {
    border: 1px solid #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) !important;
    background-color: #5CB85C;
    color: #fff;
    font-weight: 100;
    padding: 10px 5px;
    font-size: 16px;
    text-align: left;
    min-width: 150px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    height: 100px;
    text-align: right;
    border-radius: 8px;
}

    .Button_6:hover {
        border-top-color: #5CB85C;
        border-bottom-color: #5CB85C;
        background-color: #3300FF;
        color: #ffffff;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 18px 15px rgba(0, 0, 0, 0.26) !important;
    }


.headerForm {
    overflow: hidden;
}




.chrtcls {
    transition: all 0.7s ease;
}

    .chrtcls:hover {
        transform: rotateZ(180deg);
        top: -5px;
        right: -3px;
        height: 70px;
    }

.butsum {
    height: 20px;
    width: 25px;
    background-color: #286090;
    padding: 2px;
    float: left;
    margin-left: 10px;
    border-radius: 3px;
    webkit-border-radius: 3px;
    moz-border-radius: 3px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
}

    .butsum:hover {
        cursor: pointer;
        box-shadow: 1px 1px 5px grey;
    }



.pckc {
    height: 0px;
    width: 0px;
    visibility: hidden;
    background-color: #D9EDF7;
    position: absolute;
    padding: 5px;
    border: 1px solid #BDDBF9;
    border-radius: 2px;
}



.rpttable {
    width: 100%;
    font-family: Arial;
    /*  display:inline; */
    table-layout: fixed;
}

.rpttablewrp {
    width: 100%;
    font-family: Arial;
    display: inline;
    /* table-layout:fixed;*/
}

.rptrow {
}

.rpttd {
    display: inline;
    border: 2px solid #CCC;
}




.Btooltip {
    position: relative;
    cursor: pointer;
}

    .Btooltip .Btooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .Btooltip .Btooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .Btooltip:hover .Btooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .Btooltip:hover {
        box-shadow: 0 0 5px #AAA;
    }
