﻿#PreLoader {
    /*make visible*/
    display: none; /*position it 200px down the screen*/
    position: absolute;
    padding-top: 1%;
    padding-left: 1%;
    left: 0px;
    width: 99%;
    height: 98%;
    min-height: 98%;
    min-width: 99%;
    z-index: 999;
    text-align: center; /*in supporting browsers, make it       a little transparent*/
    background-color: Gray;
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75; /* khtml, old safari */
    -moz-opacity: 0.75; /* mozilla, netscape */
    opacity: 0.75; /* fx, safari, opera */
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#Notification {
    position: absolute;
    border: 2px solid #c93;
    background-color: Silver;
    padding: 10px;
    left: 30%;
    align: center;
    top: -170px;
    text-align: center;
    z-index: 998;
}

#NotificationMessage {
    text-align: center;
    padding-left: 10px;
    padding: 0px 0px 0px 0px;
}

/*input style*/
.roundedbox {
    background: #fff;
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 5px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;*/
}

/*button style*/
.btnstyle {
    border-radius: 5px;
    height: 26px;
    padding-left: 26px;
    border-style: none;
    background-color: #1C2942;
    background-repeat: no-repeat;
    background-position: left center;
    color: White;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.btnheader {
    height: 20px;
    padding-left: 16px;
    border-style: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    color: black;
    cursor: pointer;
    font-size: 12px;
}

/* spanstar */
.spanstar {
    color: orangered;
    font-size: 20px;
    /*font-weight: bold;*/
}

/*Ajax Modal Popup */
.modalBackground {
    /*background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.4;*/
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalPopup {
    /*border-radius: 10px;*/
    background-color: white;
    border: 5px solid lightgray;
    z-index: 10000 !important;
    /*line-height: 25px;*/
}

    .modalPopup .head {
        background: -o-linear-gradient(bottom, #0073AA 5%, #172338 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0073AA), color-stop(1, #172338));
        background: -moz-linear-gradient( center top, #0073AA 5%, #172338 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0073AA", endColorstr="#172338");
        background: -o-linear-gradient(top,#0073AA,#172338);
        background-color: #0073AA;
        height: 30px;
        color: white;
        line-height: 30px;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
        padding-left: 10px;
    }

    .modalPopup .body {
        color: black;
        /*line-height: 30px;*/
        font-size: 13px;
        font-weight: bold;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modalPopup .foot {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

/* Ajax Tab */
.fancy-green .ajax__tab_header {
    background: url('../KCTSmartApps/Images/navy_bg_Tab.gif') repeat-x;
    cursor: pointer;
}

.fancy-green .ajax__tab_hover .ajax__tab_outer, .fancy-green .ajax__tab_active .ajax__tab_outer {
    background: url('../KCTSmartApps/Images/navy_left_Tab.gif') no-repeat left top;
}

.fancy-green .ajax__tab_hover .ajax__tab_inner, .fancy-green .ajax__tab_active .ajax__tab_inner {
    background: url('../KCTSmartApps/Images/navy_right_Tab.gif') no-repeat right top;
}

.fancy .ajax__tab_header {
    font-size: 15px;
    font-weight: bold;
}

    .fancy .ajax__tab_active .ajax__tab_outer, .fancy .ajax__tab_header .ajax__tab_outer, .fancy .ajax__tab_hover .ajax__tab_outer {
        height: 46px;
    }

    .fancy .ajax__tab_active .ajax__tab_inner, .fancy .ajax__tab_header .ajax__tab_inner, .fancy .ajax__tab_hover .ajax__tab_inner {
        height: 46px;
        margin-left: 16px;
    }

    .fancy .ajax__tab_active .ajax__tab_tab, .fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_header .ajax__tab_tab {
        color: Black;
        margin: 16px 16px 0px 0px;
    }

.fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.fancy .ajax__tab_body {
    font-size: 14px;
    padding: 0.25em 0.5em;
    background-color: #F7F7F7;
    border: solid 1px #808080;
    border-color: #006699;
    border-top-width: 0px;
}

/* HTML Table */
.CSSTableGenerator {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .CSSTableGenerator table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .CSSTableGenerator table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .CSSTableGenerator table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .CSSTableGenerator tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .CSSTableGenerator tr:hover td {
    }

    .CSSTableGenerator tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .CSSTableGenerator tr:nth-child(even) {
        background-color: #ffffff;
    }

    .CSSTableGenerator td {
        vertical-align: middle;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px; /*text-align: center;*/
        padding: 3px;
        font-size: 10px;
        font-weight: normal;
        color: #000000;
    }

    .CSSTableGenerator tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .CSSTableGenerator tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .CSSTableGenerator tr:first-child td {
        /* Gradient */ /*#006699 -- #00C0FF*/ /*#ff7f00 -- #bf5f00*/ /*#5AC0C2 -- #A5DAC6*/
        background: -o-linear-gradient(bottom, #5AC0C2 5%, #A5DAC6 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5AC0C2), color-stop(1, #A5DAC6) );
        background: -moz-linear-gradient( center top, #5AC0C2 5%, #A5DAC6 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5AC0C2", endColorstr="#A5DAC6");
        background: -o-linear-gradient(top,#5AC0C2,#A5DAC6);
        background-color: #5AC0C2;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        height: 15px;
    }

    .CSSTableGenerator tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #5AC0C2 5%, #A5DAC6 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5AC0C2), color-stop(1, #A5DAC6) );
        background: -moz-linear-gradient( center top, #5AC0C2 5%, #A5DAC6 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5AC0C2", endColorstr="#A5DAC6");
        background: -o-linear-gradient(top,#5AC0C2,#A5DAC6);
        background-color: #5AC0C2;
    }

    .CSSTableGenerator tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

/*Ajax Calendar Control CSS #DEF1F4*/
.cal_Theme .ajax__calendar_container {
    background-color: #006699;
    border: solid 1px #77D5F7;
    height: 230px;
    width: 180px;
}

.cal_Theme .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme .ajax__calendar_title, .cal_Theme .ajax__calendar_next, .cal_Theme .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
    height: 180px;
}

.cal_Theme .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.cal_Theme .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.cal_Theme .ajax__calendar_hover .ajax__calendar_day, .cal_Theme .ajax__calendar_hover .ajax__calendar_month, .cal_Theme .ajax__calendar_hover .ajax__calendar_year, .cal_Theme .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.cal_Theme .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme .ajax__calendar_other, .cal_Theme .ajax__calendar_hover .ajax__calendar_today, .cal_Theme .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.lblHeader {
    background: -o-linear-gradient(bottom, #0073AA 5%, #172338 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0073AA), color-stop(1, #172338));
    background: -moz-linear-gradient( center top, #0073AA 5%, #172338 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0073AA", endColorstr="#172338");
    background: -o-linear-gradient(top,#0073AA,#172338);
    background-color: #0073AA;
    height: 30px;
    color: white;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    /*border-radius: 3px;*/
    border-radius: 7px 0px;
}
