﻿body {
}

/*from default.aspx*/
.LEPUpdate {
    display: none;
}

.LEPView {
    display: none;
}

.EMSFBPageDiv {
    position: absolute;
    top: 48px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.EMSFBMapDiv {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 300px;
    bottom: 0px;
}

.EMSFBMapDivII {
    position: absolute;
    top: 0px;
    right: 300px;
    left: 300px;
    bottom: 0px;
}

.EMSFBRecordDiv {
    background-color: lightgray;
    color: black;
    position: absolute;
    top: 0px;
    width: 300px;
    left: 0px;
    bottom: 0px;
    font-size: 12px;
    overflow-y: auto;
}

.EMSFBRecordsDiv {
    background-color: lightgray;
    color: black;
    position: absolute;
    top: 0px;
    width: 300px;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    overflow-y: auto;
}

.EMSFBTableDiv {
    width: 100%;
    position: relative;
}

#ExportedRecordDiv {
    width: 700px;
    background-color: white;
    color: black;
    border: 1px solid black;
    position: absolute;
    left: -1000px;
    top: 200px;
    border-radius: 15px;
    text-shadow: none;
}

.ExportedRecordInnerDiv {
    padding: 0 20px 10px 20px;
    color: black;
}

#ReviewRecordDiv {
    width: 370px;
    background-color: lightgray;
    color: black;
    border: 1px solid black;
    position: absolute;
    left: -1000px;
    top: 200px;
    border-radius: 15px;
    text-shadow: none;
}

.ReviewRecordInnerDiv {
    padding: 0 20px 10px 20px;
    color: black;
}

#ViewReviewRecordDiv {
    width: 370px;
    background-color: lightgray;
    color: black;
    border: 1px solid black;
    position: absolute;
    left: -1000px;
    top: 200px;
    border-radius: 15px;
    text-shadow: none;
}

.ViewReviewRecordInnerDiv {
    padding: 0 20px 10px 20px;
    color: black;
}
/*from default.aspx END */

#recoverPasswordDiv {
    display: none;
}

#usernameTextBox,
#passwordTextBox,
#userNameForRecoverPassword {
    width: 200px;
}

#loginErrorLabel {
    color: red;
    font-weight: bold;
    font-size: small;
    display: none;
}

#recoverPasswordTable {
    text-align: left;
    width: 400px;
    display: block;
    table-layout: fixed;
}

#userNameForRecoverPasswordError {
    display: none;
    color: #0000FF;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
}

#securityAnswerForRecoverPasswordError {
    color: #0000FF;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
}

#spanMailMessageRecover {
    color: #0000FF;
    font-weight: bold;
    font-size: small;
}

#spanMailMessageEmail {
    color: #0000FF;
    font-weight: bold;
    font-size: small;
    display: none;
}

#messagePasswordRecover {
    color: #0000FF;
    font-weight: bold;
    font-size: small;
}

#headerMapTPWDHome {
    margin: 0;
    padding: 0;
    background-color: #777;
    border: 0;
    left: 10px;
}

#getAllRecordsBtn {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
    color: #000000;
    text-shadow: none;
}

#changePasswordBtn {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
    color: #000000;
    text-shadow: none;
}

#changePasswordDialogDiv {
    display: none;
    margin-left: auto;
    margin-right: auto;
}

#changePasswordMessage {
    color: orange;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 100%;
}

#changePasswordTable {
    text-align: left;
    display: none;
}

#OldPassword,
#NewPassword,
#OldPassword_menu,
#NewPassword_menu {
    width: 120px;
}

#logoutUserBtn2 {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
    color: #000000;
    text-shadow: none;
}

#toggleMapMenufromPanelBtn1 {
    left: 30px;
    position: relative;
    top: 6px;
    cursor: pointer;
    width: 200px;
    display: inline-block;
    text-align: center;
}

#toggleMapMenufromPanelBtn2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    position: relative;
    float: right;
}

#toggleMapMenufromPanelBtn3 {
    left: 30px;
    position: relative;
    top: 6px;
    cursor: pointer;
    width: 200px;
    display: inline-block;
    text-align: center;
}

#toggleMapMenufromPanelBtn4 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    position: relative;
    float: right;
}

#changePasswordDialogDiv_menu {
    display: none;
    margin-left: auto;
    margin-right: auto;
}

#changePasswordMessage_menu {
    color: orange;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 90%;
}

#changePasswordTable_menu {
    text-align: left;
    display: block;
}

#EMSFBRecordsSelect {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#selectGuestFirstLastNameDiv {
    display: none;
}

#toggleExportedRecordDivBtn {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    background-color: #333333;
    border-color: #333333;
}

#ExportedRecordHREFDiv {
    color: blue;
    text-decoration: underline;
    font-size: 12px;
}

#EMSFBRecordDetailHeaderDiv {
    width: 96%;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#ReviewRecordDivMsg {
    width: 200px;
    padding: 20px;
    position: relative;
    top: 6px;
    color: red;
}

#ViewReviewRecordDivMsg {
    width: 200px;
    padding: 20px;
    position: relative;
    top: 6px;
}

#login_vis {
    display: block;
    width: 100%;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.floatRight {
    float: right;
}

.textCenterMarginLeftRightAuto {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.marginLeftRightAuto {
    margin-left: auto;
    margin-right: auto;
}

.blueUnderlinePointer {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.height30 {
    height: 30px;
}

.imageHeight {
    height: 37px;
}

.font12em {
    font-size: 1.2em;
}

.font12 {
    font-size: 12px;
}

.recordPageHeader {
    font-size: 1.2em;
    padding: 0.5em 0px;
    margin: auto;
}

.fontBold {
    font-weight: bold;
}

.fontUnderline {
    text-decoration: underline;
}

.width50P {
    width: 50%;
}

.width80P {
    width: 80%;
}

.width90P {
    width: 90%;
}

.width96P {
    width: 96%;
}

.width100P {
    width: 100%;
}

.width18 {
    width: 18px;
}

.width60 {
    width: 60px;
}

.width64 {
    width: 64px;
}

.width84 {
    width: 84px;
}

.width100 {
    width: 100px;
}

.width300 {
    width: 300px;
}

.width400 {
    width: 400px;
}

.maxWidth300 {
    max-width: 300px;
}

.h2Header {
    background-color: #777;
    color: #000;
    text-shadow: none;
}

.closeA {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    background-color: #333333;
    border-color: #333333;
}

.tableLayout {
    table-layout: fixed;
}

.borderBottomBlack {
    border-bottom: 1px solid black;
}

.borderTopBlack {
    border-top: 1px solid black;
}

#pageLoginHref {
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
    color: #000000;
    text-shadow: none;
}

#FBUpdateCommentsTextArea {
    width: 330px;
    height: 100px;
    background-color: white;
    color: black;
    text-shadow: none;
}

.overflowBreakWord {
    overflow-wrap: break-word;
}

.loginPanelHeader {
    font-size: 1.2em;
    padding: 0.5em 0px;
    margin: auto;
}

.backgroundGray {
    background-color: lightgray;
}

.colorBlack {
    color: black;
}

.marginTop6 {
    margin-top: 6px;
}

#showDescBtn1 {
    display: none;
}

#showHideImageBtn1IMG,
#showHideDistBtn1IMG,
#showHideImageBtn2IMG,
#showHideDistBtn2IMG,
#showHideDescBtn2Span {
    display: none;
}
