﻿.noclose {
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border-width: 2px 2px 2px 2px;
    border-color: #739240;
    position: absolute;
    height: 100%;
}

    .noclose .ui-dialog-titlebar-close {
        background-color: #FF7400;
        color: black;
        text-underline-position: below;
        border: none;
        text-align: center;
        width: 40px;
    }

    .noclose .ui-widget-header-custom {
        vertical-align: top;
    }

    .noclose .ui-widget-header {
        background-color: #FF7400;
        background-image: none;
        color: black;
        border-color: #739240;
        text-align: center;
    }

    .noclose .ui-widget-overlay {
        position: absolute;
        z-index: 6000 !important;
        top: 0px;
        left: 0px;
        background-color: #000;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

    .noclose .ui-dialog-buttonpane {
        border: none;
        padding-top: 130px;
        display: none;
    }

.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

    .popbox h2 {
        background-color: #4D4F53;
        color: #E3E5DD;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: -10px 0px 8px -10px;
        padding: 5px 10px;
    }

.header {
  color: #fff;
    font-weight: bold;
    font-family: Tahoma;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 12px;
    height: 33px;
    /*background-image: url(~/AdminAssets/images/footer.png);*/
    background-color: #c6a76c;
    border-bottom: 2px solid #98793d;
    width: 100%;
    text-align: left;

    /*.header {
    color: #2B4C61;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    height: 33px;
    background-image: url(~/AdminAssets/images/footer.png);
    background-color: #FF7400;
    width: 100%;*/
}

.header1 {
    color: #101010;
    font-family: Tahoma;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 14px;
    height: 3px;
    /*background-image: url(~/AdminAssets/images/footer.png);*/
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;

    /*.header {
    color: #2B4C61;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    height: 33px;
    background-image: url(~/AdminAssets/images/footer.png);
    background-color: #FF7400;
    width: 100%;*/
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: White;
    position: absolute;
    width: 150px;
    height: 60px;
}

table {
    padding-left: 0px;
}

    table#Table4 tr {
        text-align: left;
    }

.searchpanel {
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    color: #494545;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    border: solid 1px #FF7400;
    width: 100%;
}

.cb label {
    /*margin-left: 3px;
    margin-right: 10px;*/
    margin-left: 10px;
    margin-right: 10px;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
}

.mhdr {
    width: 97%;
    padding-left: 10px;
}

.shdr {
    border-bottom: solid 2px #A5A2A2;
    width: 100%; /* padding-top: 5px; */
    background-color: #A5A2A2;
    padding: 10px 0px 0px 16px;
    color: white;
    font-family: arial;
}

.ihdr {
    margin-left: 10px;
    margin-right: 10px;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
}

.AjaxCalendar .ajax__calendar_container {
    border: 1px solid #fff;
    background-color: #FF9900;
    color: black;
}

.AjaxCalendar .ajax__calendar_other .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_other .ajax__calendar_year {
    color: #fff;
}

.AjaxCalendar .ajax__calendar_hover .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_month,
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: #fff;
}

.AjaxCalendar .ajax__calendar_active .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_active .ajax__calendar_month,
.AjaxCalendar .ajax__calendar_active .ajax__calendar_year {
    color: #fff;
    font-weight: bold;
}


.gridheader {
    background-color: #cabf92;
    font-family: Open Sans;
    color: #363636;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.row1 {
    background-color: #F5FAF5; /*background-image: url('../Css/styles/premiere_blue/row1.gif');*/
    font-family: Verdana;
    font-family: 12PX;
}

.label {
    background-color: #FF6600; /*background-image: url('../Css/styles/premiere_blue/row1.gif');*/
    font-family: Verdana;
    font-family: 15px;
    color: white;
}
