<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-container{
  background-color: #E2E2E2;
}
.soc-icon-btn-container{
  background-color: #EEEEEE;
  width: 150px;
}
.soc-icon-btn-container .soc-icon-btn {
  max-width: inherit;
}
.soc-icon-btn-container::after {
  border-top: 15px solid #EEEEEE;
}
.datepicker-switch{
  color: #38B1E8;
  font-size: 20px;
}
.datepicker-days{
  padding: 12px;
}

td.holiday{
  color: #EA3D2D !important;
}
td.fundholiday{
  color: #FBB756 !important;
}
.holidayTabContainer{
  max-width: 1300px;
  margin: 0 auto 10px auto;
  border-radius: 25px 25px 0px 0px;
}

/*.holidayTabContainer.ismobile{
  max-width: 750px;
}*/
.holidayTabContainer.ismobile{
  max-width: 98%;
}

.holidayContainer{
  max-width: 1300px;
  margin: 0 auto 20px auto;

  border: solid #03A6E1 3px;
  border-radius: 25px;

  background-color: #03A6E1;

}
.holidayContainer.ismobile{
  max-width: 98%;
}

.holidayListContainer{
  max-width: 1300px;
  margin: 0 auto 20px auto;
}
.holidayListContainerEnd{
  padding-bottom: 50px;
}
.holidayListContainer.ismobile{
  max-width: 98%;
}
.holidayListHeadttl{
  background-color: #07A7E3;
  padding: 10px;
  font-size: 21px;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url('../img/calendar/logo/list.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 30px center;
  padding-left: 70px;
}
.holidayListBody{
  color: #808080;
  background: #FFF;
}
.holidayListRow{
  padding: 0px 0px 0px 30px;
}
.holidayListRow.hd{
  background-image: url('../img/calendar/logo/holiday.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
}
.holidayListRow.fnhd{
  background-image: url('../img/calendar/logo/fundholiday.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
}
.graybg{
  background: #EFEFEF;
}

body.ismobile{
  font-size: 26px !important;
}
body.ismobile .datepicker{
  transform: scale(3);
  transform-origin: left top;
  left: 11% !important;
}
body.ismobile .datepicker-dropdown:before {
  display: none !important;
}
body.ismobile .datepicker-dropdown:after {
  display: none !important;
}
.remark{
  color: #42C1E1;
  font-size: 18px;
}
.footer-block{
  padding-top: 20px;
}
/*mobile*/
#currentLabel{
  line-height: 74px;
  color: #939498;
  font-size: 28px;
}
/*@media only screen and (min-width: 900px) {
  .holidayContainer{
    max-width: 750px;
  }
}*/
.calendarContentWrapper {
  background-color: #FFF;
  border-radius: 0px 0px 25px 25px;
  padding: 30px;
}
.calendarHeaderContainer:after {
  content: "";
  display: table;
  clear: both;
}
table.calendarContainer{
  /*overflow: auto !important;*/
  border-collapse: collapse;
}

table.calendarContainer tbody tr td {
  padding: 10px !important;
}

table.calendarContainer, table.calendarContainer th, table.calendarContainer td {
  border: 1px solid #C9CACC !important;
  min-width: auto !important;
}
table.calendarContainer th{
  padding: 30px 10px;
  font-size: 22px;
}
table.calendarContainer td{
  position: relative;
  height: 80px;
  vertical-align: top;
  padding: 10px;
}
table.calendarContainer td .datenum{
  padding: 5px 10px;
  color: #808080;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 22px;
}
table.calendarContainer td .datenumcurrent{
  background-color: #A3A5A7;
  border-radius: 50%;
  color: #FFF !important;
  margin-right: 2px;
  margin-bottom: 2px;
  min-width: 38px;
  text-align: center;
}

table.calendarContainer td span{
  font-size: 18px;
}

body.ismobile table.calendarContainer td span{
  font-size: 18px;
}
table.calendarContainer td .datenum.othmth{
  color: #D8D8D8;
}

.calendarContainer th{
  width: 14.286%;
  background-color: #07A7E3;
}

/*.frntHoliday span, .frntHoliday .datenum{*/
.frntHoliday .datenum{
  color: #FC8E1B !important;
}
/*.thHoliday span, .thHoliday .datenum{*/
.thHoliday .datenum{
  color: #E43836 !important;
}

.satsunDate{
  background-color: #EFEFEF;
}

.sellDate{
  background-color: #D6F2FE;
  background-image: url('../img/calendar/logo/sell.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.processDate{
  background-color: #D6F2FE;
}
.reciveDate{
  background-color: #D6F2FE;
  background-image: url('../img/calendar/logo/recive-money.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/**dropdown**/
::-webkit-input-placeholder {
  color: #808080;
  text-align: center;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
  text-align: center;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
  text-align: center;
}
:-ms-input-placeholder {
  color: #808080;
  text-align: center;
}

#fundSelect{
  font-family: "DB Adman X", sans-serif;
  font-size: 24px;
  color:#808080;
  padding-left: 10px;
  border-radius: 5px;
  border: none;
}

#sellDate{
  font-family: "DB Adman X", sans-serif;
  font-size: 24px;
  color:#808080;
  padding: 1px 0 1px 10px;
  border-radius: 5px;
  min-width: 221px;
  margin-left: 3px;
  border: none;
  line-height: 1.5em;
  text-align: center;
  background-image: url('../img/calendar/logo/inpcalendar.jpg');
  background-repeat: no-repeat;
  background-position: 10px center;
}
#getCalendar{
  font-family: "DB Adman X", sans-serif;
  font-size: 24px;
  border-radius: 5px;
  padding: 0px 60px;
  line-height: 1.6em;
  color: #FFF;
  background-color: #007EBB;
  min-width: 221px;
}
#fundSelect optgroup{
  color:#38B3DC;
  background-color: #E1F3FD;
}

#fundSelect option{
  color:#A0A1A3;
  background-color: #FFF;
}


/*.bootstrap-select&gt;select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
  z-index: 0!important;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}*/

/**calendar**/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.datepicker-days table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.datepicker{
  color: #808080;
}

table thead tr th {
  background-color: inherit;
  padding: inherit;
  color: inherit;
}

.datepicker-days .table-condensed th, .table-condensed td {
  padding: 4px 5px;
  min-width: inherit;
  border-right: inherit;
}

.icon-arrow-left {
  background-position: -240px -96px !important;
}
.icon-arrow-right {
  background-position: -264px -96px !important;
}
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
table tbody tr td:first-child {
  border-right: inherit;
  min-width: inherit;
}

table thead tr th:first-child {
  border-right: inherit;
  min-width: inherit;
}

.button {
  background-color: #07A7E3; /* Green */
  border: none;
  color: white;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
/*****/
#calendarYearList{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;  
  z-index: 10000;
  display: none;
}

#calendarYearList .calendarYearListContainer{
  position: relative;
  background-color: #FFF;
  width: 100%;
  max-width: 600px;
  max-height: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
body.ismobile #calendarYearList .calendarYearListContainer {
  max-width: 98%;
}
#calendarYearList .calendarYearListBg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.7);
}

#calendarYearList .yearNum{
  font-size: 36px;
  color: #09A9DD;
  text-align: left;
  font-weight: normal;
  padding: 10px 18px 0px 18px;
}

.calendarColumn{
  width: 33.33%;
  padding: 10px 20px;
  text-align: center;
}

.calendarColumn .ttl{
  color: #09A9DD;
  text-align: left;
  font-weight: bold;
  padding: 5px 0px;
}

.calendarColumn td{
  width: 14.2857 !important;
  padding: 0px !important;
  border-right: 0px !important;
  min-width: auto !important;
  color: #807F84 !important;
}

/*** Select ***/
/*.fundSelectWrap{
  background-color: #FFF;
  background-image: url('../img/calendar/logo/search.jpg');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
  border-radius: 5px;
}*/
.fundSelectWrap .btn.dropdown-toggle{
  background-image: url('../img/calendar/logo/search.jpg');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px;
}
.fundSelectWrap .dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
.fundSelectWrap .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.fundSelectWrap .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.fundSelectWrap .bootstrap-select &gt; .dropdown-toggle.bs-placeholder{
  color: #808080 !important;
  font-size: 24px;
  line-height: 1em;
}

.fundSelectWrap .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fundSelectWrap .bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 24px;
  line-height: 1em;
  color: #9FA0A2;
}

.fundSelectWrap .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.fundSelectWrap .bootstrap-select &gt; .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fundSelectWrap .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.fundSelectWrap .dropdown-menu.show {
  display: block;
}
.fundSelectWrap .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.fundSelectWrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.fundSelectWrap .bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fundSelectWrap .bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.fundSelectWrap .dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color:#38B3DC;
  background-color: #E1F3FD;
  font-size: 24px;
  white-space: nowrap;
}
.fundSelectWrap #bs-select-1-0{
  display: none;
}
.fundSelectWrap .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #9FA0A2;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.fundSelectWrap .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 86%;
  float: none;
  font-size: 24px;
  padding: 2px 10px;
}
.fundSelectWrap .dropdown-item.selected {
 background: #07A7E3;
 color:#FFF;
}
.fundSelectWrap .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
/************************/
.holidayQuestionWrapper{
  border-radius: 10px;
}

.holidayQuestionTabWrapper{
  border-radius: 10px 10px 0px 0px;
  position: relative;
}

.holidayTitle{
  color: #FFF;
  background-color: #03A6E1;
  padding: 10px 20px;
  font-size: 34px;
  font-weight: bold;
  border-radius: 20px 20px 0px 0px;
}

.dotTh{ 
  width: 15px;
   height: 15px;
   background-color: #E63C2D;
   border-radius: 50%;
   display: block;
   clear:both;
   margin-bottom: 10px;
}

.dotFrnt{ 
  width: 15px;
   height: 15px;
   background-color: #F7941D;
   border-radius: 50%;
   display: block;
   clear:both;
   margin-bottom: 10px;  
}


.dotToolTip {
  position: absolute;
  background-color: rgba(216, 216, 216, 0.9);
  min-width: 100%;
  min-height: 80px;
  padding: 5px;
  margin-left: -10px;
  margin-top: -10px;
  color: #464646;
  font-size: 18px;
  z-index: 99;
  display: none;
}

#calendarFundSelectedTitle{
  line-height: 74px;
  color: rgb(54, 180, 230);
  font-size: 34px;
  font-weight: bold;
  padding-left: 10px;
  display: none;
}
#tabcenterbg{
  position: absolute;
  height: 100%;
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */

  transform: translate(-50%, -50%); /* This is a shorthand of
                                        translateX(-50%) and translateY(-50%) */
}
#tabcenterbg img{
  width: auto;
  height: 100%;
}
.holidayQuestionTabWrapper .qtab{
  width: 50%;
  color: #FFF;
  background-color: #D0D0D0;
  padding: 10px;
  text-align: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
}
.holidayQuestionTabWrapper .qtab.active{
  background-color: #03A6E1;
}

.holidayQuestionFunds{
  padding: 0px 20px 10px 20px;
  background-color: #fff;
  border-bottom: solid #03A6E1 3px;
}
.holidayQuestionFunds.tab2{
  padding: 0px 20px 10px 20px;
  background-color: #03A6E1;
  border-bottom: none;
  max-width: 780px;
  margin: 0 auto;
}

.nextHolidayQuestionWrapper{
  text-align: center;
  padding: 20px 0px;
}
#nextQuestionBtn{
  color: #7F8180;
  padding: 10px 0px;
  background-color: #81D5FA;
  width: 100%;
  font-size: 26px;
}
.holidayQuestionLabel{
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
}
#payDateLabel,#payDateNumLabel,#numBeforeReciveDateLabel{
  color: #808080;
  background-color: #fff;
  font-size: 25px;
  font-weight: normal;
  padding: 4px 58px;
  display: inline-block;
  border-radius: 0.25rem;
  text-align: center;
  min-width: 221px;
}

/**** calendar hover tooltip*****/
.overflowtxt {
  /*width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;*/

  display: block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  width: 70px;
  text-overflow: ellipsis;
}

.overflowtxt:hover {
  overflow: visible;
}

.overflowtxt:hover span {
  position: absolute;
  display: block;
  overflow: inherit !important;
  background-color: #A4A4A4;
  color: #FFF !important;
  /* margin-top: -20px; */
  /* width: 150px; */
  /* box-shadow: 0 0 4px 0 black; */
  padding: 5px;
  border-radius: 1px;
  text-overflow: initial;
  word-break: break-word;
  white-space: normal;
  z-index: 100;
}

.no-results, .form-control{
  color: #9FA0A2;
}

/* new display holiday list*/
.holidaylistitem td{
  vertical-align: top;
}

table.holidaylistitem { 
  border: none; border-collapse: collapse; 
  border-radius:inherit;
}
table.holidaylistitem th{
  font-weight: bold;
  padding: 16px 32px;
  background-color: #EFEFF1;
}
table.holidaylistitem th,table.holidaylistitem td  { 
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA; 
  text-align: center;
  font-size: 22px;
}
table.holidaylistitem td:first-child { 
  border-left: none; 
}

table.holidaylistitem td.fundsdsp{
  text-align: left;
}

.txtH{ 
  color: #E63C2D;
  font-weight: bold;
  display: block;
  clear:both;
}

.txtFrnt{ 
  color: #F7941D !important;
  font-weight: bold;
  display: block;
  clear:both;
}</pre></body></html>