﻿.noshow {
    display: none;
}
.StyleSheetIndex {
    margin-top: 0;
    margin-bottom: 0;
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}

.web_dialog {
    display: none;
    position: fixed;
    width: 380px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #ffffff;
    border: 2px solid #336699;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}

.web_dialog_title {
    border-bottom: solid 2px #336699;
    background-color: #336699;
    padding: 4px;
    color: White;
    font-weight: bold;
}

.web_dialog_title a {
    color: White;
    text-decoration: none;
}

.align_right {
    text-align: right;
}

.REcursiveColor {
    background-color: LightBlue;
}

.PasswordGenerate {
    margin-top: 0;
    
}
.PasswordGenerate2 {
    display: none;
}

#ProcessPayroll {
    margin-top: 0;
}

#DownloadExcel {
    margin-top: 0;
}

#DownloadTemplate {
    margin-top: 0;
}
#file {
    width: 250px;
    margin-bottom: 10px;
}
#ExportError {
    margin-top: 0;
}
#popover_content_wrapper1 {
    display: none;
}
#btnExport {
    margin-top: 0;
}
#DownloadExcel1 {
    margin-top: 0;
}
#DownloadTemplate {
    margin-top: 0;
}
#btnSubmit_Spoc {
    display: none;
}
#btnSubmit_Admin {
    display: none;
}