#AlertBox {
    position: fixed;
    top: 20%;
    left: 35%;
    width:30%;
    min-height: 130px;
    border: 2px solid black;
    background-color: #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    font-size: 1.2em;
    font-family: Arial;  
}

.CustomAlertButtonsArea {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.CustomAlertGreenButton {
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px 45px;
    background-color: #92f890;
    font-size: 1.1em;
    cursor: pointer;
}

.CustomAlertRedButton {
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px 45px;
    background-color: #ff817b;
    font-size: 1.1em;
    cursor: pointer;
    margin-right: 10px;
}


.LoginTableTwo {
    width: 400px;
    margin-left: calc(50% - 200px);
    border: 1px solid #007fff;
    font-size: 16pt;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 40px;
}

.LoginTableTwo input[type=text],
.LoginTableTwo input[type=password] {
    font-size: 100%;
    width: 90%;
    padding: 2px;
    margin: 5px 2.5%;
}

.LoginTableTwo .LoginSubmit {
    width: 100%;
    padding: 15px 0;
    font-size: 100.4%;
    background-color: #007fff;
    color: white;
    border: none;
    cursor: pointer;
}

.LoginTableTwo .LoginOtherButton {
    width: 100%;
    margin: 0;
    background-color: #007fff;
    color: white;
    font-size: 70%;
    border: none;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}

.LoginOtherButton:hover,
.LoginSubmit:hover {
    background-color: #086dd8;
}

.LoginTableMessage {
    width: 95%;
    margin-left: 2.5%;
    border-bottom: 1px solid gray;
    text-align: center;
    padding: 15px 0 4px 0;
    font-size: 85%;
}


.LoginErrorMessage {
    color: red;
    font-weight: bold;
}

.LocUploadArea {
    padding: 40px 0;
    width: 1000px;
    margin-left: calc(50% - 500px);
    text-align: center
}

.LocUploadTableTwo {
    width: 90%;
    margin-left: 5%;
    border: 3px solid black;
    margin: 30px 5%;
    font-weight: bold;
    font-size: 85%;
}

.LocUploadTableTwo td {
    text-align: center;
}

.LocUploadTableTwo input[type="text"] {
    font-size: 85%;
}

.LocUploadTableTwo input[type="radio"] {
    transform: scale(1.4);
    margin-right: 8px;
}

.LocUploadTable {
    width: 60%;
    margin-left: 20%;
    border: 3px solid black;
    margin-bottom: 30px;
}

.LocUploadTable tr:nth-child(odd) {
    background-color: #f4f4f4;
}


.LocUploadTable tr:nth-child(even) {
    background-color: aqua;
}

.LocUploadTable td {
    vertical-align: top;
}

.LocUploadTable tr td:first-child {
    font-weight: bold;
}

.LocUploadTable input[type="radio"] {
    transform: scale(1.5);
    margin-right: 6px;
}

.LocUploadTable input[type="text"] {
    width: 95%;
    font-size: 100%;
}

.VerifyButton {
    font-size: 100%;
    padding: 5px 40px;
    border: 2px solid black;
    color: white;
    font-weight: bold;
    background-color: #5e6da0;
    border-radius: 10px;
}

#UploadResultsTable {
    width: 90%;
    margin-left: 5%;
    font-size: 12pt;
}

#UploadResultsTable td {
    vertical-align: top;
    border-bottom: 2px solid black;
}

#UploadResultsTable tr td:first-child {
    text-align: center;
}

#UploadResultsTable tr td:nth-child(2) {
    padding-left: 12px;
}

#UploadResultsTable img {
    width: 20px;
}

.ConfirmArea {
    width: 90%;
    margin-left: 5%;
    padding: 20px;
    text-align: center;
    margin-top: 22px;
}

.ConfirmArea button {
    padding: 3px 40px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: aqua;
    font-size: 100%;
    cursor: pointer;
    color: white;
    background-color: #5e6da0;
    font-weight: bold;
    margin-bottom: 10px;
}

.UploadWarning {
    padding: 5px 20px;
    width: 90%;
    border: 3px solid black;
    margin: 20px 5%;
    background-color: #e8e8e8;
    font-size: 90%;
    color: red;
}

.UploadWarning img {
    width: 70px;
    height: auto;
}

.TopSettings {
    width: 90%;
    margin-left: 5%;
    height: auto;
    padding: 20px;
    border: 3px solid black;
    margin-bottom: 40px;
    margin-top: 60px;
    text-align: center;
    position: relative;
    background-color: #CBE5F8;
}

.TopSettings input[type=radio] {
    transform: scale(1.4);
    margin-left: 25px;
    margin-right: 3px;
}

.UploadDownloadAvailable {
    cursor: pointer;
    font-size: 20pt;
    text-align: center;
    color: white;
    padding-bottom: 10px;
    
}

.UploadDownloadDisabled {
    color: #9f9f9f;
    font-size: 20pt;
    text-align: center;
    background-color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: black;
    padding-bottom: 10px;
    
}

.TabsTopTable {
    background-color: #2c3e50;
    table-layout: fixed;
}

#UploadResultsTable .IncludeWithTable {
    table-layout: fixed;
}

#UploadResultsTable .IncludeWithTable td {
    border-bottom: none;
    text-align: left;
}

#UploadResultsTable td .RemoveIcon {
    width: 28px;
    cursor: pointer;
}

#UploadResultsTable th {
    text-align: left;
}

.ProcessUploadsButton {
    width: 300px;
    margin-left: calc(50% - 150px);
    text-align: center;
    margin-top: 30px;
    padding: 5px 0;
    font-size: 18pt;
    color: white;
    background-color: #007fff;
    border: 2px solid #003fff;
    border-radius: 18pt;
}

.ProcessUploadsButton:hover {
    background-color: #003fff;
    cursor: pointer;
}

#FileDownloadList {
    position: relative;
    padding-top: 38px;
}

.DownloadSearchArea {
    width: 90%;
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 12pt;
}

.DownloadSearchArea input[type=text] {
    font-size: 14pt;
    vertical-align: -2px;
    margin-right: 12px;

}

.DownloadSearchArea button,
.DownloadSearchArea input[type=submit] {
  border-radius: 4px;
  background-color: #30bf30;
  border: 1px solid #218221;
  color: #FFFFFF;
  padding: 3px 15px;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 13pt;
}

.DownloadSearchArea button,
.DownloadSearchArea input[type=submit] {

}

.DownloadSearchArea button:hover,
.DownloadSearchArea input[type=submit]:hover {
    background-color: #218221;
}

.DownloadSearchArea .DeleteButton {
    color: white;
    background-color: #c23b22;
    border: 1px solid #972e1a;
    margin-right: 12px;
}

.DownloadSearchArea .DeleteButton:hover {
    background-color: #972e1a;
}

.DownloadResultsTable {
    width: 90%;
    margin-left: 5%;
    font-size: 12pt;
}

.DownloadResultsTable td {
    border-bottom: 2px solid black;
}

.DownloadResultsTable th {
    background-color: #2c3e50;
    color: white;
}

.CheckboxImg {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#SelectAllCheckbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: white;
    border-radius: 7px;
}

.DownloadNowButton {
    cursor: pointer;
}

.PDFimg {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.FieldModuleTable {
    margin-top: 50px;
    table-layout: fixed;
}

.FieldModuleTable th {
    text-align: left;
    padding: 4px 2px;
    background-color: #2c3e50;
    color: white;
}

.FieldModuleTable td {
    text-align: left;
    padding: 4px 2px;
    vertical-align: top;
}

.FieldModuleTable tr:nth-child(odd) {
    background-color: aliceblue;
}

.FieldModuleTable table tr:nth-child(odd) {
    background-color: transparent;
}

.FieldModuleTable .CheckmarkPng {
    width: 25px;
}

.FieldModuleTable input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 10px;
    cursor: pointer;
}