html,body,img,div,ul,li,a,input,label,button,select,textarea {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}

.cube-form-fieldset {
	-moz-border-radius-topleft: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
	border-top-left-radius: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	border-top-right-radius: 0.4em;
	padding: 0px
}

.cube-form-fieldset>div {
	/*-webkit-box-shadow: 0 1px 1px #b8b8b8;*/
	/*-moz-box-shadow: 0 1px 1px #b8b8b8;*/
	/*box-shadow: 0 1px 1px #b8b8b8;*/
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-ms-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	border-radius: 0.6em
}

.cube-form-fieldset>header {
	font-size: 18px;
	font-weight: bold;
	padding: 10px
}

.cube-form-field {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	display: block;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: white
}

.cube-form-field .cube-form-label {
	background-color: white;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	display: inline-block
}

.cube-form-field .cube-form-textfield {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-ms-box-flex: 2;
	box-flex: 2;
	display: inline-block;
	width: 60%;
	word-wrap: break-word;
	overflow: hidden
}

.cube-form-field .cube-form-textfield * {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.cube-form-field .cube-form-textfield div {
	padding-top: 0px;
	padding-bottom: 0px
}

.cube-form-field .cube-form-textfield2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-ms-box-flex: 2;
	box-flex: 2;
	display: inline-block;
	width: 62%
}

.cube-form-field:first-child {
	border: 1px solid #DDD;
	-moz-border-radius-topleft: 0.6em;
	-webkit-border-top-left-radius: 0.6em;
	border-top-left-radius: 0.6em;
	-moz-border-radius-topright: 0.6em;
	-webkit-border-top-right-radius: 0.6em;
	border-top-right-radius: 0.6em
}

.cube-form-field:first-child>.cube-form-label {
	-moz-border-radius-topleft: 0.6em;
	-webkit-border-top-left-radius: 0.6em;
	border-top-left-radius: 0.6em
}

.cube-form-field:last-child {
	-moz-border-radius-bottomleft: 0.6em;
	-webkit-border-bottom-left-radius: 0.6em;
	border-bottom-left-radius: 0.6em;
	-moz-border-radius-bottomright: 0.6em;
	-webkit-border-bottom-right-radius: 0.6em;
	border-bottom-right-radius: 0.6em
}

.cube-form-field:last-child>.cube-form-label {
	-moz-border-radius-bottomleft: 0.6em;
	-webkit-border-bottom-left-radius: 0.6em;
	border-bottom-left-radius: 0.6em
}

.baseform {
	background: white;
	border: 1px #dddddd solid;
	border-radius: 0.4em
}

.baseformElem {
	border-bottom: 1px #dddddd solid;
	padding: 8px 5px 8px 5px
}

#pullDown,#pullUp {
	height: 40px;
	line-height: 40px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #888
}

#pullDown .pullDownIcon,#pullUp .pullUpIcon {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: url(../images/pull-icon@2x.png) 0 0 no-repeat;
	-webkit-background-size: 40px 80px;
	background-size: 40px 80px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 250ms
}

#pullDown .pullDownIcon {
	-webkit-transform: rotate(0deg) translateZ(0)
}

#pullUp .pullUpIcon {
	-webkit-transform: rotate(-180deg) translateZ(0)
}

#pullDown.flip .pullDownIcon {
	-webkit-transform: rotate(-180deg) translateZ(0)
}

#pullUp.flip .pullUpIcon {
	-webkit-transform: rotate(0deg) translateZ(0)
}

#pullDown.loading .pullDownIcon,#pullUp.loading .pullUpIcon {
	background-position: 0 100%;
	-webkit-transform: rotate(0deg) translateZ(0);
	-webkit-transition-duration: 0ms;
	-webkit-animation-name: loading;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg) translateZ(0)
	}

	to {
		-webkit-transform: rotate(360deg) translateZ(0)
	}
}

.contentScroller {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #F6F6F6
}

.cube-list-item-more div,.cube-list-item-more-record div {
	height: 20px
}

.cube-list-item-more,.cube-list-item-more-record {
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	text-align: center;
	border-bottom: 1px solid #DDD
}

.cube-list-item-more-record {
	color: #888
}

.cube-list-item:hover,.cube-list-grouped .cube-list-item-search:hover,.cube-list-grouped .cube-list-item-content:hover {
	background-color: #def !important
}

.cube-extend-view>div:hover {
	background-color: #def !important
}

.cube-list-nostyle .contentScroller>.item-content>li:first-child,.cube-list-grouped .contentScroller li:first-child {
	border-top: 1px solid #DDD
}

.cube-list-nostyle .contentScroller li:last-child {
	border-bottom: 1px solid #DDD
}

.cube-list-nostyle .contentScroller li {
	border-bottom: 1px solid #ccc
}

.cube-list-grouped .contentScroller li {
	border-bottom: 1px solid #ccc
}

.cube-list-grouped .contentScroller li {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD
}

.cube-list-grouped .contentScroller>.item-content>li:first-child,.cube-list-grouped .contentScroller li:first-child {
	border-top: 1px solid #DDD;
	-moz-border-radius-topleft: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
	border-top-left-radius: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	border-top-right-radius: 0.4em
}

.cube-list-grouped .contentScroller li:last-child {
	border-bottom: 1px solid #DDD;
	box-shadow: 0px 1px 1px #B8B8B8
}

.cube-list-grouped .cube-list-item,.cube-list-grouped .cube-list-item-search,.cube-list-grouped .cube-list-item-content {
	cursor: pointer;
	background-color: white
}

.cube-list-grouped .cube-list-item-more,.cube-list-grouped .cube-list-item-more-record {
	cursor: pointer;
	background-color: white;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	text-align: center;
	-moz-border-radius-bottomleft: 0.4em;
	-webkit-border-bottom-left-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-webkit-border-bottom-right-radius: 0.4em;
	border-bottom-right-radius: 0.4em
}

.cube-list-grouped .cube-list-item-title {
	padding: 0em 10px;
	font-weight: bold;
	color: white;
	background: #2c85dd;
	font-size: 14px;
	white-space: nowrap;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 0px white
}

.cube-list-grouped .cube-list-item-content {
	padding: 0em 15px;
	border: 1px solid #DAE8F6;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px
}

.cube-list-grouped .cube-extend-view {
	background-color: red;
	display: none
}

.cube-split {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 43px;
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	background: #424242
}

.cube-split-left {
	width: 300px;
	margin-right: 1px
}

.cube-split-right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	background: red
}

.cube-split-left,.cube-split-right {
	position: relative;
	height: 100%
}

nav,.cube-split-right>* {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 15px;
	background: #fff
}


.cube-loader {
	width: 1100%;
	height: 1100%;
	left: -400%;
	top: -400%;
	background-color: transparent;
	opacity: 0.5;
	position: fixed;
	z-index: 1999;
	vertical-align: middle;
	text-align: center
}

.cube-loader-zh {
	width: 1100%;
	height: 1100%;
	left: -400%;
	top: -400%;
	background-color: transparent;
	opacity: 0.9;
	position: fixed;
	z-index: 1999;
	vertical-align: middle;
	text-align: center
}

.cube-loader-block {
	min-height: 57px;
	width: 80px;
	border-radius: 10px;
	background: #000;
	margin-left: -47.5px;
	margin-top: -35px;
	padding: 20px 5px 5px 5px;
	text-align: center;
	font-weight: bolder;
	color: #999;
	position: fixed;
	left: 50%;
	top: 40%
}

.cube-loader-icon {
	width: 40px;
	height: 40px;
	margin: 0px auto 15px auto;
	background-size: 100%;
	-webkit-animation: animate-cloud 1.5s linear infinite;
	-moz-animation: animate-cloud 1.5s linear infinite;
	-ms-animation: animate-cloud 1.5s linear infinite;
	-o-animation: animate-cloud 1.5s linear infinite;
	animation: animate-cloud 1.5s linear infinite
}

.cube-loader-cancel {
	position: fixed;
	left: 50%;
	top: 40%;
	width: 30px;
	height: 30px;
	margin-left: 28px;
	margin-top: -50px
}

.loader {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.load2 .loader{
	background: #333;
}
.load2{
	z-index:1999;
	position:fixed;
	top:27%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	left: 50%;
	margin-left: -100px;
	
}
.load2 .loader,
.load2 .loader:before,
.load2 .loader:after {
  border-radius: 50%;
}
.load2 img{
    position: absolute;
    top: 27px;
    left: 70px;
    width: 60px;
    height:71.7px !important;
    display: block;
}
.loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.load2 .loader:before,
.load2 .loader:after {
  position: absolute;
  content: '';
}
.load2 .loader:before {
    width: 60px;
    height: 120px;
    background: #333;
    border-radius: 120px 0 0 120px;
    top: 0em;
    left: 0em;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.load2 .loader {
  font-size: 11px;
  text-indent: -99999em;
  margin: 0 auto;
  position: relative;
  width: 120px;
  height: 120px;
  box-shadow: inset 0 0 0 .6em #0c93d0;
}
.load2 .loader:after {
  width: 60px;
  height: 120px;
  background: #333;
  border-radius: 0 120px 120px 0;
  top: 0em;
  left: 60px;
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animate-cloud {
	from {
		-webkit-transform: rotate(0deg) translateZ(0)
	}

	to {
		-webkit-transform: rotate(360deg) translateZ(0)
	}
}

@-moz-keyframes animate-cloud {
	from {
		-webkit-transform: rotate(0deg) translateZ(0)
	}

	to {
		-webkit-transform: rotate(360deg) translateZ(0)
	}
}

@-ms-keyframes animate-cloud {
	from {
		-webkit-transform: rotate(0deg) translateZ(0)
	}

	to {
		-webkit-transform: rotate(360deg) translateZ(0)
	}
}

@-o-keyframes animate-cloud {
	from {
		-webkit-transform: rotate(0deg) translateZ(0)
	}

	to {
		-webkit-transform: rotate(360deg) translateZ(0)
	}
}

.animate-cloud-key from {
	-webkit-transform: rotate(0deg) translateZ(0)
}

.animate-cloud-key to {
	-webkit-transform: rotate(360deg) translateZ(0)
}

.cube-loader-mask {
	width: 1100%;
	height: 1100%;
	left: -400%;
	top: -400%;
	background-color: #444;
	opacity: 0;
	position: fixed;
	z-index: 999 !important;
	vertical-align: middle;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-perspective: 1000
}

.cube-flight-loader {
	min-height: 140px;
	width: 250px;
	background-image: url(../images/loader_bg.png);
	background-size: 250px 140px;
	background-position: center;
	margin-left: -116px;
	margin-top: -35px;
	color: #999;
	font-weight: bolder;
	position: fixed;
	z-index: 1000 !important;
	left: 50%;
	top: 40%
}

@-webkit-keyframes wobble2 {
	from {
		-webkit-transform: translateX(0px)
	}

	to {
		-webkit-transform: translateX(165px)
	}
}

@keyframes wobble2 {
	from {
		transform: translateX(0px)
	}

	to {
		transform: translateX(165px)
	}
}

.cube-flight-loader-flight {
	padding-left: 12px;
	margin-top: 75px;
	height: 40px;
	width: 40px;
	-webkit-animation: wobble2 1.5s linear infinite;
	animation: wobble2 1.5s linear infinite
}

.cube-flight-loader-cancel img {
	position: static;
	float: right;
	margin-right: 6px;
	margin-top: 5.5px;
	height: 25px;
	width: 25px
}

.cube-loader-text {
	left: 20%;
	top: 40%;
	position: absolute;
	margin-top: -10px;
	margin-left: -40px;
	color: white;
	font: 16px/1.25 "Helvetica Neue",sans-serif;
	font-size: 16px
}

.cube-dialog {
	background-color: white;
	height: auto;
	border-radius: 5px !important;
	/*border: 1px solid #1eb0e9 !important;*/
	border: none;
	width: auto;
	min-width: 280px;
	max-width: 500px;
	z-index: 2000 !important;
	padding-top: 0 !important
}

#cube-dialog-wrapper {
	padding: 0px !important;
	margin: 0px !important
}

.cube-dialog-subtitle {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	font-size: 16px;
	color:rgb(90, 89, 89);
}

.cube-dialog-controls {
	width: 100%
}

.cube-dialog-screen {
	background-color: black;
	-moz-opacity: .2;
	opacity: .20;
	filter: alpha(opacity=20);
	z-index: 499
}

.cube-dialog-screen-model {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-header .ui-title {
	min-height: 1.1em;
	text-align: center;
	font-size: 16px;
	display: block;
	margin: 0px;
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important
}

.ui-header {
	position: relative !important;
	background: white;
	color: rgb(90, 89, 89);
	font-weight: bold;
	/*text-shadow: 0px 0px 0px #1eb0e9;*/
	zoom: 1
}

.cube-ul {
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-ms-border-radius: 0.8em;
	-o-border-radius: 0.8em;
	border-radius: 0.8em
}

.cube-ul>.nav-tabs.nav-stacked>li>a>img.icon {
	margin-left: 10px;
	margin-right: 30px
}

.cube-ul>.nav-tabs.nav-stacked>li>a>span {
	font-size: 16px;
	font-weight: bold
}

.cube-ul>.nav-tabs.nav-stacked>li:first-child div:first-child {
	-moz-border-radius-topleft: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
	border-top-left-radius: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	border-top-right-radius: 0.4em;
	vertical-align: middle
}

.cube-ul>.nav-tabs.nav-stacked>li:last-child>div:last-child {
	-moz-border-radius-bottomleft: 0.4em;
	-webkit-border-bottom-left-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-webkit-border-bottom-right-radius: 0.4em;
	border-bottom-right-radius: 0.4em
}

.cube-ul>.nav-tabs.nav-stacked>li:last-child {
	-moz-border-radius-bottomleft: 0.4em;
	-webkit-border-bottom-left-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-webkit-border-bottom-right-radius: 0.4em;
	border-bottom-right-radius: 0.4em
}

.cube-ul>.nav-tabs.nav-stacked,.cube-ul>.nav-tabs.nav-stacked>li:first-child,.cube-ul>.nav-tabs.nav-stacked>li:first-child>* {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px
}

.cube-ul>.nav-tabs.nav-stacked>li>a {
	min-height: 30px
}

.cube-ul>.nav-tabs.nav-stacked>li {
	background-color: white;
	color: #1eb0e9
}

.cube-ul-title {
	height: 35px;
	background: #1eb0e9 !important;
	font-size: 18px
}

.cube-ul-title>div {
	color: white;
	padding-top: 9px;
	margin-left: 15px
}

.ui-corner-top {
	-moz-border-radius-topleft: .6em;
	-webkit-border-top-left-radius: .6em;
	border-top-left-radius: .6em;
	-moz-border-radius-topright: .6em;
	-webkit-border-top-right-radius: .6em;
	border-top-right-radius: .6em
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: .6em;
	-webkit-border-bottom-left-radius: .6em;
	border-bottom-left-radius: .6em;
	-moz-border-radius-bottomright: .6em;
	-webkit-border-bottom-right-radius: .6em;
	border-bottom-right-radius: .6em
}

.ui-corner-all {
	-moz-border-radius: .6em;
	-webkit-border-radius: .6em;
	border-radius: .6em
}

.ui-shadow {
	/*-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);*/
	/*-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);*/
	/*box-shadow: 0px 1px 4px rgba(0,0,0,0.3)*/
}

.cube-segment {
	margin: 0
}

.cube-segment .cube-button {
	padding: .3em .6em;
	border: 1px solid #A0A0A0;
	min-height: 1.8em;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(3%, #e0e0e0), color-stop(100%, #c7c7c7));
	background: -webkit-linear-gradient(top, #fafafa,#e0e0e0 3%,#c7c7c7);
	background: -moz-linear-gradient(top, #fafafa,#e0e0e0 3%,#c7c7c7);
	background: -o-linear-gradient(top, #fafafa,#e0e0e0 3%,#c7c7c7);
	background: linear-gradient(top, #fafafa,#e0e0e0 3%,#c7c7c7)
}

.btn-group>.btn,.btn-group>.btn-warning,.btn-group>.btn-primary {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.btn-group>.btn:first-child,.btn-group>.btn-warning:first-child,.btn-group>.btn-primary:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group>.btn:last-child,.btn-group>.btn-warning:last-child,.btn-group>.btn-primary:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.button {
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #d4d4d4;
	margin: 0;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	font: 11px/normal sans-serif;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
	background-image: -moz-linear-gradient(#f4f4f4, #ececec);
	background-image: -ms-linear-gradient(#f4f4f4, #ececec);
	background-image: -o-linear-gradient(#f4f4f4, #ececec);
	background-image: linear-gradient(#f4f4f4,#ececec);
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-radius: 0.2em;
	zoom: 1;
	*display: inline
}

.button:hover,.button:focus,.button:active,.button.active {
	/*border-color: #1eb0e9;
	border-bottom-color: #1eb0e9;
	text-decoration: none;*/
	/*text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
	/*color: #fff;
	background-color: #1eb0e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1eb0e9), to(#1eb0e9));
	background-image: -moz-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: -o-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: linear-gradient(#1eb0e9,#1eb0e9)*/
}

.button:active,.button.active {
	/*border-color: #1eb0e9;
	border-bottom-color: #1eb0e9;
	background-color: #1eb0e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1eb0e9), to(#1eb0e9));
	background-image: -moz-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: -ms-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: -o-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: linear-gradient(#1eb0e9,#1eb0e9)*/
}

.button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.button.icon:before {
	content: "";
	position: relative;
	top: 1px;
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 0.75em 0 -0.25em;
	background: url(gh-icons.png) 0 99px no-repeat
}

.button.arrowup.icon:before {
	background-position: 0 0
}

.button.arrowup.icon:hover:before,.button.arrowup.icon:focus:before,.button.arrowup.icon:active:before {
	background-position: -12px 0
}

.button.arrowdown.icon:before {
	background-position: 0 -12px
}

.button.arrowdown.icon:hover:before,.button.arrowdown.icon:focus:before,.button.arrowdown.icon:active:before {
	background-position: -12px -12px
}

.button.arrowleft.icon:before {
	background-position: 0 -24px
}

.button.arrowleft.icon:hover:before,.button.arrowleft.icon:focus:before,.button.arrowleft.icon:active:before {
	background-position: -12px -24px
}

.button.arrowright.icon:before {
	float: right;
	margin: 0 -0.25em 0 0.5em;
	background-position: 0 -36px
}

.button.arrowright.icon:hover:before,.button.arrowright.icon:focus:before,.button.arrowright.icon:active:before {
	background-position: -12px -36px
}

.button.approve.icon:before {
	background-position: 0 -48px
}

.button.approve.icon:hover:before,.button.approve.icon:focus:before,.button.approve.icon:active:before {
	background-position: -12px -48px
}

.button.add.icon:before {
	background-position: 0 -288px
}

.button.add.icon:hover:before,.button.add.icon:focus:before,.button.add.icon:active:before {
	background-position: -12px -288px
}

.button.remove.icon:before {
	background-position: 0 -60px
}

.button.remove.icon:hover:before,.button.remove.icon:focus:before,.button.remove.icon:active:before {
	background-position: -12px -60px
}

.button.log.icon:before {
	background-position: 0 -72px
}

.button.log.icon:hover:before,.button.log.icon:focus:before,.button.log.icon:active:before {
	background-position: -12px -72px
}

.button.calendar.icon:before {
	background-position: 0 -84px
}

.button.calendar.icon:hover:before,.button.calendar.icon:focus:before,.button.calendar.icon:active:before {
	background-position: -12px -84px
}

.button.chat.icon:before {
	background-position: 0 -96px
}

.button.chat.icon:hover:before,.button.chat.icon:focus:before,.button.chat.icon:active:before {
	background-position: -12px -96px
}

.button.clock.icon:before {
	background-position: 0 -108px
}

.button.clock.icon:hover:before,.button.clock.icon:focus:before,.button.clock.icon:active:before {
	background-position: -12px -108px
}

.button.settings.icon:before {
	background-position: 0 -120px
}

.button.settings.icon:hover:before,.button.settings.icon:focus:before,.button.settings.icon:active:before {
	background-position: -12px -120px
}

.button.comment.icon:before {
	background-position: 0 -132px
}

.button.comment.icon:hover:before,.button.comment.icon:focus:before,.button.comment.icon:active:before {
	background-position: -12px -132px
}

.button.fork.icon:before {
	background-position: 0 -144px
}

.button.fork.icon:hover:before,.button.fork.icon:focus:before,.button.fork.icon:active:before {
	background-position: -12px -144px
}

.button.like.icon:before {
	background-position: 0 -156px
}

.button.like.icon:hover:before,.button.like.icon:focus:before,.button.like.icon:active:before {
	background-position: -12px -156px
}

.button.favorite.icon:before {
	background-position: 0 -348px
}

.button.favorite.icon:hover:before,.button.favorite.icon:focus:before,.button.favorite.icon:active:before {
	background-position: -12px -348px
}

.button.home.icon:before {
	background-position: 0 -168px
}

.button.home.icon:hover:before,.button.home.icon:focus:before,.button.home.icon:active:before {
	background-position: -12px -168px
}

.button.key.icon:before {
	background-position: 0 -180px
}

.button.key.icon:hover:before,.button.key.icon:focus:before,.button.key.icon:active:before {
	background-position: -12px -180px
}

.button.lock.icon:before {
	background-position: 0 -192px
}

.button.lock.icon:hover:before,.button.lock.icon:focus:before,.button.lock.icon:active:before {
	background-position: -12px -192px
}

.button.unlock.icon:before {
	background-position: 0 -204px
}

.button.unlock.icon:hover:before,.button.unlock.icon:focus:before,.button.unlock.icon:active:before {
	background-position: -12px -204px
}

.button.loop.icon:before {
	background-position: 0 -216px
}

.button.loop.icon:hover:before,.button.loop.icon:focus:before,.button.loop.icon:active:before {
	background-position: -12px -216px
}

.button.search.icon:before {
	background-position: 0 -228px
}

.button.search.icon:hover:before,.button.search.icon:focus:before,.button.search.icon:active:before {
	background-position: -12px -228px
}

.button.mail.icon:before {
	background-position: 0 -240px
}

.button.mail.icon:hover:before,.button.mail.icon:focus:before,.button.mail.icon:active:before {
	background-position: -12px -240px
}

.button.move.icon:before {
	background-position: 0 -252px
}

.button.move.icon:hover:before,.button.move.icon:focus:before,.button.move.icon:active:before {
	background-position: -12px -252px
}

.button.edit.icon:before {
	background-position: 0 -264px
}

.button.edit.icon:hover:before,.button.edit.icon:focus:before,.button.edit.icon:active:before {
	background-position: -12px -264px
}

.button.pin.icon:before {
	background-position: 0 -276px
}

.button.pin.icon:hover:before,.button.pin.icon:focus:before,.button.pin.icon:active:before {
	background-position: -12px -276px
}

.button.reload.icon:before {
	background-position: 0 -300px
}

.button.reload.icon:hover:before,.button.reload.icon:focus:before,.button.reload.icon:active:before {
	background-position: -12px -300px
}

.button.rss.icon:before {
	background-position: 0 -312px
}

.button.rss.icon:hover:before,.button.rss.icon:focus:before,.button.rss.icon:active:before {
	background-position: -12px -312px
}

.button.tag.icon:before {
	background-position: 0 -324px
}

.button.tag.icon:hover:before,.button.tag.icon:focus:before,.button.tag.icon:active:before {
	background-position: -12px -324px
}

.button.trash.icon:before {
	background-position: 0 -336px
}

.button.trash.icon:hover:before,.button.trash.icon:focus:before,.button.trash.icon:active:before {
	background-position: -12px -336px
}

.button.user.icon:before {
	background-position: 0 -360px
}

.button.user.icon:hover:before,.button.user.icon:focus:before,.button.user.icon:active:before {
	background-position: -12px -360px
}

.button.primary {
	font-weight: bold
}

.button.danger {
	color: #900
}

.button.danger:hover,.button.danger:focus,.button.danger:active {
	border-color: #1eb0e9;
	border-bottom-color: #1eb0e9;
	color: #1eb0e9;
	background-color: #1eb0e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1eb0e9), to(#1eb0e9));
	background-image: -moz-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: -ms-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: -o-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: linear-gradient(#1eb0e9,#1eb0e9)
}

.button.danger:active,.button.danger.active {
	border-color: #1eb0e9;
	border-bottom-color: #1eb0e9;
	background-color: #1eb0e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1eb0e9), to(#1eb0e9));
	background-image: -moz-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: -ms-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: -o-linear-gradient(#1eb0e9, #1eb0e9);
	background-image: linear-gradient(#1eb0e9,#1eb0e9)
}

.button.pill {
	border-radius: 50em
}

.button.disable {
	opacity: 0.5
}

.button.big {
	font-size: 14px
}

.button.big.icon:before {
	top: 0
}

.button-group {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	zoom: 1;
	*display: inline
}

.button+.button,.button+.button-group,.button-group+.button,.button-group+.button-group {
	margin-left: 15px
}

.button-group li {
	float: left;
	padding: 0;
	margin: 0
}

.button-group .button {
	float: left;
	margin-left: -1px
}

.button-group>.button:not(:first-child):not(:last-child),.button-group li:not(:first-child):not(:last-child) .button {
	border-radius: 0
}

.button-group>.button:first-child,.button-group li:first-child .button {
	margin-left: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.button-group>.button:last-child,.button-group li:last-child>.button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.button-group.minor-group .button {
	border: 1px solid #d4d4d4;
	text-shadow: none;
	background-image: none;
	background-color: #fff
}

.button-group.minor-group .button:hover,.button-group.minor-group .button:focus {
	/*background-color: #599bdc*/
}

.button-group.minor-group .button:active,.button-group.minor-group .button.active {
	/*background-color: #1eb0e9*/
}

.button-group.minor-group .button.icon:before {
	opacity: 0.8
}

.button-container .button,.button-container .button-group {
	vertical-align: top
}

a.btn,a.btn-warning,a.btn-primary {
	text-decoration: none
}

.btn.active,.active.btn-warning,.active.btn-primary,.btn:active,.btn-warning:active,.btn-warning.active,.btn-primary:active {
	/*background-color: #e6e6e6;
	background-color: #d9d9d9 9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)*/
}

.btn,.btn-warning,.btn-primary {
	/*border-color: #c1c1c1;*/
	/*border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);*/
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #1eb0e9;
	text-align: center;
	/*text-shadow: 0 1px 1px rgba(255,255,255,0.75);*/
	vertical-align: middle;
	cursor: pointer;
	/*background-color: #f5f5f5;*/
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));*/
	/*background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);*/
	/*background-image: -o-linear-gradient(top, #fff, #e6e6e6);*/
	/*background-image: linear-gradient(to bottom, #ffffff,#e6e6e6);*/
	/*background-image: -moz-linear-gradient(top, #fff, #e6e6e6);*/
	background-repeat: repeat-x;
	/*border: 2px solid #c1c1c1;*/
	/*border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*/
	/*border-color: #c1c1c1;*/
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);*/
	/*-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);*/
	/*box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)*/
}

.btn:hover,.btn-warning:hover,.btn-primary:hover {
	/*color: #333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear*/
}

.btn-warning:active,.btn-warning.active {
	/*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9a14), color-stop(100%, #ff9a14));
	background-image: -webkit-linear-gradient(top, #ff9a14,#ff9a14);
	background-image: -moz-linear-gradient(top, #ff9a14,#ff9a14);
	background-image: -o-linear-gradient(top, #ff9a14,#ff9a14);
	background-image: linear-gradient(top, #ff9a14,#ff9a14);
	background-color: #ff9a14 !important*/
}

.btn-warning,.btn-warning:hover {
	/*background-color: #ff9a14 !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9a14), to(#ff9a14)) !important;
	background-image: -webkit-linear-gradient(top, #ff9a14, #ff9a14) !important;
	background-image: -o-linear-gradient(top, #ff9a14, #ff9a14);
	background-image: linear-gradient(to bottom, #ff9a14,#ff9a14);
	background-image: -moz-linear-gradient(top, #ff9a14, #ff9a14);
	border: 1px solid #ff9a14;
	color: white*/
}

.btn-warning{
	background-color: #ff9a14 !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9a14), to(#ff9a14)) !important;
	background-image: -webkit-linear-gradient(top, #ff9a14, #ff9a14) !important;
	background-image: -o-linear-gradient(top, #ff9a14, #ff9a14);
	background-image: linear-gradient(to bottom, #ff9a14,#ff9a14);
	background-image: -moz-linear-gradient(top, #ff9a14, #ff9a14);
	border: 1px solid #ff9a14;
	color: white
}

.btn-warning:hover {
	/*background-position: 0 0*/
}

.btn-primary {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c)) !important;
	background-image: -webkit-linear-gradient(top, #08c, #04c) !important;
	background-image: -o-linear-gradient(top, #08c, #04c);
	background-image: linear-gradient(to bottom, #0088cc,#0044cc);
	background-image: -moz-linear-gradient(top, #08c, #04c)
}

.RadiusButton {
	width: 100%;
	padding: 10px 0px 10px 0px;
	border: 1px #dddddd solid;
	background: white;
	text-align: center;
	/*-webkit-box-shadow: 0 1px 1px #b8b8b8;*/
	/*box-shadow: 0 1px 1px #b8b8b8*/
}

.RadiusButton>* {
	display: inline-block
}

.RadiusButton>.chevron {
	margin-right: 10px;
	float: right;
	color: white
}

input[type='range'] {
	-webkit-appearance: none !important;
	width: 35%;
	height: 17px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	margin: 5px;
	border: 1px solid #BBB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#d0d0d0, #f1f1f1);
	background-image: -moz-linear-gradient(#d0d0d0, #f1f1f1);
	background-image: -ms-linear-gradient(#d0d0d0, #f1f1f1);
	background-image: -o-linear-gradient(#d0d0d0, #f1f1f1);
	background-image: linear-gradient(#d0d0d0,#f1f1f1)
}

input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	height: 28px;
	width: 28px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	text-shadow: 0 1px 0 white;
	border: 1px solid #eee;
	background: -webkit-radial-gradient(contain, #fff, #f1f1f1);
	background: -o-radial-gradient(contain, #fff, #f1f1f1);
	background: -moz-radial-gradient(contain, #fff, #f1f1f1);
	background: radial-gradient(contain, #ffffff,#f1f1f1);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF
}

.slider_span {
	border: 1px solid #dee;
	min-width: 20px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
	background-image: -webkit-linear-gradient(#f1f1f1, #fff, #f1f1f1);
	background-image: -moz-linear-gradient(#f1f1f1, #fff, #f1f1f1);
	background-image: -ms-linear-gradient(#f1f1f1, #fff, #f1f1f1);
	background-image: -o-linear-gradient(#f1f1f1, #fff, #f1f1f1);
	background-image: linear-gradient(#f1f1f1,#ffffff,#f1f1f1);
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em
}

html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,section,summary,time,audio,video {
	padding: 0;
	margin: 0;
	border: 0
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font: 14px/1.25 "Helvetica Neue", sans-serif;
	color: #222;
	background-color: #f6f6f6
}

a {
	color: #0882f0;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.content {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	background: #f6f6f6;
	-webkit-transition-property: top, bottom;
	transition-property: top, bottom;
	-webkit-transition-duration: .2s, .2s;
	transition-duration: .2s, .2s;
	-webkit-transition-timing-function: linear, linear;
	transition-timing-function: linear, linear;
	-webkit-overflow-scrolling: touch
}

.content>* {
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px)
}

.content-padded {
	padding: 10px
}

.bar-title ~ .content {
	padding-top: 44px
}

.bar-tab ~ .content {
	bottom: 51px
}

.bar-header-secondary ~ .content {
	padding-top: 100px
}[class*="bar-"] {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 10;
	height: 44px;
	padding: 0px;
	box-sizing: border-box
}

.bar-header-secondary {
	top: 44px;
	height: 39px;
	padding: 6px 5px 5px 5px
}

.bar-footer {
	bottom: 0
}

.bar-standard {
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e5e5e5));
	background-image: -webkit-linear-gradient(top, #f2f2f2,#e5e5e5);
	background-image: -moz-linear-gradient(top, #f2f2f2,#e5e5e5);
	background-image: -o-linear-gradient(top, #f2f2f2,#e5e5e5);
	background-image: linear-gradient(top, #f2f2f2,#e5e5e5);
	border-bottom: 1px solid #aaa;
	/*box-shadow: inset 0 1px 1px -1px #fff*/
}

.bar-footer.bar-standard,.bar-footer-secondary.bar-standard {
	border-top: 1px solid #aaa;
	border-bottom-width: 0
}

.bar-title {
	z-index: 1000;
	top: 0;
	display: -webkit-box;
	display: box;
	background-color: #1eb0e9;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1eb0e9), color-stop(100%, #1eb0e9));
	background-image: -webkit-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: -moz-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: -o-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: linear-gradient(to bottom, #1eb0e9 0%,#1eb0e9 100%);
	border-bottom: 1px solid #1eb0e9;
	/*box-shadow: inset 0 1px 1px -1px rgba(255,255,255,0.8);*/
	-webkit-box-orient: horizontal;
	box-orient: horizontal
}

.bar-title .button {
	top: 5px
}

.bar-title .button:first-child {
	left: 5px;
	top: 5px;
	background-size: 12px 20px;
}

.bar-title .title {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
	color: #fff;
	text-align: center;
	/*text-shadow: 0 -1px rgba(0,0,0,0.5);*/
	white-space: nowrap
}

.bar-title>a:not([class*="button"]) {
	display: block;
	width: 100%;
	height: 100%
}

.bar-title .title a {
	color: inherit
}

.bar-tab {
	bottom: 0;
	height: 50px;
	padding: 0;
	background-color: #393939;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #393939), color-stop(100%, #2b2b2b));
	background-image: -webkit-linear-gradient(top, #393939,#2b2b2b);
	background-image: -moz-linear-gradient(top, #393939,#2b2b2b);
	background-image: -o-linear-gradient(top, #393939,#2b2b2b);
	background-image: linear-gradient(top, #393939,#2b2b2b);
	border-top: 1px solid #000;
	border-bottom-width: 0;
	/*box-shadow: inset 0 1px 1px -1px rgba(255,255,255,0.6)*/
}

.tab-inner {
	display: -webkit-box;
	display: box;
	height: 100%;
	list-style: none;
	-webkit-box-orient: horizontal;
	box-orient: horizontal
}

.tab-item {
	height: 100%;
	padding-top: 9px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1
}

.tab-item.active {
	/*box-shadow: inset 0 0 20px rgba(0,0,0,0.5)*/
}

.tab-icon {
	display: block;
	height: 18px;
	margin: 0 auto
}

.tab-label {
	margin-top: 1px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3)
}

.bar-title [class*="button"] {
	position: relative;
	z-index: 10;
	font-size: 12px;
	line-height: 23px;
	color: #fff;
	text-shadow: 0 0 0 rgba(0,0,0,0.3);
	background-color: #1eb0e9;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1eb0e9), color-stop(100%, #1eb0e9));
	background-image: -webkit-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: -moz-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: -o-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: linear-gradient(to bottom, #1eb0e9 0%,#1eb0e9 100%);
	border: 1px solid #1eb0e9;
	/*box-shadow: 0 0 rgba(255,255,255,0.25);*/
	-webkit-box-flex: 0;
	box-flex: 0;


	
}

.bar-title [id*="back"]{
	position: relative;
	z-index: 10;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-shadow: 0 0 0 rgba(0,0,0,0.3);
	background-color: #1eb0e9;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1eb0e9), color-stop(100%, #1eb0e9));
	background-image: -webkit-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: -moz-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: -o-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image: linear-gradient(to bottom, #1eb0e9 0%,#1eb0e9 100%);
	border: 1px solid #1eb0e9;
	/*box-shadow: 0 0 rgba(255,255,255,0.25);*/
	-webkit-box-flex: 0;
	box-flex: 0;


	  cursor: pointer;
	  position: relative;
	  /*margin: 5px;*/
	  z-index: 1001;
	  width: 5px;
	  height: 12px;
	  border: none!important;
	  box-shadow: none!important;
	  background-image: url(../../../com.csair.mbp.booking_new/images/public_back_white.png)!important;
	  background-repeat: no-repeat;
	  /*background-size: 65% 65%;*/
	  background-position: center;
	  margin-top: 6px;
}

.bar-title .title+[class*="button"]:last-child,.bar-title .button+[class*="button"]:last-child,.bar-title [class*="button"].pull-right {
	position: absolute;
	top: 5px;
	right: 5px
}

.bar-title .button:active {
	color: #fff;
	background-color: #1eb0e9
	
}

.bar-title .button-prev,.bar-title .button-next {
	position: relative
}

.bar-title .button-prev {
	margin-left: 7px;
	border-left: 0;
	border-bottom-left-radius: 10px 15px;
	border-top-left-radius: 10px 15px
}

.bar-title .button-next {
	margin-right: 7px;
	border-right: 0;
	border-top-right-radius: 10px 15px;
	border-bottom-right-radius: 10px 15px
}

.bar-title .button-prev:before,.bar-title .button-next:before {
	position: absolute;
	top: 2px;
	width: 27px;
	height: 27px;
	border-radius: 30px 100px 2px 40px / 2px 40px 30px 100px;
	content: '';
	/*box-shadow: inset 1px 0 #0e5895, inset 0 1px #0e5895;*/
	-webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(#000), color-stop(0.33, #000), color-stop(0.5, transparent), to(transparent));
	mask-image: gradient(linear, left top, right bottom, from(#000), color-stop(0.33, #000), color-stop(0.5, transparent), to(transparent))
}

.bar-title .button-prev:before {
	left: -5px;
	background-image: -webkit-gradient(linear, left bottom, right top, from(#0984c6), to(#1eb0e9));
	background-image: gradient(linear, left bottom, right top, from(#0984c6), to(#1eb0e9));
	border-left: 1.5px solid rgba(255,255,255,0.25);
	-webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
	transform: rotate(-45deg) skew(-10deg, -10deg)
}

.bar-title .button-next:before {
	right: -5px;
	background-image: -webkit-gradient(linear, left bottom, right top, from(#1eb0e9), to(#0984c6));
	background-image: gradient(linear, left bottom, right top, from(#1eb0e9), to(#0984c6));
	border-top: 1.5px solid rgba(255,255,255,0.25);
	-webkit-transform: rotate(135deg) skew(-10deg, -10deg);
	transform: rotate(135deg) skew(-10deg, -10deg)
}

.bar-title .button-prev:active,.bar-title .button-next:active,.bar-title .button-prev:active:before,.bar-title .button-next:active:before {
	color: #fff;
	background-color: #0876b1;
	background-image: none
}

.bar-title .button-prev:active:before,.bar-title .button-next:active:before {
	content: ''
}

.bar-title .button-prev:active:before {
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.2)
}

.bar-title .button-next:active:before {
	/*box-shadow: inset 0 -3px 3px rgba(0,0,0,0.2)*/
}[class*="bar"] .button-block {
	padding: 7px 0;
	margin-bottom: 0;
	/*box-shadow: inset 0 1px 1px rgba(255,255,255,0.4),0 1px rgba(255,255,255,0.8)*/
}[class*="bar"] .button-block:active {
	padding: 7px 0
}[class*="bar-"] .segmented-controller {
	margin-bottom: 0
}[class*="bar-"] .segmented-controller+[class*="button"],[class*="bar-"] [class*="button"]+.segmented-controller {
	margin-left: 5px
}

.bar-title .segmented-controller {
	line-height: 18px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	background-color: #1eb0e9;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1eb0e9), color-stop(100%, #0984c6));
	background-image: -webkit-linear-gradient(top, #1eb0e9,#0984c6);
	background-image: -moz-linear-gradient(top, #1eb0e9,#0984c6);
	background-image: -o-linear-gradient(top, #1eb0e9,#0984c6);
	background-image: linear-gradient(top, #1eb0e9,#0984c6);
	border: 1px solid #0e5895;
	border-radius: 3px;
	box-shadow: 0 1px rgba(255,255,255,0.25);
	-webkit-box-flex: 1;
	box-flex: 1
}

.bar-title .segmented-controller li {
	border-left: 1px solid #0e5895;
	/*box-shadow: inset 1px 0 rgba(255,255,255,0.25)*/
}

.bar-title .segmented-controller .active+li,.bar-title .segmented-controller li:first-child {
	box-shadow: none
}

.bar-title .segmented-controller li:first-child {
	border-left-width: 0
}

.bar-title .segmented-controller li.active {
	background-color: #0082c4;
	/*box-shadow: inset 0 1px 6px rgba(0,0,0,0.3)*/
}

.bar-title .segmented-controller li>a {
	color: #fff
}

.bar-standard input[type=search] {
	height: 32px;
	margin: 0
}

.list {
	margin-bottom: 10px;
	list-style: none;
	background-color: #fff
}

.list li {
	position: relative;
	padding: 20px 60px 20px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}

.list li:first-child {
	border-top: 1px solid rgba(0,0,0,0.1)
}

.list li>a:not([class*="button"]) {
	position: relative;
	display: block;
	padding: inherit;
	margin: -20px -60px -20px -10px;
	color: inherit
}

.list.inset {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	box-sizing: border-box
}

.list.inset li:first-child {
	border-top-width: 0
}

.list.inset li:last-child {
	border-bottom-width: 0
}

.list .list-divider {
	position: relative;
	top: -1px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8,#eeeeee);
	background-image: -moz-linear-gradient(top, #f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(top, #f8f8f8,#eeeeee);
	background-image: linear-gradient(top, #f8f8f8,#eeeeee);
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	/*box-shadow: inset 0 1px 1px rgba(255,255,255,0.4)*/
}

.list.inset .list-divider:first-child {
	top: 0;
	border-top-width: 0;
	border-radius: 6px 6px 0 0
}

.list.inset .list-divider:last-child {
	border-radius: 0 0 6px 6px
}

.list .chevron,.list [class*="button"],.list [class*="count"],.list .toggle {
	position: absolute;
	top: 50%;
	right: 10px
}

.list .chevron,.list [class*="count"] {
	margin-top: -10px
}

.list .chevron+[class*="count"] {
	right: 30px
}

.list [class*="button"] {
	left: auto;
	margin-top: -14px
}

.list .toggle {
	margin-top: -15px
}

input,textarea,button,select {
	font-family: inherit;
	font-size: inherit
}

select,textarea,input[type="text"],input[type=search],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="tel"],input[type="color"],.input-group {
	width: 100%;
	height: 40px;
	padding: 0px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	/*box-shadow: 0 1px 1px rgba(255,255,255,0.2),inset 0 1px 1px rgba(0,0,0,0.1);*/
	-webkit-appearance: none;
	box-sizing: border-box
}

input[type=search] {
	height: 34px;
	font-size: 14px;
	border-radius: 30px
}

textarea {
	height: auto
}

select {
	height: auto;
	font-size: 14px;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d4d4d4));
	background-image: -webkit-linear-gradient(top, #f8f8f8,#d4d4d4);
	background-image: -moz-linear-gradient(top, #f8f8f8,#d4d4d4);
	background-image: -o-linear-gradient(top, #f8f8f8,#d4d4d4);
	background-image: linear-gradient(top, #f8f8f8,#d4d4d4);
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,0.1)*/
}

.input-group {
	width: auto;
	height: auto;
	padding: 0
}

.input-group input {
	margin-bottom: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	box-shadow: none
}

.input-group input:last-child {
	border-bottom-width: 0
}

.input-row {
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.2)
}

.input-row:last-child {
	border-bottom-width: 0
}

.input-row label {
	float: left;
	width: 25%;
	padding: 11px 10px 9px 13px;
	font-weight: bold
}

.input-row label+input {
	float: right;
	width: 65%;
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 0
}[class*="button"] {
	position: relative;
	display: inline-block;
	padding: 4px 12px;
	margin: 0;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	vertical-align: top;
	cursor: pointer;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d4d4d4));
	background-image: -webkit-linear-gradient(top, #f8f8f8,#d4d4d4);
	background-image: -moz-linear-gradient(top, #f8f8f8,#d4d4d4);
	background-image: -o-linear-gradient(top, #f8f8f8,#d4d4d4);
	background-image: linear-gradient(top, #f8f8f8,#d4d4d4);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 3px;
	/*box-shadow: inset 0 1px 1px rgba(255,255,255,0.4),0 1px 2px rgba(0,0,0,0.05)*/
}[class*="button"]:active {
	padding-top: 5px;
	padding-bottom: 3px;
	color: #333;
	background-color: #ccc;
	background-image: none;
	/*box-shadow: inset 0 3px 3px rgba(0,0,0,0.2)*/
}

.button-main,.button-positive,.button-negative {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3)
}

.button-main {
	background-color: #1eafe7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1eafe7), color-stop(100%, #1a97c8));
	background-image: -webkit-linear-gradient(top, #1eafe7,#1a97c8);
	background-image: -moz-linear-gradient(top, #1eafe7,#1a97c8);
	background-image: -o-linear-gradient(top, #1eafe7,#1a97c8);
	background-image: linear-gradient(top, #1eafe7,#1a97c8);
	border: 1px solid #117aaa
}

.button-positive {
	background-color: #34ba15;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #34ba15), color-stop(100%, #2da012));
	background-image: -webkit-linear-gradient(top, #34ba15,#2da012);
	background-image: -moz-linear-gradient(top, #34ba15,#2da012);
	background-image: -o-linear-gradient(top, #34ba15,#2da012);
	background-image: linear-gradient(top, #34ba15,#2da012);
	border: 1px solid #278f0f
}

.button-negative {
	background-color: #e71e1e;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e71e1e), color-stop(100%, #c71a1a));
	background-image: -webkit-linear-gradient(top, #e71e1e,#c71a1a);
	background-image: -moz-linear-gradient(top, #e71e1e,#c71a1a);
	background-image: -o-linear-gradient(top, #e71e1e,#c71a1a);
	background-image: linear-gradient(top, #e71e1e,#c71a1a);
	border: 1px solid #b51a1a
}

.button-main:active,.button-positive:active,.button-negative:active {
	color: #fff
}

.button-main:active {
	background-color: #0876b1
}

.button-positive:active {
	background-color: #298f11
}

.button-negative:active {
	background-color: #b21a1a
}

.button-block {
	display: block;
	padding: 11px 0 13px;
	margin-bottom: 10px;
	font-size: 16px
}

.button-block:active {
	padding: 12px 0
}[class*="button"] [class*="count"] {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: -4px;
	margin-left: 4px;
	text-shadow: none;
	/*box-shadow: inset 0 1px 1px -1px #000000, 0 1px 1px -1px #fff*/
}

.button-block [class*="count"] {
	position: absolute;
	right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px
}

.chevron {
	display: block;
	height: 20px
}

.chevron:before,.chevron:after {
	position: relative;
	display: block;
	width: 12px;
	height: 4px;
	background-color: #999;
	content: ''
}

.chevron:before {
	top: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.chevron:after {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}[class*="count"] {
	display: inline-block;
	padding: 4px 9px;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	border-radius: 100px
}

.count-main,.count-positive,.count-negative {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3)
}

.count-main {
	background-color: #1eafe7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1eafe7), color-stop(100%, #1a97c8));
	background-image: -webkit-linear-gradient(top, #1eafe7,#1a97c8);
	background-image: -moz-linear-gradient(top, #1eafe7,#1a97c8);
	background-image: -o-linear-gradient(top, #1eafe7,#1a97c8);
	background-image: linear-gradient(top, #1eafe7,#1a97c8)
}

.count-positive {
	background-color: #34ba15;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #34ba15), color-stop(100%, #2da012));
	background-image: -webkit-linear-gradient(top, #34ba15,#2da012);
	background-image: -moz-linear-gradient(top, #34ba15,#2da012);
	background-image: -o-linear-gradient(top, #34ba15,#2da012);
	background-image: linear-gradient(top, #34ba15,#2da012)
}

.count-negative {
	background-color: #e71e1e;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e71e1e), color-stop(100%, #c71a1a));
	background-image: -webkit-linear-gradient(top, #e71e1e,#c71a1a);
	background-image: -moz-linear-gradient(top, #e71e1e,#c71a1a);
	background-image: -o-linear-gradient(top, #e71e1e,#c71a1a);
	background-image: linear-gradient(top, #e71e1e,#c71a1a)
}

.segmented-controller {
	display: -webkit-box;
	display: box;
	display: -moz-box;
	display: -ms-box;
	display: -ms-flexbox;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	/*text-shadow: 0 1px rgba(255,255,255,0.5);*/
	list-style: none;
	/*background-color: #f8f8f8;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d4d4d4));
	background-image: -webkit-linear-gradient(top, #f8f8f8,#d4d4d4);
	background-image: -moz-linear-gradient(top, #f8f8f8,#d4d4d4);
	background-image: -o-linear-gradient(top, #f8f8f8,#d4d4d4);
	background-image: linear-gradient(top, #f8f8f8,#d4d4d4);*/
	border: 1px solid #1eb0e9;
	border-radius: 3px;
	/*box-shadow: inset 0 1px rgba(255,255,255,0.5),0 1px rgba(255,255,255,0.8);*/
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	-ms-flex-direction: row
}

.segmented-controller li {
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	/*border-left: 1px solid #1eb0e9;*/
	/*box-shadow: inset 1px 0 rgba(255,255,255,0.5);*/
	-webkit-box-flex: 1;
	box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-ms-flex: 1 0 auto
}

.segmented-controller li>a {
	display: block;
	padding: 8px 16px;
	overflow: hidden;
	line-height: 15px;
	color: #333;
	text-overflow: ellipsis
}

.segmented-controller li:first-child {
	border-left-width: 0;
	box-shadow: none
}

.segmented-controller li.active {
	/*background-color: #ccc;*/
	/*box-shadow: inset 0 1px 5px rgba(0,0,0,0.3)*/
}

.segmented-controller-item {
	display: none
}

.segmented-controller-item.active {
	display: block
}

.popover {
	position: fixed;
	top: 55px;
	left: 50%;
	z-index: 20;
	display: none;
	width: 280px;
	padding: 5px;
	margin-left: -146px;
	background-color: #555;
	background-image: -webkit-linear-gradient(top, #555 5%, #555 6%, #111 30%);
	background-image: linear-gradient(to bottom, #555555 5%,#555555 6%,#111111 30%);
	border: 1px solid #111;
	border-radius: 6px;
	opacity: 0;
	/*box-shadow: inset 0 1px 1px -1px #fff,0 3px 10px rgba(0,0,0,0.3);*/
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out
}

.popover:before,.popover:after {
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	content: ''
}

.popover:before {
	top: -20px;
	margin-left: -21px;
	border-right: 21px solid transparent;
	border-bottom: 21px solid #111;
	border-left: 21px solid transparent
}

.popover:after {
	top: -19px;
	margin-left: -20px;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #555;
	border-left: 20px solid transparent
}

.popover-header {
	display: -webkit-box;
	display: box;
	height: 34px;
	margin-bottom: 5px
}

.popover-header .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px rgba(0,0,0,0.5)
}

.popover-header [class*="button"] {
	z-index: 25;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	background-color: #454545;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #454545), color-stop(100%, #353535));
	background-image: -webkit-linear-gradient(top, #454545,#353535);
	background-image: -moz-linear-gradient(top, #454545,#353535);
	background-image: -o-linear-gradient(top, #454545,#353535);
	background-image: linear-gradient(top, #454545,#353535);
	border: 1px solid #111;
	-webkit-box-flex: 0;
	box-flex: 0
}

.popover-header .title+[class*="button"]:last-child,.popover-header .button+[class*="button"]:last-child,.popover-header [class*="button"].pull-right {
	position: absolute;
	top: 5px;
	right: 5px
}

.popover-header .button:active {
	color: #fff;
	background-color: #1eb0e9
}

.popover.visible {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10
}

.popover .button-block {
	margin-bottom: 5px;
	border: 1px solid #111
}

.popover .button-block:last-child {
	margin-bottom: 0
}

.popover .list {
	width: auto;
	max-height: 250px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 3px;
	-webkit-overflow-scrolling: touch
}

.slider,.slider>li {
	width: 100%;
	height: 200px
}

.slider {
	overflow: hidden;
	background-color: #000
}

.slider>ul {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	-webkit-transition: all 0 linear;
	transition: all 0 linear
}

.slider>ul>li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%
}

.slider>ul>li>* {
	font-size: 14px
}

.toggle {
	position: relative;
	width: 75px;
	height: 28px;
	background-color: #eee;
	border: 1px solid #bbb;
	border-radius: 20px;
	/*box-shadow: inset 0 0 4px rgba(0,0,0,0.1)*/
}

.toggle:before {
	position: absolute;
	right: 13px;
	font-weight: bold;
	line-height: 28px;
	color: #777;
	text-shadow: 0 1px #fff;
	text-transform: uppercase;
	content: "Off"
}

.toggle-handle {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
	width: 28px;
	height: 28px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff,#f2f2f2);
	background-image: -moz-linear-gradient(top, #ffffff,#f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff,#f2f2f2);
	background-image: linear-gradient(top, #ffffff,#f2f2f2);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 100px;
	-webkit-transition: -webkit-transform 0.1s ease-in-out, border 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, border 0.1s ease-in-out
}

.toggle.active {
	background-color: #19a8e4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #088cd4), color-stop(100%, #19a8e4));
	background-image: -webkit-linear-gradient(top, #088cd4,#19a8e4);
	background-image: -moz-linear-gradient(top, #088cd4,#19a8e4);
	background-image: -o-linear-gradient(top, #088cd4,#19a8e4);
	background-image: linear-gradient(top, #088cd4,#19a8e4);
	border: 1px solid #096c9d;
	/*box-shadow: inset 0 0 15px rgba(255,255,255,0.25)*/
}

.toggle.active .toggle-handle {
	border-color: #0a76ad;
	-webkit-transform: translate3d(48px, 0, 0);
	transform: translate3d(48px, 0, 0)
}

.toggle.active:before {
	right: auto;
	left: 15px;
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,0.25);
	content: "On"
}

.content.fade {
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

.content.fade.in {
	opacity: 1
}

.content.slide {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out
}

.content.slide.left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.content.slide.right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

li {
	list-style: none
}

html {
	min-height: 504px
}

body {
	position: static
}

.content {
	position: static;
	padding-left: 10px;
	padding-right: 10px
}

.content>div {
	height: 100%
}

.scroller {
	height: 100%
}

.content.full-width {
	padding-left: 0px;
	padding-right: 0px
}

.hbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-ms-flex-direction: row
}

.vbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-ms-flex-direction: column
}

.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-ms-flex: 1 0 auto
}

.flex2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-ms-box-flex: 2;
	box-flex: 2;
	-ms-flex: 2 0 auto
}

.flex3 {
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-ms-box-flex: 3;
	box-flex: 3;
	-ms-flex: 3 0 auto
}

.flex4 {
	-webkit-box-flex: 4;
	-moz-box-flex: 4;
	-ms-box-flex: 4;
	box-flex: 4;
	-ms-flex: 4 0 auto
}

.flex5 {
	-webkit-box-flex: 5;
	-moz-box-flex: 5;
	-ms-box-flex: 5;
	box-flex: 5;
	-ms-flex: 5 0 auto
}

.flex6 {
	-webkit-box-flex: 6;
	-moz-box-flex: 6;
	-ms-box-flex: 6;
	box-flex: 6;
	-ms-flex: 6 0 auto
}

.flex7 {
	-webkit-box-flex: 7;
	-moz-box-flex: 7;
	-ms-box-flex: 7;
	box-flex: 7;
	-ms-flex: 7 0 auto
}

.flex8 {
	-webkit-box-flex: 8;
	-moz-box-flex: 8;
	-ms-box-flex: 8;
	box-flex: 8;
	-ms-flex: 8 0 auto
}

.flex9 {
	-webkit-box-flex: 9;
	-moz-box-flex: 9;
	-ms-box-flex: 9;
	box-flex: 9;
	-ms-flex: 9 0 auto
}

.flex10 {
	-webkit-box-flex: 10;
	-moz-box-flex: 10;
	-ms-box-flex: 10;
	box-flex: 10;
	-ms-flex: 10 0 auto
}

.flex11 {
	-webkit-box-flex: 11;
	-moz-box-flex: 11;
	-ms-box-flex: 11;
	box-flex: 11;
	-ms-flex: 11 0 auto
}

.box-align-stretch {
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-box-align: stretch;
	box-align: stretch;
	-ms-flex-align: stretch
}

.box-align-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
	-ms-flex-align: center
}

.bar-title {
	height: 44px
}

.bar-title ~ .content {
	padding-top: 56px
}

.bar-header-secondary ~ .content {
	padding-top: 103px
}

.bar-header-secondary {
	top: 44px;
	padding: 12px 10px 5px 10px
}

.segmented-controller {
	font-size: 10pt
}

.segmented-controller li>a {
	color: #212121
}

nav.bar-standard {
	height: 59px
}

.page.slide {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out
}

.page.slide.left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.page.slide.right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.popover {
	position: fixed;
	height: 300px;
	top: 0;
	width: 200px;
	margin-top: 50px;
	opacity: 1;
	z-index: 1000;
	padding: 0px;
	border: 2px solid #4367A3;
	/*box-shadow: inset 1px 1px -1px -1px #fff,2px 1px 5px rgba(0,0,0,0.3);*/
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c9ce3), color-stop(100%, #4779be));
	background-image: -webkit-linear-gradient(top, #5c9ce3,#4779be);
	background-image: -moz-linear-gradient(top, #5c9ce3,#4779be);
	background-image: -o-linear-gradient(top, #5c9ce3,#4779be);
	background-image: linear-gradient(top, #5c9ce3,#4779be)
}

.popover .list {
	max-height: 100%;
	background-color: transparent;
	border: none;
	color: white;
	-webkit-overflow-scrolling: touch
}

.popover .list li {
	text-align: center
}

.popover:before {
	margin-left: 30px;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	border-bottom: 21px solid #4367A3
}

.popover:after {
	margin-left: 32px;
	border-bottom: 21px solid #5C9CE3
}

.cube-panel {
	width: 0em;
	height: 100%;
	border-width: 0;
	position: absolute;
	top: 0;
	right: -14em;
	z-index: 1002;
	-webkit-box-shadow: 2px 0px 1em black;
	background: #191919;
	-webkit-backface-visibility: hidden
}

.panel-title {
	height: 43px;
	top: 0;
	width: 100%;
	position: absolute;
	z-index: 999;
	background-color: #1eb0e9;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5388c8), color-stop(100%, #2f5a88));
	background-image: -webkit-linear-gradient(top, #5388c8, #2f5a88);
	background-image: -moz-linear-gradient(top, #5388c8, #2f5a88);
	background-image: -o-linear-gradient(top, #5388c8, #2f5a88);
	background-image: linear-gradient(top, #5388c8,#2f5a88);
	border-bottom: 1px solid #0e5895;
	/*box-shadow: inset 0 1px 1px -1px rgba(255,255,255,0.8);*/
	-webkit-box-orient: horizontal
}

.cube-panel-position-hide {
	width: 0px;
	-webkit-transition: -webkit-transform 0.2s ease;
	-webkit-transform: translate3d(0em, 0, 0);
	transform: translate3d(0em, 0, 0)
}

.cube-panel-position-show {
	width: 13em;
	-webkit-transition: -webkit-transform 0.2s ease;
	-webkit-transform: translate3d(-14em, 0, 0);
	transform: translate3d(-14em, 0, 0)
}

.cube-panel-masker {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	display: none
}

.cube-panel a {
	display: block;
	height: 40px;
	border-bottom: inset 1px #dddddd;
	border-bottom-color: #222222;
	color: #888888
}

.cube-panel a:hover {
	background: #2a95d3;
	border-bottom-color: #2a95d3;
	color: #fff
}

.cube-panel a .panel-item-content {
	float: left;
	width: 15em;
	height: 28px;
	padding: 6px
}

.cube-panel a .panel-item-content img {
	width: 28px;
	float: left
}

.cube-panel a .panel-item-content .panel-btn-text {
	float: left;
	line-height: 28px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px
}

.ui-holder {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	left: -10000px
}

.ui-slideup {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0
}

.ui-slideup-wrap {
	position: absolute;
	left: 0;
	z-index: 150;
	width: 100%;
	background: rgba(255,255,255,0.4);
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-transform: translateZ(0)
}

.ui-calendar {
	background: #e1e1e1;
	width: 100%;
	line-height: 25px;
	font-size: 14px
}

.ui-calendar-header {
	color: #545454;
	text-align: center;
	padding: 3px 0
}

.ui-calendar-header a {
	color: #545454;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	margin: 0 5px;
	text-align: center;
	border-radius: 3px;
	line-height: 1.0
}

.ui-calendar-header a.ui-state-hover {
	background-color: #ccc
}

.ui-calendar-header .ui-calendar-title {
	text-align: center;
	display: inline-block
}

.ui-calendar-header .ui-calendar-title select {
	width: auto !important
}

.ui-calendar-calendar {
	width: 100%;
	border-collapse: collapse
}

.ui-calendar-calendar th,.ui-calendar-calendar td {
	text-align: center;
	color: #000;
	background: #f5f5f5;
	border: 1px solid #fff;
	font-weight: normal
}

.ui-calendar-calendar thead tr {
	border: 1px solid #fff
}

.ui-calendar-calendar thead th {
	color: #fff;
	background: #b6b6b6
}

.ui-calendar-calendar a {
	text-decoration: none;
	color: #000;
	display: block
}

.ui-calendar-calendar tr.ui-calendar-gap td {
	line-height: 5px;
	font-size: 0;
	border: none;
	background: transparent
}

.ui-calendar-calendar td.ui-calendar-unSelectable {
	color: #e1e1e1
}

.ui-calendar-calendar td.ui-calendar-today {
	background: #FBF9EE
}

.ui-calendar-calendar td.ui-calendar-current-day {
	background: #b6b6b6;
	font-weight: bold;
	border-color: #fff
}

.ui-calendar-calendar td.ui-state-hover {
	background: #ccc
}

.ui-slideup .ok-btn,.ui-slideup .no-btn {
	position: absolute;
	top: 7px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin: 0;
	border-width: 5px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.8) 0 -1px 0;
	color: white;
	text-decoration: none;
	display: block
}

.ui-slideup .ok-btn.ui-state-hover,.ui-slideup .no-btn.ui-state-hover {
	opacity: 0.4
}

.ui-slideup .frame {
	background: #e1e1e1;
	padding: 5px
}

.cube-dialog-btn:hover{
	background-color: none;

};

#back{
	  /*content: attr("");*/
	  cursor: pointer;
	  position: relative;
	  margin: 5px;
	  z-index: 1001;
	  width: 20px;
	  height: 34px;
	  border: none!important;
	  box-shadow: none!important;
	  background-image: url(../../com.csair.mbp.booking_new/images/public_back_white.png)!important;
	  background-repeat: no-repeat;
	  background-size: 65% 65%;
	  background-position: center;
}
#main{
    position: absolute;
    right: 15px;
    top: 5px;
    background-image: url(../../../com.csair.mbp.booking_new/images/home.png);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 26px;
    padding: 0;
    background-position: right;
    cursor: pointer;
  }
  .hiddenBlock .bar-title{
  	display:none;
  }




#verifyPopUp{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	display: block;
	z-index: 999;
}
.v-content{
	max-width: 300px;
	min-width: 260px;
	position: fixed;
	height: auto;
	top: 50%;
	left: 10px;
	right: 10px;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: -110px;
	padding: 0 15px;
	overflow: hidden;
}
.v-title-row{
	overflow: hidden;
	text-align: center;
	font-size: 0;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}
.v-title-row img{
	width: 30px ;
	display: inline-block;
}
.v-detail{
	font-size: 14px;
	color: #aeaeae;
	display: inline-block;
	text-align: left;
	padding-left: 5px;
}
.v-detail div{

}
.v-detail p{

}
.v-name{
	color: #000000;
	padding: 10px 5px;
}
.v-input{
	border-bottom: 1px solid #545454;
}
.v-input input{
	border: 0;
	outline: none;
	margin: 0;
	padding: 0 5px;
	text-align: left;
}
.v-btn-box{
	font-size: 0;
	margin: 10px 0;
	overflow: hidden;
}
.v-btn-box .v-btn{
	width: 45%;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	border-radius: 5px;
	box-sizing: border-box;
}
.v-btn-box .cancel-btn{
	background: #FFFFFF;
	color: #0c0c0c;
	border: 1px solid #b6b6b6;
	float: left;
}
.v-btn-box .affirm-btn{
	background: #397af2;
	color: #FFFFFF;
	float: right;
}

/**/
.cube-form-list{
	display: flex;
	flex-row:row;
	padding: 5px 10px;

}
.cube-form-item{
	flex: 1;
}
  
  
  
  
  
  
  
  
  
  