﻿
.HideGc {
    display: none;
}

.ui-datepicker {
    background: #ffffff;
    border: 1px solid #004080;
    color: #004080;
}

.ui-datepicker-today {
    background: #f00 !important;
    border: #004080 !important;
}

    .ui-datepicker-today a {
        border: #004080 !important;
        color: #fff !important;
        font-weight: bold !important;
        background: #f00 !important;
    }

.cssFooterGVcentral {
    color: #3b4f81 !important;
}

.WrappedText {
    font-family: lucida grande,arial,helvetica,sans-serif;
    font-size: 14px;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

.grid {
    color: #333333;
}

.grid-row {
    background-color: #EFF3FB;
}

.grid-row-alternating {
    background-color: lightgray;
}

.grid-selected-row {
    color: #333333;
    background-color: #D1DDF1;
    font-weight: bold;
}

.grid-header, .grid-footer {
    color: White;
    background-color: #989292;
    font-weight: bold;
}

.grid-pager {
    color: White;
    background-color: #2461BF;
    text-align: center;
}

.grid-row-edit {
    background-color: #2461BF;
}

.header {
    padding: 10px;
    text-align: center;
    background: #1abc9c;
    color: white;
    font-size: 26px;
    height: 60px;
}

.SelectedDayStyle {
    background-color: Green !important;
    border-bottom-color: Green !important;
    border-left-color: Green !important;
    border-right-color: Green !important;
    border-top-color: Green !important;
    color: White;
}

tables, th, td {
    border: hidden;
}

    tr.hide_right > td, td.hide_right {
        border-right-style: hidden;
    }

    tr.hide_all > td, td.hide_all {
        border-style: hidden;
    }

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    /* You can change the background color and image URL here.  This solution works with animated .svg and animated .gif */
    background: #ffffff url('https://gist.githubusercontent.com/condensed-io/d4da34ecfdeda137ad4787fbd244ed27/raw/b96d939e9baf98ff79394c11af83c10a6acdd241/pac.svg') no-repeat center center;
}

#nav-toggle-button {
    background-color: lightgray;
    border-color: white;
}

.navbar-c {
    border-color: #ffffff;
    color: #ffffff;
}
