@charset "utf-8";
.small {
  font-size: 0.75em !important;
}
.smaller {
  font-size: 0.8em !important;
}
.medium {
  font-size: 0.9em !important;
  line-height: 20px !important;
}
.large {
  font-size: 0.92em !important;
}
.larger {
  font-size: 1em !important;
}
.menu-collapser {
  position: relative;
  /* background-color: #f9a646; */
      background-image: linear-gradient(#f9a646, #9D5809);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      width: 97%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button {
  position: absolute;
  top: 50%;
  width: 40px;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.45);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button:hover,
.collapse-button:focus {
  background-image: none;
  background-color: #f9a646;
  color: #fff;
}
.collapse-button .icon-bar {
  background-color: #f5f5f5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
}
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
      width: 93%;
  /* background: #f9a646; */
      background-image: linear-gradient(#f9a646, #9D5809);
      z-index: 2;
    position: absolute;
}
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
ul.slimmenu > li {
  margin-right: -5px;
  border-left: 1px solid #9d5809;
}
ul.slimmenu > li:first-child {
  border-left: 0;
}
ul.slimmenu > li:last-child {
  margin-right: 0;
}
ul.slimmenu li a {
  display: block;
  color: #fff;
  padding: 12px 25px 16px 16px;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
}
ul.slimmenu li a:hover {
  text-decoration: none;
  background-image: -moz-linear-gradient(#9d5809, #f9a646);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#9d5809),
    to(#f9a646)
  );
  background-image: -webkit-linear-gradient(#9d5809, #f9a646);
  background-image: -o-linear-gradient(#9d5809, #f9a646);
  background-image: -ms-linear-gradient(#9d5809, #f9a646);
  background-image: linear-gradient(#9d5809, #f9a646);
}
ul.slimmenu li ul li:hover {
  background-color: #aaa;
  text-decoration: none;
}
ul.slimmenu li ul li a {
  width: 100%;
}
ul.slimmenu li ul li ul li a {
  width: 100%;
  display: block;
}
ul.slimmenu li .sub-collapser {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
ul.slimmenu li .sub-collapser > i {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.8);
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
  box-shadow: 0 0 4px #333;
  background-color: #020202;
  margin-top: 1px;
}
ul.slimmenu li ul li {
  background-color: #020202;
  opacity: 0.9;
  width: 100%;
  /* line-height: 10px; */
}
ul.slimmenu li ul li a:hover {
  background-image: none;
}
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 200px;
}
/* For Mobile View (max-width: 768px) */
@media screen and (max-width: 768px) {
    ul.slimmenu li > ul {
        width: 100%; /* Full width in mobile view */
        position: relative; /* Stack items properly */
    }
}
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}
body {
}
.SectionRowHead {
  font-weight: bolder;
}
fieldset {
  margin: 1em 0;
  padding: 1em 0 0 3em;
  border: 1px solid #ccc;
}
fieldset p {
  margin: 2px 12px 2px 2px;
}
fieldset.login label,
fieldset.register label,
fieldset.changePassword label {
  display: block;
}
fieldset label.inline {
  display: inline;
}
.new .inline label {
  width: 80px;
  font-weight: bold;
  display: inline-block;
  float: left;
}
.inline br {
  display: none;
}
.inline input[type="radio"] {
  float: left;
  margin-top: 5px;
  width: 15px;
  display: inline-block;
}
legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
input.textEntry {
  width: 320px;
  border: 1px solid #ccc;
}
input.passwordEntry {
  width: 300px;
  border: 1px solid #ccc;
}
div.accountInfo {
  width: 100%;
}
.register p {
  height: 20px;
  background: #f7f7f7;
  padding-top: 5px;
  width: 845px;
}
.register label {
  margin: 0 4px 0 0 !important;
  width: 200px;
  padding: 5px;
  background: #efefef;
}
.fields {
  padding: 5px;
  background: #efefef;
}
.clear {
  clear: both;
}
.title {
  display: block;
  float: left;
  text-align: left;
  width: auto;
}
.loginDisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  padding: 10px;
  color: #fff;
}
.loginDisplay a:link {
  color: #fff;
}
.loginDisplay a:visited {
  color: #fff;
}
.loginDisplay a:hover {
  color: #fff;
}
.failureNotification {
  font-size: 1.2em;
  color: red;
}
.bold {
  font-weight: bold;
}
.submitButton {
  text-align: left;
  padding-right: 10px;
}
.CalenderE {
  background-color: #fff;
}
.PageTitle {
  margin: 0 auto;
  color: #e0f7fd;
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-weight: bold;
  line-height: 52px;
  padding: 0 23px;
  text-align: center;
  width: 900px;
}
.SectionTable {
  margin: 0 auto;
  width: 950px;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  padding-left: 10px;
  color: #012b3c;
}
div.SectionTitle {
  margin: 10px 10px 0 10px;
  padding: 4px 4px 4px 10px;
  width: 940px;
  border: 1px solid #e3e3e3;
  color: #286680;
  background-color: #f2f2f2;
  clear: both;
  display: block;
}
#FormsPH_FormSections br {
  display: none;
}
input[type="text"] {
  border: 1px solid #c4c4c4;
}
.DivNew {
  float: right;
  width: auto;
  margin-right: 10px;
  display: block;
  height: 35px;
}
.btnSection {
  margin: 10px auto;
  width: 950px;
  padding: 10px;
  clear: both;
  display: block;
}
.lftBtn {
  float: left;
  width: 49%;
}
.rgtBtn {
  float: right;
  width: 49%;
}
.UploadWrap {
  margin: 0 auto;
  width: 158px;
  border: 1px solid #c1c1c1;
  height: 152px;
}
.popupWrap {
  margin: 5px auto;
  width: 407px;
  height: 280px;
  border: 1px solid #cfcfcf;
  background-color: #f2f2f2;
  padding-bottom: 10px;
}
.brdbutton {
  border: 1px solid silver;
  padding: 5px;
  clear: both;
  margin: 2px 3px;
  background-color: #f2f2f2;
}
.fieldWrap {
  margin: 20px 20px auto;
  float: left;
  background-color: #a5a5a5;
  height: 247px;
}
.clear {
  clear: both;
}
.MOLImg {
  margin: 5px 0 15px;
  width: 170px;
  border: 1px solid #ccc;
  height: 235px;
}
.wrapUpload {
  margin: 15px auto;
  width: 365px;
  height: 220px;
}
#FormsPH_Sec12_ctl08_daysTable {
  width: 170px !important;
  margin: 0 auto;
  padding: 0;
}
.ajax__calendar_container TABLE {
  width: 170px !important;
}
.ajax__calendar_container {
  background-color: #fff;
  border: 1px solid #646464 !important;
  color: #000;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
  background-color: #edf9ff;
  border-color: #daf2fc;
  color: #06c;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
  background-color: #edf9ff !important;
  border-color: #daf2fc !important;
  color: #06c !important;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
  background-color: #edf9ff !important;
  border-color: #daf2fc !important;
  color: #06c !important;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
  background-color: #edf9ff !important;
  border-color: #daf2fc !important;
  color: #06c !important;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
  color: #06c !important;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
  color: #06c !important;
}
.red {
  color: red;
  font-weight: bold;
}
.white {
  color: #fff;
  font-weight: bold;
}
.SectionErrorRow {
  color: red;
  font-weight: bold;
}
#MOLImg {
  border: 1px solid #ccc;
  height: 170px;
  width: 150px;
}
.MOLImg {
  border: 1px solid #ccc;
  height: 170px;
  width: 150px;
  margin: 0 auto;
}
.wrapImg {
  overflow: auto;
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #fefefe;
  font-weight: bold;
  text-shadow: -0.5px 2.2px #302929;
  z-index: 200;
  position: relative;
}
.wrapBtns {
  overflow: auto;
  display: block;
  margin: 0 0 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 2px 10px 15px #ececec inset;
  z-index: 100;
  position: relative;
}
.camImg {
  margin: 0 5px;
  float: left;
  cursor: pointer;
  width: 40px;
}
.fileImg {
  margin: 0 5px;
  float: right;
  cursor: pointer;
  width: 40px;
}
.SectionTable {
  margin: 10px;
  border: 1px solid #e3e3e3;
  color: #286680;
  clear: both;
  display: block;
  width: 952px;
  padding: 4px 4px 4px 10px;
  margin-top: 5px !important;
}
.RFS {
  margin: 1px auto;
  border: 1px solid #cfcfcf;
  padding-bottom: 10px;
  border-radius: 3px;
  box-shadow: 2px 10px 15px #ececec inset;
  min-height: 30px;
}
.RFSL {
  font-size: 11px;
  font-weight: bold;
  color: #4f4f4f;
  padding: 2px 2px 2px 5px;
  display: block;
  text-align: left;
  margin-left: 15px;
}
.SectionGrid {
  border: 1px solid #e3e3e3;
  clear: both;
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px !important;
  padding: 4px 4px 4px 10px;
  width: 98.2%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.SectionGrid tbody {
  width: 100% !important;
}
.SectionGrid1 th {
  font-weight: bold;
  color: #042f40;
  width: 1%;
  border: 1px solid #999;
}
.SectionGrid td {
  padding: 2px;
  color: #286680;
  border: 1px solid #999;
  width: 1%;
}
.MOLGridColDisplayNone {
  display: none;
}
.MOLGridColDisplay {
  display: block;
}
.MOLTextLink:hover {
  text-decoration: underline;
  cursor: pointer;
}
