﻿body {
    font-family: Calibri;
    font-size: 10pt;
}

.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: inherit;
    font-size: 10pt;
    background-color: white;
    color: #414141;
}

.butStyle {
    font-family: Calibri;
    font-size: 10pt;
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.CustomButton {
    background-color: #51AAFD;
    border: 1px solid #51AAFD;
    border-radius: 6px;
    font-family: Calibri;
    font-size: 10pt;
    height: 22px;
    font-weight: bold;
    border: none;
    border-spacing: 0;
    color: #ffffff;
    vertical-align: text-bottom;
    text-align: center;
    min-width: 80px;
    cursor: pointer;
}

.CustomButton:disabled {
    background: #dedede;
    cursor: default;
}

.SaveButton {
    background-color: #51AAFD;
    border: 1px solid #51AAFD;
    border-radius: 6px;
    font-family: Calibri;
    font-size: 10pt;
    height: 22px;
    font-weight: bold;
    border: none;
    border-spacing: 0;
    color: #ffffff;
    vertical-align: text-bottom;
    text-align: center;
    min-width: 80px;
    cursor: pointer;
}

.CancelButton {
    background-color: maroon;
    border: 1px solid maroon;
    border-radius: 6px;
    font-family: Calibri;
    font-size: 10pt;
    height: 22px;
    font-weight: bold;
    border: none;
    border-spacing: 0;
    color: #ffffff;
    vertical-align: text-bottom;
    text-align: center;
    min-width: 80px;
    cursor: pointer;
}

    .SaveButton:disabled, .CancelButton:disabled {
        background: #dedede;
        cursor: default;
    }

.CurrentButton {
    color: white;
    background: #FBB100;
}

.CurrentReportButton {
    background-color: grey;
    color: white;
}

.butStyle:disabled {
    background: #dedede;
    cursor: default;
}

.LogoStyle {
    background-color: transparent;
    font-size: 18pt;
    color: #c0c0c0;
    border: none;
}

.CompulsoryField {
    font-family: Calibri;
    font-size: 10pt;
    color: #cc00ff;
}

.gridView {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: transparent;
    overflow: auto;
    font-family: Calibri;
    font-size: 10pt;
}

    .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-family: Calibri;
        font-size: 11pt;
    }

.dgHeader {
    height: 26px;
    border-top: solid 2px #efefef;
    border-bottom: solid 1px #efefef;
    color: #3F4040;
}


.gvHeadBlue th {
    border-top: 2px solid #5B73D4;
    border-bottom: 1px solid #5B73D4;
}

.labelStyle {
    color: royalblue;
}

.divNav {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: .7;
    white-space: nowrap;
}

.fadeMsg {
  position: absolute;
  margin: auto;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: #ffcc57;
  padding: 10px;
  color: black;
  font-size: 11pt;
  font-weight: bold;
  box-shadow: 2px 2px 4px grey;
}
