﻿.Grid {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
}
.Grid .hider {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 49;
    background-color: White;
    cursor: wait;
}
.Grid .a {
    float: left;
    border-bottom: 1px solid #9F9F9F;
    background: #F9B84E;
    font-family: Verdana;
}
.Grid .b {
    overflow: hidden;
    border-bottom: 1px solid #9F9F9F;
    background: #F9B84E;
    font-family: Verdana;
}
.Grid .c {
    float: left;
    overflow: hidden;
    border-right: 1px solid #9F9F9F;
}
.Grid .d {
    overflow: scroll;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none; /* -moz-user-select: -moz-none; */
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Grid .d:focus {
    outline: none;
}
.Grid .h .th {
    float: left;
    overflow: hidden;
    padding: 1px 1px 0px 2px;
    border-right: 1px solid #9F9F9F;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.Grid .t {
    clear: both;
    height: 26px;
    background: #D9A84E;
}
.Grid .t .subt {
    float: left;
    overflow: hidden;
    padding: 4px 1px 0px 0px;
    height: 26px;
    border-right: 1px solid #9F9F9F;
    color: #225;
    vertical-align: middle;
    text-align: right;
    user-select: text;
    -webkit-user-select: text;
    white-space: nowrap;
    text-overflow: clip;
}
.Grid .t .sum {
    background: url(../_images/Tools/sum_icon.png) no-repeat 1px 3px;
}
.Grid .t .avg {
    background: url(../_images/Tools/avg_icon.png) no-repeat 1px 3px;
}
.Grid .t .min {
    background: url(../_images/Tools/min_icon.png) no-repeat 1px 3px;
}
.Grid .t .max {
    background: url(../_images/Tools/max_icon.png) no-repeat 1px 3px;
}
.Grid .title {
    float: left;
    margin: 2px;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none; /* -moz-user-select: -moz-none; */
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Grid .resize {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    width: 4px;
    height: 36px;
    cursor: e-resize;
}
.Grid .resizeLine {
    position: absolute;
    z-index: 3;
    width: 1px;
    height: 150px;
    border: 1px dotted black;
}
.Grid .mover {
    background-color: #000;
    width: 4px;
    opacity: 0.3;
    position: absolute;
}

.Grid input {
    border: 1px solid #777;
}
/*******************************************/
.Grid .group0, .Grid .group1, .Grid .group2 {
    height: 16px;
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
    cursor: default;
}
.Grid .group0 {
    padding: 5px 5px 4px 5px;
    border-bottom: 2px solid #ddd;
    letter-spacing: 2px;
    font-size: 18px;
}
.Grid .group1 {
    padding: 5px 20px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 1px;
    font-size: 16px;
}
.Grid .group2 {
    padding: 5px 30px;
    border-bottom: 1px dotted #ddd;
    font-size: 14px;
}
.Grid .group0 .name:after, .Grid .group1 .name:after, .Grid .group2 .name:after {
    content: ": ";
}
.Grid .selected .td {
    background-color: #FC6;
}
.Grid .td {
    float: left;
    overflow: hidden;
    padding: 2px 2px 1px 2px;
    height: 100%;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.Grid .td > div {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: inherit;
    white-space: nowrap;
}
.Grid .td .progress
{
    width:100%;
height: 16px;
    margin:0px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }
.Grid .td .progress .progress-bar 
{
background-size: 40px 40px;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);    
    
width: 0px;
height: 100%;
font-size: 12px;
color: #ffffff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.Grid .td .progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.Grid .td .progress.yellow .progress-bar
{
background-color: #f0ad4e !important;
    }
.Grid .td .progress.green .progress-bar
{
background-color: #5cb85c !important;
    }
.Grid .td .progress.red .progress-bar
{
background-color: #d9534f !important;
    }
.Grid .td .progress.red .progress-bar
{
background-color: #d9534f !important;
    }
.Grid .boolT {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAB90RVh0U29mdHdhcmUAUGFpbnQuTkVUID8/Pz8/PyAzLjUuNJDNM/cAAAA/SURBVChTY2AgE3wC6nuDS+9aoMRfIM5GVtAM5OgAcRYQ/wLiRnTd36G6nuIz+g9Q8j8Q5+GyWxyqAGQV8QAALqAN+OZREysAAAAASUVORK5CYII=);
    background-position: center center;
    background-repeat: no-repeat;
}
.Grid .boolF {
    background-image: none;
}
.Grid .v > div {
    clear: both;
}
.Grid .td span {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}
/***********************************************************/
.Grid .s {
    clear: both;
    height: 22px;
    cursor: default;
}
.Grid .s input {
    user-select: text;
    -webkit-user-select: text;
}
.Grid .s input:focus {
    background-color: #EFF8F6;
}
.Grid .s .drop {
    float: right;
    width: 9px;
    height: 19px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAMAAAB1GNVPAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAwBQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAszD0iAAAAQB0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AFP3ByUAAAAfdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCA/Pz8/Pz8gMy41LjSQzTP3AAAAF0lEQVQYV2NggIL/YPo/w38QA0j8h2AAb7AL9ZUUEA0AAAAASUVORK5CYII=);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.Grid .s .drop:hover {
    background-color: #DDD;
}
/***********************************************************/
.Grid .g {
    position: absolute;
    z-index: 2;
    padding: 2px 0px 0px 4px;
    border-top: 1px solid #9F9F9F;
    background-color: #DEDEDE;
    cursor: default;
}
.Grid .g .title {
    overflow: hidden;
    width: 125px;
    white-space: nowrap;
    font-weight: bold;
}
.Grid .g .s {
    float: left;
    clear: none;
}
/***********************************************************/
.Grid .sort {
    float: left;
    width: 7px;
}
.Grid .sort.A {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAABGdBTUEAALGPC/xhBQAAAB90RVh0U29mdHdhcmUAUGFpbnQuTkVUID8/Pz8/PyAzLjUuNefKA2EAAAAtSURBVBhXY2BgYPgPxBeBmBeIYQDEB4mDAYgBwqeQ2EhqEQrgOlBkkY0CSQAATcgMcKd7vn0AAAAASUVORK5CYII=);
    background-position: center center;
    background-repeat: no-repeat;
}
.Grid .sort.D {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAABGdBTUEAALGPC/xhBQAAAB90RVh0U29mdHdhcmUAUGFpbnQuTkVUID8/Pz8/PyAzLjUuNefKA2EAAAAlSURBVBhXY2BABf/R+HAuSAKGUdTABE+hKwBJXARiXiTlIP5/ADDSDHAcUrgcAAAAAElFTkSuQmCC);
    background-position: center center;
    background-repeat: no-repeat;
}
.Grid span > a {
    padding-left: 13px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGBQTFRF////AGb/AGbMmcz/M5nMZpnM////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7feQVwAAAAd0Uk5T////////ABpLA0YAAAA6SURBVHjaJMtBDgBABARBs4P/P3kbfZCKEE3aAmUFLVu5fCQfGQ7nciTV0GW9zp4Ds+B5SMcLfgEGADSKAPVZzedhAAAAAElFTkSuQmCC);
    background-position: left center;
    background-repeat: no-repeat;
    color: inherit;
    text-decoration: none;
}
.Grid span > a:hover {
    text-decoration: underline;
}

.Grid .b .searchColumn {
    position: absolute;
    border-radius: 4px;
    padding: 5px;
    left:0px;
    color: black;
    font-size:22px;
    border: 1px solid gray;
    box-shadow: 7px 7px 17px 0px #0c0101;
    background: #ffffc9;
    font-family: inherit;
}