.dw, .dwo {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.dw {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 12px;
	text-shadow: none;
	-webkit-backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	backface-visibility: hidden;
	user-select: none;
	touch-action: none
}

.dw-w:focus {
	outline: 0
}

.dw, .dwc, .dwbc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dwwr {
	padding: 0 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	min-width: 170px;
	zoom: 1;
	overflow: hidden;
	text-align: center
}

.dw-top .dw, .dw-bottom .dw {
	width: 100%
}

.dw-top .dwwr, .dw-bottom .dwwr {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.dw-persp, .dwo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.dw-persp {
	z-index: 99998
}

.dwo {
	z-index: 1;
	background: #000;
	background: rgba(0, 0, 0, .7);
	filter: Alpha(Opacity = 70)
}

.dw-liq .dw .dwc {
	display: block
}

.dw-liq .dw-tbl {
	width: 100%;
	table-layout: fixed
}

.dw-inline .dw {
	position: static;
	display: inline-block
}

.dw-inline.dw-liq .dw-persp .dw {
	display: block
}

.dw-inline .dw-persp {
	position: static
}

.dw-inline .dwv {
	margin: 0 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.dw-bubble .dw {
	margin: 20px 0
}

.dw-bubble .dw-arrw {
	position: absolute;
	left: 0;
	width: 100%
}

.dw-bubble-top .dw-arrw {
	bottom: -36px
}

.dw-bubble-bottom .dw-arrw {
	top: -36px
}

.dw-bubble .dw-arrw-i {
	margin: 0 30px;
	position: relative;
	height: 36px
}

.dw-bubble .dw-arr {
	display: block
}

.dw-arr {
	display: none;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-width: 18px 18px;
	border-style: solid;
	margin-left: -18px
}

.dw-bubble-bottom .dw-arr {
	top: 0;
	border-color: transparent transparent #fff transparent
}

.dw-bubble-top .dw-arr {
	bottom: 0;
	border-color: #fff transparent transparent transparent
}

.dwc {
	max-width: 100%;
	vertical-align: middle;
	padding: 26px 2px 4px 2px;
	display: inline-block;
	overflow: hidden
}

.dwl {
	left: 0;
	text-align: center;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	position: absolute;
	top: -30px;
	width: 100%
}

.dwv {
	padding: 7px 0;
	margin: 0 -2px;
	font-size: 14px
}

.dw-hidden, .dw .dwwr .dw-hidden {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden
}

.dwwc {
	margin: 0 auto;
	position: relative;
	zoom: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.dwfl {
	padding: 4px 3px;
	margin: 0 -1px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	background: #000
}

.dwfl:first-child {
	margin-left: 0;
	padding-left: 4px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.dwfl:last-child {
	margin-right: 0;
	padding-right: 4px;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.dwwl {
	margin: 0;
	padding: 0 2px;
	position: relative;
	z-index: 5
}

.dwww {
	position: relative;
	padding: 1px;
	overflow: hidden
}

.dww {
	overflow: hidden;
	position: relative
}

.dwsc .dwwl {
	background: #888;
	background: -webkit-gradient(linear, left bottom, left top, from(#000),
		color-stop(0.35, #333), color-stop(0.50, #888), color-stop(0.65, #333),
		to(#000));
	background: -webkit-linear-gradient(#000 0, #333 35%, #888 50%, #333 65%, #000 100%);
	background: -moz-linear-gradient(#000 0, #333 35%, #888 50%, #333 65%, #000 100%);
	background: linear-gradient(#000 0, #333 35%, #888 50%, #333 65%, #000 100%)
}

.dwsc .dww {
	color: #fff;
	background: #444;
	background: -webkit-gradient(linear, left bottom, left top, from(#000),
		color-stop(0.45, #444), color-stop(0.55, #444), to(#000));
	background: -webkit-linear-gradient(#000 0, #444 45%, #444 55%, #000 100%);
	background: -moz-linear-gradient(#000 0, #444 45%, #444 55%, #000 100%);
	background: linear-gradient(#000 0, #444 45%, #444 55%, #000 100%)
}

.dw-bf {
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
	perspective: 1000px;
	backface-visibility: hidden
}

.dw-ul {
	position: relative;
	z-index: 3
}

.dw-li {
	padding: 0 5px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 26px;
	white-space: nowrap;
	text-shadow: 0 1px 1px #000;
	vertical-align: bottom;
	opacity: .3;
	filter: Alpha(Opacity = 30)
}

.dw-li.dw-hl {
	background: #fff;
	background: rgba(255, 255, 255, .3)
}

.dw-li.dw-v {
	opacity: 1;
	filter: Alpha(Opacity = 100)
}

.dw-li.dw-h {
	visibility: hidden
}

.dw-i {
	position: relative;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center
}

.dwwb {
	position: absolute;
	z-index: 4;
	left: 0;
	cursor: pointer;
	width: 100%;
	height: 40px;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.dwa .dwwb {
	opacity: 0
}

.dwpm .dwwbp {
	top: 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	font-size: 40px
}

.dwpm .dwwbm {
	bottom: 0;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	font-size: 32px;
	font-weight: bold
}

.dwpm .dwwl {
	padding: 0
}

.dwpm .dw-li {
	text-shadow: none
}

.dwpm .dwwol {
	display: none
}

.dwwo {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#000),
		color-stop(0.52, rgba(44, 44, 44, 0)),
		color-stop(0.48, rgba(44, 44, 44, 0)), to(#000));
	background: -webkit-linear-gradient(#000 0, rgba(44, 44, 44, 0) 52%,
		rgba(44, 44, 44, 0) 48%, #000 100%);
	background: -moz-linear-gradient(#000 0, rgba(44, 44, 44, 0) 52%,
		rgba(44, 44, 44, 0) 48%, #000 100%);
	background: linear-gradient(#000 0, rgba(44, 44, 44, 0) 52%,
		rgba(44, 44, 44, 0) 48%, #000 100%);
	pointer-events: none
}

.dwwol {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	margin-top: -1px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #555;
	pointer-events: none
}

.dwbg .dwb {
	cursor: pointer;
	overflow: hidden;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 2px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000;
	color: #fff;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #000),
		color-stop(0.5, #6e6e6e));
	background: -webkit-linear-gradient(#6e6e6e 50%, #000 50%);
	background: -moz-linear-gradient(#6e6e6e 50%, #000 50%);
	background: linear-gradient(#6e6e6e 50%, #000 50%);
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-webkit-backface-visibility: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	backface-visibility: hidden
}

.dwbc {
	display: table;
	width: 100%;
	padding-bottom: 4px;
	text-align: center
}

.dwbw {
	display: table-cell;
	position: relative;
	z-index: 5
}

.dwhl {
	padding-top: 4px
}

.dwhl .dwl {
	display: none
}

.dw-hsel {
	position: absolute;
	height: 1px;
	width: 1px;
	left: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px)
}

.dw-ml .dw-li {
	overflow: hidden
}

.dw-ml .dw-ul .dw-li .dw-i {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	white-space: normal
}

.dwms .dwwms .dw-li {
	padding: 0 40px;
	position: relative
}

.dwms .dw-msel:after {
	width: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	content: '\2714'
}

.dwbg .dwwr {
	background: #fff;
	color: #000;
	font-family: arial, verdana, sans-serif
}

.dwbg .dwv {
	background-color: #dfdfdf
}

.dwbg .dwpm .dwwl {
	background: #fff
}

.dwbg .dwpm .dww {
	color: #000;
	background: #fff;
	-webkit-border-radius: 3px
}

.dwbg .dwwb {
	background: #ccc;
	color: #888;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 -1px 1px #333;
	box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333
}

.dwbg .dwwbp {
	background: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd),
		to(#f7f7f7));
	background: -webkit-linear-gradient(#f7f7f7, #bdbdbd);
	background: -moz-linear-gradient(#f7f7f7, #bdbdbd);
	background: linear-gradient(#f7f7f7, #bdbdbd)
}

.dwbg .dwwbm {
	background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7),
		to(#bdbdbd));
	background: -webkit-linear-gradient(#bdbdbd, #f7f7f7);
	background: -moz-linear-gradient(#bdbdbd, #f7f7f7);
	background: linear-gradient(#bdbdbd, #f7f7f7)
}

.dwbg .dwbc {
	font-size: 0
}

.dwbg .dwb-a {
	background: #3c7500;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3c7500),
		color-stop(0.5, #94c840));
	background: -webkit-linear-gradient(#94c840 50%, #3c7500 50%);
	background: -moz-linear-gradient(#94c840 50%, #3c7500 50%);
	background: linear-gradient(#94c840 50%, #3c7500 50%)
}

.dwbg .dwwl .dwb-a {
	background: #3c7500;
	background: -webkit-gradient(linear, left bottom, left top, from(#3c7500),
		to(#94c840));
	background: -webkit-linear-gradient(#94c840, #3c7500);
	background: -moz-linear-gradient(#94c840, #3c7500);
	background: linear-gradient(#94c840, #3c7500)
}

.ios7 .dwo {
	background: rgba(0, 0, 0, .2);
	filter: Alpha(Opacity = 20)
}

.ios7 .dw {
	background: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dwwr, .ios7 .dww {
	background: #f7f7f7
}

.ios7 .dwfl, .ios7 .dw .dwwl {
	background: 0
}

.ios7 .dwwr, .ios7 .dwc, .ios7 .dwfl, .ios7 .dwwl {
	margin: 0;
	padding: 0
}

.ios7 .dwl {
	text-align: left;
	text-indent: 5px;
	color: #ababab
}

.ios7 .dwwc {
	padding: 30px 10px 10px 10px
}

.ios7 .dwhl .dwwc {
	padding-top: 10px
}

.ios7 .dw .dwwr {
	position: relative;
	padding-top: 40px;
	padding-bottom: 0px;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dwwo {
	background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7),
		color-stop(0.52, rgba(245, 245, 245, 0)),
		color-stop(0.48, rgba(245, 245, 245, 0)), to(#f7f7f7));
	background: -webkit-linear-gradient(#f7f7f7 0, rgba(245, 245, 245, 0)
		52%, rgba(245, 245, 245, 0) 48%, #f7f7f7 100%);
	background: -moz-linear-gradient(#f7f7f7 0, rgba(245, 245, 245, 0) 52%,
		rgba(245, 245, 245, 0) 48%, #f7f7f7 100%);
	background: linear-gradient(#f7f7f7 0, rgba(245, 245, 245, 0) 52%,
		rgba(245, 245, 245, 0) 48%, #f7f7f7 100%)
}

.ios7 .dwwol {
	padding: 0 10px;
	height: 34px;
	margin: -18px 0 0 -10px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb
}

.ios7 .dw-li {
	color: #9d9d9d;
	font-size: 22px;
	text-align: left;
	text-shadow: none
}

.ios7 .dw-hl {
	background: rgba(0, 122, 255, .2)
}

.ios7 .dw-sel {
	color: #000
}

.ios7 .dwv {
	margin: 0;
	padding: 0;
	background: 0;
	color: #9d9d9d;
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px solid #acacac;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dw .dwbc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #acacac
}

.ios7 .dwb {
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	color: #007aff;
	text-shadow: none;
	font-size: 17px;
	font-weight: normal;
	background: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	border-radius: 0;
	box-shadow: none
}

.ios7 .dwb-a {
	opacity: .5
}

.ios7 .dwbw {
	display: block;
	float: right
}

.ios7 .dwb-c {
	float: left
}

.ios7 .dwb-s .dwb {
	font-weight: bold
}

.ios7 .dwpm .dwwl {
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ios7 .dwpm .dww {
	background: 0
}

.ios7 .dwpm .dw-li {
	text-align: center
}

.ios7 .dwpm .dwwol {
	display: block
}

.ios7 .dwwb, .ios7 .dwwb:hover {
	background: #f7f7f7;
	text-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ios7 .dwwb.dwb-a {
	background: #f7f7f7
}

.ios7 .dwwbp {
	bottom: 0;
	top: auto
}

.ios7 .dwwbm {
	top: 0;
	bottom: auto
}

.ios7 .dwwb span {
	display: none
}

.ios7 .dwwb:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 13px;
	height: 13px;
	left: 50%;
	margin-top: -7px
}

.ios7 .dwwbp:after {
	border-left: 2px solid #007aff;
	border-bottom: 2px solid #007aff;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-moz-transform: rotate(-45deg);
	transform-origin: bottom left;
	transform: rotate(-45deg)
}

.ios7 .dwwbm:after {
	border-left: 2px solid #007aff;
	border-top: 2px solid #007aff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: top left;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: top left;
	transform: rotate(45deg);
	transform-origin: top left
}

.ios7 .dw-bubble-bottom .dw-arr {
	top: 0;
	border-color: transparent transparent #f7f7f7 transparent
}

.ios7 .dw-bubble-top .dw-arr {
	bottom: 0;
	border-color: #f7f7f7 transparent transparent transparent
}

.ios7.dw-bubble .dwwr {
	overflow: hidden;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.ios7.dw-inline .dw {
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7.dw-nobtn .dwwr, .ios7.dw-inline .dwwr {
	padding-top: 0
}

.ios7.dw-select .dwwo {
	display: none
}

.ios7 .dwwms .dwwol {
	display: none
}

.ios7 .dwwms .dw-li {
	padding-left: 5px;
	padding-right: 40px;
	color: #000
}

.ios7 .dwwms .dw-msel:after {
	left: auto;
	right: 0;
	color: #007aff
}

.dw-calendar .dw .dw-hidden {
	padding: 0;
	margin: 0
}

.dw-calendar .dwcc {
	position: relative
}

.dw-calendar .dw-cal-pnl {
	display: inline-block;
	vertical-align: middle
}

.dw-cal-tabbed .dw-cal-pnl {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.dw-cal-tabbed .dw-cal-pnl-i {
	display: table-cell;
	vertical-align: middle
}

.dw-calendar .dw-cal-pnl-h {
	display: none
}

.dw-calendar .dw .dwwr .dwc-hh {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: none
}

.dw-calendar .dw .dw-cal-c {
	position: relative;
	margin: 0;
	padding: 4px 2px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dw-trans .dw-persp .dw-cal-c {
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

.dw-cal {
	padding: 8px;
	padding-top: 0;
	border-radius: 3px;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-webkit-transform: translate3d(0, 0, 0)
}

.dw-cal-anim-c {
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dw-cal-anim {
	position: relative;
	height: 100%;
	margin-left: -1px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.dw-cal-no3d .dw-cal-anim {
	margin: 0
}

.dw-cal-slide {
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	backface-visibility: hidden
}

.dw-cal-slide:first-child {
	position: relative
}

.dw-cal-slide-a {
	opacity: 1
}

.dw-cal-header {
	line-height: 40px
}

.dw-cal table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed
}

.dw-cal th {
	line-height: 30px;
	text-align: center
}

.dw-cal-nb {
	border: 0
}

.dw-cal-table {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed
}

.dw-cal-days, .dw-cal-row, .dw-cal-day, .dw-week-nr, .dw-cal-day .dw-i {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dw-cal-day .dw-i {
	-webkit-box-sizing: content-box
}

.dw-cal-row {
	white-space: nowrap;
	display: table-row
}

.dw-cal .dw-cal-day {
	line-height: 29px;
	width: 14.2857%;
	height: 16.6666%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	cursor: default
}

.dw-cal .dw-cal-day-v {
	cursor: pointer
}

.dw-cal-day .dw-i {
	margin: 0;
	padding: 5px;
	border: 0;
	overflow: visible
}

.dw-cal-day-diff .dw-i {
	opacity: .7
}

.dw-hide-diff .dw-cal-day-diff .dw-i {
	visibility: hidden
}

.dw-cal-day-inv .dw-i {
	opacity: .3
}

.dw-weeks {
	padding-left: 0
}

.dw-weeks .dw-cal-days-c, .dw-weeks .dw-cal-anim-c {
	padding-left: 26px
}

.dw-week-nrs-c {
	display: none;
	position: absolute;
	width: 26px;
	height: 100%;
	left: 0;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dw-week-nrs {
	display: table;
	width: 100%;
	height: 100%
}

.dw-week-nr {
	position: relative;
	display: none;
	height: 16.6666%;
	text-align: center;
	font-weight: bold
}

.dw-week-nr-i {
	display: table-cell;
	vertical-align: middle;
	padding-top: 1px
}

.dw-weeks .dw-week-nrs-c {
	display: block
}

.dw-week-nrs .dw-week-nr {
	display: table-row
}

.dw-cal-btnc {
	font-size: 18px
}

.dw-cal-btnw {
	position: relative;
	height: 40px
}

.dw-calendar .dw-cal .dw-cal-btnc .dw-cal-btn {
	
	top: 0;
	height: 40px;
	width: 36px;
	margin: 0;
	cursor: pointer
}

.dw-cal .dw-cal-prev {
	left: 0
}

.dw-cal .dw-cal-next {
	right: 0
}

.dw-cal-btnc-ym .dw-cal-month, .dw-cal-btnc-ym .dw-cal-year {
	display: block;
	margin: 0 36px;
	overflow: hidden;
	text-overflow: ellipsis
}

.dw-cal-btnc-ym .dw-cal-btnw {
	width: 50%;
	white-space: nowrap;
	vertical-align: top;
	vertical-align: top
}

.dw-cal-btnc-test .dw-cal-month {
	display: inline;
	overflow: visible
}

.dw-cal-day-fg {
	position: relative;
	z-index: 2
}

.dw-cal-liq .dwbc {
	padding: 4px 2px
}

.dw-cal-liq .dw-cal-tabs {
	padding-bottom: 4px;
	margin: 0
}

.dw-cal-liq .dw {
	padding: 0;
	border: 0;
	display: block
}

.dw-cal-liq .dwwr {
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.dw-cal-liq .dw-cal-pnl {
	width: 100%
}

.dw-cal-liq .dw .dwwr .dw-cal-c {
	width: 100%;
	padding: 0;
	margin: 0
}

.dw-cal-liq .dw .dw-cal {
	width: auto;
	-webkit-border-radius: 0;
	border-radius: 0
}

.dw-cal-liq .dwbg .dw-cal {
	padding: 0
}

.dw-cal-liq.dw-modal .dw {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	top: 0;
	left: 0
}

.dw-cal-liq.dw-modal .dwwr {
	width: auto !important
}

.dw-cal-liq.dw-modal .dw-persp .dw {
	border: 0
}

.dw-cal-liq.dw-modal .dw-persp .dw-cal-c {
	margin: 0;
	padding: 0
}

.dw-cal-tabs {
	line-height: 40px;
	display: none;
	color: #000;
	padding: 4px 2px 0 2px;
	margin: 0 -2px
}

.dw-cal-tabbed .dw-cal-tabs {
	display: block
}

.dw-cal-tabbed .dwwr {
	width: auto !important
}

.dw-cal-tabs ul, .dw-cal-tabs li {
	margin: 0;
	padding: 0;
	list-style: none
}

.dw-cal-tabs ul {
	width: 100%;
	display: table
}

.dw-cal-tabs .dw-i {
	margin: 0 2px
}

.dw-cal-tab {
	width: 33.33%;
	display: table-cell;
	cursor: pointer
}

.dw-cal-tab .dw-i {
	-webkit-backface-visibility: hidden;
	display: block;
	backface-visibility: hidden
}

.dw-cal-multi .dw-cal-slide {
	padding-left: 8px
}

.dw-cal-multi .dw-cal-anim-c {
	margin-right: -8px
}

.dw-cal-multi .dw-cal-anim {
	margin-left: -8px
}

.dw-cal-multi .dw-cal-btnw {
	display: block;
	width: auto
}

.dw-cal-multi .dw-cal-btnw-m {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top
}

.dw-cal-multi .dw-cal-days-c {
	overflow: hidden;
	margin-right: -8px
}

.dw-cal-multi .dw-cal-days {
	float: left;
	padding-right: 8px
}

.dwbg .dw-cal {
	color: #fff;
	background: #000
}

.dwbg .dw-cal-day {
	border: 1px solid #000;
	border-bottom: 0;
	border-right: 0;
	background: #222
}

.dwbg .dw-week-nrs-c {
	background: #000
}

.dwbg .dw-cal .dwb-d {
	opacity: .3
}

.dwbg .dw-cal-btn-txt {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	border-style: solid;
	border-width: 8px 12px
}

.dwbg .dw-cal-prev .dw-cal-btn-txt {
	margin: 12px 0;
	border-color: transparent #fff transparent transparent
}

.dwbg .dw-cal-next .dw-cal-btn-txt {
	margin: 12px 0 12px 12px;
	border-color: transparent transparent transparent #fff
}

.dwbg .dw-cal .dwb {
	padding: 0;
	background: 0
}

.dwbg .dw-cal-prev.dwb-a .dw-cal-btn-txt {
	border-color: transparent #636363 transparent transparent
}

.dwbg .dw-cal-next.dwb-a .dw-cal-btn-txt {
	border-color: transparent transparent transparent #636363
}

.dwbg .dw-cal .dw-sel .dw-i {
	background: #636363
}

.dwbg .dw-cal .dw-cal-day-hl .dw-i {
	opacity: 1;
	background: #888
}

.dwbg .dw-cal-tabs .dw-i {
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.dwbg .dw-cal-tabs .dw-sel .dw-i {
	color: #fff;
	background: #000
}

.ios7.dw-calendar.dw-inline .dw {
	border: 1px solid #e3e3e3
}

.ios7.dw-calendar.dw-bubble .dwwr {
	padding-bottom: 8px
}

.ios7.dw-calendar.dw-nobtn .dw-cal-header {
	padding-top: 5px
}

.ios7 .dwwr .dw-cal-c {
	margin: 0;
	padding: 0
}

.ios7 .dw-cal {
	color: #000;
	padding: 0;
	background: 0;
	border-radius: 0;
	-webkit-border-radius: 0
}

.ios7 .dw-cal-table {
	font-size: 14px
}

.ios7 .dw-cal-btn-txt {
	position: absolute;
	top: 10px;
	width: 13px;
	height: 13px;
	border: 0;
	text-indent: 100%
}

.ios7 .dw-cal-prev .dw-cal-btn-txt, .ios7 .dw-cal-prev.dwb-a .dw-cal-btn-txt
	{
	margin: 0;
	left: 20px;
	border-left: 2px solid #007aff;
	border-bottom: 2px solid #007aff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: top left;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: top left;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: top left;
	transform: rotate(45deg);
	transform-origin: top left
}

.ios7 .dw-cal-next .dw-cal-btn-txt, .ios7 .dw-cal-next.dwb-a .dw-cal-btn-txt
	{
	margin: 0;
	right: 20px;
	border-right: 2px solid #007aff;
	border-bottom: 2px solid #007aff;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: top right;
	-moz-transform: rotate(-45deg);
	-moz-transform-origin: top right;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: top right;
	transform: rotate(-45deg);
	transform-origin: top right
}

.ios7 .dw-cal-btn.dwb-a {
	opacity: 1
}

.ios7 .dw-cal-btn.dwb-a .dw-cal-btn-txt {
	border-color: rgba(0, 122, 255, .5)
}

.ios7 .dw-cal .dwb-d {
	opacity: 1
}

.ios7 .dw-cal .dwb-d .dw-cal-btn-txt {
	border-color: #bababa
}

.ios7 .dw-cal th, .ios7 .dw-week-nr {
	font-weight: normal;
	font-size: 14px
}

.ios7 .dw-week-nrs-c {
	background: #f7f7f7
}

.ios7 .dw-cal-day {
	background: #fff;
	border-color: #e3e3e3;
	border-left: 0;
	border-right: 0;
	color: #000;
	line-height: 24px
}

.ios7 .dw-cal .dw-i {
	padding-top: 2px;
	padding-bottom: 10px
}

.ios7 .dw-cal .dw-sel .dw-i {
	background: 0
}

.ios7 .dw-cal-day-fg {
	width: 24px;
	height: 24px;
	border: 1px solid transparent;
	text-align: center;
	margin: 0 auto
}

.ios7 .dw-sel .dw-cal-day-fg {
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #007aff;
	background: #007aff;
	color: #fff
}

.ios7 .dw-cal-day-hl .dw-cal-day-fg {
	border-radius: 13px;
	-webkit-border-radius: 13px;
	border: 1px solid #007aff;
	background: 0;
	color: #000
}

.ios7 .dw-cal .dw-cal-day-hl .dw-i {
	background: 0
}

.ios7 .dw-cal-tabs .dw-sel .dw-i {
	background: 0
}

.ios7 .dw .dw-cal-tabs {
	position: relative;
	padding: 10px 10px 5px 10px;
	background: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ios7 .dw-cal-tab {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: 0;
	border: 1px solid #007aff;
	line-height: 27px;
	font-size: 14px
}

.ios7 .dw-cal-tab .dw-i {
	margin: 0;
	padding: 0 10px;
	color: #007aff;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dw-cal-tab:first-child {
	border-right: 0;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.ios7 .dw-cal-tab:last-child {
	border-left: 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

.ios7 .dw-cal-tabs .dw-sel {
	background: #007aff;
	color: #fff
}

.dw-cal-ev .dw-cal-day .dw-i {
	padding-bottom: 20px
}

.dw-cal-day-m {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 0;
	height: 0;
	border: 5px solid black;
	border-color: #94c840 #94c840 transparent transparent;
	background-clip: padding-box
}

.dw-cal-c .dw-cal-m-bottom .dw-cal-day-m {
	width: 100%;
	height: 3px;
	top: auto;
	left: 0;
	bottom: 0;
	border: 0;
	background: #fff
}

.dw-cal-day-txt-c {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden
}

.dw-cal-day-txt {
	padding: 0 2px;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: none;
	margin-top: 2px
}

.dw-nosel {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.dw-cal-em .dwb-s {
	display: none
}

.dw-cal-em .dw-cal-tabs {
	padding-top: 5px
}

.dw-cal-events {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	padding: 5px;
	margin: 10px 8px 15px 8px
}

.dw-cal-liq .dw-cal-events {
	margin: 10px 8px 8px 8px
}

.dw-cal-events-t {
	visibility: hidden
}

.dw-cal-events-i {
	overflow: hidden
}

.dw-cal-events-sc {
	position: relative;
	-webkit-backface-visibility: hidden
}

.dw-cal-events-v {
	display: block
}

.dw-cal-c .dw-cal-event-list {
	margin: 0;
	padding: 0
}

.dw-cal-c .dw-cal-event {
	list-style: none;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.dw-cal-event-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #94c840
}

.dw-cal-events-arr {
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border: 7px solid #fff;
	border-color: #fff transparent transparent transparent
}

.dw-cal-events-b .dw-cal-events-arr {
	bottom: auto;
	top: -14px;
	border-color: transparent transparent #fff transparent
}

.dwbg .dw-cal-day-txt {
	color: #fff;
	background: #444
}

.dwbg .dw-cal-events {
	background: #fff
}

.dwbg .dw-cal-event {
	margin-top: 5px;
	padding: 5px 5px 5px 10px;
	background: #636363;
	color: #fff;
	line-height: 20px
}

.dwbg .dw-cal-event:first-child {
	margin: 0
}

.ios7 .dw-cal-day-m {
	top: auto;
	left: 50%;
	bottom: 2px;
	border: 0;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background: #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.ios7 .dw-cal-c .dw-cal-m-bottom .dw-cal-day-m {
	width: auto;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #ccc;
	margin: 0
}

.ios7 .dw-cal-day-txt-c {
	width: auto;
	left: 2px;
	right: 2px;
	bottom: 2px
}

.ios7 .dw-cal-day-txt {
	background: #c3d7ef;
	color: #555;
	line-height: 16px;
	margin: 0
}

.ios7 .dw-cal-events {
	margin: 5px 5px 8px 5px;
	background: #000;
	background: rgba(0, 0, 0, 0.8)
}

.ios7 .dw-cal-events-b {
	margin: 8px 5px 5px 5px
}

.ios7 .dw-cal-event {
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: #f7f7f7;
	border-top: 1px solid #eee;
	color: #000;
	font-weight: bold
}

.ios7 .dw-cal-event:first-child {
	border: 0
}

.ios7 .dw-cal-event-color {
	top: 50%;
	left: 6px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	background: #94b8dd;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	-webkit-border-radius: 4px
}

.ios7 .dw-cal-events-arr {
	border-color: #000 transparent transparent transparent;
	border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent
}

.ios7 .dw-cal-events-b .dw-cal-events-arr {
	border-color: transparent transparent #000 transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent
}

.dw-dr-t, .dw-dr-c {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dw-dr-t {
	display: table;
	width: 100%;
	padding-top: 4px
}

.dw-dr-c {
	display: table-cell;
	width: 50%;
	cursor: pointer
}

.dw-dr-c .dw-dr {
	display: block;
	line-height: 20px;
	margin: 0 2px
}

.dw-cal-liq .dw-dr-t {
	padding: 4px 2px
}

.dw-cal-liq .dw-cal-tabbed .dw-dr-t {
	padding-bottom: 0
}

.dwbg .dw-dr {
	padding: 5px;
	background: #000;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.dwbg .dw-dr:hover {
	color: #fff;
	text-decoration: none
}

.dwbg .dw-sel .dw-dr {
	background: #636363
}

.android .dw .dw-dr-t {
	padding: 4px 2px 0 2px
}

.android .dw-cal-tabbed .dw-dr-t {
	padding-bottom: 4px
}

.android .dw-dr {
	-webkit-border-radius: 0;
	border-radius: 0
}

.android .dw-cal .dw-cal-day-hl .dw-i {
	background: #888
}

.android-ics .dw .dw-dr-t {
	padding: 4px 2px
}

.android-ics .dw-dr {
	background: #444;
	-webkit-border-radius: 0;
	border-radius: 0
}

.android-ics .dw-sel .dw-dr {
	background: #31b6e7
}

.android-ics.light .dw-dr {
	background: #e5e5e5;
	color: #000
}

.android-ics.light .dw-sel .dw-dr {
	background: #4bbde8
}

.ios.dw-rangepicker .dwwr {
	background-position: center 37px
}

.ios.dw-rangepicker .dw-cal-tabbed .dwwr {
	background-position: center 60px
}

.ios.dw-rangepicker .dw-cal-tabbed .dw-dr-t {
	border: 0;
	padding-bottom: 0
}

.ios.dw-rangepicker .dwcc {
	border-top: 1px solid rgba(255, 255, 255, .3)
}

.ios.dw-rangepicker .dw-cal-header {
	padding-top: 1px;
	margin-top: -1px
}

.ios .dw-dr-t {
	position: relative;
	z-index: 2;
	width: auto;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #2d3034;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #c5ccd4),
		color-stop(70%, #cbd2d8), color-stop(100%, #cbd2d8));
	background: -webkit-linear-gradient(left, #c5ccd4 70%, #cbd2d8 70%, #cbd2d8 100%);
	background: -moz-linear-gradient(left, #c5ccd4 70%, #cbd2d8 70%, #cbd2d8 100%);
	background: linear-gradient(left, #c5ccd4 70%, #cbd2d8 70%, #cbd2d8 100%);
	background-size: 7px 512px;
	-webkit-background-size: 7px 512px
}

.ios .dw-dr-c {
	width: auto;
	display: block;
	padding: 0
}

.ios .dw-dr-t .dw-dr, .ios .dw-dr:hover {
	margin: 0;
	padding: 5px 10px;
	background: #f7f7f7;
	border: 1px solid #aaa;
	color: #000;
	text-align: left;
	font-weight: bold
}

.ios .dw-drv {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #385487;
	font-weight: normal
}

.ios .dw-dr0 .dw-dr {
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0
}

.ios .dw-dr1 .dw-dr {
	margin-top: -1px;
	border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px
}

.ios .dw-sel .dw-dr {
	background: #015ee6;
	background: -webkit-gradient(linear, left top, left bottom, from(#058cf5),
		to(#015ee6));
	background: -webkit-linear-gradient(#058cf5, #015ee6);
	background: -moz-linear-gradient(#058cf5, #015ee6);
	background: linear-gradient(#058cf5, #015ee6);
	color: #fff
}

.ios .dw-sel .dw-drv {
	color: #fff
}

.ios7 .dw-dr-t {
	width: auto;
	display: block;
	padding: 0
}

.ios7 .dw-dr-c {
	width: auto;
	display: block;
	padding: 0
}

.ios7 .dw-dr-t .dw-dr, .ios7 .dw-dr:hover {
	margin: 0;
	padding: 5px 10px;
	background: #f7f7f7;
	border: 0;
	border-bottom: 1px solid #acacac;
	color: #000;
	text-align: left;
	font-weight: bold;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dw-drv {
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: normal
}

.ios7 .dw-sel .dw-dr {
	background: #e3e3e3
}

.ios7.dw-rangepicker .dw-cal .dw-i {
	padding: 5px
}

.ios7.dw-rangepicker .dw-week-nr {
	padding-top: 7px;
	line-height: 24px;
	vertical-align: top
}

.jqm .dw-dr {
	padding: 0
}

.jqm .dw-dr .ui-btn-inner {
	padding: 5px;
	font-size: 12px
}

.sense-ui .dw .dw-dr-t {
	padding: 4px 2px;
	border-bottom: 1px solid #555;
	background-color: #333
}

.sense-ui .dw-dr {
	border: 1px solid #555
}

.sense-ui .dw-sel .dw-dr {
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(#000),
		color-stop(0.5, #262626), color-stop(0.5, #5b5b5b), to(#8b8b8b));
	background: -webkit-linear-gradient(#8b8b8b, #5b5b5b 50%, #262626 50%, #000);
	background: -moz-linear-gradient(#8b8b8b, #5b5b5b 50%, #262626 50%, #000);
	background: linear-gradient(#8b8b8b, #5b5b5b 50%, #262626 50%, #000)
}

.sense5.dw-rangepicker .dwv {
	border-bottom: 1px solid #2e2e2e;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sense5 .dw-dr {
	padding: 0;
	background: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.sense5 .dw-sel .dw-dr {
	background: 0;
	color: #40a0c4
}

.sense5 .dw-dr-c:last-child {
	border-left: 1px solid #2e2e2e
}

.sense5 .dw-dr-t {
	padding: 4px 2px;
	background-color: #121212
}

.wp .dw-dr-t {
	padding: 0
}

.wp .dw-dr-c {
	padding: 0 0 10px 0
}

.wp .dw-dr {
	background: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.wp .dw-dr0 .dw-dr {
	margin-right: 5px;
	margin-left: 0
}

.wp .dw-dr1 .dw-dr {
	margin-left: 5px;
	margin-right: 0
}

.wp.light .dw-dr {
	color: #000
}

.dw-trans .dw-persp {
	overflow: hidden;
	/*-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px*/
}

.dw-trans .dwwb, .dw-trans .dwwo {
	-webkit-backface-visibility: hidden
}

.dw-in, .dw-out {
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-duration: 350ms;
	-moz-animation-fill-mode: forwards;
	-moz-animation-duration: 350ms;
	animation-fill-mode: forwards;
	animation-duration: 350ms
}

.dw-in {
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

.dw-out {
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

.dw-flip, .dw-swing, .dw-slidehorizontal, .dw-slidevertical,
	.dw-slidedown, .dw-slideup, .dw-fade {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0);
	-moz-backface-visibility: hidden;
	-moz-transform: translateX(0);
	backface-visibility: hidden;
	transform: translateX(0)
}

.dw-swing, .dw-slidehorizontal, .dw-slidevertical, .dw-slidedown,
	.dw-slideup, .dw-fade {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0
}

.dw-flip, .dw-pop {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.dw-pop.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-p-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-p-in;
	-moz-transform: scale(1);
	transform: scale(1);
	animation-name: dw-p-in
}

.dw-pop.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-p-out;
	-moz-animation-name: dw-p-out;
	animation-name: dw-p-out
}

.dw-flip.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-fl-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-fl-in;
	-moz-transform: scale(1);
	animation-name: dw-fl-in;
	transform: scale(1)
}

.dw-flip.dw-out {
	opacity: 0;
	animation-name: dw-fl-out;
	-webkit-animation-name: dw-fl-out;
	-moz-animation-name: dw-fl-out
}

.dw-swing.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-sw-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-sw-in;
	-moz-transform: scale(1);
	transform: scale(1);
	animation-name: dw-sw-in
}

.dw-swing.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-sw-out;
	-moz-animation-name: dw-sw-out;
	animation-name: dw-sw-out
}

.dw-slidehorizontal.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-sh-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-sh-in;
	-moz-transform: scale(1);
	transform: scale(1);
	animation-name: dw-sh-in
}

.dw-slidehorizontal.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-sh-out;
	-moz-animation-name: dw-sh-out;
	animation-name: dw-sh-out
}

.dw-slidevertical.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-dw-sv-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-dw-sv-in;
	-moz-transform: scale(1);
	animation-name: dw-dw-sv-in;
	transform: scale(1)
}

.dw-slidevertical.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-sv-out;
	-moz-animation-name: dw-sv-out;
	animation-name: dw-sv-out
}

.dw-slidedown.dw-in {
	-webkit-animation-name: dw-sd-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-sd-in;
	-moz-transform: scale(1);
	animation-name: dw-sd-in;
	transform: scale(1)
}

.dw-slidedown.dw-out {
	animation-name: dw-sd-out;
	-webkit-animation-name: dw-sd-out;
	-webkit-transform: translateY(-100%);
	-moz-animation-name: dw-sd-out;
	-moz-transform: translateY(-100%)
}

.dw-slideup.dw-in {
	-webkit-animation-name: dw-su-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-su-in;
	-moz-transform: scale(1);
	transform: scale(1);
	animation-name: dw-su-in
}

.dw-slideup.dw-out {
	animation-name: dw-su-out;
	-webkit-animation-name: dw-su-out;
	-webkit-transform: translateY(100%);
	-moz-animation-name: dw-su-out;
	-moz-transform: translateY(100%)
}

.dw-fade.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-f-in;
	-moz-animation-name: dw-f-in;
	animation-name: dw-f-in
}

.dw-fade.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-f-out;
	-moz-animation-name: dw-f-out;
	animation-name: dw-f-out
}

@
keyframes dw-f-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
-webkit-keyframes dw-f-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
-moz-keyframes dw-f-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
keyframes dw-f-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
-webkit-keyframes dw-f-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
-moz-keyframes dw-f-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
keyframes dw-p-in {
	from {opacity: 0;
	transform: scale(0.8)
}

to {
	opacity: 1;
	transform: scale(1)
}

}
@
-webkit-keyframes dw-p-in {
	from {opacity: 0;
	-webkit-transform: scale(0.8)
}

to {
	opacity: 1;
	-webkit-transform: scale(1)
}

}
@
-moz-keyframes dw-p-in {
	from {opacity: 0;
	-moz-transform: scale(0.8)
}

to {
	opacity: 1;
	-moz-transform: scale(1)
}

}
@
keyframes dw-p-out {
	from {opacity: 1;
	transform: scale(1)
}

to {
	opacity: 0;
	transform: scale(0.8)
}

}
@
-webkit-keyframes dw-p-out {
	from {opacity: 1;
	-webkit-transform: scale(1)
}

to {
	opacity: 0;
	-webkit-transform: scale(0.8)
}

}
@
-moz-keyframes dw-p-out {
	from {opacity: 1;
	-moz-transform: scale(1)
}

to {
	opacity: 0;
	-moz-transform: scale(0.8)
}

}
@
keyframes dw-fl-in {
	from {opacity: 0;
	transform: rotateY(90deg)
}

to {
	opacity: 1;
	transform: rotateY(0)
}

}
@
-webkit-keyframes dw-fl-in {
	from {opacity: 0;
	-webkit-transform: rotateY(90deg)
}

to {
	opacity: 1;
	-webkit-transform: rotateY(0)
}

}
@
-moz-keyframes dw-fl-in {
	from {opacity: 0;
	-moz-transform: rotateY(90deg)
}

to {
	opacity: 1;
	-moz-transform: rotateY(0)
}

}
@
keyframes dw-fl-out {
	from {opacity: 1;
	transform: rotateY(0deg)
}

to {
	opacity: 0;
	transform: rotateY(-90deg)
}

}
@
-webkit-keyframes dw-fl-out {
	from {opacity: 1;
	-webkit-transform: rotateY(0deg)
}

to {
	opacity: 0;
	-webkit-transform: rotateY(-90deg)
}

}
@
-moz-keyframes dw-fl-out {
	from {opacity: 1;
	-moz-transform: rotateY(0deg)
}

to {
	opacity: 0;
	-moz-transform: rotateY(-90deg)
}

}
@
keyframes dw-sw-in {
	from {opacity: 0;
	transform: rotateY(-90deg)
}

to {
	opacity: 1;
	transform: rotateY(0deg)
}

}
@
-webkit-keyframes dw-sw-in {
	from {opacity: 0;
	-webkit-transform: rotateY(-90deg)
}

to {
	opacity: 1;
	-webkit-transform: rotateY(0deg)
}

}
@
-moz-keyframes dw-sw-in {
	from {opacity: 0;
	-moz-transform: rotateY(-90deg)
}

to {
	opacity: 1;
	-moz-transform: rotateY(0deg)
}

}
@
keyframes dw-sw-out {
	from {opacity: 1;
	transform: rotateY(0deg)
}

to {
	opacity: 0;
	transform: rotateY(-90deg)
}

}
@
-webkit-keyframes dw-sw-out {
	from {opacity: 1;
	-webkit-transform: rotateY(0deg)
}

to {
	opacity: 0;
	-webkit-transform: rotateY(-90deg)
}

}
@
-moz-keyframes dw-sw-out {
	from {opacity: 1;
	-moz-transform: rotateY(0deg)
}

to {
	opacity: 0;
	-moz-transform: rotateY(-90deg)
}

}
@
keyframes dw-sh-in {
	from {opacity: 0;
	transform: translateX(-100%)
}

to {
	opacity: 1;
	transform: translateX(0)
}

}
@
-webkit-keyframes dw-sh-in {
	from {opacity: 0;
	-webkit-transform: translateX(-100%)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0)
}

}
@
-moz-keyframes dw-sh-in {
	from {opacity: 0;
	-moz-transform: translateX(-100%)
}

to {
	opacity: 1;
	-moz-transform: translateX(0)
}

}
@
keyframes dw-sh-out {
	from {opacity: 1;
	transform: translateX(0)
}

to {
	opacity: 0;
	transform: translateX(100%)
}

}
@
-webkit-keyframes dw-sh-out {
	from {opacity: 1;
	-webkit-transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(100%)
}

}
@
-moz-keyframes dw-sh-out {
	from {opacity: 1;
	-moz-transform: translateX(0)
}

to {
	opacity: 0;
	-moz-transform: translateX(100%)
}

}
@
keyframes dw-dw-sv-in {
	from {opacity: 0;
	transform: translateY(-100%)
}

to {
	opacity: 1;
	transform: translateY(0)
}

}
@
-webkit-keyframes dw-dw-sv-in {
	from {opacity: 0;
	-webkit-transform: translateY(-100%)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0)
}

}
@
-moz-keyframes dw-dw-sv-in {
	from {opacity: 0;
	-moz-transform: translateY(-100%)
}

to {
	opacity: 1;
	-moz-transform: translateY(0)
}

}
@
keyframes dw-sv-out {
	from {opacity: 1;
	transform: translateY(0)
}

to {
	opacity: 0;
	transform: translateY(100%)
}

}
@
-webkit-keyframes dw-sv-out {
	from {opacity: 1;
	-webkit-transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(100%)
}

}
@
-moz-keyframes dw-sv-out {
	from {opacity: 1;
	-moz-transform: translateY(0)
}

to {
	opacity: 0;
	-moz-transform: translateY(100%)
}

}
@
keyframes dw-sd-in {
	from {transform: translateY(-100%)
}

to {
	transform: translateY(0)
}

}
@
-webkit-keyframes dw-sd-in {
	from {opacity: 1;
	-webkit-transform: translateY(-100%)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0)
}

}
@
-moz-keyframes dw-sd-in {
	from {-moz-transform: translateY(-100%)
}

to {
	-moz-transform: translateY(0)
}

}
@
keyframes dw-sd-out {
	from {transform: translateY(0)
}

to {
	transform: translateY(-100%)
}

}
@
-webkit-keyframes dw-sd-out {
	from {opacity: 1;
	-webkit-transform: translateY(0)
}

to {
	opacity: 1;
	-webkit-transform: translateY(-100%)
}

}
@
-moz-keyframes dw-sd-out {
	from {-moz-transform: translateY(0)
}

to {
	-moz-transform: translateY(-100%)
}

}
@
keyframes dw-su-in {
	from {transform: translateY(100%)
}

to {
	transform: translateY(0)
}

}
@
-webkit-keyframes dw-su-in {
	from {opacity: 1;
	-webkit-transform: translateY(100%)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0)
}

}
@
-moz-keyframes dw-su-in {
	from {-moz-transform: translateY(100%)
}

to {
	-moz-transform: translateY(0)
}

}
@
keyframes dw-su-out {
	from {transform: translateY(0)
}

to {
	transform: translateY(100%)
}

}
@
-webkit-keyframes dw-su-out {
	from {opacity: 1;
	-webkit-transform: translateY(0)
}

to {
	opacity: 1;
	-webkit-transform: translateY(100%)
}

}
@
-moz-keyframes dw-su-out {
	from {-moz-transform: translateY(0)
}

to {
	-moz-transform: translateY(100%)
}

}
.dw, .dwo {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.dw {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 12px;
	text-shadow: none;
	-webkit-backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	backface-visibility: hidden;
	user-select: none;
	touch-action: none
}

.dw-w:focus {
	outline: 0
}

.dw, .dwc, .dwbc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dwwr {
	padding: 0 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	min-width: 170px;
	zoom: 1;
	overflow: hidden;
	text-align: center
}

.dw-top .dw, .dw-bottom .dw {
	width: 100%
}

.dw-top .dwwr, .dw-bottom .dwwr {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.dw-persp, .dwo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.dw-persp {
	z-index: 99998
}

.dwo {
	z-index: 1;
	background: #000;
	background: rgba(0, 0, 0, .7);
	filter: Alpha(Opacity = 70)
}

.dw-liq .dw .dwc {
	display: block
}

.dw-liq .dw-tbl {
	width: 100%;
	table-layout: fixed
}

.dw-inline .dw {
	position: static;
	display: inline-block
}

.dw-inline.dw-liq .dw-persp .dw {
	display: block
}

.dw-inline .dw-persp {
	position: static
}

.dw-inline .dwv {
	margin: 0 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.dw-bubble .dw {
	margin: 20px 0
}

.dw-bubble .dw-arrw {
	position: absolute;
	left: 0;
	width: 100%
}

.dw-bubble-top .dw-arrw {
	bottom: -36px
}

.dw-bubble-bottom .dw-arrw {
	top: -36px
}

.dw-bubble .dw-arrw-i {
	margin: 0 30px;
	position: relative;
	height: 36px
}

.dw-bubble .dw-arr {
	display: block
}

.dw-arr {
	display: none;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-width: 18px 18px;
	border-style: solid;
	margin-left: -18px
}

.dw-bubble-bottom .dw-arr {
	top: 0;
	border-color: transparent transparent #fff transparent
}

.dw-bubble-top .dw-arr {
	bottom: 0;
	border-color: #fff transparent transparent transparent
}

.dwc {
	max-width: 100%;
	vertical-align: middle;
	padding: 26px 2px 4px 2px;
	display: inline-block;
	overflow: hidden
}

.dwl {
	left: 0;
	text-align: center;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	position: absolute;
	top: -30px;
	width: 100%
}

.dwv {
	padding: 7px 0;
	margin: 0 -2px;
	font-size: 14px
}

.dw-hidden, .dw .dwwr .dw-hidden {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden
}

.dwwc {
	margin: 0 auto;
	position: relative;
	zoom: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.dwfl {
	padding: 4px 3px;
	margin: 0 -1px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	background: #000
}

.dwfl:first-child {
	margin-left: 0;
	padding-left: 4px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.dwfl:last-child {
	margin-right: 0;
	padding-right: 4px;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.dwwl {
	margin: 0;
	padding: 0 2px;
	position: relative;
	z-index: 5
}

.dwww {
	position: relative;
	padding: 1px;
	overflow: hidden
}

.dww {
	overflow: hidden;
	position: relative
}

.dwsc .dwwl {
	background: #888;
	background: -webkit-gradient(linear, left bottom, left top, from(#000),
		color-stop(0.35, #333), color-stop(0.50, #888), color-stop(0.65, #333),
		to(#000));
	background: -webkit-linear-gradient(#000 0, #333 35%, #888 50%, #333 65%, #000 100%);
	background: -moz-linear-gradient(#000 0, #333 35%, #888 50%, #333 65%, #000 100%);
	background: linear-gradient(#000 0, #333 35%, #888 50%, #333 65%, #000 100%)
}

.dwsc .dww {
	color: #fff;
	background: #444;
	background: -webkit-gradient(linear, left bottom, left top, from(#000),
		color-stop(0.45, #444), color-stop(0.55, #444), to(#000));
	background: -webkit-linear-gradient(#000 0, #444 45%, #444 55%, #000 100%);
	background: -moz-linear-gradient(#000 0, #444 45%, #444 55%, #000 100%);
	background: linear-gradient(#000 0, #444 45%, #444 55%, #000 100%)
}

.dw-bf {
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
	perspective: 1000px;
	backface-visibility: hidden
}

.dw-ul {
	position: relative;
	z-index: 3
}

.dw-li {
	padding: 0 5px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 26px;
	white-space: nowrap;
	text-shadow: 0 1px 1px #000;
	vertical-align: bottom;
	opacity: .3;
	filter: Alpha(Opacity = 30)
}

.dw-li.dw-hl {
	background: #fff;
	background: rgba(255, 255, 255, .3)
}

.dw-li.dw-v {
	opacity: 1;
	filter: Alpha(Opacity = 100)
}

.dw-li.dw-h {
	visibility: hidden
}

.dw-i {
	position: relative;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.dwwb {
	position: absolute;
	z-index: 4;
	left: 0;
	cursor: pointer;
	width: 100%;
	height: 40px;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.dwa .dwwb {
	opacity: 0
}

.dwpm .dwwbp {
	top: 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	font-size: 40px
}

.dwpm .dwwbm {
	bottom: 0;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	font-size: 32px;
	font-weight: bold
}

.dwpm .dwwl {
	padding: 0
}

.dwpm .dw-li {
	text-shadow: none
}

.dwpm .dwwol {
	display: none
}

.dwwo {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#000),
		color-stop(0.52, rgba(44, 44, 44, 0)),
		color-stop(0.48, rgba(44, 44, 44, 0)), to(#000));
	background: -webkit-linear-gradient(#000 0, rgba(44, 44, 44, 0) 52%,
		rgba(44, 44, 44, 0) 48%, #000 100%);
	background: -moz-linear-gradient(#000 0, rgba(44, 44, 44, 0) 52%,
		rgba(44, 44, 44, 0) 48%, #000 100%);
	background: linear-gradient(#000 0, rgba(44, 44, 44, 0) 52%,
		rgba(44, 44, 44, 0) 48%, #000 100%);
	pointer-events: none
}

.dwwol {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	margin-top: -1px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #555;
	pointer-events: none
}

.dwbg .dwb {
	cursor: pointer;
	overflow: hidden;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 2px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000;
	color: #fff;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #000),
		color-stop(0.5, #6e6e6e));
	background: -webkit-linear-gradient(#6e6e6e 50%, #000 50%);
	background: -moz-linear-gradient(#6e6e6e 50%, #000 50%);
	background: linear-gradient(#6e6e6e 50%, #000 50%);
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 2px;
	-webkit-backface-visibility: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	backface-visibility: hidden
}

.dwbc {
	display: table;
	width: 100%;
	padding-bottom: 4px;
	text-align: center
}

.dwbw {
	display: table-cell;
	position: relative;
	z-index: 5
}

.dwhl {
	padding-top: 4px
}

.dwhl .dwl {
	display: none
}

.dw-hsel {
	position: absolute;
	height: 1px;
	width: 1px;
	left: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px)
}

.dw-ml .dw-li {
	overflow: hidden
}

.dw-ml .dw-ul .dw-li .dw-i {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	white-space: normal
}

.dwms .dwwms .dw-li {
	padding: 0 40px;
	position: relative
}

.dwms .dw-msel:after {
	width: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	content: '\2714'
}

.dwbg .dwwr {
	background: #fff;
	color: #000;
	font-family: arial, verdana, sans-serif
}

.dwbg .dwv {
	background-color: #dfdfdf
}

.dwbg .dwpm .dwwl {
	background: #fff
}

.dwbg .dwpm .dww {
	color: #000;
	background: #fff;
	-webkit-border-radius: 3px
}

.dwbg .dwwb {
	background: #ccc;
	color: #888;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 -1px 1px #333;
	box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333
}

.dwbg .dwwbp {
	background: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd),
		to(#f7f7f7));
	background: -webkit-linear-gradient(#f7f7f7, #bdbdbd);
	background: -moz-linear-gradient(#f7f7f7, #bdbdbd);
	background: linear-gradient(#f7f7f7, #bdbdbd)
}

.dwbg .dwwbm {
	background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7),
		to(#bdbdbd));
	background: -webkit-linear-gradient(#bdbdbd, #f7f7f7);
	background: -moz-linear-gradient(#bdbdbd, #f7f7f7);
	background: linear-gradient(#bdbdbd, #f7f7f7)
}

.dwbg .dwbc {
	font-size: 0
}

.dwbg .dwb-a {
	background: #3c7500;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3c7500),
		color-stop(0.5, #94c840));
	background: -webkit-linear-gradient(#94c840 50%, #3c7500 50%);
	background: -moz-linear-gradient(#94c840 50%, #3c7500 50%);
	background: linear-gradient(#94c840 50%, #3c7500 50%)
}

.dwbg .dwwl .dwb-a {
	background: #3c7500;
	background: -webkit-gradient(linear, left bottom, left top, from(#3c7500),
		to(#94c840));
	background: -webkit-linear-gradient(#94c840, #3c7500);
	background: -moz-linear-gradient(#94c840, #3c7500);
	background: linear-gradient(#94c840, #3c7500)
}

.ios7 .dwo {
	background: rgba(0, 0, 0, .2);
	filter: Alpha(Opacity = 20)
}

.ios7 .dw {
	background: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dwwr, .ios7 .dww {
	background: #f7f7f7
}

.ios7 .dwfl, .ios7 .dw .dwwl {
	background: 0
}

.ios7 .dwwr, .ios7 .dwc, .ios7 .dwfl, .ios7 .dwwl {
	margin: 0;
	padding: 0
}

.ios7 .dwl {
	text-align: left;
	text-indent: 5px;
	color: #ababab
}

.ios7 .dwwc {
	padding: 30px 10px 10px 10px
}

.ios7 .dwhl .dwwc {
	padding-top: 10px
}

.ios7 .dw .dwwr {
	position: relative;
	padding-top: 40px;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dwwo {
	background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7),
		color-stop(0.52, rgba(245, 245, 245, 0)),
		color-stop(0.48, rgba(245, 245, 245, 0)), to(#f7f7f7));
	background: -webkit-linear-gradient(#f7f7f7 0, rgba(245, 245, 245, 0)
		52%, rgba(245, 245, 245, 0) 48%, #f7f7f7 100%);
	background: -moz-linear-gradient(#f7f7f7 0, rgba(245, 245, 245, 0) 52%,
		rgba(245, 245, 245, 0) 48%, #f7f7f7 100%);
	background: linear-gradient(#f7f7f7 0, rgba(245, 245, 245, 0) 52%,
		rgba(245, 245, 245, 0) 48%, #f7f7f7 100%)
}

.ios7 .dwwol {
	padding: 0 10px;
	height: 34px;
	margin: -18px 0 0 -10px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb
}

.ios7 .dw-li {
	color: #9d9d9d;
	font-size: 22px;
	text-align: left;
	text-shadow: none
}

.ios7 .dw-hl {
	background: rgba(0, 122, 255, .2)
}

.ios7 .dw-sel {
	color: #000
}

.ios7 .dwv {
	margin: 0;
	padding: 0;
	background: 0;
	color: #9d9d9d;
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px solid #acacac;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dw .dwbc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #acacac
}

.ios7 .dwb {
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	color: #007aff;
	text-shadow: none;
	font-size: 17px;
	font-weight: normal;
	background: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	border-radius: 0;
	box-shadow: none
}

.ios7 .dwb-a {
	opacity: .5
}

.ios7 .dwbw {
	display: block;
	float: right
}

.ios7 .dwb-c {
	float: left
}

.ios7 .dwb-s .dwb {
	font-weight: bold
}

.ios7 .dwpm .dwwl {
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ios7 .dwpm .dww {
	background: 0
}

.ios7 .dwpm .dw-li {
	text-align: center
}

.ios7 .dwpm .dwwol {
	display: block
}

.ios7 .dwwb, .ios7 .dwwb:hover {
	background: #f7f7f7;
	text-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ios7 .dwwb.dwb-a {
	background: #f7f7f7
}

.ios7 .dwwbp {
	bottom: 0;
	top: auto
}

.ios7 .dwwbm {
	top: 0;
	bottom: auto
}

.ios7 .dwwb span {
	display: none
}

.ios7 .dwwb:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 13px;
	height: 13px;
	left: 50%;
	margin-top: -7px
}

.ios7 .dwwbp:after {
	border-left: 2px solid #007aff;
	border-bottom: 2px solid #007aff;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-moz-transform: rotate(-45deg);
	transform-origin: bottom left;
	transform: rotate(-45deg)
}

.ios7 .dwwbm:after {
	border-left: 2px solid #007aff;
	border-top: 2px solid #007aff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: top left;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: top left;
	transform: rotate(45deg);
	transform-origin: top left
}

.ios7 .dw-bubble-bottom .dw-arr {
	top: 0;
	border-color: transparent transparent #f7f7f7 transparent
}

.ios7 .dw-bubble-top .dw-arr {
	bottom: 0;
	border-color: #f7f7f7 transparent transparent transparent
}

.ios7.dw-bubble .dwwr {
	overflow: hidden;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.ios7.dw-inline .dw {
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7.dw-nobtn .dwwr, .ios7.dw-inline .dwwr {
	padding-top: 0
}

.ios7.dw-select .dwwo {
	display: none
}

.ios7 .dwwms .dwwol {
	display: none
}

.ios7 .dwwms .dw-li {
	padding-left: 5px;
	padding-right: 40px;
	color: #000
}

.ios7 .dwwms .dw-msel:after {
	left: auto;
	right: 0;
	color: #007aff
}

.bootstrap .dw {
	display: block;
	max-width: none;
	padding: 0
}

.bootstrap .dwwr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.bootstrap .dwo {
	background: rgba(0, 0, 0, .5)
}

.bootstrap .dwv {
	margin: 0 -2px
}

.bootstrap .dwcc {
	margin: 0 auto
}

.bootstrap .dw-tbl {
	background: 0
}

.bootstrap .dwb {
	display: block;
	margin: 0 2px
}

.bootstrap .dwwb {
	padding: 0
}

.bootstrap .dwpm .dwfl {
	background: 0
}

.bootstrap .dwpm .dwwo {
	display: none
}

.bootstrap.dw-inline .dw {
	display: inline-block
}

.bootstrap.dw-top .dw, .bootstrap.dw-bottom .dw {
	-webkit-border-radius: 0;
	border-radius: 0
}

.bootstrap.dw-bubble .dw {
	margin: 11px 0
}

.bootstrap .dw-arr {
	z-index: 1
}

.bootstrap .dw-arrw-i {
	height: 0
}

.bootstrap .dw-bubble-top .dw-arrw {
	bottom: 0
}

.bootstrap .dw-bubble-bottom .dw-arrw {
	top: 0
}

.dw-calendar .dw .dw-hidden {
	padding: 0;
	margin: 0
}

.dw-calendar .dwcc {
	position: relative
}

.dw-calendar .dw-cal-pnl {
	display: inline-block;
	vertical-align: middle
}

.dw-cal-tabbed .dw-cal-pnl {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.dw-cal-tabbed .dw-cal-pnl-i {
	display: table-cell;
	vertical-align: middle
}

.dw-calendar .dw-cal-pnl-h {
	display: none
}

.dw-calendar .dw .dwwr .dwc-hh {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: none
}

.dw-calendar .dw .dw-cal-c {
	position: relative;
	margin: 0;
	padding: 4px 2px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dw-trans .dw-persp .dw-cal-c {
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

.dw-cal {
	padding: 8px;
	padding-top: 0;
	border-radius: 3px;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-webkit-transform: translate3d(0, 0, 0)
}

.dw-cal-anim-c {
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dw-cal-anim {
	position: relative;
	height: 100%;
	margin-left: -1px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.dw-cal-no3d .dw-cal-anim {
	margin: 0
}

.dw-cal-slide {
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	backface-visibility: hidden
}

.dw-cal-slide:first-child {
	position: relative
}

.dw-cal-slide-a {
	opacity: 1
}

.dw-cal-header {
	line-height: 40px
}

.dw-cal table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed
}

.dw-cal th {
	line-height: 30px;
	text-align: center
}

.dw-cal-nb {
	border: 0
}

.dw-cal-table {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed
}

.dw-cal-days, .dw-cal-row, .dw-cal-day, .dw-week-nr, .dw-cal-day .dw-i {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dw-cal-day .dw-i {
	-webkit-box-sizing: content-box
}

.dw-cal-row {
	white-space: nowrap;
	display: table-row
}

.dw-cal .dw-cal-day {
	line-height: 29px;
	width: 14.2857%;
	height: 16.6666%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	cursor: default
}

.dw-cal .dw-cal-day-v {
	cursor: pointer
}

.dw-cal-day .dw-i {
	margin: 0;
	padding: 5px;
	border: 0;
	overflow: visible
}

.dw-cal-day-diff .dw-i {
	opacity: .7
}

.dw-hide-diff .dw-cal-day-diff .dw-i {
	visibility: hidden
}

.dw-cal-day-inv .dw-i {
	opacity: .3
}

.dw-weeks {
	padding-left: 0
}

.dw-weeks .dw-cal-days-c, .dw-weeks .dw-cal-anim-c {
	padding-left: 26px
}

.dw-week-nrs-c {
	display: none;
	position: absolute;
	width: 26px;
	height: 100%;
	left: 0;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dw-week-nrs {
	display: table;
	width: 100%;
	height: 100%
}

.dw-week-nr {
	position: relative;
	display: none;
	height: 16.6666%;
	text-align: center;
	font-weight: bold
}

.dw-week-nr-i {
	display: table-cell;
	vertical-align: middle;
	padding-top: 1px
}

.dw-weeks .dw-week-nrs-c {
	display: block
}

.dw-week-nrs .dw-week-nr {
	display: table-row
}

.dw-cal-btnc {
	font-size: 18px
}

.dw-cal-btnw {
	position: relative;
	height: 40px
}

.dw-calendar .dw-cal .dw-cal-btnc .dw-cal-btn {
	
	top: 0;
	height: 40px;
	width: 36px;
	margin: 0;
	cursor: pointer
}

.dw-cal .dw-cal-prev {
	left: 0
}

.dw-cal .dw-cal-next {
	right: 0
}

.dw-cal-btnc-ym .dw-cal-month, .dw-cal-btnc-ym .dw-cal-year {
	display: block;
	margin: 0 36px;
	overflow: hidden;
	text-overflow: ellipsis
}

.dw-cal-btnc-ym .dw-cal-btnw {
	width: 50%;
	white-space: nowrap;
	vertical-align: top;
	vertical-align: top
}

.dw-cal-btnc-test .dw-cal-month {
	display: inline;
	overflow: visible
}

.dw-cal-day-fg {
	position: relative;
	z-index: 2
}

.dw-cal-liq .dwbc {
	padding: 4px 2px
}

.dw-cal-liq .dw-cal-tabs {
	padding-bottom: 4px;
	margin: 0
}

.dw-cal-liq .dw {
	padding: 0;
	border: 0;
	display: block
}

.dw-cal-liq .dwwr {
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.dw-cal-liq .dw-cal-pnl {
	width: 100%
}

.dw-cal-liq .dw .dwwr .dw-cal-c {
	width: 100%;
	padding: 0;
	margin: 0
}

.dw-cal-liq .dw .dw-cal {
	width: auto;
	-webkit-border-radius: 0;
	border-radius: 0
}

.dw-cal-liq .dwbg .dw-cal {
	padding: 0
}

.dw-cal-liq.dw-modal .dw {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	top: 0;
	left: 0
}

.dw-cal-liq.dw-modal .dwwr {
	width: auto !important
}

.dw-cal-liq.dw-modal .dw-persp .dw {
	border: 0
}

.dw-cal-liq.dw-modal .dw-persp .dw-cal-c {
	margin: 0;
	padding: 0
}

.dw-cal-tabs {
	line-height: 40px;
	display: none;
	color: #000;
	padding: 4px 2px 0 2px;
	margin: 0 -2px
}

.dw-cal-tabbed .dw-cal-tabs {
	display: block
}

.dw-cal-tabbed .dwwr {
	width: auto !important
}

.dw-cal-tabs ul, .dw-cal-tabs li {
	margin: 0;
	padding: 0;
	list-style: none
}

.dw-cal-tabs ul {
	width: 100%;
	display: table
}

.dw-cal-tabs .dw-i {
	margin: 0 2px
}

.dw-cal-tab {
	width: 33.33%;
	display: table-cell;
	cursor: pointer
}

.dw-cal-tab .dw-i {
	-webkit-backface-visibility: hidden;
	display: block;
	backface-visibility: hidden
}

.dw-cal-multi .dw-cal-slide {
	padding-left: 8px
}

.dw-cal-multi .dw-cal-anim-c {
	margin-right: -8px
}

.dw-cal-multi .dw-cal-anim {
	margin-left: -8px
}

.dw-cal-multi .dw-cal-btnw {
	display: block;
	width: auto
}

.dw-cal-multi .dw-cal-btnw-m {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top
}

.dw-cal-multi .dw-cal-days-c {
	overflow: hidden;
	margin-right: -8px
}

.dw-cal-multi .dw-cal-days {
	float: left;
	padding-right: 8px
}

.dwbg .dw-cal {
	color: #fff;
	background: #000
}

.dwbg .dw-cal-day {
	border: 1px solid #000;
	border-bottom: 0;
	border-right: 0;
	background: #222
}

.dwbg .dw-week-nrs-c {
	background: #000
}

.dwbg .dw-cal .dwb-d {
	opacity: .3
}

.dwbg .dw-cal-btn-txt {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	border-style: solid;
	border-width: 8px 12px
}

.dwbg .dw-cal-prev .dw-cal-btn-txt {
	margin: 12px 0;
	border-color: transparent #fff transparent transparent
}

.dwbg .dw-cal-next .dw-cal-btn-txt {
	margin: 12px 0 12px 12px;
	border-color: transparent transparent transparent #fff
}

.dwbg .dw-cal .dwb {
	padding: 0;
	background: 0
}

.dwbg .dw-cal-prev.dwb-a .dw-cal-btn-txt {
	border-color: transparent #636363 transparent transparent
}

.dwbg .dw-cal-next.dwb-a .dw-cal-btn-txt {
	border-color: transparent transparent transparent #636363
}

.dwbg .dw-cal .dw-sel .dw-i {
	background: #636363
}

.dwbg .dw-cal .dw-cal-day-hl .dw-i {
	opacity: 1;
	background: #888
}

.dwbg .dw-cal-tabs .dw-i {
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.dwbg .dw-cal-tabs .dw-sel .dw-i {
	color: #fff;
	background: #000
}

.ios7.dw-calendar.dw-inline .dw {
	border: 1px solid #e3e3e3
}

.ios7.dw-calendar.dw-bubble .dwwr {
	padding-bottom: 8px
}

.ios7.dw-calendar.dw-nobtn .dw-cal-header {
	padding-top: 5px
}

.ios7 .dwwr .dw-cal-c {
	margin: 0;
	padding: 0
}

.ios7 .dw-cal {
	color: #000;
	padding: 0;
	background: 0;
	border-radius: 0;
	-webkit-border-radius: 0
}

.ios7 .dw-cal-table {
	font-size: 14px
}

.ios7 .dw-cal-btn-txt {
	position: absolute;
	top: 10px;
	width: 13px;
	height: 13px;
	border: 0;
	text-indent: 100%
}

.ios7 .dw-cal-prev .dw-cal-btn-txt, .ios7 .dw-cal-prev.dwb-a .dw-cal-btn-txt
	{
	margin: 0;
	left: 20px;
	border-left: 2px solid #007aff;
	border-bottom: 2px solid #007aff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: top left;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: top left;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: top left;
	transform: rotate(45deg);
	transform-origin: top left
}

.ios7 .dw-cal-next .dw-cal-btn-txt, .ios7 .dw-cal-next.dwb-a .dw-cal-btn-txt
	{
	margin: 0;
	right: 20px;
	border-right: 2px solid #007aff;
	border-bottom: 2px solid #007aff;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: top right;
	-moz-transform: rotate(-45deg);
	-moz-transform-origin: top right;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: top right;
	transform: rotate(-45deg);
	transform-origin: top right
}

.ios7 .dw-cal-btn.dwb-a {
	opacity: 1
}

.ios7 .dw-cal-btn.dwb-a .dw-cal-btn-txt {
	border-color: rgba(0, 122, 255, .5)
}

.ios7 .dw-cal .dwb-d {
	opacity: 1
}

.ios7 .dw-cal .dwb-d .dw-cal-btn-txt {
	border-color: #bababa
}

.ios7 .dw-cal th, .ios7 .dw-week-nr {
	font-weight: normal;
	font-size: 14px
}

.ios7 .dw-week-nrs-c {
	background: #f7f7f7
}

.ios7 .dw-cal-day {
	background: #fff;
	border-color: #e3e3e3;
	border-left: 0;
	border-right: 0;
	color: #000;
	line-height: 24px
}

.ios7 .dw-cal .dw-i {
	padding-top: 2px;
	padding-bottom: 10px
}

.ios7 .dw-cal .dw-sel .dw-i {
	background: 0
}

.ios7 .dw-cal-day-fg {
	width: 24px;
	height: 24px;
	border: 1px solid transparent;
	text-align: center;
	margin: 0 auto
}

.ios7 .dw-sel .dw-cal-day-fg {
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #007aff;
	background: #007aff;
	color: #fff
}

.ios7 .dw-cal-day-hl .dw-cal-day-fg {
	border-radius: 13px;
	-webkit-border-radius: 13px;
	border: 1px solid #007aff;
	background: 0;
	color: #000
}

.ios7 .dw-cal .dw-cal-day-hl .dw-i {
	background: 0
}

.ios7 .dw-cal-tabs .dw-sel .dw-i {
	background: 0
}

.ios7 .dw .dw-cal-tabs {
	position: relative;
	padding: 10px 10px 5px 10px;
	background: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ios7 .dw-cal-tab {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: 0;
	border: 1px solid #007aff;
	line-height: 27px;
	font-size: 14px
}

.ios7 .dw-cal-tab .dw-i {
	margin: 0;
	padding: 0 10px;
	color: #007aff;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dw-cal-tab:first-child {
	border-right: 0;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.ios7 .dw-cal-tab:last-child {
	border-left: 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

.ios7 .dw-cal-tabs .dw-sel {
	background: #007aff;
	color: #fff
}

.bootstrap .dw-cal {
	padding: 0
}

.bootstrap .dw-cal-btn {
	background: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	box-shadow: none;
	-webkit-box-shadow: none
}

.bootstrap .dw-cal-btn-txt {
	text-decoration: none
}

.bootstrap .dw-cal-btn-txt .glyphicon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
	text-indent: 0
}

.bootstrap .dw-cal-day {
	text-align: center
}

.bootstrap .dw-cal-day {
	padding: 0px
}

.bootstrap .dw-cal-day .dw-i {
	display: block;
	padding: 4px;
	line-height: 29px
}

.bootstrap .dw-cal-day-hl .dw-cal-day-frame {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3
}

.bootstrap .dw-cal-tabs {
	padding-left: 0;
	padding-right: 0
}

.bootstrap .dw-cal-tabs ul {
	padding-left: 2px;
	padding-right: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap .dw-cal-tab {
	margin-bottom: -1px
}

.bootstrap .dw-week-nrs-c {
	padding: 0;
	border: 0;
	min-width: 0;
	max-width: none;
	border-radius: 0;
	box-shadow: none
}

.bootstrap.dw-cal-liq .dw {
	-webkit-border-radius: 0;
	border-radius: 0
}

.dw-cal-ev .dw-cal-day .dw-i {
	padding-bottom: 20px
}

.dw-cal-day-m {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 0;
	height: 0;
	border: 5px solid black;
	border-color: #94c840 #94c840 transparent transparent;
	background-clip: padding-box
}

.dw-cal-c .dw-cal-m-bottom .dw-cal-day-m {
	width: 100%;
	height: 3px;
	top: auto;
	left: 0;
	bottom: 0;
	border: 0;
	background: #fff
}

.dw-cal-day-txt-c {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden
}

.dw-cal-day-txt {
	padding: 0 2px;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: none;
	margin-top: 2px
}

.dw-nosel {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.dw-cal-em .dwb-s {
	display: none
}

.dw-cal-em .dw-cal-tabs {
	padding-top: 5px
}

.dw-cal-events {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	padding: 5px;
	margin: 10px 8px 15px 8px
}

.dw-cal-liq .dw-cal-events {
	margin: 10px 8px 8px 8px
}

.dw-cal-events-t {
	visibility: hidden
}

.dw-cal-events-i {
	overflow: hidden
}

.dw-cal-events-sc {
	position: relative;
	-webkit-backface-visibility: hidden
}

.dw-cal-events-v {
	display: block
}

.dw-cal-c .dw-cal-event-list {
	margin: 0;
	padding: 0
}

.dw-cal-c .dw-cal-event {
	list-style: none;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.dw-cal-event-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #94c840
}

.dw-cal-events-arr {
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border: 7px solid #fff;
	border-color: #fff transparent transparent transparent
}

.dw-cal-events-b .dw-cal-events-arr {
	bottom: auto;
	top: -14px;
	border-color: transparent transparent #fff transparent
}

.dwbg .dw-cal-day-txt {
	color: #fff;
	background: #444
}

.dwbg .dw-cal-events {
	background: #fff
}

.dwbg .dw-cal-event {
	margin-top: 5px;
	padding: 5px 5px 5px 10px;
	background: #636363;
	color: #fff;
	line-height: 20px
}

.dwbg .dw-cal-event:first-child {
	margin: 0
}

.ios7 .dw-cal-day-m {
	top: auto;
	left: 50%;
	bottom: 2px;
	border: 0;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background: #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.ios7 .dw-cal-c .dw-cal-m-bottom .dw-cal-day-m {
	width: auto;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #ccc;
	margin: 0
}

.ios7 .dw-cal-day-txt-c {
	width: auto;
	left: 2px;
	right: 2px;
	bottom: 2px
}

.ios7 .dw-cal-day-txt {
	background: #c3d7ef;
	color: #555;
	line-height: 16px;
	margin: 0
}

.ios7 .dw-cal-events {
	margin: 5px 5px 8px 5px;
	background: #000;
	background: rgba(0, 0, 0, 0.8)
}

.ios7 .dw-cal-events-b {
	margin: 8px 5px 5px 5px
}

.ios7 .dw-cal-event {
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: #f7f7f7;
	border-top: 1px solid #eee;
	color: #000;
	font-weight: bold
}

.ios7 .dw-cal-event:first-child {
	border: 0
}

.ios7 .dw-cal-event-color {
	top: 50%;
	left: 6px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	background: #94b8dd;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	-webkit-border-radius: 4px
}

.ios7 .dw-cal-events-arr {
	border-color: #000 transparent transparent transparent;
	border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent
}

.ios7 .dw-cal-events-b .dw-cal-events-arr {
	border-color: transparent transparent #000 transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent
}

.bootstrap .dw-cal-ev .dw-cal-day .dw-i {
	padding-bottom: 20px
}

.bootstrap .dw-cal-events {
	width: auto;
	max-width: none;
	margin: 10px 2px 16px 2px
}

.bootstrap.dw-cal-liq .dw-cal-events {
	margin: 10px 4px 9px 4px
}

.bootstrap .dw-cal-events-i {
	padding-bottom: 1px
}

.bootstrap .dw-cal-events-v {
	display: block
}

.bootstrap .dw-cal-event-color {
	background: #fff
}

.bootstrap .dw-cal-event {
	padding: 5px 5px 5px 10px
}

.dw-dr-t, .dw-dr-c {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dw-dr-t {
	display: table;
	width: 100%;
	padding-top: 4px
}

.dw-dr-c {
	display: table-cell;
	width: 50%;
	cursor: pointer
}

.dw-dr-c .dw-dr {
	display: block;
	line-height: 20px;
	margin: 0 2px
}

.dw-cal-liq .dw-dr-t {
	padding: 4px 2px
}

.dw-cal-liq .dw-cal-tabbed .dw-dr-t {
	padding-bottom: 0
}

.dwbg .dw-dr {
	padding: 5px;
	background: #000;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.dwbg .dw-dr:hover {
	color: #fff;
	text-decoration: none
}

.dwbg .dw-sel .dw-dr {
	background: #636363
}

.android .dw .dw-dr-t {
	padding: 4px 2px 0 2px
}

.android .dw-cal-tabbed .dw-dr-t {
	padding-bottom: 4px
}

.android .dw-dr {
	-webkit-border-radius: 0;
	border-radius: 0
}

.android .dw-cal .dw-cal-day-hl .dw-i {
	background: #888
}

.android-ics .dw .dw-dr-t {
	padding: 4px 2px
}

.android-ics .dw-dr {
	background: #444;
	-webkit-border-radius: 0;
	border-radius: 0
}

.android-ics .dw-sel .dw-dr {
	background: #31b6e7
}

.android-ics.light .dw-dr {
	background: #e5e5e5;
	color: #000
}

.android-ics.light .dw-sel .dw-dr {
	background: #4bbde8
}

.ios.dw-rangepicker .dwwr {
	background-position: center 37px
}

.ios.dw-rangepicker .dw-cal-tabbed .dwwr {
	background-position: center 60px
}

.ios.dw-rangepicker .dw-cal-tabbed .dw-dr-t {
	border: 0;
	padding-bottom: 0
}

.ios.dw-rangepicker .dwcc {
	border-top: 1px solid rgba(255, 255, 255, .3)
}

.ios.dw-rangepicker .dw-cal-header {
	padding-top: 1px;
	margin-top: -1px
}

.ios .dw-dr-t {
	position: relative;
	z-index: 2;
	width: auto;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #2d3034;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #c5ccd4),
		color-stop(70%, #cbd2d8), color-stop(100%, #cbd2d8));
	background: -webkit-linear-gradient(left, #c5ccd4 70%, #cbd2d8 70%, #cbd2d8 100%);
	background: -moz-linear-gradient(left, #c5ccd4 70%, #cbd2d8 70%, #cbd2d8 100%);
	background: linear-gradient(left, #c5ccd4 70%, #cbd2d8 70%, #cbd2d8 100%);
	background-size: 7px 512px;
	-webkit-background-size: 7px 512px
}

.ios .dw-dr-c {
	width: auto;
	display: block;
	padding: 0
}

.ios .dw-dr-t .dw-dr, .ios .dw-dr:hover {
	margin: 0;
	padding: 5px 10px;
	background: #f7f7f7;
	border: 1px solid #aaa;
	color: #000;
	text-align: left;
	font-weight: bold
}

.ios .dw-drv {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #385487;
	font-weight: normal
}

.ios .dw-dr0 .dw-dr {
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0
}

.ios .dw-dr1 .dw-dr {
	margin-top: -1px;
	border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px
}

.ios .dw-sel .dw-dr {
	background: #015ee6;
	background: -webkit-gradient(linear, left top, left bottom, from(#058cf5),
		to(#015ee6));
	background: -webkit-linear-gradient(#058cf5, #015ee6);
	background: -moz-linear-gradient(#058cf5, #015ee6);
	background: linear-gradient(#058cf5, #015ee6);
	color: #fff
}

.ios .dw-sel .dw-drv {
	color: #fff
}

.ios7 .dw-dr-t {
	width: auto;
	display: block;
	padding: 0
}

.ios7 .dw-dr-c {
	width: auto;
	display: block;
	padding: 0
}

.ios7 .dw-dr-t .dw-dr, .ios7 .dw-dr:hover {
	margin: 0;
	padding: 5px 10px;
	background: #f7f7f7;
	border: 0;
	border-bottom: 1px solid #acacac;
	color: #000;
	text-align: left;
	font-weight: bold;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ios7 .dw-drv {
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: normal
}

.ios7 .dw-sel .dw-dr {
	background: #e3e3e3
}

.ios7.dw-rangepicker .dw-cal .dw-i {
	padding: 5px
}

.ios7.dw-rangepicker .dw-week-nr {
	padding-top: 7px;
	line-height: 24px;
	vertical-align: top
}

.jqm .dw-dr {
	padding: 0
}

.jqm .dw-dr .ui-btn-inner {
	padding: 5px;
	font-size: 12px
}

.sense-ui .dw .dw-dr-t {
	padding: 4px 2px;
	border-bottom: 1px solid #555;
	background-color: #333
}

.sense-ui .dw-dr {
	border: 1px solid #555
}

.sense-ui .dw-sel .dw-dr {
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(#000),
		color-stop(0.5, #262626), color-stop(0.5, #5b5b5b), to(#8b8b8b));
	background: -webkit-linear-gradient(#8b8b8b, #5b5b5b 50%, #262626 50%, #000);
	background: -moz-linear-gradient(#8b8b8b, #5b5b5b 50%, #262626 50%, #000);
	background: linear-gradient(#8b8b8b, #5b5b5b 50%, #262626 50%, #000)
}

.sense5.dw-rangepicker .dwv {
	border-bottom: 1px solid #2e2e2e;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sense5 .dw-dr {
	padding: 0;
	background: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.sense5 .dw-sel .dw-dr {
	background: 0;
	color: #40a0c4
}

.sense5 .dw-dr-c:last-child {
	border-left: 1px solid #2e2e2e
}

.sense5 .dw-dr-t {
	padding: 4px 2px;
	background-color: #121212
}

.wp .dw-dr-t {
	padding: 0
}

.wp .dw-dr-c {
	padding: 0 0 10px 0
}

.wp .dw-dr {
	background: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.wp .dw-dr0 .dw-dr {
	margin-right: 5px;
	margin-left: 0
}

.wp .dw-dr1 .dw-dr {
	margin-left: 5px;
	margin-right: 0
}

.wp.light .dw-dr {
	color: #000
}

.dw-trans .dw-persp {
	overflow: hidden;
	/*-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px*/
}

.dw-trans .dwwb, .dw-trans .dwwo {
	-webkit-backface-visibility: hidden
}

.dw-in, .dw-out {
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-duration: 350ms;
	-moz-animation-fill-mode: forwards;
	-moz-animation-duration: 350ms;
	animation-fill-mode: forwards;
	animation-duration: 350ms
}

.dw-in {
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

.dw-out {
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

.dw-flip, .dw-swing, .dw-slidehorizontal, .dw-slidevertical,
	.dw-slidedown, .dw-slideup, .dw-fade {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0);
	-moz-backface-visibility: hidden;
	-moz-transform: translateX(0);
	backface-visibility: hidden;
	transform: translateX(0)
}

.dw-swing, .dw-slidehorizontal, .dw-slidevertical, .dw-slidedown,
	.dw-slideup, .dw-fade {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0
}

.dw-flip, .dw-pop {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.dw-pop.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-p-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-p-in;
	-moz-transform: scale(1);
	transform: scale(1);
	animation-name: dw-p-in
}

.dw-pop.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-p-out;
	-moz-animation-name: dw-p-out;
	animation-name: dw-p-out
}

.dw-flip.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-fl-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-fl-in;
	-moz-transform: scale(1);
	animation-name: dw-fl-in;
	transform: scale(1)
}

.dw-flip.dw-out {
	opacity: 0;
	animation-name: dw-fl-out;
	-webkit-animation-name: dw-fl-out;
	-moz-animation-name: dw-fl-out
}

.dw-swing.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-sw-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-sw-in;
	-moz-transform: scale(1);
	transform: scale(1);
	animation-name: dw-sw-in
}

.dw-swing.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-sw-out;
	-moz-animation-name: dw-sw-out;
	animation-name: dw-sw-out
}

.dw-slidehorizontal.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-sh-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-sh-in;
	-moz-transform: scale(1);
	transform: scale(1);
	animation-name: dw-sh-in
}

.dw-slidehorizontal.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-sh-out;
	-moz-animation-name: dw-sh-out;
	animation-name: dw-sh-out
}

.dw-slidevertical.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-dw-sv-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-dw-sv-in;
	-moz-transform: scale(1);
	animation-name: dw-dw-sv-in;
	transform: scale(1)
}

.dw-slidevertical.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-sv-out;
	-moz-animation-name: dw-sv-out;
	animation-name: dw-sv-out
}

.dw-slidedown.dw-in {
	-webkit-animation-name: dw-sd-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-sd-in;
	-moz-transform: scale(1);
	animation-name: dw-sd-in;
	transform: scale(1)
}

.dw-slidedown.dw-out {
	animation-name: dw-sd-out;
	-webkit-animation-name: dw-sd-out;
	-webkit-transform: translateY(-100%);
	-moz-animation-name: dw-sd-out;
	-moz-transform: translateY(-100%)
}

.dw-slideup.dw-in {
	-webkit-animation-name: dw-su-in;
	-webkit-transform: scale(1);
	-moz-animation-name: dw-su-in;
	-moz-transform: scale(1);
	transform: scale(1);
	animation-name: dw-su-in
}

.dw-slideup.dw-out {
	animation-name: dw-su-out;
	-webkit-animation-name: dw-su-out;
	-webkit-transform: translateY(100%);
	-moz-animation-name: dw-su-out;
	-moz-transform: translateY(100%)
}

.dw-fade.dw-in {
	opacity: 1;
	-webkit-animation-name: dw-f-in;
	-moz-animation-name: dw-f-in;
	animation-name: dw-f-in
}

.dw-fade.dw-out {
	opacity: 0;
	-webkit-animation-name: dw-f-out;
	-moz-animation-name: dw-f-out;
	animation-name: dw-f-out
}

@
keyframes dw-f-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
-webkit-keyframes dw-f-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
-moz-keyframes dw-f-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
keyframes dw-f-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
-webkit-keyframes dw-f-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
-moz-keyframes dw-f-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
keyframes dw-p-in {
	from {opacity: 0;
	transform: scale(0.8)
}

to {
	opacity: 1;
	transform: scale(1)
}

}
@
-webkit-keyframes dw-p-in {
	from {opacity: 0;
	-webkit-transform: scale(0.8)
}

to {
	opacity: 1;
	-webkit-transform: scale(1)
}

}
@
-moz-keyframes dw-p-in {
	from {opacity: 0;
	-moz-transform: scale(0.8)
}

to {
	opacity: 1;
	-moz-transform: scale(1)
}

}
@
keyframes dw-p-out {
	from {opacity: 1;
	transform: scale(1)
}

to {
	opacity: 0;
	transform: scale(0.8)
}

}
@
-webkit-keyframes dw-p-out {
	from {opacity: 1;
	-webkit-transform: scale(1)
}

to {
	opacity: 0;
	-webkit-transform: scale(0.8)
}

}
@
-moz-keyframes dw-p-out {
	from {opacity: 1;
	-moz-transform: scale(1)
}

to {
	opacity: 0;
	-moz-transform: scale(0.8)
}

}
@
keyframes dw-fl-in {
	from {opacity: 0;
	transform: rotateY(90deg)
}

to {
	opacity: 1;
	transform: rotateY(0)
}

}
@
-webkit-keyframes dw-fl-in {
	from {opacity: 0;
	-webkit-transform: rotateY(90deg)
}

to {
	opacity: 1;
	-webkit-transform: rotateY(0)
}

}
@
-moz-keyframes dw-fl-in {
	from {opacity: 0;
	-moz-transform: rotateY(90deg)
}

to {
	opacity: 1;
	-moz-transform: rotateY(0)
}

}
@
keyframes dw-fl-out {
	from {opacity: 1;
	transform: rotateY(0deg)
}

to {
	opacity: 0;
	transform: rotateY(-90deg)
}

}
@
-webkit-keyframes dw-fl-out {
	from {opacity: 1;
	-webkit-transform: rotateY(0deg)
}

to {
	opacity: 0;
	-webkit-transform: rotateY(-90deg)
}

}
@
-moz-keyframes dw-fl-out {
	from {opacity: 1;
	-moz-transform: rotateY(0deg)
}

to {
	opacity: 0;
	-moz-transform: rotateY(-90deg)
}

}
@
keyframes dw-sw-in {
	from {opacity: 0;
	transform: rotateY(-90deg)
}

to {
	opacity: 1;
	transform: rotateY(0deg)
}

}
@
-webkit-keyframes dw-sw-in {
	from {opacity: 0;
	-webkit-transform: rotateY(-90deg)
}

to {
	opacity: 1;
	-webkit-transform: rotateY(0deg)
}

}
@
-moz-keyframes dw-sw-in {
	from {opacity: 0;
	-moz-transform: rotateY(-90deg)
}

to {
	opacity: 1;
	-moz-transform: rotateY(0deg)
}

}
@
keyframes dw-sw-out {
	from {opacity: 1;
	transform: rotateY(0deg)
}

to {
	opacity: 0;
	transform: rotateY(-90deg)
}

}
@
-webkit-keyframes dw-sw-out {
	from {opacity: 1;
	-webkit-transform: rotateY(0deg)
}

to {
	opacity: 0;
	-webkit-transform: rotateY(-90deg)
}

}
@
-moz-keyframes dw-sw-out {
	from {opacity: 1;
	-moz-transform: rotateY(0deg)
}

to {
	opacity: 0;
	-moz-transform: rotateY(-90deg)
}

}
@
keyframes dw-sh-in {
	from {opacity: 0;
	transform: translateX(-100%)
}

to {
	opacity: 1;
	transform: translateX(0)
}

}
@
-webkit-keyframes dw-sh-in {
	from {opacity: 0;
	-webkit-transform: translateX(-100%)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0)
}

}
@
-moz-keyframes dw-sh-in {
	from {opacity: 0;
	-moz-transform: translateX(-100%)
}

to {
	opacity: 1;
	-moz-transform: translateX(0)
}

}
@
keyframes dw-sh-out {
	from {opacity: 1;
	transform: translateX(0)
}

to {
	opacity: 0;
	transform: translateX(100%)
}

}
@
-webkit-keyframes dw-sh-out {
	from {opacity: 1;
	-webkit-transform: translateX(0)
}

to {
	opacity: 0;
	-webkit-transform: translateX(100%)
}

}
@
-moz-keyframes dw-sh-out {
	from {opacity: 1;
	-moz-transform: translateX(0)
}

to {
	opacity: 0;
	-moz-transform: translateX(100%)
}

}
@
keyframes dw-dw-sv-in {
	from {opacity: 0;
	transform: translateY(-100%)
}

to {
	opacity: 1;
	transform: translateY(0)
}

}
@
-webkit-keyframes dw-dw-sv-in {
	from {opacity: 0;
	-webkit-transform: translateY(-100%)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0)
}

}
@
-moz-keyframes dw-dw-sv-in {
	from {opacity: 0;
	-moz-transform: translateY(-100%)
}

to {
	opacity: 1;
	-moz-transform: translateY(0)
}

}
@
keyframes dw-sv-out {
	from {opacity: 1;
	transform: translateY(0)
}

to {
	opacity: 0;
	transform: translateY(100%)
}

}
@
-webkit-keyframes dw-sv-out {
	from {opacity: 1;
	-webkit-transform: translateY(0)
}

to {
	opacity: 0;
	-webkit-transform: translateY(100%)
}

}
@
-moz-keyframes dw-sv-out {
	from {opacity: 1;
	-moz-transform: translateY(0)
}

to {
	opacity: 0;
	-moz-transform: translateY(100%)
}

}
@
keyframes dw-sd-in {
	from {transform: translateY(-100%)
}

to {
	transform: translateY(0)
}

}
@
-webkit-keyframes dw-sd-in {
	from {opacity: 1;
	-webkit-transform: translateY(-100%)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0)
}

}
@
-moz-keyframes dw-sd-in {
	from {-moz-transform: translateY(-100%)
}

to {
	-moz-transform: translateY(0)
}

}
@
keyframes dw-sd-out {
	from {transform: translateY(0)
}

to {
	transform: translateY(-100%)
}

}
@
-webkit-keyframes dw-sd-out {
	from {opacity: 1;
	-webkit-transform: translateY(0)
}

to {
	opacity: 1;
	-webkit-transform: translateY(-100%)
}

}
@
-moz-keyframes dw-sd-out {
	from {-moz-transform: translateY(0)
}

to {
	-moz-transform: translateY(-100%)
}

}
@
keyframes dw-su-in {
	from {transform: translateY(100%)
}

to {
	transform: translateY(0)
}

}
@
-webkit-keyframes dw-su-in {
	from {opacity: 1;
	-webkit-transform: translateY(100%)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0)
}

}
@
-moz-keyframes dw-su-in {
	from {-moz-transform: translateY(100%)
}

to {
	-moz-transform: translateY(0)
}

}
@
keyframes dw-su-out {
	from {transform: translateY(0)
}

to {
	transform: translateY(100%)
}

}
@
-webkit-keyframes dw-su-out {
	from {opacity: 1;
	-webkit-transform: translateY(0)
}

to {
	opacity: 1;
	-webkit-transform: translateY(100%)
}

}
@
-moz-keyframes dw-su-out {
	from {-moz-transform: translateY(0)
}

to {
	-moz-transform: translateY(100%)
}
}