@CHARSET "UTF-8";

html, body {
 height: 100%;
}

p {
 font-size: 15px;
}

body {
 background-color: #E5E5E5;
 margin: 0;
 padding: 0;
 font-family: Arial;
 font-size: 15px;
 line-height: 22px;
}

.helper {
 display: inline-block;
 height: 100%;
 vertical-align: middle;
}

.marginBottom16 {
 margin-bottom: 16px;
}

.loadAjax {
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 text-align: center;
 background-color: rgba(255, 255, 255, 0.8);
}

.simple {
 height: 80px;
 width: 80px;
}

#confirmBye {
 font-family: Arial;
 font-size: 15px;
 line-height: 22px;
 margin: 16px 0;
 text-align: center;
}

.bold {
 font-weight: bold;
}

.justify {
 /*text-align: justify;*/

}

.headerTd {
 border-bottom: solid 5px #499C2B;
}

.footerTd {
 border-top: solid 5px #499C2B;
}

.footerTd p {
 text-align: center;
}

.contentTd {
 padding: 10px 10% 10px 10%;
}

.formWidth {
 width: 100%;
}

#newPassTable {
 width: 100%;
}

.inputText {

}

.input {

}

.input input {
 width: 100%;
 height: 30px;
 background-color: white;
 border: 1px inset rgba(255, 255, 255, 0.5);
 padding: 5px;
}

.tmpNotify1 {
 position: fixed;
 top: -200px;
 left: 0px;
 width: 100%;
 height: 60px;
 background-color: rgba(255, 99, 71, 1);
 color: white;
 z-index: 1000000;
 box-shadow: 12px 12px 22px 0px rgba(50, 50, 50, 0.44);
}

.tmpNotifyTable1 {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 box-sizing: border-box;
}

.close {
 background-color: rgba(255, 255, 255, 0.8);
 color: black;
 height: 90%;
 width: 100%;
 border-radius: 5px;
 cursor: pointer;
 font-family: "IBM Plex Sans-Regular", Helvetica, sans-serif;
 padding: 15px;
}

.closeFix {
 width: 62px;
}

.closeButtonPadding {
 padding-right: 3px;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 height: 50px;
}

.close span {
 padding: 10px;
}

.tAlignCenter {
 text-align: center;
}

.notifyText {
 color: white;
 flex: 1;
 word-break: break-word;
 min-width: 0;
 font-family: "IBM Plex Sans-Regular", Helvetica, sans-serif;
 text-align: left;
 padding-left: 5px;
 font-size: 14px;
}

.notifyTextTd {
 padding: 5px;
}

#inputTable {
 width: 100%;
 background-color: #3399cc;
 border-top: solid 5px #99CCE5;
 color: white; padding : 10px;
 border-spacing: 2px;
 border-collapse: separate;
 padding: 10px;
}

.table {
 display: inline-block;
 width: 100%;
}

.table-row {
 display: inline-block;
 width: 100%;
}

.table-cell1 {
 display: inline-block;
 width: 182px;
}

.table-cell2 {
 display: inline-block;
 width: 99%;
}

.borderCollapse {
 padding: 0px;
 border: 0px;
 border-spacing: 0;
 border-collapse: collapse;
}

.frameTable {
 margin-top: 10px;
 margin-bottom: 10px;
 width: 95%;
 max-width: 754px;
 background-color: #ffffff;
 border: 0px;
 border-spacing: 2px;
 border-collapse: separate;
}

.mainTable {
 display: none;
 width: 100%;
 height: 100%;
}

h1, p {
 font-family: Arial;
 font-size: 1em;
 line-height: 22px;
 margin: 16px 0;
 text-align: left;
}

h1 {
 font-weight: bold;
}

@media ( min-width : 540px) {
 .inputText {
  white-space: nowrap;
 }
 .table {
  display: table;
  width: 100%;
 }
 .table-row {
  display: table-row;
 }
 .table-cell1 {
  display: table-cell;
  width: 182px;
 }
 .table-cell2 {
  display: table-cell;
  width: auto;
 }
 .input {
  width: 100%;
 }
 .input .pass {
  width: 100%;
  height: 30px;
  border: 0px;
  padding: 5px;
  background-color: white;
  border: 1px inset rgba(255, 255, 255, 0.5);
 }
}