﻿.dMindButton {
    border: solid 3px silver;
}

.SimpleText {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 10pt;
}

.tabbox {
    height: 238px;
    width: 100%;
    overflow: scroll;
}

.Links {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 9pt;
}

.grouph {
    color: silver;
}

input[type='checkbox'], input.checkbox {
    height: 15px;
    width: 15px;
    border: 0px;
}

.Label {
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
    font-weight: normal;
    font-size: 11px;
    text-align: right;
}

.Label2 {
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
    font-weight: normal;
    font-size: 11px;
    width: 90px;
}

.Data {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.Data2 {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: black;
}

.DataRow3 {
    height: 26px;
}

.Data3 {
    width: 100%;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: black;
    background-color: whitesmoke;
}

.GridTableHeader {
    border-style: none;
}

.Nisse {
    border-style: none;
}

.url {
    white-space: nowrap;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}

.HeaderEdit {
    background-color: #F5F5F5;
}

.dxgvInlineEditRow, .dxgvDataRow {
    height: 12px;
    overflow: hidden;
    cursor: pointer;
}

.dxeEditArea {
    font-family: Arial;
    font-size: 9pt;
    border: solid 2px gray;
}

#FormView1 {
    border-collapse: collapse;
}

.cf {
    height: 20px;
    font-family: Arial;
    text-indent: 2px;
    padding: 2px;
    background-color: whitesmoke;
}

.tooltip {
    font-family: Arial, sans-serif;
    font-size: 9px;
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

    .tooltip span {
        font-family: Arial, sans-serif;
        font-size: 9px;
        margin-left: -999em;
        position: absolute;
    }

    .tooltip:hover span {
        font-family: Arial, sans-serif;
        font-size: 5px;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
        position: absolute;
        font-size: 9px;
        left: 1em;
        top: 2em;
        z-index: 99;
        margin-left: 0;
        width: 250px;
    }

    .tooltip:hover img {
        font-family: Arial, sans-serif;
        font-size: 5px;
        border: 0;
        margin: -10px 0 0 -55px;
        float: left;
        position: absolute;
    }

    .tooltip:hover em {
        font-family: Airal, sans-serif;
        font-size: 5px;
        display: block;
        padding: 0.2em 0 0.6em 0;
    }

.classic {
    font-family: Arial, sans-serif;
    font-size: 5px;
    padding: 0.8em 1em;
}

.custom {
    font-family: Arial, sans-serif;
    font-size: 5px;
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.classic {
    background: #FFDFAF;
    border: 2px none silver;
}

.critical {
    background: #FFCCAA;
    border: 1px solid #FF3334;
}

.help {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

/*.dxsplPaneCollapsed, .dxsplLCC, .dxsplCC, .dxsplPane, .smooth, .dxnbSys, .dxsplControl {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

.info {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.warning {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}
/*
.DetailsTable
{
   border: thin solid Gray;
   border-collapse: collapse;
   border-spacing: 2px;
   empty-cells: show;
}
 -- Buttons -- 
.dxeButtonEditButton, .dxeCalendarButton, .dxeSpinIncButton, .dxeSpinDecButton, .dxeSpinLargeIncButton, .dxeSpinLargeDecButton
{
    vertical-align: middle;
    cursor: pointer;
}
.dxeButtonEditButton, .dxeCalendarButton, .dxeButtonEditButton td.dx, .dxeCalendarButton td.dx, .dxeSpinIncButton, .dxeSpinDecButton, .dxeSpinLargeIncButton, .dxeSpinLargeDecButton, .dxeSpinIncButton td.dx, .dxeSpinDecButton td.dx, .dxeSpinLargeIncButton td.dx, .dxeSpinLargeDecButton td.dx
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
}
.dxeButtonEditButton, .dxeSpinIncButton, .dxeSpinDecButton, .dxeSpinLargeIncButton, .dxeSpinLargeDecButton
{
    padding: 0px 2px 0px 3px;
    background-repeat: repeat-x;
    background-position: top;
    background-color: #e6e6e6;
}
.dxeSpinIncButton
{
    background-repeat: repeat-x;
    background-position: top;
    background-color: #F0F0F0;
}
*/
