﻿
body {
    font-family: sans-serif;
}

.butStyle {
    font-family: sans-serif;
    font-size: 10pt;
    background-color: #dedede;
    border: 1px solid #dedede;
    border-radius: 8px;
    text-align: left;
    pointer-events:visible;
}

    .butStyle:disabled {
        background: #dedede;
        color:green;
        pointer-events: none;
    }

.LBStyle {
    text-decoration: none;
    /*color: white;*/
    border:none;
    background-color:transparent;
}

    .LBStyle:disabled {
        color: lightgray;
    }

.CustomButton {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #51AAFD;
    border-radius: 6px;
    font-family: sans-serif;
    font-size: 11pt;
    font-weight: bold;
    border-spacing: 0;
    color: #ffffff;
    vertical-align: text-bottom;
    text-align: left;
    min-width: 80px;
}

    .CustomButton:disabled {
        background-color: #dedede;
    }

table, th, td {
    font-family: sans-serif;
    font-size:12pt;
}

#divButtons {
    position: relative;
    bottom: 0px;
    width: 100%;
    border-top: solid 2px #dedede;
    background-color: #2196f3;
    left: 0px;
    height: 30px;
    color: white;
    z-index: 120;
}

.CellHeight {
    border: solid 1px gray;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.gridView {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: transparent;
    overflow: auto;
    font-size: xx-small;
}

    .gridView tr td {
        /*border: none;*/
    }

    .gridView th {
        background-color: transparent;
        color: #3F4040;
        text-align: left;
        vertical-align: middle;
        height: 26px;
        border-left: none;
        border-right: none;
        border-top: solid 2px #efefef;
        border-bottom: solid 1px #efefef;
        border-color: #CC4343;
        font-weight: normal;
    }

        .gridView th a {
            background-color: transparent;
            color: #3F4040;
            text-align: left;
            vertical-align: top;
            height: 26px;
            border-left: none;
            border-right: none;
            font-weight: normal;
        }

    .gridView td {
        vertical-align: top;
        border-bottom: solid 1px #efefef;
        height: 22px;
        color: #6B6B6B;
        padding: 3px;
        /*border: none;*/
    }

    .gridView Caption {
        text-align: left;
        color: royalblue;
        font-weight: lighter;
        font-size: 11pt;
    }

    .tdNav {
    position: fixed;
    bottom: 10px;
    right: 8px;
    opacity: .7;
    white-space: nowrap;
}

    .butNav {
    background-color: lightgreen;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: none;
    opacity:0.4;
    z-index: 100;
}

/* Phone and 7" Portrait*/
@media screen and (max-width:500px) {
    #divMainMenu {
        color: royalblue;
        font-size: 14pt;
    }

    .txtbox {
        border-left: 1px solid #efefef;
        border-right: 2px solid #efefef;
        border-top: 1px solid #efefef;
        border-bottom: 2px solid #efefef;
        border-radius: 4px;
        font-family: sans-serif;
        font-size: 12pt;
        color: #414141;
        margin-bottom: 0px;
    }
}

/* 7" Landscape */
@media screen and (min-width:960px) and (max-width:980px) {
    /*Main Menu*/
    #divMainMenu {
        color: royalblue;
        font-size: 14pt;
    }

    .CellHeight {
        border: solid 1px gray;
        border-radius: 10px;
        /*padding-top: 50px;
        padding-bottom: 50px;*/
    }

    /*Heat Map*/
    .rbStyle {
        font-size: 12pt;
    }

    body {
        font-family: sans-serif;
        font-size: 12pt;
    }

    .tdText {
        font-family: sans-serif;
        font-size: 12pt;
    }

    .CompulsoryField {
        font-family: sans-serif;
        font-size: 12pt;
        color: #cc00ff;
    }

    .txtbox {
        border-left: 1px solid #efefef;
        border-right: 2px solid #efefef;
        border-top: 1px solid #efefef;
        border-bottom: 2px solid #efefef;
        border-radius: 4px;
        font-family: sans-serif;
        font-size: 12pt;
        color: #414141;
        margin-bottom: 0px;
    }

    .textbox {
        font-size: 12pt;
    }
}

@media screen and (min-width:980px) {
    #divMainMenu {
        color: royalblue;
        font-size: 14pt;
    }

    .CellHeight {
        border: solid 1px royalblue;
        border-radius: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .LBStyle {
        text-decoration: none;
        /*height: 40px;*/
        font-size: 12pt;
    }

        .LBStyle:disabled {
            color: lightgray;
        }

    /*Heat Map*/
    .rbStyle {
        font-size: 12pt;
    }

    body {
        font-family: sans-serif;
        font-size: 12pt;
    }

    .tdText {
        font-family: sans-serif;
        font-size: 12pt;
    }

    .CompulsoryField {
        font-family: sans-serif;
        font-size: 12pt;
        color: #cc00ff;
    }

    .txtbox {
        border-left: 1px solid #efefef;
        border-right: 2px solid #efefef;
        border-top: 1px solid #efefef;
        border-bottom: 2px solid #efefef;
        border-radius: 4px;
        font-family: sans-serif;
        font-size: 12pt;
        color: #414141;
        margin-bottom: 0px;
    }

    .textbox {
        font-size: 12pt;
    }
}
