﻿body {
    font: 80% "Trebuchet MS", sans-serif;
    margin: 0;
    padding: 0;
}

.login {
    margin: auto;
    text-align: center;
    width: 230px;
}

.Link:hover {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.Tabl1 {
    border-spacing: 0;
    background-color: #f1f1f1;
    border-color: #e0e0e0;
}

    .Tabl1 th, td {
        padding: 0px 5px 0px 5px;
        margin: 0px;
        border-style: solid;
        border-width: thin;
        border-color: #e0e0e0;
    }

    .Tabl1 th {
        border-style: solid;
        border-width: thin;
        border-color: #e0e0e0;
        color: #000000;
    }

/*.Tabl2 {
    border-spacing: 0;
}

    .Tabl2 th, td {
        padding: 0;
        margin: 0px;
        border-style: none;
    }*/

.Lin {
    text-decoration: none;
}

    .Lin:hover {
        color: blue;
        text-decoration: underline;
        cursor: pointer;
    }

.twoDiv {
    display: inline-block;
}

.FullScreen {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.NotVisible {
    display: none;
}

.icons {
    height: 20px;
}

.r {
    text-align: right;
}

.c {
    text-align: center;
}

.b {
    font-weight: bold;
}


.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
    background: #5c636a !important;
}