﻿


.da-sheet-holder {
    clear: both;
}
.da-sheet-table-wrap{
    padding:0 0.5em;
    /*max-height: 660px;
    overflow: auto;*/
}

.da-datasheet-loading {
    font-size: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #4F81BD;
}
.daChangesSheet .da-datasheet {
    table-layout: fixed; /*fix for Edge- overstreching changes table*/
}

.da-fixed{
    table-layout: fixed;
}

.rndheader,
.rndheader th{
    background: orange !important;
}

.failheader,
.failheader th {
    background: #e61010 !important
}

.da-datasheet {
    width: 100%;
    border-collapse: collapse;
    /*overflow: hidden;*/ /*this will loose the bottom border in IE and Edge*/
    color: black;    
}

    .da-datasheet tbody tr:nth-child(2n+1) {
        background-color: #F4F4F4;
    }

            .da-datasheet thead tr:last-child{
                border-bottom: 2px solid #4F81BD;
                background-color: #FFF;
            }

            .da-datasheet tbody tr:last-child td,
            .da-datasheet tfoot tr:last-child td {
                padding-bottom: 6px;
            }

            .da-datasheet tbody tr td,
            .da-datasheet tfoot tr td {
                padding-top: 5px;
                padding-bottom: 1px
            }

            .da-datasheet tbody tr{
                padding-top: 8px;
            }


            .da-datasheet tbody {
                border-bottom: 1px solid #4F81BD;
                border-top: 1px solid #4F81BD;
              
            }

            .da-datasheet tfoot {
                border-bottom: 2px solid #4F81BD;
            }

                    .da-datasheet tfoot tr:last-child {
                        border-bottom: none !important;
                    }


        .da-datasheet td,
        .da-datasheet th {
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 2px;
        }

            .da-datasheet tbody td,
            .da-datasheet tfoot td {
                vertical-align: top;
                padding-top: 4px;
                padding-right: 5px;
                padding-left: 5px;
                text-align:right;
            }
  
            .da-datasheet tbody td {
                border-right: 1px solid rgba(0, 0, 0, 0.15);
            }

                /*.da-datasheet tbody td:last-child,
                .da-datasheet tfoot td:last-child {
                    border-right: none;
                }*/
               
           /*this for ie*/
                .da-datasheet tbody td:first-child:hover,
                .da-datasheet tfoot td:first-child:hover {
                    overflow:visible;
                    /*white-space:normal;*/
                }
            /*end for ie*/

            .da-datasheet thead th {
                padding-top: 6px;
                border-right: 1px solid rgba(255, 255, 255, 0.15);
            }

            .da-datasheet tfoot td {
                padding-top: 6px;
                border-right: 1px solid rgba(0, 0, 0, 0.15);
            }

            .da-datasheet th {
                height: 1.4em;
                vertical-align: middle;
                padding: 3px 6px 3px 4px;
            }
            .da-datasheet thead tr:first-child th {
                background: #4F81BD;
                color: white;
            }
                .da-datasheet-darker thead tr:first-child th {
                    background-color: #2a4b63 !important;
                    color: white;
                }
            .da-datasheet thead tr:nth-child(2) th {
                    color: #333;
                }

.da-datasheet-sorted {
                background: rgba(214, 232, 255, 0.6);
                font-weight: bold;
            }

.da-datasheet-notsorted {
                background: red;
            }

.da-actionheader th {
            background: white !important;
            color: black;
            padding-top: 2px !important;
            padding-bottom: 0;
        }
        .da-datasheet tbody tr:nth-child(n+2) {
            border-top: 1px solid #EEE;
        }

.da-fade {
    color: #888;
}

        .da-purple{
            color: rgb(175, 85, 230);
        }

        .da-hidden-origin {
            min-width: 10px;
        }

        .da-datasheet tfoot tr {
            color: black;
            background: white;
        }

        .da-content {
            display: flex;
            height: 1.5em;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 0%;
            font-size: 1em;
            padding-left: 2px;
            align-items: center;
        }


        .da-cell {
            display: flex;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 0%;
            justify-content: flex-end;
        }

.da-cell-left {
    justify-content: flex-start !important;
    font-size:0.9em;
    align-items: center;
}
    .da-cell-left a{
        font-size:1.1em;
    }
    
    .da-cell-centre {
        justify-content: center;
    }

        .da-sheet-btn {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: rgba(56, 91, 133, 0.8);
            color: white;
            font-weight: normal;
            font-style: normal;
        }
         .da-sheet-btn:hover {
            background: #385B85;
        }
        

        .da-sheet-btn-col {
            width: 30px;
        }

        .da-positive {
            color: blue;
            font-size: 0.85em;
        }

        .da-negative {
            color: red;
            font-size: 0.85em;
        }

        .da-small{
            font-size: 0.85em;
            margin-top: 0.075em;
        }

        .da-positive-foot {
            color: blue;
            font-size: 0.85em;
        }

        .da-negative-foot {
            color: red;
            font-size: 0.85em;
        }

        .da-perc {
            font-size: 0.85em;
        }


        .da-datasheet-footnote {
            margin: 1em 20px;
            font-style: italic;
            color: #4F81BD;
            text-align: justify;
        }

            .da-datasheet-footnote span {
                font-weight: bold;
                color: #4F81BD;
            }

        .italic {
            font-style: italic;
        }

        .nudge10{
            padding-left: 10px;
        }

        .da-sortable:hover {
            color: rgb(255, 198, 0);
            cursor: pointer;
        }

.da-sheet-toolbar {
    margin-bottom: 0.5em;
    clear: both;
    padding: 0 0.5em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
    .da-sheet-toolbar h2 {
        display: inline-block;
        margin: 0 1em 0.5em 0;
        font-family: Helvetica, Arial, sans-serif;
        padding-left: 8px;
        padding-top: 0.85em;
        padding-right: 1em;
        font-weight: 600;
        text-align: left;
        max-width: 50%;
    }

.da-sheet-toolbar-btnHolder {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.da-sheet-scroll-btn {
    display: block;
    padding: 4px;
    margin-right: 10px;
    min-width: 4em;
    font-weight: bold;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    height: 2em;
    display: flex;
    align-items: center;
}

.da-sheet-view-btn {
    height: 30px;
    align-content: center;
    align-items: center;
    display: flex;

    margin-left: 4px;
    min-width: 4em;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #333;
    align-items: center;
    font-weight: bold;
    font-size: 0.9em;
    border: 1px solid #777;
    border-radius: 2px;
}

    .da-sheet-view-btn a {
        padding: 4px 8px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        color: #333;
    }

        .da-sheet-view-btn:hover,
        .da-sheet-view-btn a:hover {
            color: #4f81bd;
            text-decoration: none;
        }


.da-sheet-view-btn-active{
    border: 1px solid rgb(79, 129, 189);
    background: rgb(79, 129, 189) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    cursor: default;
}
    .da-sheet-view-btn-active a {
        color: white;
        cursor: default;
    }
.da-sheet-view-btn-active a:hover{
    text-decoration: none;
    color: white;
}

            .da-sheet-scroll-btn i {
                color: #4F81BD;
            }

.da-sheet-scroll-btn:hover {
                background: rgba(214, 232, 255, 0.6);
            }
        

        .da-sheet-scroll-btn-disabled {
            color: #DDD;
            cursor: default;
        }

    .da-sheet-scroll-btn-disabled:hover {
            background: white;
        }

            .da-sheet-scroll-btn-disabled i {
                color: #DDD;
            }

            .da-sheet-scroll-btn-disabled:active i {
                color: #DDD;
            }

        .da-sheet-content-divide {
            border-bottom: 1px dashed rgb(113, 175, 195);
            height: 1.5em;
            margin-bottom: 6px;
        }

        .da-chart-launch {
            cursor: pointer;
        }

            .da-chart-launch:hover,
            .da-expand:hover {
        color: rgb(255, 198, 0);
            }

        .da-expand {
            margin-top: 2px;
            color: #4F81BD;
        }

.da-datasheet-small-col {
    width: 75px;
}
.da-datasheet-last-col {
    width:125px;
}
/*table.da-datasheet tbody tr td:last-child div div{
    font-size: 1em;
    font-weight:bold;
}*/

.da-datasheet-right-btn {
        margin-right: 10px;
        margin-top: 15px;
        height: 2em;
        vertical-align: middle;
        text-align: center;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid rgb(238, 238, 238);
        float: right;
        margin-left: -1000px;
        font-weight: bold;
        cursor: pointer;
        padding: 5px 10px;
    }

.da-sheet-right-btn:hover {
    background: rgba(214, 232, 255, 0.6);
}

.da-asterix-red::after {
    content: '*';
    font-family: 'Helvetica,Arial,sans-serif';
    color: red;
}
.da-asterix::after {
    content: '*';
    font-family: 'Helvetica,Arial,sans-serif';
}
.da-asterix-two::after {
    content: '**';
    font-family: 'Helvetica,Arial,sans-serif';
}
.da-cross::after {
    content: '†';
    font-family: 'Helvetica,Arial,sans-serif';
}

@font-face {
  font-family: 'Guest';
  src: url('/fonts/guest.eot');
  src: url('/fonts/guest.woff') format('woff'), url('/fonts/guest.ttf') format('truetype'), url('/fonts/guest.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.da-guest{
    font-family: 'Guest'
}

.da-sheet-guest-banner{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.da-sheet-code {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 10px;
}

.da-cagr{
    font-size: 1em !important;
}

.da-datasheet-wrapper{
    margin-top: 1em;
}

.da-qcons{
    color: #ff00fc;
}
.da-qcons2{
    color: rgb(23, 182, 0);
}

.da-view-button-container {
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: 1em;
}
.da-sheet-view-btn-label {
    display: inline-block;
}

.da-footnote2{
    margin-bottom: 0;
    margin-top: 5px;
}

.da-sheet-filterbar{
    padding: 10px;
    margin-top: -42px;
}

.da-sheet-filterbar span{
    padding-right: 10px;
    font-weight:bold;
}

.da-sheet-filter{
    float:right;
    width:100%;
}

.da-sheet-filter-label {
    margin-right: 0.5em;
    width:7em;
    display:block;
    float:left;
    padding:0.6em 0;
    text-align:right;
}

.da-sheet-filter-drop {
    width: 15em;
    display: block;
    padding: 4px 12px 4px 4px;
}

.da-cell-50{
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}
.da-cell-40-nomax {
    width: 40px;
    min-width: 40px;
}
.da-cell-50-nomax {
    width: 50px;
    min-width: 50px;
}
.da-cell-75{
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}
.da-cell-100{
    /*width: 100px;*/
    min-width: 100px;
    max-width: 100px;
}
.da-cell-120 {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}
.da-cell-150{
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}
.da-cell-200{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
.da-cell-300 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}
.da-cell-400 {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.da-shrink{
    background-color: steelblue !important;
}

.da-shrink td div {
    height: 0px;
    padding: 0;
    margin: 0;
}

.da-sheet-vertical-bottom{
    vertical-align: bottom !important;
    padding-bottom: 3px !important;
}

.da-grey{
    background-color: #FFEECC;
}

.da-blue-highlight {
    background-color: #F4FAFF;
}


.da-row-highlight{
    background-color: #fbfaeb;
    font-weight: bold;
    text-transform: uppercase;
}

.no-bold{
    font-weight: normal !important;
}

.black{
    color: black !important;
}


.da-header-highlight {
    color: rgb(255, 214, 0);
    font-style: italic;
}

.th-5{
    width: 5%;
}
.th-10 {
    width: 10%;
}
.th-15 {
    width: 15%;
}
.th-20 {
    width: 20%;
}
.th-25 {
    width: 25%;
}
.th-30 {
    width: 30%;
}
.th-35 {
    width: 35%;
}
.th-40 {
    width: 40%;
}
.th-45 {
    width: 45%;
}
.th-50 {
    width: 50%;
}
.th-55 {
    width: 55%;
}
.th-60 {
    width: 60%;
}
.th-65 {
    width: 65%;
}
.th-70 {
    width: 70%;
}
.th-75 {
    width: 75%;
}
.th-80 {
    width: 80%;
}
.th-85 {
    width: 85%;
}
.th-90 {
    width: 90%;
}
.th-95 {
    width: 95%;
}
.th-100 {
    width: 100%;
}

.da-beat {
    background-color: #3c85ba;
    font-weight: bold;
    color: #FFF;
}

.da-miss {
    background-color: #dd484a;
    font-weight: bold;
    color: #FFF;
}

.pad-4px {
    padding: 3px 5px 3px 3px !important;
}

.da-inlineb {
    background-color: #abc3e3;
    font-weight: bold;
    color: #FFF;
}

.da-inlinem {
    background-color: #fab2b5;
    font-weight: bold;
    color: #FFF;
}
.da-inline {
    background-color: #FFF;
    border: 1px solid #DDD;
    font-weight: bold;
    color: #FFF;
}

.da-indent{
    padding-left: 20px;
}



    /*.da-beat a,
    .da-miss a {
        color: #FFF !important;
    }

.da-inlineplus {
    background-color: #abc3e3;
}
.da-inlineminus {
    background-color: #fab2b5;
}

.da-inlineplus a,
.da-inlineminus a{
    color: #000 !important;
}*/

.q-override {
    background-color: white;
    margin: 3px -5px;
    padding-right: 6px;
}

.excel-icon{
    width: 100px;
}
    /*.excel-icon > a,
    .excel-icon > img {
        display: inline-block;
    }

.excel-icon::before{
    content: url('/img/excel.png')
}*/

    .ho80{
        filter: opacity(80%);
    }
    .ho80:hover{
        filter: none;
    }

    .tpeTable{
        width: 100%;

    }

    .tpeTable tr {

    }

    .tpeTable th {
        padding-bottom: 4px;
    }

    .tpeTable td {
        padding: 5px 0;
    }

    .tpeTable tfoot tr {
        border-top: 1px solid #EEE;
        font-weight: bold;
    }


    .tpeTable tr td:first-child{
        text-align: left;
    }

.sheetDrop {
    padding: 5px 5px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin-left: 10px;
    min-width: 180px;
}

.hh {
    background-color: #5a8ac6;
    color: white;
    padding-right: 4px;
    padding-top: 1px;
    border: 1px solid #FFF;
}
.ll {
    background-color: #f8696b;
    color: white;
    padding-right: 4px;
    padding-top: 1px;
    border: 1px solid #FFF;
}
.hm {
    background-color: #abc3e3;
    color: white;
    padding-right: 4px;
    padding-top: 1px;
    border: 1px solid #FFF;
}
.lm {
    background-color: #fab2b5;
    color: white;
    padding-right: 4px;
    padding-top: 1px;
    border: 1px solid #FFF;
}

.bgwhite{
    background-color: #FFF;
}

.preserve-case{
    text-transform: none !important;
    font-variant: normal !important;
}