/* ------------------------------------------------------------
	Grid
------------------------------------------------------------ */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.row-flex-start{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.row > [class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row .col-100 {
  width: 100%;
  width: -webkit-calc( (100% - 15px*0) / 1);
  width: calc( (100% - 15px*0) / 1);
}
.row.no-gutter .col-100 {
  width: 100%;
}
.row .col-95 {
  width: 95%;
  width: -webkit-calc( (100% - 15px*0.05263157894736836) / 1.0526315789473684);
  width: calc( (100% - 15px*0.05263157894736836) / 1.0526315789473684);
}
.row.no-gutter .col-95 {
  width: 95%;
}
.row .col-90 {
  width: 90%;
  width: -webkit-calc( (100% - 15px*0.11111111111111116) / 1.1111111111111112);
  width: calc( (100% - 15px*0.11111111111111116) / 1.1111111111111112);
}
.row.no-gutter .col-90 {
  width: 90%;
}
.row .col-85 {
  width: 85%;
  width: -webkit-calc( (100% - 15px*0.17647058823529416) / 1.1764705882352942);
  width: calc( (100% - 15px*0.17647058823529416) / 1.1764705882352942);
}
.row.no-gutter .col-85 {
  width: 85%;
}
.row .col-80 {
  width: 80%;
  width: -webkit-calc( (100% - 15px*0.25) / 1.25);
  width: calc( (100% - 15px*0.25) / 1.25);
}
.row.no-gutter .col-80 {
  width: 80%;
}
.row .col-75 {
  width: 75%;
  width: -webkit-calc( (100% - 15px*0.33333333333333326) / 1.3333333333333333);
  width: calc( (100% - 15px*0.33333333333333326) / 1.3333333333333333);
}
.row.no-gutter .col-75 {
  width: 75%;
}
.row .col-66 {
  width: 66.66666666666666%;
  width: -webkit-calc( (100% - 15px*0.5000000000000002) / 1.5000000000000002);
  width: calc( (100% - 15px*0.5000000000000002) / 1.5000000000000002);
}
.row.no-gutter .col-66 {
  width: 66.66666666666666%;
}
.row .col-60 {
  width: 60%;
  width: -webkit-calc( (100% - 15px*0.6666666666666667) / 1.6666666666666667);
  width: calc( (100% - 15px*0.6666666666666667) / 1.6666666666666667);
}
.row.no-gutter .col-60 {
  width: 60%;
}
.row .col-50 {
  width: 50%;
  width: -webkit-calc( (100% - 15px*1) / 2);
  width: calc( (100% - 15px*1) / 2);
}
.row.no-gutter .col-50 {
  width: 50%;
}
.row .col-40 {
  width: 40%;
  width: -webkit-calc( (100% - 15px*1.5) / 2.5);
  width: calc( (100% - 15px*1.5) / 2.5);
}
.row.no-gutter .col-40 {
  width: 40%;
}
.row .col-33 {
  width: 33.333333333333336%;
  width: -webkit-calc( (100% - 15px*2) / 3);
  width: calc( (100% - 15px*2) / 3);
}
.row.no-gutter .col-33 {
  width: 33.333333333333336%;
}
.row .col-25 {
  width: 25%;
  width: -webkit-calc( (100% - 15px*3) / 4);
  width: calc( (100% - 15px*3) / 4);
}
.row.no-gutter .col-25 {
  width: 25%;
}
.row .col-20 {
  width: 20%;
  width: -webkit-calc( (100% - 15px*4) / 5);
  width: calc( (100% - 15px*4) / 5);
}
.row.no-gutter .col-20 {
  width: 20%;
}
.row .col-15 {
  width: 15%;
  width: -webkit-calc( (100% - 15px*5.666666666666667) / 6.666666666666667);
  width: calc( (100% - 15px*5.666666666666667) / 6.666666666666667);
}
.row.no-gutter .col-15 {
  width: 15%;
}
.row .col-10 {
  width: 10%;
  width: -webkit-calc( (100% - 15px*9) / 10);
  width: calc( (100% - 15px*9) / 10);
}
.row.no-gutter .col-10 {
  width: 10%;
}
.row .col-5 {
  width: 5%;
  width: -webkit-calc( (100% - 15px*19) / 20);
  width: calc( (100% - 15px*19) / 20);
}
.row.no-gutter .col-5 {
  width: 5%;
}
@media all and (min-width: 768px) {
  .row .tablet-100 {
    width: 100%;
    width: -webkit-calc( (100% - 15px*0) / 1);
    width: calc( (100% - 15px*0) / 1);
  }
  .row.no-gutter .tablet-100 {
    width: 100%;
  }
  .row .tablet-95 {
    width: 95%;
    width: -webkit-calc( (100% - 15px*0.05263157894736836) / 1.0526315789473684);
    width: calc( (100% - 15px*0.05263157894736836) / 1.0526315789473684);
  }
  .row.no-gutter .tablet-95 {
    width: 95%;
  }
  .row .tablet-90 {
    width: 90%;
    width: -webkit-calc( (100% - 15px*0.11111111111111116) / 1.1111111111111112);
    width: calc( (100% - 15px*0.11111111111111116) / 1.1111111111111112);
  }
  .row.no-gutter .tablet-90 {
    width: 90%;
  }
  .row .tablet-85 {
    width: 85%;
    width: -webkit-calc( (100% - 15px*0.17647058823529416) / 1.1764705882352942);
    width: calc( (100% - 15px*0.17647058823529416) / 1.1764705882352942);
  }
  .row.no-gutter .tablet-85 {
    width: 85%;
  }
  .row .tablet-80 {
    width: 80%;
    width: -webkit-calc( (100% - 15px*0.25) / 1.25);
    width: calc( (100% - 15px*0.25) / 1.25);
  }
  .row.no-gutter .tablet-80 {
    width: 80%;
  }
  .row .tablet-75 {
    width: 75%;
    width: -webkit-calc( (100% - 15px*0.33333333333333326) / 1.3333333333333333);
    width: calc( (100% - 15px*0.33333333333333326) / 1.3333333333333333);
  }
  .row.no-gutter .tablet-75 {
    width: 75%;
  }
  .row .tablet-66 {
    width: 66.66666666666666%;
    width: -webkit-calc( (100% - 15px*0.5000000000000002) / 1.5000000000000002);
    width: calc( (100% - 15px*0.5000000000000002) / 1.5000000000000002);
  }
  .row.no-gutter .tablet-66 {
    width: 66.66666666666666%;
  }
  .row .tablet-60 {
    width: 60%;
    width: -webkit-calc( (100% - 15px*0.6666666666666667) / 1.6666666666666667);
    width: calc( (100% - 15px*0.6666666666666667) / 1.6666666666666667);
  }
  .row.no-gutter .tablet-60 {
    width: 60%;
  }
  .row .tablet-50 {
    width: 50%;
    width: -webkit-calc( (100% - 15px*1) / 2);
    width: calc( (100% - 15px*1) / 2);
  }
  .row.no-gutter .tablet-50 {
    width: 50%;
  }
  .row .tablet-40 {
    width: 40%;
    width: -webkit-calc( (100% - 15px*1.5) / 2.5);
    width: calc( (100% - 15px*1.5) / 2.5);
  }
  .row.no-gutter .tablet-40 {
    width: 40%;
  }
  .row .tablet-33 {
    width: 33.333333333333336%;
    width: -webkit-calc( (100% - 15px*2) / 3);
    width: calc( (100% - 15px*2) / 3);
  }
  .row.no-gutter .tablet-33 {
    width: 33.333333333333336%;
  }
  .row .tablet-25 {
    width: 25%;
    width: -webkit-calc( (100% - 15px*3) / 4);
    width: calc( (100% - 15px*3) / 4);
  }
  .row.no-gutter .tablet-25 {
    width: 25%;
  }
  .row .tablet-20 {
    width: 20%;
    width: -webkit-calc( (100% - 15px*4) / 5);
    width: calc( (100% - 15px*4) / 5);
  }
  .row.no-gutter .tablet-20 {
    width: 20%;
  }
  .row .tablet-15 {
    width: 15%;
    width: -webkit-calc( (100% - 15px*5.666666666666667) / 6.666666666666667);
    width: calc( (100% - 15px*5.666666666666667) / 6.666666666666667);
  }
  .row.no-gutter .tablet-15 {
    width: 15%;
  }
  .row .tablet-10 {
    width: 10%;
    width: -webkit-calc( (100% - 15px*9) / 10);
    width: calc( (100% - 15px*9) / 10);
  }
  .row.no-gutter .tablet-10 {
    width: 10%;
  }
  .row .tablet-5 {
    width: 5%;
    width: -webkit-calc( (100% - 15px*19) / 20);
    width: calc( (100% - 15px*19) / 20);
  }
  .row.no-gutter .tablet-5 {
    width: 5%;
  }
}

/* ------------------------------------------------------------
	Pages
------------------------------------------------------------ */
.pages {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: none;
}
.page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #efeff4;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page-content {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

/* ------------------------------------------------------------
	Toolbars
------------------------------------------------------------ */
.navbar-inner,
.sub-navbar-inner,
.toolbar-inner,
.popover-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.navbar,
.toolbar,
.sub-navbar{
	height: 44px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	position: absolute;
	margin: 0;
	z-index: 500;
	
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,0);
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}


/*sub-navbar */
.sub-navbar{
	top: 44px;
	background: #f7f7f8;
}

.navbar b,
.toolbar b {
	font-weight: 500;
}
.navbar a.link,
.toolbar a.link, 
.sub-navbar a.link,
.popover-navbar a.link{
	line-height: 44px;
	height: 44px;
	color: #007aff;
	text-decoration: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.sub-navbar a.link{
	height: 38px;
}

.link-area{
	width:100px;
}

.space_link{
	padding:8px 10px 8px 60px;
}

.space_link_t{
	padding:8px 0px 8px 20px;
}

.space_link_t1{
	padding:12px 5px 0px 5px;
}

.space_link_p{
	padding:8px 0px 8px 14px;
}


.space_link_phone{
	padding:4px 30px 4px 0px;
}

.navbar a.link:active,
.toolbar a.link:active,
.popover-navbar a.link:active {
	opacity: 0.3;
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
}
.navbar a.link i + span,
.toolbar a.link i + span,
.navbar a.link i + i,
.toolbar a.link i + i,
.navbar a.link span + i,
.toolbar a.link span + i,
.navbar a.link span + span,
.toolbar a.link span + span {
	margin-left: 7px;
}
.navbar a.icon-only,
.toolbar a.icon-only {
	min-width: 44px;
	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;
	margin: 0;
}
.navbar i.icon,
.toolbar i.icon {
	display: block;
}

.icon-plus {
	font-size: 25px;
	font-weight: 200;
	font-family: 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}
/*@media all and (min-width: 630px) and (min-height: 630px) {
	.icon-plus {
		font-size: 30px;
	}
}*/


.navbar {
	left: 0;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #c4c4c4;
}

.navbar .center,
.sub-navbar .center,
.popover-navbar .center
 {
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 44px;
	-webkit-flex-shrink: 10;
	-ms-flex: 0 10 auto;
	flex-shrink: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.navbar .left,
.navbar .right, 
.sub-navbar .left,
.sub-navbar .right,
.popover-navbar .left,
.popover-navbar .right{
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.navbar .full {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.navbar .left a + a,
.navbar .right a + a {
	margin-left: 10px;
}
.navbar .left {
	margin-right: 10px;
}
.navbar .right {
	margin-left: 10px;
}
.toolbar {
	left: 0;
	bottom: 0;
	background: #f7f7f8;
	border-top: 1px solid #c4c4c4;
}
.toolbar a {
	-webkit-flex-shrink: 1;
	-ms-flex: 0 1 auto;
	flex-shrink: 1;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tabbar {
	color: #929292;
	z-index: 5001;
}

.tabbar a.tab-link,
.tabbar a.link {
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
	overflow: visible;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.tabbar a.displayNone{
	display: none;
}

.tabbar-labels {
	height: 50px;
}
.tabbar-labels a.tab-link,
.tabbar-labels a.link {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.tabbar-labels span.tabbar-label {
	line-height: 1;
	display: block;
	letter-spacing: 0.01em;
	font-size: 10px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media all and (min-width: 768px) {
	.tabbar .toolbar-inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.tabbar a.tab-link,
	.tabbar a.link {
		width: auto;
		min-width: 105px;
	}
	.tabbar-labels {
		height: 55px;
	}
	.tabbar-labels span.tabbar-label {
		font-size: 14px;
	}
}

.navbar-from-right-to-center .left,
.navbar-from-right-to-center .right,
.navbar-from-right-to-center .center {
	-webkit-animation: navbarElementFadeIn 500ms forwards;
	animation: navbarElementFadeIn 500ms forwards;
}
.navbar-from-right-to-center .sliding {
	opacity: 1;
}
.navbar-from-center-to-right .left,
.navbar-from-center-to-right .right,
.navbar-from-center-to-right .center {
	-webkit-animation: navbarElementFadeOut 500ms forwards;
	animation: navbarElementFadeOut 500ms forwards;
}
.navbar-from-center-to-right .sliding {
	opacity: 0;
}
@-webkit-keyframes navbarElementFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes navbarElementFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navbar-from-center-to-left .left,
.navbar-from-center-to-left .right,
.navbar-from-center-to-left .center {
	-webkit-animation: navbarElementFadeOut 500ms forwards;
	animation: navbarElementFadeOut 500ms forwards;
}
.navbar-from-center-to-left .sliding {
	opacity: 0;
}
.navbar-from-left-to-center .left,
.navbar-from-left-to-center .right,
.navbar-from-left-to-center .center {
	-webkit-animation: navbarElementFadeIn 500ms forwards;
	animation: navbarElementFadeIn 500ms forwards;
}
.navbar-from-left-to-center .sliding {
	opacity: 1;
}
.navbar-on-left .left,
.navbar-on-left .right,
.navbar-on-left .center {
	opacity: 0;
}
.navbar-on-left .sliding {
	opacity: 0;
}
.navbar-on-right .left,
.navbar-on-right .right,
.navbar-on-right .center {
	opacity: 0;
}
.navbar-on-right .sliding {
	opacity: 0;
}
@-webkit-keyframes navbarElementFadeOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
  }
}
@keyframes navbarElementFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.navbar-from-right-to-center .left.sliding .back.link .icon,
.navbar-from-center-to-right .left.sliding .back.link .icon,
.navbar-from-center-to-left .left.sliding .back.link .icon,
.navbar-from-left-to-center .left.sliding .back.link .icon {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.navbar-from-right-to-center .sliding,
.navbar-from-center-to-right .sliding,
.navbar-from-center-to-left .sliding,
.navbar-from-left-to-center .sliding {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-animation: none;
	animation: none;
}
/* === Relation between toolbar/navbar types and pages === */
.page > .navbar,
.view > .navbar,
.views > .navbar,
.page > .toolbar,
.view > .toolbar,
.views > .toolbar {
	position: absolute;
}
.navbar-through .page-content {
	padding-top: 44px;
}

.toolbar-through .page-content {
	padding-bottom: 50px;
}


.navbar-fixed .page-content {
	padding-top: 44px;
}
.toolbar-fixed .page-content {
	padding-bottom: 44px;
}
.hidden-navbar .navbar {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.hiding-navbar .navbar {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hidden-sub-navbar .sub-navbar{
	-webkit-animation: hidedenElementFadeOut 500ms forwards;
	animation: hidedenElementFadeOut 500ms forwards;
}
@-webkit-keyframes hidedenElementFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		
	}
}
@keyframes hidedenElementFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.hidden-sub-navbar-complete .sub-navbar{
	display: none;
}

.hiding-sub-navbar .sub-navbar{
	-webkit-animation: hidedenElementFadeIn 500ms forwards;
	animation: hidedenElementFadeIn 500ms forwards;
}

@-webkit-keyframes hidedenElementFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}



@keyframes hidedenElementFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.page.no-navbar .page-content {
	padding-top: 0;
}
.hidden-toolbar .toolbar {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.hiding-toolbar .toolbar {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.page.no-toolbar .page-content {
	padding-bottom: 0;
}
/* === Icons === */
i.icon {
	display: inline-block;
	vertical-align: middle;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	font-style: normal;
	position: relative;
}

.badge {
	font-size: 13px;
	display: inline-block;
	color: #000;
	background: #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	line-height: 16px;
	padding: 0px 4px;
	font-family: Arial, sans-serif;
}
.badge.badge-red {
	background: #ff3b30;
	color: #fff;
}
.badge.badge-green {
	background: #4cd964;
	color: #fff;
}
.badge.badge-black {
	background: #000;
	color: #fff;
}
.icon .badge {
	position: absolute;
	left: 100%;
	margin-left: -8px;
	top: -1px;
	font-size: 12px;
	padding: 0px 5px;
	height:16px;
}

/* ------------------------------------------------------------
	ANIMATION : PAGE
------------------------------------------------------------ */
.page-transitioning {
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}
.page-from-right-to-center {
	-webkit-animation: pageFromRightToCenter 500ms forwards;
	animation: pageFromRightToCenter 500ms forwards;
}
.page-from-center-to-right {
	-webkit-animation: pageFromCenterToRight 500ms forwards;
	animation: pageFromCenterToRight 500ms forwards;
}
@-webkit-keyframes pageFromRightToCenter {
	from {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translate3d(100%, 0, 0);
	}
	to {
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes pageFromCenterToRight {
	from {
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
		-webkit-transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translate3d(100%, 0, 0);
	}
}
@keyframes pageFromRightToCenter {
	from {
		-webkit-box-shadow: none;
		box-shadow: none;
		transform: translate3d(100%, 0, 0);
	}
	to {
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes pageFromCenterToRight {
	from {
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-box-shadow: none;
		box-shadow: none;
		transform: translate3d(100%, 0, 0);
	}
}

.page-from-center-to-left {
	-webkit-animation: pageFromCenterToLeft 500ms forwards;
	animation: pageFromCenterToLeft 500ms forwards;
}
.page-from-left-to-center {
	-webkit-animation: pageFromLeftToCenter 500ms forwards;
	animation: pageFromLeftToCenter 500ms forwards;
}
@-webkit-keyframes pageFromCenterToLeft {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0.9;
		-webkit-transform: translate3d(-20%, 0, 0);
	}
}
@-webkit-keyframes pageFromLeftToCenter {
	from {
		opacity: 0.9;
		-webkit-transform: translate3d(-20%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@keyframes pageFromCenterToLeft {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0.9;
		transform: translate3d(-20%, 0, 0);
	}
}
@keyframes pageFromLeftToCenter {
	from {
		opacity: 0.9;
		transform: translate3d(-20%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/* ------------------------------------------------------------
	POPUP
------------------------------------------------------------ */
body.with-popup .wisebook-main {
	-webkit-transform: translate3d(0, 0px, 0) scale(0.85);
	-moz-transform: translate3d(0, 0px, 0) scale(0.85);
	-ms-transform: translate3d(0, 0px, 0) scale(0.85);
	-o-transform: translate3d(0, 0px, 0) scale(0.85);
	transform: translate3d(0, 0px, 0) scale(0.85);
	-webkit-filter: blur(5px);
}

.close-popup{
	line-height: 44px;
	font-weight: normal;
}

body.with-popup #htmlLibrary{
	background: rgba(0,0,0,.8);
}

.popup{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11000;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.popup.modal-in,
.popup.modal-out {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.popup.modal-in {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.popup.modal-out {
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

@media all and (min-width: 630px) and (min-height: 630px) {
	.popup {
		width: 630px;
		height: 560px;
		left: 50%;
		top: 50%;
		margin-left: -315px;
		margin-top: -280px;
		-webkit-transform: translate3d(0, 1024px, 0);
		-ms-transform: translate3d(0, 1024px, 0);
		transform: translate3d(0, 1024px, 0);
	}
	
	.popup.modal-in {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	.popup.modal-out {
		-webkit-transform: translate3d(0, 1024px, 0);
		-ms-transform: translate3d(0, 1024px, 0);
		transform: translate3d(0, 1024px, 0);
	}
	
	.popup-full-screen{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin : 0;
		webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	@media only screen and (min-device-width : 800px) and (max-device-width : 1280px) {
		/*android tablet only*/
		/*.popup-full-screen{
			width: 630px;
			height: 630px;
			left: 50%;
			top: 50%;
			margin-left: -315px;
			margin-top: -315px;
			-webkit-transform: translate3d(0, 1024px, 0);
			-ms-transform: translate3d(0, 1024px, 0);
			transform: translate3d(0, 1024px, 0);
		}*/
	}
}

/*TEXT COLOR */
.text-blue{
	color: #007aff;	
}
.text-blue:active{
	color: rgba(0,124,255,0.54);
}

.text-white{
	color: #fff;	
}
.text-white:active{
	color: rgba(88,85,85,0.8);
}



/* ------------------------------------------------------------
	popover
------------------------------------------------------------ */
.popover {
	width: 240px;
	height: 200px;
	background: #fff;
	z-index: 11700;
	margin: 0;
	top: 0;
	left: 0;
	border-radius: 7px;
	position: absolute;
	display: none;
	opacity: 0;	
	
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

@media all and (min-width: 630px) and (min-height: 630px) {
	.popover {
		width: 320px;
		height: 300px;
	}
}

.popover.modal-in {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 1;
}

.popover-angle {
	width: 26px;
	height: 26px;
	position: absolute;
	left: -26px;
	top: 0;
	z-index: 100;
	overflow: hidden;
}
.popover-angle:after {
	content: ' ';
	background: #fff;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popover-angle.on-left {
  left: -26px;
}
.popover-angle.on-left:after {
  left: 19px;
  top: 0;
}
.popover-angle.on-right {
  left: 100%;
}
.popover-angle.on-right:after {
  left: -19px;
  top: 0;
}
.popover-angle.on-top {
  left: 0;
  top: -25px;
}
.popover-angle.on-top:after {
  left: 0;
  top: 19px;
}
.popover-angle.on-bottom {
  left: 0;
  top: 100%;
}
.popover-angle.on-bottom:after {
  left: 0;
  top: -19px;
}

.popover-inner {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.popover-inner .list-block {
 	margin: 0;
}
.popover-inner .list-block ul {
	border: none;
	background: none;
}
.popover-inner .list-block li:first-child a {
	border-radius: 7px 7px 0 0;
}
.popover-inner .list-block li:last-child a {
	border-radius: 0 0 7px 7px;
}
.popover-inner .list-block li:first-child:last-child a {
	border-radius: 7px;
}

.popover-navbar {
	position: absolute;
	top:0;
	left: 0;
	height: 44px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	z-index: 500;
	border-bottom: 1px solid #c4c4c4;
}

.popover-pages{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.popover-page{
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 44px;
	padding-bottom: 10px;
	border-radius:7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popover-content{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

/* === Lists === */
.list-block {
  font-size: 17px;
}

.list-block-padding{
	padding: 14px;
}

.list-block ul {
	background: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	
	border-top: 1px solid #c8c7cc;
	border-bottom: 1px solid #c8c7cc;
}
.list-block ul.list-block-border-top-none:first-child{
	border-top: none;
}

.list-block li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.list-block .item-link.list-button {
	padding: 0 15px;
	text-align: center;
	color: #007aff;
	display: block;
	line-height: 43px;
	border-bottom: 1px solid #c8c7cc;
}

.list-block .item-link {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	display: block;
	color: inherit;
}


.list-block .item-link:active {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  background-color: #d9d9d9;
}

.list-block .item-link.list-button.button-red {
	color: #fc3e39;
}

.list-block li:last-child .list-button {
	border-bottom: none;
}

.list-block .swipeout-content {
	position: relative;
	z-index: 10;
	background: #fff;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.list-block .item-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.list-block .item-delete{
	width: 0;
	padding-top: 7px;
	padding-bottom: 8px;
	opacity: 0;
	
	
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.list-block .item-delete.item-to-Leftwidth{
	-webkit-animation: itemElementLeftWidth 500ms forwards;
	animation: itemElementLeftWidth 500ms forwards;
}

.list-block .item-delete.item-leftWidth-to-center {
	opacity: 1;
	width: 40px;
}

i.icon.delete-red{
	width: 30px;
	height: 30px;
	/*#9d261d*/
	
}

@-webkit-keyframes itemElementLeftWidth {
	0% {
		width: 0px;
	}
	20%{
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		width: 40px;
	}
}
@keyframes itemElementLeftWidth {
	0% {
		width: 0px;
	}
	20%{
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		width: 40px;
	}
}
.list-block .item-delete.item-to-rightWidth{
	-webkit-animation: itemElementRightWidth 500ms forwards;
	animation: itemElementRightWidth 500ms forwards;
}

@-webkit-keyframes itemElementRightWidth {
	0% {
		opacity: 1;
		width: 40px;
	}
	20%{
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		width: 0px;
	}
}
@keyframes itemElementRightWidth {
	0% {
		opacity: 1;
		width: 40px;
	}
	20%{
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		width: 0px;
	}
}

.list-block .item-media{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 7px;
	padding-bottom: 8px;
}

.list-block .item-media-padLeft{
	padding-left: 5px;
}

.list-block .item-inner{
	padding-right: 15px;
	border-bottom: 1px solid #c8c7cc;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 7px;
	min-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.list-block .item-title {
	font-size: 14px;
	-webkit-flex-shrink: 1;
	-ms-flex: 0 1 auto;
	flex-shrink: 1;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.list-block .item-title.label {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}
.list-block .item-input {
  width: 100%;
  margin-top: -8px;
  margin-bottom: -7px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex: 0 1 auto;
  flex-shrink: 1;
}
.list-block .item-after {
  white-space: nowrap;
  color: #8e8e93;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-height: 28px;
}
.list-block .smart-select .item-after {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.list-block .item-link {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  display: block;
  color: inherit;
}


.list-block .item-media + .item-inner {
	margin-left: 15px;
}

.list-block li:last-child .item-inner {
	border-bottom: 1px solid transparent;
}

.list-block .swipeout-actions {
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list-block .swipeout-actions-inner {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.list-block .swipeout-actions-inner a {
	padding: 0 30px;
	color: #fff;
	background: #c7c7cc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.list-block .swipeout-actions-inner a.swipeout-delete {
	background: #fc3e39;
}

.list-block .swipeout.deleting {
  overflow: hidden;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.list-block .swipeout.deleting .swipeout-content {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.list-block .swipeout.transitioning .swipeout-content {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.list-block .swipeout-content {
  position: relative;
  z-index: 10;
  background: #fff;
}
.list-block .swipeout-actions {
  border-bottom: 1px solid #c8c7cc;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-block li:last-child .swipeout-actions {
  border-bottom: none;
}
.list-block .swipeout-actions-inner {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  visibility: hidden;
}
.list-block .swipeout-actions-inner a {
  padding: 0 30px;
  color: #fff;
  background: #c7c7cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.list-block .swipeout-actions-inner a.swipeout-delete {
  background: #fc3e39;
}
.list-block.media-list .item-title,
.list-block li.media-item .item-title {
  font-weight: 500;
}
.list-block.media-list .item-inner,
.list-block li.media-item .item-inner {
  display: block;
  padding-top: 10px;
  padding-bottom: 9px;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.list-block.media-list .item-link .item-inner,
.list-block li.media-item .item-link .item-inner {
  background: none;
  padding-right: 15px;
}
.list-block.media-list .item-link .item-title-row,
.list-block li.media-item .item-link .item-title-row {
  padding-right: 20px;
  background: no-repeat right center;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 60 120' xmlns='http://www.w3.org/2000/svg'><path d='m60 61.5-38.25 38.25-9.75-9.75 29.25-28.5-29.25-28.5 9.75-9.75z' fill='%23c7c7cc'/></svg>");
  background-size: 10px 20px;
}
.list-block.media-list .item-media,
.list-block li.media-item .item-media {
  padding-top: 9px;
  padding-bottom: 10px;
}
.list-block.media-list .item-media img,
.list-block li.media-item .item-media img {
  display: block;
}
.list-block.media-list .item-title-row,
.list-block li.media-item .item-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-block .list-group:nth-child(n+2) ul {
  border-top: none;
}
.list-block .item-divider,
.list-block .list-group-title {
  background: #f7f7f7;
  border-top: 1px solid #c8c7cc;
  margin-top: -1px;
  padding: 4px 15px;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #8e8e93;
}
.list-block .list-group-title {
  position: relative;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  margin-top: 0;
  border-top: none;
}
.list-block .sortable-handler {
  position: absolute;
  right: 0;
  top: 0;
  height: -webkit-calc(100% - 1px);
  height: -moz-calc(100% - 1px);
  height: -ms-calc(100% - 1px);
  height: calc(100% - 1px);
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: center;
  width: 35px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12' fill='%23c7c7cc'><path d='M0,2V0h22v2H0z'/><path d='M0,7V5h22v2H0z'/><path d='M0,12v-2h22v2H0z'/></svg>");
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.list-block.sortable .item-inner {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.list-block.sortable-opened .sortable-handler {
  visibility: visible;
  opacity: 1;
}
.list-block.sortable-opened .item-inner,
.list-block.sortable-opened .item-link .item-inner {
  padding-right: 35px;
}
.list-block.sortable-opened .item-link .item-inner,
.list-block.sortable-opened .item-link .item-title-row {
  background-image: none;
}
.list-block.sortable-sorting li {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.list-block li.sorting {
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.list-block li.sorting .item-inner {
  border-bottom: none;
}


/* ------------------------------------------------------------
	MODAL
------------------------------------------------------------ */
.modal-overlay,
.popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10600;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.modal-overlay{
	z-index: 11600;
}

.modal-overlay.modal-overlay-visible,
.popup-overlay.modal-overlay-visible {
  visibility: visible;
  opacity: 1;
}
.popup-overlay {
  z-index: 10200;
}

/* ------------------------------------------------------------
	INPUT CSS
------------------------------------------------------------ */
.list-block input[type="text"],
.list-block input[type="password"],
.list-block input[type="email"],
.list-block input[type="tel"],
.list-block input[type="url"],
.list-block input[type="date"],
.list-block input[type="datetime-local"],
.list-block input[type="number"],
.list-block select,
.list-block textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: none;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 0 0 0 5px;
	margin: 0;
	width: 100%;
	height: 43px;
	color: #000;
	font-size: 13px;
	font-family: inherit;
}
.list-block input[type="date"],
.list-block input[type="datetime-local"] {
	line-height: 44px;
}
.list-block select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.list-block .lable {
	vertical-align: top;
}
.list-block textarea {
	height: 100px;
	resize: none;
	line-height: 1.4;
	padding-top: 8px;
	padding-bottom: 7px;
}


.label-switch{
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	position: relative;
	cursor: pointer;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}
.label-switch input[type="checkbox"] {
 	display: none;
}
.label-switch input[type="checkbox"] + .checkbox {
	width: 52px;
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	background: #e5e5e5;
	z-index: 0;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	position: relative;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.label-switch input[type="checkbox"] + .checkbox:before {
	content: ' ';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 48px;
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 28px;
	background: #fff;
	z-index: 1;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.label-switch input[type="checkbox"] + .checkbox:after {
	content: ' ';
	height: 28px;
	width: 28px;
	border-radius: 28px;
	background: #fff;
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 2px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.label-switch input[type="checkbox"]:checked + .checkbox {
	background: #4cd964;
}
.label-switch input[type="checkbox"]:checked + .checkbox:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.label-switch input[type="checkbox"]:checked + .checkbox:after {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}
html.android .label-switch input[type="checkbox"] + .checkbox {
	-webkit-transition-duration: 0;
	transition-duration: 0;
}
html.android .label-switch input[type="checkbox"] + .checkbox:after,
html.android .label-switch input[type="checkbox"] + .checkbox:before {
	-webkit-transition-duration: 0;
	transition-duration: 0;
}

/* ------------------------------------------------------------
	modal CSS
------------------------------------------------------------ */
.modal {
	width: 270px;
	position: absolute;
	z-index: 12000;
	left: 50%;
	margin-left: -135px;
	margin-top: 0;
	top: 50%;
	text-align: center;
	border-radius: 7px;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(1.185);
	-ms-transform: translate3d(0, 0, 0) scale(1.185);
	transform: translate3d(0, 0, 0) scale(1.185);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.modal.modal-in {
	opacity: 1;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.modal.modal-out {
	opacity: 0;
	z-index: 10999;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(0, 0, 0) scale(0.815);
	-ms-transform: translate3d(0, 0, 0) scale(0.815);
	transform: translate3d(0, 0, 0) scale(0.815);
}
.modal-inner {
	padding: 15px;
	border-bottom: 1px solid #b5b5b5;
	border-radius: 7px 7px 0 0;
	background: #e8e8e8;
}
.modal-title {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.modal-title + .modal-text {
	margin-top: 5px;
}
.modal-buttons {
	height: 44px;
	overflow: hidden;
	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;
}
.modal-button {
	width: 100%;
	padding: 0 5px;
	height: 44px;
	font-size: 17px;
	line-height: 44px;
	text-align: center;
	color: #007aff;
	background: #e8e8e8;
	display: block;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #b5b5b5;
	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.modal-button:first-child {
	border-radius: 0 0 0 7px;
}
.modal-button:last-child {
	border-right: none;
	border-radius: 0 0 7px 0;
}
.modal-button:first-child:last-child {
	border-radius: 0 0 7px 7px;
}
.modal-button.modal-button-bold {
	font-weight: 500;
}
.modal-button:active {
	background: #d4d4d4;
}
.modal-no-buttons .modal-inner {
	border-radius: 7px;
	border-bottom: none;
}
.modal-no-buttons .modal-buttons {
	display: none;
}

input.modal-text-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	background: #fff;
	margin: 0;
	margin-top: 15px;
	padding: 0 5px;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	width: 100%;
	font-size: 14px;
	font-family: inherit;
	display: block;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
input.modal-text-input + input.modal-text-input {
	margin-top: 5px;
}
input.modal-text-input.modal-text-input-double {
	border-radius: 5px 5px 0 0;
}
input.modal-text-input.modal-text-input-double + input.modal-text-input {
	margin-top: 0;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

/* ------------------------------------------------------------
	action CSS
------------------------------------------------------------ */

.actions-modal {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11000;
	width: 100%;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.actions-modal.modal-in {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.actions-modal.modal-out {
	z-index: 10999;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.actions-modal-group {
	margin: 8px;
}
.actions-modal-button,
.actions-modal-label {
	width: 100%;
	text-align: center;
	font-weight: normal;
	margin: 0;
	background: rgba(243, 243, 243, 0.95);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid #d2d2d6;
}
.actions-modal-button a,
.actions-modal-label a {
	text-decoration: none;
	color: inherit;
}
.actions-modal-button b,
.actions-modal-label b {
	font-weight: 500;
}
.actions-modal-button.actions-modal-button-bold,
.actions-modal-label.actions-modal-button-bold {
	font-weight: 500;
}
.actions-modal-button.actions-modal-button-red,
.actions-modal-label.actions-modal-button-red {
	color: #fc3e39;
}
.actions-modal-button:first-child,
.actions-modal-label:first-child {
	border-radius: 4px 4px 0 0;
}
.actions-modal-button:last-child,
.actions-modal-label:last-child {
	border: none;
	border-radius: 0 0 4px 4px;
}
.actions-modal-button:first-child:last-child,
.actions-modal-label:first-child:last-child {
	border-radius: 4px;
}
.actions-modal-button {
	cursor: pointer;
	line-height: 43px;
	font-size: 20px;
	color: #007aff;
}
.actions-modal-button:active {
	background: #dcdcdc;
}
.actions-modal-label {
	font-size: 13px;
	line-height: 1.3;
	min-height: 44px;
	padding: 8px 10px;
	color: #8a8a8a;
	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;
}

/* ------------------------------------------------------------
	center action CSS
------------------------------------------------------------ */
.center-actions-modal {
	position: absolute;
	z-index: 12000;
	width: 240px;
	top: 50%;
	left: 50%;
	margin-left: -120px;
	
	border-radius: 7px;
	opacity: 0;
	background: rgba(255, 255, 255, 0.95);
	
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	display: block;
}

@media all and (min-width: 630px) and (min-height: 630px) {
	.center-actions-modal {
		width: 320px;
		margin-left: -160px;
	}
}

.center-actions-modal.modal-in {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 1;
}

.center-actions-modal.modal-out {
	-webkit-transition-duration: 500ms;
 	transition-duration: 500ms;
 	opacity: 0;
}

.center-actions-modal .list-block {
 	margin: 0;
 	padding: 0;
}
.center-actions-modal .list-block ul {
	border: none;
	background: none;
}

.center-actions-modal .actions-modal-group{
	margin: 0;
	
}

.center-actions-modal .actions-modal-group li{
	border-bottom: 1px solid #c8c7cc;
}

.center-actions-modal .actions-modal-group:last-child li{
	border-bottom: none;
}

.center-actions-modal .list-block .item-link.list-button{
	line-height: 50px;
	padding: 0 20px;
}

.center-actions-modal .list-block .item-link.list-button{
	border: none;
}

.center-actions-modal .actions-modal-group:last-child li .item-link:active{
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.center-actions-modal .actions-modal-button-bold,
.center-actions-modal .actions-modal-button-bold {
	font-weight: 600;
}

.center-actions-modal .title-contens-block{
	border-bottom: 1px solid #c8c7cc;
}
.center-actions-modal .info-contens {
	padding:15px;
	text-align: center;
}

.info-contens .info-title-wrap{
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-contens .info-title{
	font-weight: 600;
}

.info-contens .info-text{
	font-weight: 100;
}

/* ------------------------------------------------------------
	notification CSS
------------------------------------------------------------ */
.notifications {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20000;
	color: #fff;
	font-size: 14px;
	margin: 0;
	border: none;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition-duration: 450ms;
	transition-duration: 450ms;
	background: rgba(0, 0, 0, 0.85);
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.notifications ul {
	border: none;
	background: none;
	margin: 0;
}
.with-statusbar-overlay .notifications {
	padding-top: 20px;
	-webkit-transform: translate3d(0, -20px, 0);
	-ms-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}
.notifications .item-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.notifications .item-text,
.notifications .item-subtitle,
.notifications .item-title {
	font-size: 14px;
}
.notifications .item-title {
 	font-weight: 500;
}
.notifications .item-text {
	height: auto;
	color: #d2d2d2;
	line-height: inherit;
}
.notifications .item-text,
.notifications .item-subtitle {
	font-weight: 300;
}
.notifications .item-inner {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.notifications .item-media i.icon {
	width: 20px;
	height: 20px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.notifications li.notification-item .item-media {
	padding-top: 13px;
}
.notifications .close-notification {
	width: 19px;
	height: 19px;
	background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'><g><path fill='%23bcbfc4' d='M9.5,1C14.2,1,18,4.8,18,9.5S14.2,18,9.5,18S1,14.2,1,9.5S4.8,1,9.5,1 M9.5,0C4.3,0,0,4.3,0,9.5 S4.3,19,9.5,19S19,14.7,19,9.5S14.7,0,9.5,0L9.5,0z'/></g><line stroke='%23bcbfc4' stroke-miterlimit='10' x1='5.2' y1='5.2' x2='13.8' y2='13.8'/><line stroke='%23bcbfc4' stroke-miterlimit='10' x1='14.1' y1='4.9' x2='4.9' y2='14.1'/></svg>");
	-webkit-background-size: 19px 19px;
	background-size: 19px 19px;
	position: relative;
}
.notifications .close-notification span {
	position: absolute;
	width: 44px;
	height: 44px;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
}
.notifications .notification-item {
	max-width: 568px;
	margin: 0 auto;
	-webkit-transition-duration: 450ms;
	transition-duration: 450ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.notifications .notification-hidden {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------
	ICON back
------------------------------------------------------------ */
i.icon.icon-back-blue {
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'><path d='M10,0l2,2l-8,8l8,8l-2,2L0,10L10,0z' fill='%23007aff'/></svg>");
}
i.icon.icon-back-white {
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'><path d='M10,0l2,2l-8,8l8,8l-2,2L0,10L10,0z' fill='%23fff'/></svg>");
}
i.icon.icon-back-black {
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'><path d='M10,0l2,2l-8,8l8,8l-2,2L0,10L10,0z' fill='%23000'/></svg>");
}
i.icon.icon-bars-blue {
  width: 21px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 26' fill='%23007aff'><rect width='4' height='4'/><rect x='8' y='1' width='34' height='2'/><rect y='11' width='4' height='4'/><rect x='8' y='12' width='34' height='2'/><rect y='22' width='4' height='4'/><rect x='8' y='23' width='34' height='2'/></svg>");
}
i.icon.icon-bars-white {
  width: 21px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 26' fill='%23fff'><rect width='4' height='4'/><rect x='8' y='1' width='34' height='2'/><rect y='11' width='4' height='4'/><rect x='8' y='12' width='34' height='2'/><rect y='22' width='4' height='4'/><rect x='8' y='23' width='34' height='2'/></svg>");
}
i.icon.icon-bars-black {
  width: 21px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 26' fill='%23000'><rect width='4' height='4'/><rect x='8' y='1' width='34' height='2'/><rect y='11' width='4' height='4'/><rect x='8' y='12' width='34' height='2'/><rect y='22' width='4' height='4'/><rect x='8' y='23' width='34' height='2'/></svg>");
}

.i-con-color-gray i{
	color: #A0A0A0;
}
