﻿
#import-wizard .dataTables_scroll table {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-collapse: separate;
    border-spacing: 0;
}

#import-wizard .dataTables_scroll td,
#import-wizard .dataTables_scroll th  {
    border: 1px solid #dddddd;
    text-align: center;
    vertical-align: middle;
    background-color: white;
}

#import-wizard .dataTables_scroll td {

}
#import-wizard .dataTables_scroll th {
    background-color: #eeeeee;
}

#selection-table td.selected {
    background-color: #eeeeee;
}

#selection-table td.selected-top {
    border-top: 1px solid black;
}

#selection-table td.selected-bottom {
    border-bottom: 1px solid black;
}

#selection-table td.selected-right {
    border-right: 1px solid black;
}

#selection-table td.selected-left {
    border-left: 1px solid black;
}

input.narrow {
    width: 90px;
}
select.narrow {
    width: 120px;
}
#new-meter .form-control {
    max-width: 200px;
}
#x-axis-range,
#y-axis-range {
    width: 70px;
}
#XAxisFormat,
#YAxisFormat {
    width: 150px;
}
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned td {
    background-color: #eeeeee;
    text-align: center;
    border: 1px solid #dddddd;
    font-weight: bold;
    border-collapse: separate;
}

#export-wizard input.export-time-period {
    width: 60px;
    text-align: center;
    display: inline-block;
}
#export-wizard input.date {
    width: 100px;
    text-align: center;
    display: inline-block;
}
#export-wizard select.time {
    width: 100px;
    text-align: center;
    display: inline-block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#import-wizard div.dataTables_info {
    display: none;
}
.dataTables_length {
    float: right;
    padding: 5px;
}
a.update-chart, a.update-chart-disabled {
    background-color: #2b9749 !important;
}
