﻿body{
    font-family:Calibri !important;
}

.dateheader {
    background-color: #b51c1c;
    color: white;
    padding: 4px 16px;
    font-family: Calibri;
    font-size: 16px;
    position: absolute;
    right: 90px;
    font-size: 12px;
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.manualheader {
    background-color: #5c95d4;
    color: white;
    padding: 4px 16px;
    font-family: Calibri;
    font-size: 16px;
    position: absolute;
    right: 190px;
    font-size: 12px;
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.logo {
    display: block;
}

    .logo img {
        margin-top: -10px;
        display: inline;
    }

    .logo span {
        display: inline;
        color: #4f8ac3;
        font-weight: bold;
        background-color: #f5f5f5;
    }

.header_bar {
    background-color: #5c95d4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 8px;
    position: absolute;
    z-index: -9999;
}

.page-header {
    margin-top: 10px !important;
}

.gvleft tr th {
    float: left;
    width: 100px;
}

.gvleft tr td {
    float: left;
    width: 100px;
}

.quick_controls {
    position: absolute;
    width: auto;
    top: 0px;
    left: 300px;
}

.table tr td {
    vertical-align: middle !important;
}

input {
    /*max-width: 160px !important;*/
}

.label_field {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

.text-hide-indent {
    text-indent: -9999px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.app_menu_item {
    padding: 5px 0 !important;
    vertical-align: central;
    font-weight: bold !important;
    text-align: center;
    font-size: 12px !important;
}

.relative {
    position: relative;
}

.version-info {
    background-color: white;
    border: solid 1px #5c95d4;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    left: 40px;
    z-index: 9999;
    font-size: 11px;
    padding: 5px;
}

.dg-logo {
    background-image: url("../img/dg-logo.png");
}

    .dg-logo:hover {
        background-image: url("../img/DG-logo-hover.png");
    }

.table_header {
    background-color: #aea79f;
    font-size: 11px;
    color: white;
    font-weight: bold;
    margin: 0px;
    padding: 4px 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}