@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;


  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
       url("../fonts/Framework7Icons-Regular.woff") format("woff"),
       url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
}

.demo-list-icon, .icon-f7 {
  background: #ccc;
  display: block;
  position: relative;
}
.theme-dark .demo-list-icon {
  background-color: #555;
}
.icon-f7 {
  background: url(../img/f7-icon.png) no-repeat center;
  background-size: cover;
}
.icon-vi {
  background: url(../img/vi-icon.png) no-repeat center;
  background-size: cover;
}

.ios .demo-list-icon, .ios .icon-f7, .ios .icon-vi {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  box-sizing: border-box;
}
.md .demo-list-icon, .md .icon-f7, .md .icon-vi {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.aurora .demo-list-icon, .aurora .icon-f7, .aurora .icon-vi {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

/* Lazy Demo */
img.demo-lazy {
  display: block;
  width: 100%;
  height: auto;
}
div.demo-lazy {
  background: #aaa;
  -webkit-background-size: cover;
  background-size: cover;
  height: 300px;
  height: 60vw;
}

/* FAB Morph */
.demo-fab-sheet {
  position: absolute;
  left: 16px;
  bottom: 80px;
  width: 140px;
  background: #fff;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
  border-radius: 5px;
  z-index: 1600;
  margin: 0 !important;
}
.ios .demo-fab-sheet {
  bottom: 15px;
}
.md .demo-fab-sheet {
  bottom: 16px;
}
.demo-fab-fullscreen-sheet {
  position: absolute;
  left: 10px;
  right: 10px;
  top: calc(64px + var(--f7-safe-area-top));
  bottom: 0;
  background: #fff;
  z-index: 1600;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
  overflow: hidden;
}
@media (min-width: 768px) {
  .demo-fab-fullscreen-sheet {
    left: 20%;
    width: 60%;
    right: auto;
    height: 80%;
    top: auto;
  }
}
.demo-fab-fullscreen-sheet .page {
  background: #fff;
}

/* Demo Messagebar */
.ios .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
  pointer-events: none;
  color: #8e8e8e;
}
.md .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
  pointer-events: none;
  opacity: 0.5;
}
/* Grid demo */
.grid-demo div[class*="col"] {
  background: #fff;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 15px;
}
.grid-resizable-demo {
  --f7-grid-row-gap: 16px;
}
.grid-resizable-demo div[class*="col"] {
  margin-bottom: 0;
}
.grid-resizable-demo .demo-col-center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-dark .grid-demo div[class*="col"] {
  background-color: #000;
  color: #fff;
  border-color: #444;
}
/* Cards Demo */
.demo-card-header-pic .card-header {
  height: 40vw;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.demo-card-header-pic .card-content-padding .date{
  color: #8e8e93;
}
.demo-facebook-card .card-header {
  display: block;
  padding: 10px;
}
.demo-facebook-card .demo-facebook-avatar {
  float: left;
}
.demo-facebook-card .demo-facebook-name {
  margin-left: 44px;
  font-size: 14px;
  font-weight: 500;
}
.demo-facebook-card .demo-facebook-date {
  margin-left: 44px;
  font-size: 13px;
  color: #8e8e93;
}
.demo-facebook-card .card-footer {
  background: #fafafa;
}
.theme-dark .demo-facebook-card .card-footer {
  background-color: transparent;
}
.demo-facebook-card .card-footer a {
  color: #81848b;
  font-weight: 500;
}
.demo-facebook-card .card-content img {
  display: block;
}
.demo-facebook-card .card-content-padding {
  padding: 15px 10px;
}
.demo-facebook-card .card-content-padding .likes {
  color: #8e8e93;
}
/* Panels Demo */
.panel {
  min-width: 180px;
  max-width: 70%;
}
.ios .panel-right.panel-in ~ .view-main:after,
.ios .panel-right.panel-out ~ .view-main:after,
.aurora .panel-right.panel-in ~ .view-main:after,
.aurora .panel-right.panel-out ~ .view-main:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
  z-index: 1000;
}
.ios .theme-dark .panel-right.panel-in ~ .view-main:after,
.ios .theme-dark .panel-right.panel-out ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-in ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-out ~ .view-main:after {
  background: #282828;
}

.ios .panel-left:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
  z-index: 1000;
}
.ios .theme-dark .panel-left:after {
  background: #282828;
}

/* Swipers Demo */
.demo-swiper {
  width: 100%;
  height: 100%;
}
.demo-swiper .swiper-slide,
.demo-swiper-multiple .swiper-slide {
  font-size: 25px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  color: #000;
}
.demo-swiper-multiple .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}
.demo-swiper-multiple {
  margin: 0px 0 35px;
  font-size: 18px;
  height: 120px;
}
.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide {
  width: 85%;
}
.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(2n) {
  width: 70%;
}
.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(3n) {
  width: 30%;
}
.demo-swiper-custom {
  height: 100%;
}
.demo-swiper-custom .swiper-container {
  background: #000;
  height: 100%;
}
.demo-swiper-custom .swiper-slide {
  background-size: cover;
  background-position: center;
}
.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  border-radius: 0;
  transition: 200ms;
  position: relative;
  transform: scale(0.9);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet-active {
  z-index: 1;
  border: 1px solid #007aff;
  transform: scale(1.4);
}
.demo-swiper-cube {
  width: 80%;
  height: 70%;
  top: 15%;
}
.demo-swiper-coverflow {
  height: 60%;
  top: 20%;
}
.demo-swiper-coverflow .swiper-slide {
  width: 65%;
}
.demo-swiper-cube .swiper-slide,
.demo-swiper-coverflow .swiper-slide {
  background-size: cover;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.demo-swiper-fade .swiper-slide {
  background-size: cover;
  background-position: center;
}
.demo-swiper-gallery-top {
  height: 70%;
}
.demo-swiper-gallery-thumbs {
  margin-top: 10px;
  height: 20%;
  height: -webkit-calc(30% - 20px);
  height: -moz-calc(30% - 20px);
  height: -ms-calc(30% - 20px);
  height: calc(30% - 20px);
}
.demo-swiper-gallery-thumbs .swiper-slide-pic {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  transition: 300ms;
}
.demo-swiper-gallery-thumbs .swiper-slide-thumb-active .swiper-slide-pic  {
  opacity: 1;
}
.demo-swiper-gallery-top .swiper-slide,
.demo-swiper-gallery-thumbs .swiper-slide-pic {
  background-size: cover;
  background-position: center;
}
.demo-swiper-parallax {
  height: 100%;
}
.demo-swiper-parallax .swiper-parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.demo-swiper-parallax .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  color: #fff;
}
.demo-swiper-parallax .swiper-slide-title {
  font-size: 41px;
  font-weight: 300;
}
.demo-swiper-parallax .swiper-slide-subtitle {
  font-size: 21px;
}
.demo-swiper-parallax .swiper-slide-text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
.demo-swiper-lazy {
  height: 100%;
}
.demo-swiper-lazy .swiper-slide {
  position: relative;
}
.demo-swiper-lazy .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Icons Demo */
code {
  background: #f3f3f3;
  padding: 5px;
  font-size: 12px;
}
.theme-dark code {
  background: #000;
}
.demo-icon {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
}
.theme-dark .demo-icon {
  color: #fff;
}
.demo-icon .demo-icon-name {
  margin-top: 5px;
  font-size: 11px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}
.theme-dark .demo-icon .demo-icon-name {
  color: #aaa;
}

.elevation-demo {
  height: 100px;
  margin: 30px 10px;
  background: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 100px;
}
.theme-dark .elevation-demo {
  background: none;
}

/* Demo Color Themes */
.demo-theme-picker {
  cursor: pointer;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  box-sizing: border-box;
  position: relative;
}
.demo-theme-picker .checkbox {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.demo-color-picker-button {
  margin-bottom: 1em;
  text-transform: capitalize;
}
.demo-bars-picker {
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: var(--f7-page-bg-color);
  border: 1px solid rgba(255,255,255,0.2);
}
.demo-bars-picker .checkbox {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.demo-bars-picker .demo-navbar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  top: 0;
  border-bottom: 1px solid transparent;
}
.demo-bars-picker .demo-navbar:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 20px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.demo-bars-picker .demo-navbar:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 20px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.demo-bars-picker-empty .demo-navbar {
  background: #f7f7f8;
  border-color: rgba(0,0,0,0.1);
}
.theme-dark .demo-bars-picker-empty .demo-navbar {
  background: #1b1b1b;
  border-color: #282829;
}
.demo-bars-picker-empty .demo-navbar:before,
.demo-bars-picker-empty .demo-navbar:after {
  background: var(--f7-theme-color);
}
.demo-bars-picker-fill .demo-navbar {
  background: var(--f7-theme-color);
}
.demo-bars-picker-fill .demo-navbar:before,
.demo-bars-picker-fill .demo-navbar:after {
  background: #fff;
}

/* Demo Expandable Cards */
@media (min-width: 768px) {
  .demo-expandable-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .demo-expandable-cards .card {
    flex-shrink: 10;
    min-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .demo-expandable-cards .card {
    width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 3) / 2);
  }
  .demo-expandable-cards .card:nth-child(2),
  .demo-expandable-cards .card:nth-child(4) {
    margin-left: 0;
  }
  .demo-expandable-cards .card:nth-child(n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .demo-expandable-cards .card {
    width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 5) / 4);
  }
  .demo-expandable-cards .card:nth-child(n + 2) {
    margin-left: 0;
  }
}
.view-master-detail .navbar-master-detail-root .link.back,
.view-master-detail .page-master-detail-root .navbar .link.back {
  display: none;
}
.font-11{
	font-size: 11px !important;
}
.font-12{
	font-size: 12px !important;
}

.scroll-table{
	height: 150px; padding: 10px; border: rgba(239,239,239,1.00) 1px solid; overflow-y: auto;
	font-size: 14px;
	line-height: 1.5;
	background-color: rgba(248,248,248,1.00);
	width:94%;
}
.scroll-table .table th,  .scroll-table .table td{
	display: block;
	width: 100%;
	font-size: 14px;
	padding:4px 0px;
}
.scroll-table ol{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style: inherit;
}
.scroll-table ol li{
	position: relative;
	margin-bottom: 5px;
	line-height: 1.3
}
.scroll-table ol li::before{
	content: "-";
	position: absolute;
	left: -10px;
}

/* Demo Popup & Sheet Swipe To Close */
.demo-popup-swipe-handler {
  --f7-popup-border-radius: 15px 15px 0 0;
  --f7-popup-tablet-border-radius: 15px;
  --f7-block-strong-border-color: transparent;
  height: calc(100% - var(--f7-navbar-height) - var(--f7-safe-area-top));
  top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top))
}
.demo-popup-swipe-handler .swipe-handler {
  background: var(--f7-page-bg-color);
}
.demo-popup-swipe-handler .page-content {
  padding-top: 16px;
}
.demo-sheet-swipe-to-close,
.demo-sheet-swipe-to-step {
  --f7-sheet-border-color: transparent;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.demo-sheet-swipe-to-close .swipe-handler,
.demo-sheet-swipe-to-step .swipe-handler {
  background: none;
}
.swipe-handler {
  height: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: #fff;
  cursor: pointer;
  z-index: 10;
}
.swipe-handler:after {
  content: '';
  width: 36px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -3px;
  border-radius: 3px;
  background: #666;
}

.page-home,
.page-about {
  --f7-list-border-color: transparent;
  --f7-block-strong-border-color: transparent;
  --f7-block-font-size: 16px;
}
:root:not(.theme-dark) .page-home,
:root:not(.theme-dark) .page-about {
  --f7-page-bg-color:#FBFBFB;
}


/* custom */
/* Background colors */
.bg-custom {
  background-color: #64c5b1 !important;
   color:#FFFFFF !important;
}
.bg-primary {
  background-color: #4489e4 !important;
  color:#FFFFFF !important;
}
.bg-success {
  background-color: #32c861 !important;
   color:#FFFFFF !important;
}
.bg-info {
  background-color: #34d3eb !important;
   color:#FFFFFF !important;
}
.bg-warning {
  background-color: #ffa91c !important;
}
.bg-danger {
  background-color: #f96a74 !important;
   color:#FFFFFF !important;
}
.bg-muted {
  background-color: #797979 !important;
  
}
.bg-inverse {
  background-color: #36404c !important;
   color:#FFFFFF !important;
}
.bg-purple {
  background-color: #5553ce !important;
   color:#FFFFFF !important;
}
.bg-pink {
  background-color: #ec6794 !important;
   color:#FFFFFF !important;
}
.bg-white {
  background-color: #ffffff !important;
  
}
.bg-dark {
  background-color: #313a46 !important;
   color:#FFFFFF !important;
}
.bg-gray{
  background-color: #F5F5F5 !important;
}
/* Text colors */
.text-custom {
  color: #64c5b1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-danger {
  color: #f96a74 !important;
}
.text-muted {
  color: #98a6ad !important;
}
.text-primary {
  color: #4489e4 !important;
}
.text-warning {
  color: #ffa91c !important;
}
.text-success {
  color: #32c861 !important;
}
.text-info {
  color: #34d3eb !important;
}
.text-inverse {
  color: #36404c !important;
}
.text-pink {
  color: #ec6794 !important;
}
.text-purple {
  color: #5553ce !important;
}
.text-dark {
  color: #313a46 !important;
}
.text-green {
  color: #86bc42 !important;
}


.text-orange{
 color: rgb(226, 101, 39) !important;
}
.text-ivory{
	 color:#4f4a86 !important;
}
.p-l-0 {  padding-left: 0 !important;}
.p-r-0 {  padding-right: 0 !important;}
.p-t-0 {  padding-top: 0 !important;}
.p-b-0 {  padding-bottom: 0 !important;}
.p-t-10 {  padding-top: 10px !important;}
.p-t-30 {  padding-top: 30px !important;}
.p-t-40 {  padding-top: 40px !important;}
.p-b-10 {  padding-bottom: 10px !important;}
.p-l-r-10 {  padding-left: 10px;  padding-right: 10px;}
.m-r-0 {  margin-right: 0px !important;}
.m-r-5 {  margin-right: 5px !important;}
.m-r-10 {  margin-right: 10px !important;}
.m-r-15 {  margin-right: 15px !important;}
.m-l-0 {  margin-left: 0px !important;}
.m-l-5 {  margin-left: 5px !important;}
.m-l-10 {  margin-left: 10px !important;}
.m-l-15 {  margin-left: 15px !important;}
.m-t-5 {  margin-top: 5px !important;}
.m-t-0 {  margin-top: 0 !important;}
.m-t-10 {  margin-top: 10px !important;}
.m-t-15 {  margin-top: 15px !important;}
.m-t-20 {  margin-top: 20px !important;}
.m-t-30 {  margin-top: 30px !important;}
.m-t-40 {  margin-top: 40px !important;}
.m-t-50 {  margin-top: 50px !important;}
.m-b-0 {  margin-bottom: 0 !important;}
.m-b-5 {  margin-bottom: 5px !important;}
.m-b-10 {  margin-bottom: 10px !important;}
.m-b-15 {  margin-bottom: 15px !important;}
.m-b-20 {  margin-bottom: 20px !important;}
.m-b-25 {  margin-bottom: 25px !important;}
.m-b-30 {  margin-bottom: 30px !important;}
.p-10{
	padding:10px;
}
.p-15{
	padding:15px;
}
.p-20{
	padding:20px;
}

.w-xs {  min-width: 80px;}
.w-sm {  min-width: 95px;}
.w-md {  min-width: 110px;}
.w-lg {  min-width: 140px;}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.title-large-text{
	font-weight:700 !important;
}
.p-in-18{padding-inline-start:18px !important;}
.list-avatar { margin-top:10px;}

.point{ margin-bottom:5px}
.point p{ font-size:16px; color:#999; margin-top:0px; margin-bottom:0px; font-weight: 600;}
.point p img{
	position:relative;
	top:2px;
}
.point h1{ font-size:40px; margin-top:0px; margin-bottom:0px; line-height:1;}
.point h2{
	font-size:32px; margin-top:10px; margin-bottom:10px; line-height:1;
}
.point .button {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation; 
	width:auto;
	padding: 0 15px;
}
.point .button span{ vertical-align: middle;}
.point-sub{	font-size:14px;	font-weight:600; margin-top:4px;}

span.vertical-bar{ padding-right:20px; position: relative;}
span.vertical-bar:after{
    position: absolute;
    /*content: "";*/
    width: 0px;
    height: 10px;
    background-color:#c6cee6;
    right: 10px;
    top: 5px;
}

.note{ background-color:#e6eaf7; color:#000; padding:8px 10px}
.note p{ display: flex; align-items: center; font-size: 15px;}
.note span{ color: #8599dc; font-size: 15px;}

.img-thumbnail {
    display: inline-block;
	max-width: 100%;
    height: 100%;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumb-sm {  height: 36px;  width: 36px;}
.thumb-md {  height: 48px;  width: 48px;}
.thumb-lg {  height: 88px;  width: 88px;}
.thumb-xl {  height: 120px;  width: 120px;}

.img-thumb{
	overflow:hidden;
	padding:8px;
	
}
.img-circle { border-radius: 50%;}

.navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible):not(.with-searchbar-expandable-enabled) .title {
    opacity: 1;
}
.text-center{
	text-align:center !important;
}
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-white { color: #ffffff !important;}
.width-auto{ width:auto !important}
.margin-auto{margin: auto !important;}
.font-light { font-weight: 300;}
.font-600 { font-weight: 600;}
.no-border{ border:0px !important}

.icon-lg {font-size:1.33em}
.icon-2x {font-size:2em}
.icon-3x {font-size:3em}
.icon-4x {font-size:4em}

.divider{
	border-top: 1px solid #e5e8ef;
    background: #f7f8fb;
    width: 100%;
    height: 12px;
}
.list .item-title{
	color: #7B7B7B !important;
	font-size:1rem !important;
}

.card-list h4{
	align-items: center;
	display:flex;
	margin:0px;
}
.card-list img{
	width:20px; height:20px; margin-right:5px
}
.card-list small{
	color:#bdbdbd;
	margin-left:5px;
	font-weight:normal !important;
}

.color-mint {
	--f7-theme-color: #00a7d4;
	--f7-theme-color-rgb: 0, 167, 212;
	--f7-theme-color-shade: #0087ab;
	--f7-theme-color-tint: #00c7fd;
}
.color-mint-dark{
	--f7-theme-color: #0394bb;
	--f7-theme-color-rgb: 3, 148, 187;
	--f7-theme-color-shade: #027493;
	--f7-theme-color-tint: #04b4e3;
}
.color-gray-light{
  --f7-theme-color: #ced1d8;
  --f7-theme-color-rgb: 206, 209, 216;
  --f7-theme-color-shade: #b7bcc6;
  --f7-theme-color-tint: #e5e6ea;
}
.chip.color-blue {
    color: #4ba9f5;
    background-color: #ebf4ff;
}
.chip.color-red {
    color: #F44336;
    background-color: #ffefee;
}
.chip.color-gray {
	color: #737373;
    background-color: #f1f1f1;
}

.transparent{ background-color:transparent !important}

.member-card .member-thumb {
  position: relative;
}
.member-card .member-star {
    position: absolute;
    top: 12px;
    right: -10px;
    font-size: 17px;
    background-color: #ffffff;
    /* height: 24px; */
    /* width: 24px; */
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    padding: 2px;
}
.member-card-alt .member-thumb {
  position: relative;
}
.member-card-alt .member-card-alt-info {
  margin-left: 140px;
}

.table .head, .table .body{ padding:10px}
.table .head{background-color: #edeff7; text-align:center}
.table .body{border-bottom: 1px solid #e1e4ea;}

.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}

.text-muted {
  color: #969aa9 !important;
}
.text-default {
  color: var(--f7-theme-color);
}
/* Text colors */
.text-custom {
  color: #64c5b1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-danger {
  color: #f96a74 !important;
}
.text-muted {
  color: #98a6ad !important;
}
.text-primary {
  color: #4489e4 !important;
}

.text-success {
  color: #32c861 !important;
}
.text-info {
  color: #34d3eb !important;
}
.text-inverse {
  color: #36404c !important;
}
.text-pink {
  color: #ec6794 !important;
}
.text-purple {
  color: #5553ce !important;
}
.text-dark {
  color: #313a46 !important;
}
.text-green {
  color: #86bc42 !important;
}


.text-orange{
 color: rgb(226, 101, 39) !important;
}
.text-ivory{
	 color:#4f4a86 !important;
}
.block{
	padding-top:20px;
    padding-bottom: 20px;
}
.myprice img{
	position:relative;
	top:8px;
	left:-8px;
}

label.item-radio .item-content .item-media img, label.item-radio.item-content .item-media img {
	max-width:20px;
}

.toolbar-inner .material-icons{
	font-size:28px;
}
.navbar .title{
	left:auto;
}
.navbar-inner{

}

.icon-x2 i{
	font-size:24px;
	color:#868686;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size:0.85rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.9rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #34665c;
  background-color: #e0f3ef;
  border-color: #d4efe9; }
  .alert-primary hr {
    border-top-color: #c1e8df; }
  .alert-primary .alert-link {
    color: #23443e; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #1a6832;
  background-color: #d6f4df;
  border-color: #c6f0d3; }
  .alert-success hr {
    border-top-color: #b2ebc3; }
  .alert-success .alert-link {
    color: #103f1e; }

.alert-info {
  color: #1b6e7a;
  background-color: #d6f6fb;
  border-color: #c6f3f9; }
  .alert-info hr {
    border-top-color: #afeef7; }
  .alert-info .alert-link {
    color: #124850; }

.alert-warning {
  color: #85580f;
  background-color: #ffeed2;
  border-color: #ffe7bf; }
  .alert-warning hr {
    border-top-color: #ffdda6; }
  .alert-warning .alert-link {
    color: #573a0a; }

.alert-danger {
  color: #81373c;
  background-color: #fee1e3;
  border-color: #fdd5d8; }
  .alert-danger hr {
    border-top-color: #fcbdc1; }
  .alert-danger .alert-link {
    color: #5d282b; }

.alert-light {
  color: #7e7e7e;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-light hr {
    border-top-color: #efefef; }
  .alert-light .alert-link {
    color: #656565; }

.alert-dark {
  color: #191e24;
  background-color: #d6d8da;
  border-color: #c5c8cb; }
  .alert-dark hr {
    border-top-color: #b8bbbf; }
  .alert-dark .alert-link {
    color: #040506; }

.alert-blue {
  color: #234777;
  background-color: #dae7fa;
  border-color: #cbdef7; }
  .alert-blue hr {
    border-top-color: #b5d0f4; }
  .alert-blue .alert-link {
    color: #172f50; }

.alert-pink {
  color: #7d334c;
  background-color: #fce0e9;
  border-color: #fbd3e0; }
  .alert-pink hr {
    border-top-color: #f9bcd0; }
  .alert-pink .alert-link {
    color: #592436; }

.alert-purple {
  color: #2c2b6b;
  background-color: #ddddf5;
  border-color: #cfcff1; }
  .alert-purple hr {
    border-top-color: #bbbbeb; }
  .alert-purple .alert-link {
    color: #1d1c47; }


.alert-icon{
	position: relative;
	padding-left: 2.25rem;
}
.alert-icon i{
	position: absolute;
	left: 1.25rem;
	top: 0.75rem;
}

.bg-black{
	color:#FFFFFF !important;
}
.bg-black .icon-back{
	color:#FFFFFF !important;
}
.bg-black .title-large{
	text-align:center !important;
}
.navbar-transparent.bg-black , .navbar-transparent.bg-black .navbar-bg{
	background-color:#000 !important;
	
}
.list-title a{
	padding-left:0px !important;
	
	padding-top:10px;
	padding-bottom:10px;
}
.list-title a{
	min-height:80px!important;
	color:#000000 !important;
	font-weight:700;
	font-size:1.2rem;
	/*border-bottom:rgba(215,215,215,0.35) 1px solid !important;*/
}
.no-line a{
	min-height:60px!important;
	border-bottom:rgba(215,215,215,0.35) 0px solid !important;
}

.no-line:after {
	background-color:transparent !important
	

}
.line{
	position:relative;
}
.line:after {
    content: '';
    position: absolute;
    background-color: var(--f7-list-item-border-color);
    display: block;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 50% 100%;
    transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
}

.block-title{
	color:#252525;
}

.round-sm{
	border-radius: 50%;   
    display: inline-block;
    height: 30px;
    line-height: 29px;   
    text-align: center;
    width: 30px;
	margin-right:10px;
	font-size:1rem;
}
.social .button i{
	position:relative;
	top:5px;
}

.timeline-onclick{
	    padding-left: 0px !important;
    padding-right:  0px !important;
}
.timeline-onclick .timeline-item-divider{
	width: 20%;
    height: 1px;
	position:relative;
	background-color: rgba(220,220,220,1.00);
	
	top:40px;
	margin-left:0px; margin-right:0px;
}
.timeline-onclick .timeline-item-content{
	width: 39%;
	
}
.timeline-onclick .timeline-item-divider:after{
    content: ' ';
    width: 1px;
    height: 100vh;
    position: absolute;
    left: 50%;
	top:100%;
    background: inherit;
    transform: translate3d(-50%, 0, 0);
}
.invest h4{ margin-top: 5px !important; margin-bottom: 5px !important}
.invest  .list .item-content{
	padding-top:0px !important;
    padding-bottom:0px !important;
    min-height: 10px !important;
}
.invest .list .item-inner{
	padding-bottom: 3px !important;
	padding-top: 3px !important;
	 align-items:baseline;
	min-height:inherit !important;
}
.invest .list .item-title, .invest .list .item-input-wrap{
	font-size: 0.75rem !important;
	
}
.invest .list .item-input-wrap{
	margin-top: 0px !important;
}

/****투자내역 아코디언 ***/

/*
.invest2  .item-content, .md .invest2  .item-content{
	padding-top:0px !important;
    padding-bottom:0px !important;
    min-height: 10px !important;
}
.invest2 .item-inner, .md .invest2 .item-inner{
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	
	min-height:inherit !important;
	border-bottom:#EFEFEF 1px solid;
}
.invest2 .item-inner:last-child{
	border-bottom:#EFEFEF 0px solid;
}
.invest2 .inline-labels .item-label{
	align-items: center;
}
.invest2 .item-title,  .invest2 .item-input-wrap{
	font-size: 0.75rem !important;
	
}
.invest2 .item-input:not(.item-input-outline) .item-input-wrap:after, .invest2 .input:not(.input-outline):after{
	content:none !important;
}
*/
.invest2 item-inner{
	height: 30px !important;
}
 .invest2 table tbody tr th, .invest2 table tbody tr td{
	padding: 8px 8px;
	 border-bottom:#EFEFEF 1px solid;
	 
}
 .invest2 table tbody tr:last-child th,  .invest2 table tbody tr:last-child td{
	border-bottom:#EFEFEF 0px solid;
}
.my-assets .card{
	padding-bottom: 5px; padding-top: 5px;
}
.my-assets .card h5{
	margin-bottom: 0px;
	line-height: 1.3
}
.my-assets .card h4{
	margin-top: 7px;
	line-height: 1.3
}
.my-assets-block{
	margin: 0px;
	
}
.my-assets-block.block-strong:after{
	
}

.transaction-list{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.transaction-list li{
	display: flex;
	align-items: baseline;
	flex-direction: row;
}
.transaction-list li label{
	min-width: 60px;
}
.popup-about{
	overflow-y: auto;
}
.popup-about .block{
	position: relative;
}
.popup-about .popup-close{
	position:fixed;
	right: 10px;
	top: 15px;
}
#agree{
	font-size: 1.1rem;
	line-height: 1.6;
}
#agree ol{
	margin: 10px;
	padding: 0px;
}
#agree ul{
	margin: 10px;
	padding: 0px;
}
#agree table{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#agree table td, #agree table th{
	font-size: 12px;
	    border: 1px solid #dee2e6;
	padding: 5px;
}

#agree pre{
	    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    line-height: 1.7;
   
    border: 0px solid #ccc;
    border-radius: 0px;
    word-break: break-all !important;
    overflow: auto;
    white-space: pre-wrap;
}

.list .item-input-wrap{
	 word-break: break-all !important;
    overflow: auto;
	min-height: 44px;
    
}

.alert ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.alert ul li{
	margin-bottom: 5px;
}

.lang-global .list-title a{
	word-break:break-all !important;
	font-size: 1.0rem !important;
	text-transform: capitalize !important;
}

.lang-global .navbar .title-large-text{
	font-size: 1.45rem !important;
	text-transform: capitalize !important;
}
.lang-global .block-title, .lang-global .list .item-title, .lang-global .links-list a{
	text-transform: capitalize !important;
}
/*일본어*/
.lang-global .my-assets .card{
	min-height: 104px;
}
.lang-global .my-assets .card h4{
	position: absolute;
	bottom: 0px;
	text-align: center;
	display: block;
	width: 100%;
}
