﻿.noshow {
    display: none;
}

.defaultBack {
    height: 760px;
    background-color: white; /* For browsers that do not support gradients */
    background-image: linear-gradient(white, orange);
    text-align: center;
    font-family: Tahoma;
    font-size: 76px;
    color: gray;
    width: 100%;
    /*border: solid 1px;
            box-shadow: 1px 1px 5px 5px rgba(114, 114, 113, 0.5);
            border-radius: 15px 15px;*/
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: white;
    position: absolute;
    width: 220px;
    height: 220px;
    vertical-align: central;
    border-radius: 5px 5px;
    box-shadow: 1px 1px 5px 5px rgba(114, 114, 113, 0.5);
}

.updateProgressMessage {
    margin: 3px;
    font-family: Tahoma;
    font-size: small;
    vertical-align: middle;
    horizontal =align: left;
}

.form {
    background-color: whitesmoke;
    box-shadow: 10px 10px 10px 10px gray margin-left: 25px margin-top: 5px
}

.button {
    font-family: "tahoma";
    font-size: small;
    background-color: lightgray;
    cursor: pointer;
    box-shadow: 1px 1px 5px 5px rgba(114, 114, 113, 0.5);
    border-radius: 5px 5px;
    border: dashed 10px transparent;
}

    .button:hover {
        background-color: darkblue !important;
        color: white;
        cursor: pointer;
    }

.label {
    font-family: "tahoma";
    font-size: small;
}

.textbox {
    font-family: "tahoma";
    /*font-size: small;*/
    /*box-shadow: 1px 1px 5px 5px rgba(114, 114, 113, 0.5);*/
    border-radius: 5px 5px;
    border: solid 1px gray;
    height: 25px;
    margin-bottom: 10px;
    padding-left: 5px;
}

    .textbox:hover, :focus {
        background-color: lightblue;
        color: darkblue;
        /*margin-left: 5%;*/
        border-block-color: none;
    }

.checkBoxList {
    background-color: whitesmoke;
}

.tab {
    /*font-family: "tahoma";
        font-size: small;*/
    box-shadow: 1px 1px 5px 5px rgba(114, 114, 113, 0.5);
    border-radius: 15px 15px;
    /*border: dashed 10px transparent;
        margin-bottom: 10px;*/
}

.scrollingControlContainer {
    overflow-x: auto;
    overflow-y: scroll;
    background-color: whitesmoke;
    border-radius: 5px 5px;
    border: solid 1px gray;
}

.titleLabel {
    font-family: "tahoma";
    color: darkblue;
    font-weight: bold;
    /*background-color:gray;*/
    /*box-shadow: 1px 1px 5px 5px rgba(114, 114, 113, 0.5);
        border-radius: 15px 15px;*/
    padding-top: 5px;
    padding-bottom: 10px;
    margin-left: 5px;
    white-space: nowrap;
    text-align: left;
}


.gridview {
    font-family: "tahoma";
    width: 60%;
    font-size: small;
    cursor: pointer;
    box-shadow: 1px 1px 5px 5px rgba(114, 114, 113, 0.5);
    border-radius: 15px 15px;
    border: dashed 10px transparent;
}

    .gridview th {
        background: white;
        padding: 5px;
        font-size: small;
        color: darkblue;
        text-align: left;
        font-weight: bold;
        vertical-align: top;
        height: 40px;
    }

    .gridview td {
        background: whitesmoke;
        color: black;
        font: small "tahoma";
        padding: 4px;
    }

    .gridview tr.even td {
        background: white;
        border: none 0px transparent;
    }

.rows {
    height: 25px;
    text-align: left;
    border: none 0px transparent;
}

    .rows:hover td, .even:hover td {
        background-color: darkblue !important;
        font-family: Tahoma;
        text-align: left;
        color: white;
    }





.calendarWrapper {
    /*background-color: white;*/
    /*padding: 10px;*/
    box-shadow: 1px 1px 5px 5px rgba(114, 114, 113, 0.5);
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    font-family: "tahoma";
    padding-top: 5px;
    /*width: 60%;*/
    font-size: small;
    cursor: pointer;
}

.myCalendar {
    /* background-color: #f2f2f2;
        width: 156px;

        border: none !important;*/
}

    /* .myCalendar a {
            text-decoration: none;
        }*/

    .myCalendar .myCalendarTitle {
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        background-color: darkblue;
        color: black;
        border: none !important;
    }

    /* .myCalendar th.myCalendarDayHeader {
            height: 25px;
        }

        .myCalendar tr {
            border-bottom: solid 1px #ddd;
        }

        .myCalendar table tr {
            border-bottom: none !important;
        }

        .myCalendar tr:last-child td {
            border-bottom: none;
        }

        .myCalendar tr td.myCalendarDay, .myCalendar tr th.myCalendarDayHeader {
            border-right: solid 1px #ddd;
        }

        .myCalendar tr td:last-child.myCalendarDay, .myCalendar tr th:last-child.myCalendarDayHeader {
            border-right: none;
        }

        .myCalendar td.myCalendarDay:nth-child(7) a {
            color: #c52e2e !important;
        }

        .myCalendar .myCalendarNextPrev {
            text-align: center;
        }

            .myCalendar .myCalendarNextPrev a {
                font-size: 1px;
            }

            .myCalendar .myCalendarNextPrev:nth-child(1) a {
                color: #4CCAEF !important;
                background: url("prevMonth.png") no-repeat center center;
            }

                .myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
                    background-color: transparent;
                }

            .myCalendar .myCalendarNextPrev:nth-child(3) a {
                color: #4CCAEF !important;
                background: url("nextMonth.png") no-repeat center center;
            }

        .myCalendar td.myCalendarSelector a {
            background-color: #25bae5;
        }

        .myCalendar .myCalendarDayHeader a,
        .myCalendar .myCalendarDay a,
        .myCalendar .myCalendarSelector a,
        .myCalendar .myCalendarNextPrev a {
            display: block;
            line-height: 20px;
        }

        .myCalendar .myCalendarToday {
            background-color: #f2f2f2;
            -webkit-box-shadow: 1px 1px 8px 1px #8f8f8f;
            box-shadow: 1px 1px 8px 1px #8f8f8f;
            display: inline-block;
            width: 22px !important;
            height: 19px !important;
            border: 2px solid #f2f2f2;
            margin-left: -1px;
            margin-top: -1px;
            position: relative;
        }

            .myCalendar .myCalendarToday a {
                color: #25bae5 !important;
                font-weight: bold;
            }

                .myCalendar .myCalendarToday a:after {
                    content: "TODAY";
                    color: #000;
                    font-size: 0.5em;
                    display: inline-block;
                    pointer-events: none;
                    width: 100%;
                    float: left;
                }*/

    .myCalendar .myCalendarDay a:hover,
    .myCalendar .myCalendarSelector a:hover {
        background-color: #25bae5;
    }

.create-request-container-blocks {
    background-color: whitesmoke;
    box-shadow: 10px 10px 10px 10px gray;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.create-request-block {
    width: 100%;
    padding: 35px;
    padding-bottom: 0;
    padding-top: 15px;
}
