﻿.numberbox .textbox-text {
    text-align: right;
}

.tree-indent, .tree-hit {
    transform: scale(1.4);
}

.datagrid-header td {
    border-color: white;
    color: white;
    text-shadow: 1px 1px 0px #000000;
    background: -webkit-linear-gradient(#999,#666);
    background: -o-linear-gradient(#999,#666);
    background: -moz-linear-gradient(#999,#666);
    background: linear-gradient(#999,#666);
    padding-top: 1px;
    padding-bottom: 1px;
}

.datagrid-row {
    background: #ccffff !important;
}

.datagrid-footer .datagrid-row {
    color: yellow !important;
    height: 32px !important;
    background: #000066 !important;
    border: thick;
    text-shadow: black 1px 1px 1px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.datagrid-row-alt {
    background: #ffffcc !important;
}

.switchbutton-off {
    background-color: white;
}

.textbox-label {
    display: inline-block;
    line-height: 10px;
    vertical-align: middle;
    text-overflow: initial;
    white-space: pre-wrap;
    padding-right: 5px;
    overflow: hidden;
    margin: 0px;
}

.input-readonly {
    background-color: lightgray !important;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.label-readonly {            
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-header {
    width: 100%;
    background-color: #2d3e50;
}

.page-title {
    color: white;
    font-family: Georgia;
    font-size: 16pt;
    font-weight: bold;
    padding-left: 15px;
}

.page-header2 {
    width: 100%;
    background-color: #f2f5f7;
}

.page-title2 {
    color: black;
    font-family: Georgia;
    font-size: 16pt;
    font-weight: bold;
    padding-left: 15px;
}

.page-toolbar {
    padding-right: 15px;
    text-align: right;
}

.filter-table {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    width: 100%;
    padding-top: 5px;    
}

.panel-body {    
    background-color: #f2f5f7 !important;
}

.color-red {
    color: red;
}

.color-blue {
    color: blue;
}

.color-black {
    color: black;
}

.cell-link {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

hr {
    padding: 0px;
    margin: 0px;
    font-size: 1px;
    text-align: center;
    width: 100%;
}

.word-wrap {
    white-space: pre-wrap; /* current browsers */
    word-wrap: break-word;
    /*display: inline-block;*/
}

.quote-info {
    background: navy;
    color: white;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    font-family: Tahoma;
    font-weight: bold;
}

.info-highlight {
    color: yellow;
}
