﻿  .xhtmlGridContainer {
        /*height: 290px;*/
        /*height: 40%;*/
        width: 100%;
    }

    .xhtmlGrid {
        overflow-x: auto;
        white-space: nowrap;
        border: 1px solid white;
        height: 212px;
        margin-top: 1px;
        margin-bottom: 1px;
        background: white;
        /*font-family:'Times New Roman' ;*/
        font-size: smaller;
    }

        .xhtmlGrid table, .xhtmlGrid th, .xhtmlGrid td {
            border: 1px solid grey;
            /*overflow: hidden;*/
        }

        .xhtmlGrid table {
            table-layout: fixed;
        }

    .FileDataContainer {
        overflow: scroll;
        width: 100%;
        /*height: 300px;*/
        height: 400px;
        border: 1px solid #b1b1b1;
        padding: 15px 15px;
    }

    /*   .Theader {
                        border: 1px solid #2B4C6F;
                        padding: 10px 10px 3px 10px;
                        background: #2B4C6F;
                        color:#fff;
                        width: 100%;
                        word-wrap:break-word;
                        height: 40px;
                        font-size: 14px;
                        font-weight: bold;
                    }*/
    .Theader {
        text-align: center;
        border: 1px solid #2B4C6F;
        padding: 5px 10px 3px 10px;
        background: #d0d0d0;
        color: black;
        width: 100%;
       
    }

    .theadermain {
        border: 1px solid #00727D;
        padding: 3px 10px;
        background: #509f63;
        color: #fff;
        width: 50%;
        height: 40px;
        padding-top: 10px;
        font-size: 16px;
        display: inline-block;
        border-bottom: 4px solid #00727D;

    }

    .theaderexcel {
        border: 1px solid #2B4C6F;
        padding: 20px 10px;
        background: #2B4C6F;
        color: #fff;
        width: 50%;
        float: right;
        height: 40px;
        text-align: right;
        text-decoration: underline;
        color: #fff;
        font-size: 10px;
    }

    .SelectorS {
        /*border: 1px solid #2B4C6F;*/
    }

    .innerSelectorS {
        border: 1px solid #2B4C6F;
    }

    .babasclass {
        color: #555;
        cursor: default;
        background-color: #d6d6d6;
        border: 1px solid #ddd;
    }

    .download-com {
        color: #fff;
        font-size: 12px;
    }

    .xbrl-btn {
        margin: 10px;
    }

    .padd-top2 {
        padding-top: 2px !important;
    }

    .tab-rightx {
        padding: 2px 3px 0px 3px;
        margin-left: -60px;
        float: right !important;
        background-color: #fff;
        padding: 0px;
    }

    .tab-display {
        display: none;
    }

    .tblHeader {
        overflow-x: auto;
        width: 100%;
        padding-top: 15px;
        word-wrap: break-word;
        font-size: 13px;
    }

    .disc-dir {
        padding: 5px 10px;
        font-size: 12px;
        font-weight: bold;
    }

    .disc-cont {
        width: 1100px;
        padding-top: 15px;
    }

    .tab-col {
        padding: 10px 10px;
        font-size: 12px;
        font-weight: bold;
    }

    .hgt-15 {
        height: 150px;
    }

    .theaderexcel a:hover {
        color: #fff;
    }

    .theaderexcel a:visited {
        color: #fff;
    }

    .nav > li > a {
        padding: 4px 8px;
    }

  .toggle-button {
        background-color: #007073;
        margin: 5px 0;
        border-radius: 20px;
        height: 20px;
        cursor: pointer;
        width: 35px;
        position: relative;
        display: inline-block;
        user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
            margin-left: 10px;
    }

    .toggle-button button {
        cursor: pointer;
        outline: 0;
        display: block;
        position: absolute;
        top: 0;
        border-radius: 15px;
        width: 53px;
        height: 23px;
        background-color: white;
        float: left;
        /*margin: -3px 0 0 -3px;*/
       box-shadow: 0 0 4px rgba(0,0,0,0.1);
        transition: left 0.3s;
        left: -25px;
        border:0px;
    }

    .toggle-button-selected {
        background-color: #007073;
        border: 2px solid #509f63;
    }

        .toggle-button-selected button {
            left: 6px;
            top: -3px;
            margin: 0;
            border: none;
            width: 53px;
            height: 23px;
            box-shadow: 0 0 4px rgba(0,0,0,0.1);
            border-radius: 10px;
        }
