@charset "utf-8";
/**foundation.min.css**/
.column,.columns,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left !important
}

.right {
	float: right !important
}
.zIndex{
   z-index: 6;
 }
.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-justify {
	text-align: justify !important
}

.hide {
	display: none
}

.antialiased {
	-webkit-font-smoothing: antialiased
}

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	*zoom: 1
}

.row:before,.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.row.collapse .column,.row.collapse .columns {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left
}

.row .row {
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
	*zoom: 1
}

.row .row:before,.row .row:after {
	content: " ";
	display: table
}

.row .row:after {
	clear: both
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
	*zoom: 1
}

.row .row.collapse:before,.row .row.collapse:after {
	content: " ";
	display: table
}

.row .row.collapse:after {
	clear: both
}

.column,.columns {
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	width: 100%;
	float: left
}

@media only screen {
	.column,.columns {
		position: relative;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left
	}
	.small-1 {
		position: relative;
		width: 8.33333%
	}
	.small-2 {
		position: relative;
		width: 16.66667%
	}
	.small-3 {
		position: relative;
		width: 25%
	}
	.small-4 {
		position: relative;
		width: 33.33333%
	}
	.small-5 {
		position: relative;
		width: 41.66667%
	}
	.small-6 {
		position: relative;
		width: 50%
	}
	.small-7 {
		position: relative;
		width: 58.33333%
	}
	.small-8 {
		position: relative;
		width: 66.66667%
	}
	.small-9 {
		position: relative;
		width: 75%
	}
	.small-10 {
		position: relative;
		width: 83.33333%
	}
	.small-11 {
		position: relative;
		width: 91.66667%
	}
	.small-12 {
		position: relative;
		width: 100%
	}
	.small-offset-0 {
		position: relative;
		margin-left: 0%
	}
	.small-offset-1 {
		position: relative;
		margin-left: 8.33333%
	}
	.small-offset-2 {
		position: relative;
		margin-left: 16.66667%
	}
	.small-offset-3 {
		position: relative;
		margin-left: 25%
	}
	.small-offset-4 {
		position: relative;
		margin-left: 33.33333%
	}
	.small-offset-5 {
		position: relative;
		margin-left: 41.66667%
	}
	.small-offset-6 {
		position: relative;
		margin-left: 50%
	}
	.small-offset-7 {
		position: relative;
		margin-left: 58.33333%
	}
	.small-offset-8 {
		position: relative;
		margin-left: 66.66667%
	}
	.small-offset-9 {
		position: relative;
		margin-left: 75%
	}
	.small-offset-10 {
		position: relative;
		margin-left: 83.33333%
	}
	[class*="column"]+[class*="column"]:last-child {
		float: right
	}
	[class*="column"]+[class*="column"].end {
		float: left
	}
	.column.small-centered,.columns.small-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important
	}
}

@media only screen and (min-width: 768px) {
	.large-1 {
		position: relative;
		width: 8.33333%
	}
	.large-2 {
		position: relative;
		width: 16.66667%
	}
	.large-3 {
		position: relative;
		width: 25%
	}
	.large-4 {
		position: relative;
		width: 33.33333%
	}
	.large-5 {
		position: relative;
		width: 41.66667%
	}
	.large-6 {
		position: relative;
		width: 50%
	}
	.large-7 {
		position: relative;
		width: 58.33333%
	}
	.large-8 {
		position: relative;
		width: 66.66667%
	}
	.large-9 {
		position: relative;
		width: 75%
	}
	.large-10 {
		position: relative;
		width: 83.33333%
	}
	.large-11 {
		position: relative;
		width: 91.66667%
	}
	.large-12 {
		position: relative;
		width: 100%
	}
	.row .large-offset-0 {
		position: relative;
		margin-left: 0%
	}
	.row .large-offset-1 {
		position: relative;
		margin-left: 8.33333%
	}
	.row .large-offset-2 {
		position: relative;
		margin-left: 16.66667%
	}
	.row .large-offset-3 {
		position: relative;
		margin-left: 25%
	}
	.row .large-offset-4 {
		position: relative;
		margin-left: 33.33333%
	}
	.row .large-offset-5 {
		position: relative;
		margin-left: 41.66667%
	}
	.row .large-offset-6 {
		position: relative;
		margin-left: 50%
	}
	.row .large-offset-7 {
		position: relative;
		margin-left: 58.33333%
	}
	.row .large-offset-8 {
		position: relative;
		margin-left: 66.66667%
	}
	.row .large-offset-9 {
		position: relative;
		margin-left: 75%
	}
	.row .large-offset-10 {
		position: relative;
		margin-left: 83.33333%
	}
	.row .large-offset-11 {
		position: relative;
		margin-left: 91.66667%
	}
	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto
	}
	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto
	}
	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto
	}
	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto
	}
	.push-3 {
		position: relative;
		left: 25%;
		right: auto
	}
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}
	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto
	}
	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto
	}
	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto
	}
	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto
	}
	.push-6 {
		position: relative;
		left: 50%;
		right: auto
	}
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}
	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto
	}
	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto
	}
	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto
	}
	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto
	}
	.push-9 {
		position: relative;
		left: 75%;
		right: auto
	}
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}
	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto
	}
	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto
	}
	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto
	}
	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto
	}
	.column.large-centered,.columns.large-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important
	}
	.column.large-uncentered,.columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left !important
	}
	.column.large-uncentered.opposite,.columns.large-uncentered.opposite {
		float: right !important
	}
}

@media only screen {
	[class*="block-grid-"] {
		display: block;
		padding: 0;
		margin: 0 -0.625em;
		*zoom: 1
	}
	[class*="block-grid-"]:before,[class*="block-grid-"]:after {
		content: " ";
		display: table
	}
	[class*="block-grid-"]:after {
		clear: both
	}
	[class*="block-grid-"]>li {
		display: inline;
		height: auto;
		float: left;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-1>li {
		width: 100%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-1>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}
	.small-block-grid-2>li {
		width: 50%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-2>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}
	.small-block-grid-3>li {
		width: 33.33333%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-3>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}
	.small-block-grid-4>li {
		width: 25%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-4>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}
	.small-block-grid-5>li {
		width: 20%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-5>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}
	.small-block-grid-6>li {
		width: 16.66667%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-6>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}
	.small-block-grid-7>li {
		width: 14.28571%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-7>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}
	.small-block-grid-8>li {
		width: 12.5%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-8>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}
	.small-block-grid-9>li {
		width: 11.11111%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-9>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}
	.small-block-grid-10>li {
		width: 10%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-10>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}
	.small-block-grid-11>li {
		width: 9.09091%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-11>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}
	.small-block-grid-12>li {
		width: 8.33333%;
		padding: 0 0.625em 1.25em
	}
	.small-block-grid-12>li:nth-of-type(n) {
		clear: none
	}
	.small-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

@media only screen and (min-width: 768px) {
	.small-block-grid-1>li:nth-of-type(1n+1) {
		clear: none
	}
	.small-block-grid-2>li:nth-of-type(2n+1) {
		clear: none
	}
	.small-block-grid-3>li:nth-of-type(3n+1) {
		clear: none
	}
	.small-block-grid-4>li:nth-of-type(4n+1) {
		clear: none
	}
	.small-block-grid-5>li:nth-of-type(5n+1) {
		clear: none
	}
	.small-block-grid-6>li:nth-of-type(6n+1) {
		clear: none
	}
	.small-block-grid-7>li:nth-of-type(7n+1) {
		clear: none
	}
	.small-block-grid-8>li:nth-of-type(8n+1) {
		clear: none
	}
	.small-block-grid-9>li:nth-of-type(9n+1) {
		clear: none
	}
	.small-block-grid-10>li:nth-of-type(10n+1) {
		clear: none
	}
	.small-block-grid-11>li:nth-of-type(11n+1) {
		clear: none
	}
	.small-block-grid-12>li:nth-of-type(12n+1) {
		clear: none
	}
	.large-block-grid-1>li {
		width: 100%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-1>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}
	.large-block-grid-2>li {
		width: 50%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-2>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}
	.large-block-grid-3>li {
		width: 33.33333%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-3>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}
	.large-block-grid-4>li {
		width: 25%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-4>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}
	.large-block-grid-5>li {
		width: 20%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-5>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}
	.large-block-grid-6>li {
		width: 16.66667%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-6>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}
	.large-block-grid-7>li {
		width: 14.28571%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-7>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}
	.large-block-grid-8>li {
		width: 12.5%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-8>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}
	.large-block-grid-9>li {
		width: 11.11111%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-9>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}
	.large-block-grid-10>li {
		width: 10%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-10>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}
	.large-block-grid-11>li {
		width: 9.09091%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-11>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}
	.large-block-grid-12>li {
		width: 8.33333%;
		padding: 0 0.625em 1.25em
	}
	.large-block-grid-12>li:nth-of-type(n) {
		clear: none
	}
	.large-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}
/**animate.min.cssearcs**/
body {
	-webkit-backface-visibility: hidden
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

@
-webkit-keyframes flash { 0%,50%,100%{
	opacity: 1
}

25%,75%{
opacity


:


0
}
}
@
-moz-keyframes flash { 0%,50%,100%{
	opacity: 1
}

25%,75%{
opacity


:


0
}
}
@
-o-keyframes flash { 0%,50%,100%{
	opacity: 1
}

25%,75%{
opacity


:


0
}
}
@
keyframes flash { 0%,50%,100%{
	opacity: 1
}

25%,75%{
opacity


:


0
}
}
.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash
}

@
-webkit-keyframes shake { 0%,100%{
	-webkit-transform: translateX(0)
}

10%,30%,50%,70%,90%{
-webkit-transform


:translateX(-10px)


}
20%,40%,60%,80%{
-webkit-transform


:translateX(10px)


}
}
@
-moz-keyframes shake { 0%,100%{
	-moz-transform: translateX(0)
}

10%,30%,50%,70%,90%{
-moz-transform


:translateX(-10px)


}
20%,40%,60%,80%{
-moz-transform


:translateX(10px)


}
}
@
-o-keyframes shake { 0%,100%{
	-o-transform: translateX(0)
}

10%,30%,50%,70%,90%{
-o-transform


:translateX(-10px)


}
20%,40%,60%,80%{
-o-transform


:translateX(10px)


}
}
@
keyframes shake { 0%,100%{
	transform: translateX(0)
}

10%,30%,50%,70%,90%{
transform


:translateX(-10px)


}
20%,40%,60%,80%{
transform


:translateX(10px)


}
}
.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake
}

@
-webkit-keyframes bounce { 0%,20%,50%,80%,100%{
	-webkit-transform: translateY(0)
}

40%{
-webkit-transform


:translateY(-30px)


}
60%{
-webkit-transform


:translateY(-15px)


}
}
@
-moz-keyframes bounce { 0%,20%,50%,80%,100%{
	-moz-transform: translateY(0)
}

40%{
-moz-transform


:translateY(-30px)


}
60%{
-moz-transform


:translateY(-15px)


}
}
@
-o-keyframes bounce { 0%,20%,50%,80%,100%{
	-o-transform: translateY(0)
}

40%{
-o-transform


:translateY(-30px)


}
60%{
-o-transform


:translateY(-15px)


}
}
@
keyframes bounce { 0%,20%,50%,80%,100%{
	transform: translateY(0)
}

40%{
transform


:translateY(-30px)


}
60%{
transform


:translateY(-15px)


}
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce
}

@
-webkit-keyframes tada { 0%{
	-webkit-transform: scale(1)
}

10%,20%{
-webkit-transform


:scale


(0
.9


)
rotate


(-3
deg
)


}
30%,50%,70%,90%{
-webkit-transform


:scale


(1
.1


)
rotate


(3
deg
)


}
40%,60%,80%{
-webkit-transform


:scale


(1
.1


)
rotate


(-3
deg
)


}
100%{
-webkit-transform


:scale(1)



rotate


(0)
}
}
@
-moz-keyframes tada { 0%{
	-moz-transform: scale(1)
}

10%,20%{
-moz-transform


:scale


(0
.9


)
rotate


(-3
deg
)


}
30%,50%,70%,90%{
-moz-transform


:scale


(1
.1


)
rotate


(3
deg
)


}
40%,60%,80%{
-moz-transform


:scale


(1
.1


)
rotate


(-3
deg
)


}
100%{
-moz-transform


:scale(1)



rotate


(0)
}
}
@
-o-keyframes tada { 0%{
	-o-transform: scale(1)
}

10%,20%{
-o-transform


:scale


(0
.9


)
rotate


(-3
deg
)


}
30%,50%,70%,90%{
-o-transform


:scale


(1
.1


)
rotate


(3
deg
)


}
40%,60%,80%{
-o-transform


:scale


(1
.1


)
rotate


(-3
deg
)


}
100%{
-o-transform


:scale(1)



rotate


(0)
}
}
@
keyframes tada { 0%{
	transform: scale(1)
}

10%,20%{
transform


:scale


(0
.9


)
rotate


(-3
deg
)


}
30%,50%,70%,90%{
transform


:scale


(1
.1


)
rotate


(3
deg
)


}
40%,60%,80%{
transform


:scale


(1
.1


)
rotate


(-3
deg
)


}
100%{
transform


:scale(1)



rotate


(0)
}
}
.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada
}

@
-webkit-keyframes swing { 20%,40%,60%,80%,100%{
	-webkit-transform-origin: top center
}

20%{
-webkit-transform


:rotate(15deg)


}
40%{
-webkit-transform


:rotate(-10deg)


}
60%{
-webkit-transform


:rotate(5deg)


}
80%{
-webkit-transform


:rotate(-5deg)


}
100%{
-webkit-transform


:rotate(0deg)


}
}
@
-moz-keyframes swing { 20%{
	-moz-transform: rotate(15deg)
}

40%{
-moz-transform


:rotate(-10deg)


}
60%{
-moz-transform


:rotate(5deg)


}
80%{
-moz-transform


:rotate(-5deg)


}
100%{
-moz-transform


:rotate(0deg)


}
}
@
-o-keyframes swing { 20%{
	-o-transform: rotate(15deg)
}

40%{
-o-transform


:rotate(-10deg)


}
60%{
-o-transform


:rotate(5deg)


}
80%{
-o-transform


:rotate(-5deg)


}
100%{
-o-transform


:rotate(0deg)


}
}
@
keyframes swing { 20%{
	transform: rotate(15deg)
}

40%{
transform


:rotate(-10deg)


}
60%{
transform


:rotate(5deg)


}
80%{
transform


:rotate(-5deg)


}
100%{
transform


:rotate(0deg)


}
}
.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing
}

@
-webkit-keyframes wobble { 0%{
	-webkit-transform: translateX(0%)
}

15%{
-webkit-transform


:translateX


(-25%)
rotate


(-5
deg
)


}
30%{
-webkit-transform


:translateX


(20%)
rotate


(3
deg
)


}
45%{
-webkit-transform


:translateX


(-15%)
rotate


(-3
deg
)


}
60%{
-webkit-transform


:translateX


(10%)
rotate


(2
deg
)


}
75%{
-webkit-transform


:translateX


(-5%)
rotate


(-1
deg
)


}
100%{
-webkit-transform


:translateX


(0%)
}
}
@
-moz-keyframes wobble { 0%{
	-moz-transform: translateX(0%)
}

15%{
-moz-transform


:translateX


(-25%)
rotate


(-5
deg
)


}
30%{
-moz-transform


:translateX


(20%)
rotate


(3
deg
)


}
45%{
-moz-transform


:translateX


(-15%)
rotate


(-3
deg
)


}
60%{
-moz-transform


:translateX


(10%)
rotate


(2
deg
)


}
75%{
-moz-transform


:translateX


(-5%)
rotate


(-1
deg
)


}
100%{
-moz-transform


:translateX


(0%)
}
}
@
-o-keyframes wobble { 0%{
	-o-transform: translateX(0%)
}

15%{
-o-transform


:translateX


(-25%)
rotate


(-5
deg
)


}
30%{
-o-transform


:translateX


(20%)
rotate


(3
deg
)


}
45%{
-o-transform


:translateX


(-15%)
rotate


(-3
deg
)


}
60%{
-o-transform


:translateX


(10%)
rotate


(2
deg
)


}
75%{
-o-transform


:translateX


(-5%)
rotate


(-1
deg
)


}
100%{
-o-transform


:translateX


(0%)
}
}
@
keyframes wobble { 0%{
	transform: translateX(0%)
}

15%{
transform


:translateX


(-25%)
rotate


(-5
deg
)


}
30%{
transform


:translateX


(20%)
rotate


(3
deg
)


}
45%{
transform


:translateX


(-15%)
rotate


(-3
deg
)


}
60%{
transform


:translateX


(10%)
rotate


(2
deg
)


}
75%{
transform


:translateX


(-5%)
rotate


(-1
deg
)


}
100%{
transform


:translateX


(0%)
}
}
.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble
}

@
-webkit-keyframes pulse { 0%{
	-webkit-transform: scale(1)
}

50%{
-webkit-transform


:scale


(1
.1


)
}
100%{
-webkit-transform


:scale(1)


}
}
@
-moz-keyframes pulse { 0%{
	-moz-transform: scale(1)
}

50%{
-moz-transform


:scale


(1
.1


)
}
100%{
-moz-transform


:scale(1)


}
}
@
-o-keyframes pulse { 0%{
	-o-transform: scale(1)
}

50%{
-o-transform


:scale


(1
.1


)
}
100%{
-o-transform


:scale(1)


}
}
@
keyframes pulse { 0%{
	transform: scale(1)
}

50%{
transform


:scale


(1
.1


)
}
100%{
transform


:scale(1)


}
}
.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse
}

@
-webkit-keyframes flip { 0%{
	-webkit-transform: perspective(400px) rotateY(0);
	-webkit-animation-timing-function: ease-out
}

40%{
-webkit-transform


:perspective(400px)



translateZ


(150
px
)



rotateY


(170
deg
);-webkit-animation-timing-function


:ease-out


}
50%{
-webkit-transform


:perspective(400px)



translateZ


(150
px
)



rotateY


(190
deg
)



scale


(1);
-webkit-animation-timing-function


:ease-in


}
80%{
-webkit-transform


:perspective(400px)



rotateY


(360
deg
)



scale


(
.95


);
-webkit-animation-timing-function


:ease-in


}
100%{
-webkit-transform


:perspective(400px)



scale


(1);
-webkit-animation-timing-function


:ease-in


}
}
@
-moz-keyframes flip { 0%{
	-moz-transform: perspective(400px) rotateY(0);
	-moz-animation-timing-function: ease-out
}

40%{
-moz-transform


:perspective(400px)



translateZ


(150
px
)



rotateY


(170
deg
);-moz-animation-timing-function


:ease-out


}
50%{
-moz-transform


:perspective(400px)



translateZ


(150
px
)



rotateY


(190
deg
)



scale


(1);
-moz-animation-timing-function


:ease-in


}
80%{
-moz-transform


:perspective(400px)



rotateY


(360
deg
)



scale


(
.95


);
-moz-animation-timing-function


:ease-in


}
100%{
-moz-transform


:perspective(400px)



scale


(1);
-moz-animation-timing-function


:ease-in


}
}
@
-o-keyframes flip { 0%{
	-o-transform: perspective(400px) rotateY(0);
	-o-animation-timing-function: ease-out
}

40%{
-o-transform


:perspective(400px)



translateZ


(150
px
)



rotateY


(170
deg
);-o-animation-timing-function


:ease-out


}
50%{
-o-transform


:perspective(400px)



translateZ


(150
px
)



rotateY


(190
deg
)



scale


(1);
-o-animation-timing-function


:ease-in


}
80%{
-o-transform


:perspective(400px)



rotateY


(360
deg
)



scale


(
.95


);
-o-animation-timing-function


:ease-in


}
100%{
-o-transform


:perspective(400px)



scale


(1);
-o-animation-timing-function


:ease-in


}
}
@
keyframes flip { 0%{
	transform: perspective(400px) rotateY(0);
	animation-timing-function: ease-out
}

40%{
transform


:perspective(400px)



translateZ


(150
px
)



rotateY


(170
deg
);animation-timing-function


:ease-out


}
50%{
transform


:perspective(400px)



translateZ


(150
px
)



rotateY


(190
deg
)



scale


(1);
animation-timing-function


:ease-in


}
80%{
transform


:perspective(400px)



rotateY


(360
deg
)



scale


(
.95


);
animation-timing-function


:ease-in


}
100%{
transform


:perspective(400px)



scale


(1);
animation-timing-function


:ease-in


}
}
.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip
}

@
-webkit-keyframes flipInX { 0%{
	-webkit-transform: perspective(400px) rotateX(90deg);
	opacity: 0
}

40%{
-webkit-transform


:perspective(400px)



rotateX


(-10
deg
)


}
70%{
-webkit-transform


:perspective(400px)



rotateX


(10
deg
)


}
100%{
-webkit-transform


:perspective(400px)



rotateX


(0
deg
);opacity


:


1
}
}
@
-moz-keyframes flipInX { 0%{
	-moz-transform: perspective(400px) rotateX(90deg);
	opacity: 0
}

40%{
-moz-transform


:perspective(400px)



rotateX


(-10
deg
)


}
70%{
-moz-transform


:perspective(400px)



rotateX


(10
deg
)


}
100%{
-moz-transform


:perspective(400px)



rotateX


(0
deg
);opacity


:


1
}
}
@
-o-keyframes flipInX { 0%{
	-o-transform: perspective(400px) rotateX(90deg);
	opacity: 0
}

40%{
-o-transform


:perspective(400px)



rotateX


(-10
deg
)


}
70%{
-o-transform


:perspective(400px)



rotateX


(10
deg
)


}
100%{
-o-transform


:perspective(400px)



rotateX


(0
deg
);opacity


:


1
}
}
@
keyframes flipInX { 0%{
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}

40%{
transform


:perspective(400px)



rotateX


(-10
deg
)


}
70%{
transform


:perspective(400px)



rotateX


(10
deg
)


}
100%{
transform


:perspective(400px)



rotateX


(0
deg
);opacity


:


1
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX
}

@
-webkit-keyframes flipOutX { 0%{
	-webkit-transform: perspective(400px) rotateX(0deg);
	opacity: 1
}

100%{
-webkit-transform


:perspective(400px)



rotateX


(90
deg
);opacity


:


0
}
}
@
-moz-keyframes flipOutX { 0%{
	-moz-transform: perspective(400px) rotateX(0deg);
	opacity: 1
}

100%{
-moz-transform


:perspective(400px)



rotateX


(90
deg
);opacity


:


0
}
}
@
-o-keyframes flipOutX { 0%{
	-o-transform: perspective(400px) rotateX(0deg);
	opacity: 1
}

100%{
-o-transform


:perspective(400px)



rotateX


(90
deg
);opacity


:


0
}
}
@
keyframes flipOutX { 0%{
	transform: perspective(400px) rotateX(0deg);
	opacity: 1
}

100%{
transform


:perspective(400px)



rotateX


(90
deg
);opacity


:


0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important
}

@
-webkit-keyframes flipInY { 0%{
	-webkit-transform: perspective(400px) rotateY(90deg);
	opacity: 0
}

40%{
-webkit-transform


:perspective(400px)



rotateY


(-10
deg
)


}
70%{
-webkit-transform


:perspective(400px)



rotateY


(10
deg
)


}
100%{
-webkit-transform


:perspective(400px)



rotateY


(0
deg
);opacity


:


1
}
}
@
-moz-keyframes flipInY { 0%{
	-moz-transform: perspective(400px) rotateY(90deg);
	opacity: 0
}

40%{
-moz-transform


:perspective(400px)



rotateY


(-10
deg
)


}
70%{
-moz-transform


:perspective(400px)



rotateY


(10
deg
)


}
100%{
-moz-transform


:perspective(400px)



rotateY


(0
deg
);opacity


:


1
}
}
@
-o-keyframes flipInY { 0%{
	-o-transform: perspective(400px) rotateY(90deg);
	opacity: 0
}

40%{
-o-transform


:perspective(400px)



rotateY


(-10
deg
)


}
70%{
-o-transform


:perspective(400px)



rotateY


(10
deg
)


}
100%{
-o-transform


:perspective(400px)



rotateY


(0
deg
);opacity


:


1
}
}
@
keyframes flipInY { 0%{
	transform: perspective(400px) rotateY(90deg);
	opacity: 0
}

40%{
transform


:perspective(400px)



rotateY


(-10
deg
)


}
70%{
transform


:perspective(400px)



rotateY


(10
deg
)


}
100%{
transform


:perspective(400px)



rotateY


(0
deg
);opacity


:


1
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY
}

@
-webkit-keyframes flipOutY { 0%{
	-webkit-transform: perspective(400px) rotateY(0deg);
	opacity: 1
}

100%{
-webkit-transform


:perspective(400px)



rotateY


(90
deg
);opacity


:


0
}
}
@
-moz-keyframes flipOutY { 0%{
	-moz-transform: perspective(400px) rotateY(0deg);
	opacity: 1
}

100%{
-moz-transform


:perspective(400px)



rotateY


(90
deg
);opacity


:


0
}
}
@
-o-keyframes flipOutY { 0%{
	-o-transform: perspective(400px) rotateY(0deg);
	opacity: 1
}

100%{
-o-transform


:perspective(400px)



rotateY


(90
deg
);opacity


:


0
}
}
@
keyframes flipOutY { 0%{
	transform: perspective(400px) rotateY(0deg);
	opacity: 1
}

100%{
transform


:perspective(400px)



rotateY


(90
deg
);opacity


:


0
}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY
}

@
-webkit-keyframes fadeIn { 0%{
	opacity: 0
}

100%{
opacity


:


1
}
}
@
-moz-keyframes fadeIn { 0%{
	opacity: 0
}

100%{
opacity


:


1
}
}
@
-o-keyframes fadeIn { 0%{
	opacity: 0
}

100%{
opacity


:


1
}
}
@
keyframes fadeIn { 0%{
	opacity: 0
}

100%{
opacity


:


1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn
}

@
-webkit-keyframes fadeInUp { 0%{
	opacity: 0;
	-webkit-transform: translateY(20px)
}

100%{
opacity


:


1;
-webkit-transform


:translateY(0)


}
}
@
-moz-keyframes fadeInUp { 0%{
	opacity: 0;
	-moz-transform: translateY(20px)
}

100%{
opacity


:


1;
-moz-transform


:translateY(0)


}
}
@
-o-keyframes fadeInUp { 0%{
	opacity: 0;
	-o-transform: translateY(20px)
}

100%{
opacity


:


1;
-o-transform


:translateY(0)


}
}
@
keyframes fadeInUp { 0%{
	opacity: 0;
	transform: translateY(20px)
}

100%{
opacity


:


1;
transform


:translateY(0)


}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@
-webkit-keyframes fadeInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-20px)
}

100%{
opacity


:


1;
-webkit-transform


:translateY(0)


}
}
@
-moz-keyframes fadeInDown { 0%{
	opacity: 0;
	-moz-transform: translateY(-20px)
}

100%{
opacity


:


1;
-moz-transform


:translateY(0)


}
}
@
-o-keyframes fadeInDown { 0%{
	opacity: 0;
	-o-transform: translateY(-20px)
}

100%{
opacity


:


1;
-o-transform


:translateY(0)


}
}
@
keyframes fadeInDown { 0%{
	opacity: 0;
	transform: translateY(-20px)
}

100%{
opacity


:


1;
transform


:translateY(0)


}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@
-webkit-keyframes fadeInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-20px)
}

100%{
opacity


:


1;
-webkit-transform


:translateX(0)


}
}
@
-moz-keyframes fadeInLeft { 0%{
	opacity: 0;
	-moz-transform: translateX(-20px)
}

100%{
opacity


:


1;
-moz-transform


:translateX(0)


}
}
@
-o-keyframes fadeInLeft { 0%{
	opacity: 0;
	-o-transform: translateX(-20px)
}

100%{
opacity


:


1;
-o-transform


:translateX(0)


}
}
@
keyframes fadeInLeft { 0%{
	opacity: 0;
	transform: translateX(-20px)
}

100%{
opacity


:


1;
transform


:translateX(0)


}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@
-webkit-keyframes fadeInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(20px)
}

100%{
opacity


:


1;
-webkit-transform


:translateX(0)


}
}
@
-moz-keyframes fadeInRight { 0%{
	opacity: 0;
	-moz-transform: translateX(20px)
}

100%{
opacity


:


1;
-moz-transform


:translateX(0)


}
}
@
-o-keyframes fadeInRight { 0%{
	opacity: 0;
	-o-transform: translateX(20px)
}

100%{
opacity


:


1;
-o-transform


:translateX(0)


}
}
@
keyframes fadeInRight { 0%{
	opacity: 0;
	transform: translateX(20px)
}

100%{
opacity


:


1;
transform


:translateX(0)


}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@
-webkit-keyframes fadeInUpBig { 0%{
	opacity: 0;
	-webkit-transform: translateY(2000px)
}

100%{
opacity


:


1;
-webkit-transform


:translateY(0)


}
}
@
-moz-keyframes fadeInUpBig { 0%{
	opacity: 0;
	-moz-transform: translateY(2000px)
}

100%{
opacity


:


1;
-moz-transform


:translateY(0)


}
}
@
-o-keyframes fadeInUpBig { 0%{
	opacity: 0;
	-o-transform: translateY(2000px)
}

100%{
opacity


:


1;
-o-transform


:translateY(0)


}
}
@
keyframes fadeInUpBig { 0%{
	opacity: 0;
	transform: translateY(2000px)
}

100%{
opacity


:


1;
transform


:translateY(0)


}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@
-webkit-keyframes fadeInDownBig { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px)
}

100%{
opacity


:


1;
-webkit-transform


:translateY(0)


}
}
@
-moz-keyframes fadeInDownBig { 0%{
	opacity: 0;
	-moz-transform: translateY(-2000px)
}

100%{
opacity


:


1;
-moz-transform


:translateY(0)


}
}
@
-o-keyframes fadeInDownBig { 0%{
	opacity: 0;
	-o-transform: translateY(-2000px)
}

100%{
opacity


:


1;
-o-transform


:translateY(0)


}
}
@
keyframes fadeInDownBig { 0%{
	opacity: 0;
	transform: translateY(-2000px)
}

100%{
opacity


:


1;
transform


:translateY(0)


}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@
-webkit-keyframes fadeInLeftBig { 0%{
	opacity: 0;
	-webkit-transform: translateX(-2000px)
}

100%{
opacity


:


1;
-webkit-transform


:translateX(0)


}
}
@
-moz-keyframes fadeInLeftBig { 0%{
	opacity: 0;
	-moz-transform: translateX(-2000px)
}

100%{
opacity


:


1;
-moz-transform


:translateX(0)


}
}
@
-o-keyframes fadeInLeftBig { 0%{
	opacity: 0;
	-o-transform: translateX(-2000px)
}

100%{
opacity


:


1;
-o-transform


:translateX(0)


}
}
@
keyframes fadeInLeftBig { 0%{
	opacity: 0;
	transform: translateX(-2000px)
}

100%{
opacity


:


1;
transform


:translateX(0)


}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@
-webkit-keyframes fadeInRightBig { 0%{
	opacity: 0;
	-webkit-transform: translateX(2000px)
}

100%{
opacity


:


1;
-webkit-transform


:translateX(0)


}
}
@
-moz-keyframes fadeInRightBig { 0%{
	opacity: 0;
	-moz-transform: translateX(2000px)
}

100%{
opacity


:


1;
-moz-transform


:translateX(0)


}
}
@
-o-keyframes fadeInRightBig { 0%{
	opacity: 0;
	-o-transform: translateX(2000px)
}

100%{
opacity


:


1;
-o-transform


:translateX(0)


}
}
@
keyframes fadeInRightBig { 0%{
	opacity: 0;
	transform: translateX(2000px)
}

100%{
opacity


:


1;
transform


:translateX(0)


}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@
-webkit-keyframes fadeOut { 0%{
	opacity: 1
}

100%{
opacity


:


0
}
}
@
-moz-keyframes fadeOut { 0%{
	opacity: 1
}

100%{
opacity


:


0
}
}
@
-o-keyframes fadeOut { 0%{
	opacity: 1
}

100%{
opacity


:


0
}
}
@
keyframes fadeOut { 0%{
	opacity: 1
}

100%{
opacity


:


0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut
}

@
-webkit-keyframes fadeOutUp { 0%{
	opacity: 1;
	-webkit-transform: translateY(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateY(-20px)


}
}
@
-moz-keyframes fadeOutUp { 0%{
	opacity: 1;
	-moz-transform: translateY(0)
}

100%{
opacity


:


0;
-moz-transform


:translateY(-20px)


}
}
@
-o-keyframes fadeOutUp { 0%{
	opacity: 1;
	-o-transform: translateY(0)
}

100%{
opacity


:


0;
-o-transform


:translateY(-20px)


}
}
@
keyframes fadeOutUp { 0%{
	opacity: 1;
	transform: translateY(0)
}

100%{
opacity


:


0;
transform


:translateY(-20px)


}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@
-webkit-keyframes fadeOutDown { 0%{
	opacity: 1;
	-webkit-transform: translateY(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateY(20px)


}
}
@
-moz-keyframes fadeOutDown { 0%{
	opacity: 1;
	-moz-transform: translateY(0)
}

100%{
opacity


:


0;
-moz-transform


:translateY(20px)


}
}
@
-o-keyframes fadeOutDown { 0%{
	opacity: 1;
	-o-transform: translateY(0)
}

100%{
opacity


:


0;
-o-transform


:translateY(20px)


}
}
@
keyframes fadeOutDown { 0%{
	opacity: 1;
	transform: translateY(0)
}

100%{
opacity


:


0;
transform


:translateY(20px)


}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@
-webkit-keyframes fadeOutLeft { 0%{
	opacity: 1;
	-webkit-transform: translateX(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateX(-20px)


}
}
@
-moz-keyframes fadeOutLeft { 0%{
	opacity: 1;
	-moz-transform: translateX(0)
}

100%{
opacity


:


0;
-moz-transform


:translateX(-20px)


}
}
@
-o-keyframes fadeOutLeft { 0%{
	opacity: 1;
	-o-transform: translateX(0)
}

100%{
opacity


:


0;
-o-transform


:translateX(-20px)


}
}
@
keyframes fadeOutLeft { 0%{
	opacity: 1;
	transform: translateX(0)
}

100%{
opacity


:


0;
transform


:translateX(-20px)


}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@
-webkit-keyframes fadeOutRight { 0%{
	opacity: 1;
	-webkit-transform: translateX(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateX(20px)


}
}
@
-moz-keyframes fadeOutRight { 0%{
	opacity: 1;
	-moz-transform: translateX(0)
}

100%{
opacity


:


0;
-moz-transform


:translateX(20px)


}
}
@
-o-keyframes fadeOutRight { 0%{
	opacity: 1;
	-o-transform: translateX(0)
}

100%{
opacity


:


0;
-o-transform


:translateX(20px)


}
}
@
keyframes fadeOutRight { 0%{
	opacity: 1;
	transform: translateX(0)
}

100%{
opacity


:


0;
transform


:translateX(20px)


}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@
-webkit-keyframes fadeOutUpBig { 0%{
	opacity: 1;
	-webkit-transform: translateY(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateY(-2000px)


}
}
@
-moz-keyframes fadeOutUpBig { 0%{
	opacity: 1;
	-moz-transform: translateY(0)
}

100%{
opacity


:


0;
-moz-transform


:translateY(-2000px)


}
}
@
-o-keyframes fadeOutUpBig { 0%{
	opacity: 1;
	-o-transform: translateY(0)
}

100%{
opacity


:


0;
-o-transform


:translateY(-2000px)


}
}
@
keyframes fadeOutUpBig { 0%{
	opacity: 1;
	transform: translateY(0)
}

100%{
opacity


:


0;
transform


:translateY(-2000px)


}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@
-webkit-keyframes fadeOutDownBig { 0%{
	opacity: 1;
	-webkit-transform: translateY(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateY(2000px)


}
}
@
-moz-keyframes fadeOutDownBig { 0%{
	opacity: 1;
	-moz-transform: translateY(0)
}

100%{
opacity


:


0;
-moz-transform


:translateY(2000px)


}
}
@
-o-keyframes fadeOutDownBig { 0%{
	opacity: 1;
	-o-transform: translateY(0)
}

100%{
opacity


:


0;
-o-transform


:translateY(2000px)


}
}
@
keyframes fadeOutDownBig { 0%{
	opacity: 1;
	transform: translateY(0)
}

100%{
opacity


:


0;
transform


:translateY(2000px)


}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@
-webkit-keyframes fadeOutLeftBig { 0%{
	opacity: 1;
	-webkit-transform: translateX(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateX(-2000px)


}
}
@
-moz-keyframes fadeOutLeftBig { 0%{
	opacity: 1;
	-moz-transform: translateX(0)
}

100%{
opacity


:


0;
-moz-transform


:translateX(-2000px)


}
}
@
-o-keyframes fadeOutLeftBig { 0%{
	opacity: 1;
	-o-transform: translateX(0)
}

100%{
opacity


:


0;
-o-transform


:translateX(-2000px)


}
}
@
keyframes fadeOutLeftBig { 0%{
	opacity: 1;
	transform: translateX(0)
}

100%{
opacity


:


0;
transform


:translateX(-2000px)


}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@
-webkit-keyframes fadeOutRightBig { 0%{
	opacity: 1;
	-webkit-transform: translateX(0)
}

100%{
opacity


:


0;
-webkit-transform


:translateX(2000px)


}
}
@
-moz-keyframes fadeOutRightBig { 0%{
	opacity: 1;
	-moz-transform: translateX(0)
}

100%{
opacity


:


0;
-moz-transform


:translateX(2000px)


}
}
@
-o-keyframes fadeOutRightBig { 0%{
	opacity: 1;
	-o-transform: translateX(0)
}

100%{
opacity


:


0;
-o-transform


:translateX(2000px)


}
}
@
keyframes fadeOutRightBig { 0%{
	opacity: 1;
	transform: translateX(0)
}

100%{
opacity


:


0;
transform


:translateX(2000px)


}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@
-webkit-keyframes bounceIn { 0%{
	opacity: 0;
	-webkit-transform: scale(.3)
}

50%{
opacity


:


1;
-webkit-transform


:scale


(1
.05


)
}
70%{
-webkit-transform


:scale


(
.9


)
}
100%{
-webkit-transform


:scale(1)


}
}
@
-moz-keyframes bounceIn { 0%{
	opacity: 0;
	-moz-transform: scale(.3)
}

50%{
opacity


:


1;
-moz-transform


:scale


(1
.05


)
}
70%{
-moz-transform


:scale


(
.9


)
}
100%{
-moz-transform


:scale(1)


}
}
@
-o-keyframes bounceIn { 0%{
	opacity: 0;
	-o-transform: scale(.3)
}

50%{
opacity


:


1;
-o-transform


:scale


(1
.05


)
}
70%{
-o-transform


:scale


(
.9


)
}
100%{
-o-transform


:scale(1)


}
}
@
keyframes bounceIn { 0%{
	opacity: 0;
	transform: scale(.3)
}

50%{
opacity


:


1;
transform


:scale


(1
.05


)
}
70%{
transform


:scale


(
.9


)
}
100%{
transform


:scale(1)


}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn
}

@
-webkit-keyframes bounceInUp { 0%{
	opacity: 0;
	-webkit-transform: translateY(2000px)
}

60%{
opacity


:


1;
-webkit-transform


:translateY(-30px)


}
80%{
-webkit-transform


:translateY(10px)


}
100%{
-webkit-transform


:translateY(0)


}
}
@
-moz-keyframes bounceInUp { 0%{
	opacity: 0;
	-moz-transform: translateY(2000px)
}

60%{
opacity


:


1;
-moz-transform


:translateY(-30px)


}
80%{
-moz-transform


:translateY(10px)


}
100%{
-moz-transform


:translateY(0)


}
}
@
-o-keyframes bounceInUp { 0%{
	opacity: 0;
	-o-transform: translateY(2000px)
}

60%{
opacity


:


1;
-o-transform


:translateY(-30px)


}
80%{
-o-transform


:translateY(10px)


}
100%{
-o-transform


:translateY(0)


}
}
@
keyframes bounceInUp { 0%{
	opacity: 0;
	transform: translateY(2000px)
}

60%{
opacity


:


1;
transform


:translateY(-30px)


}
80%{
transform


:translateY(10px)


}
100%{
transform


:translateY(0)


}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@
-webkit-keyframes bounceInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-2000px)
}

60%{
opacity


:


1;
-webkit-transform


:translateY(30px)


}
80%{
-webkit-transform


:translateY(-10px)


}
100%{
-webkit-transform


:translateY(0)


}
}
@
-moz-keyframes bounceInDown { 0%{
	opacity: 0;
	-moz-transform: translateY(-2000px)
}

60%{
opacity


:


1;
-moz-transform


:translateY(30px)


}
80%{
-moz-transform


:translateY(-10px)


}
100%{
-moz-transform


:translateY(0)


}
}
@
-o-keyframes bounceInDown { 0%{
	opacity: 0;
	-o-transform: translateY(-2000px)
}

60%{
opacity


:


1;
-o-transform


:translateY(30px)


}
80%{
-o-transform


:translateY(-10px)


}
100%{
-o-transform


:translateY(0)


}
}
@
keyframes bounceInDown { 0%{
	opacity: 0;
	transform: translateY(-2000px)
}

60%{
opacity


:


1;
transform


:translateY(30px)


}
80%{
transform


:translateY(-10px)


}
100%{
transform


:translateY(0)


}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@
-webkit-keyframes bounceInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-2000px)
}

60%{
opacity


:


1;
-webkit-transform


:translateX(30px)


}
80%{
-webkit-transform


:translateX(-10px)


}
100%{
-webkit-transform


:translateX(0)


}
}
@
-moz-keyframes bounceInLeft { 0%{
	opacity: 0;
	-moz-transform: translateX(-2000px)
}

60%{
opacity


:


1;
-moz-transform


:translateX(30px)


}
80%{
-moz-transform


:translateX(-10px)


}
100%{
-moz-transform


:translateX(0)


}
}
@
-o-keyframes bounceInLeft { 0%{
	opacity: 0;
	-o-transform: translateX(-2000px)
}

60%{
opacity


:


1;
-o-transform


:translateX(30px)


}
80%{
-o-transform


:translateX(-10px)


}
100%{
-o-transform


:translateX(0)


}
}
@
keyframes bounceInLeft { 0%{
	opacity: 0;
	transform: translateX(-2000px)
}

60%{
opacity


:


1;
transform


:translateX(30px)


}
80%{
transform


:translateX(-10px)


}
100%{
transform


:translateX(0)


}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@
-webkit-keyframes bounceInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(2000px)
}

60%{
opacity


:


1;
-webkit-transform


:translateX(-30px)


}
80%{
-webkit-transform


:translateX(10px)


}
100%{
-webkit-transform


:translateX(0)


}
}
@
-moz-keyframes bounceInRight { 0%{
	opacity: 0;
	-moz-transform: translateX(2000px)
}

60%{
opacity


:


1;
-moz-transform


:translateX(-30px)


}
80%{
-moz-transform


:translateX(10px)


}
100%{
-moz-transform


:translateX(0)


}
}
@
-o-keyframes bounceInRight { 0%{
	opacity: 0;
	-o-transform: translateX(2000px)
}

60%{
opacity


:


1;
-o-transform


:translateX(-30px)


}
80%{
-o-transform


:translateX(10px)


}
100%{
-o-transform


:translateX(0)


}
}
@
keyframes bounceInRight { 0%{
	opacity: 0;
	transform: translateX(2000px)
}

60%{
opacity


:


1;
transform


:translateX(-30px)


}
80%{
transform


:translateX(10px)


}
100%{
transform


:translateX(0)


}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@
-webkit-keyframes bounceOut { 0%{
	-webkit-transform: scale(1)
}

25%{
-webkit-transform


:scale


(
.95


)
}
50%{
opacity


:


1;
-webkit-transform


:scale


(1
.1


)
}
100%{
opacity


:


0;
-webkit-transform


:scale


(
.3


)
}
}
@
-moz-keyframes bounceOut { 0%{
	-moz-transform: scale(1)
}

25%{
-moz-transform


:scale


(
.95


)
}
50%{
opacity


:


1;
-moz-transform


:scale


(1
.1


)
}
100%{
opacity


:


0;
-moz-transform


:scale


(
.3


)
}
}
@
-o-keyframes bounceOut { 0%{
	-o-transform: scale(1)
}

25%{
-o-transform


:scale


(
.95


)
}
50%{
opacity


:


1;
-o-transform


:scale


(1
.1


)
}
100%{
opacity


:


0;
-o-transform


:scale


(
.3


)
}
}
@
keyframes bounceOut { 0%{
	transform: scale(1)
}

25%{
transform


:scale


(
.95


)
}
50%{
opacity


:


1;
transform


:scale


(1
.1


)
}
100%{
opacity


:


0;
transform


:scale


(
.3


)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut
}

@
-webkit-keyframes bounceOutUp { 0%{
	-webkit-transform: translateY(0)
}

20%{
opacity


:


1;
-webkit-transform


:translateY(20px)


}
100%{
opacity


:


0;
-webkit-transform


:translateY(-2000px)


}
}
@
-moz-keyframes bounceOutUp { 0%{
	-moz-transform: translateY(0)
}

20%{
opacity


:


1;
-moz-transform


:translateY(20px)


}
100%{
opacity


:


0;
-moz-transform


:translateY(-2000px)


}
}
@
-o-keyframes bounceOutUp { 0%{
	-o-transform: translateY(0)
}

20%{
opacity


:


1;
-o-transform


:translateY(20px)


}
100%{
opacity


:


0;
-o-transform


:translateY(-2000px)


}
}
@
keyframes bounceOutUp { 0%{
	transform: translateY(0)
}

20%{
opacity


:


1;
transform


:translateY(20px)


}
100%{
opacity


:


0;
transform


:translateY(-2000px)


}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@
-webkit-keyframes bounceOutDown { 0%{
	-webkit-transform: translateY(0)
}

20%{
opacity


:


1;
-webkit-transform


:translateY(-20px)


}
100%{
opacity


:


0;
-webkit-transform


:translateY(2000px)


}
}
@
-moz-keyframes bounceOutDown { 0%{
	-moz-transform: translateY(0)
}

20%{
opacity


:


1;
-moz-transform


:translateY(-20px)


}
100%{
opacity


:


0;
-moz-transform


:translateY(2000px)


}
}
@
-o-keyframes bounceOutDown { 0%{
	-o-transform: translateY(0)
}

20%{
opacity


:


1;
-o-transform


:translateY(-20px)


}
100%{
opacity


:


0;
-o-transform


:translateY(2000px)


}
}
@
keyframes bounceOutDown { 0%{
	transform: translateY(0)
}

20%{
opacity


:


1;
transform


:translateY(-20px)


}
100%{
opacity


:


0;
transform


:translateY(2000px)


}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@
-webkit-keyframes bounceOutLeft { 0%{
	-webkit-transform: translateX(0)
}

20%{
opacity


:


1;
-webkit-transform


:translateX(20px)


}
100%{
opacity


:


0;
-webkit-transform


:translateX(-2000px)


}
}
@
-moz-keyframes bounceOutLeft { 0%{
	-moz-transform: translateX(0)
}

20%{
opacity


:


1;
-moz-transform


:translateX(20px)


}
100%{
opacity


:


0;
-moz-transform


:translateX(-2000px)


}
}
@
-o-keyframes bounceOutLeft { 0%{
	-o-transform: translateX(0)
}

20%{
opacity


:


1;
-o-transform


:translateX(20px)


}
100%{
opacity


:


0;
-o-transform


:translateX(-2000px)


}
}
@
keyframes bounceOutLeft { 0%{
	transform: translateX(0)
}

20%{
opacity


:


1;
transform


:translateX(20px)


}
100%{
opacity


:


0;
transform


:translateX(-2000px)


}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@
-webkit-keyframes bounceOutRight { 0%{
	-webkit-transform: translateX(0)
}

20%{
opacity


:


1;
-webkit-transform


:translateX(-20px)


}
100%{
opacity


:


0;
-webkit-transform


:translateX(2000px)


}
}
@
-moz-keyframes bounceOutRight { 0%{
	-moz-transform: translateX(0)
}

20%{
opacity


:


1;
-moz-transform


:translateX(-20px)


}
100%{
opacity


:


0;
-moz-transform


:translateX(2000px)


}
}
@
-o-keyframes bounceOutRight { 0%{
	-o-transform: translateX(0)
}

20%{
opacity


:


1;
-o-transform


:translateX(-20px)


}
100%{
opacity


:


0;
-o-transform


:translateX(2000px)


}
}
@
keyframes bounceOutRight { 0%{
	transform: translateX(0)
}

20%{
opacity


:


1;
transform


:translateX(-20px)


}
100%{
opacity


:


0;
transform


:translateX(2000px)


}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@
-webkit-keyframes rotateIn { 0%{
	-webkit-transform-origin: center center;
	-webkit-transform: rotate(-200deg);
	opacity: 0
}

100%{
-webkit-transform-origin


:center



center


;
-webkit-transform


:rotate(0)


;
opacity


:


1
}
}
@
-moz-keyframes rotateIn { 0%{
	-moz-transform-origin: center center;
	-moz-transform: rotate(-200deg);
	opacity: 0
}

100%{
-moz-transform-origin


:center



center


;
-moz-transform


:rotate(0)


;
opacity


:


1
}
}
@
-o-keyframes rotateIn { 0%{
	-o-transform-origin: center center;
	-o-transform: rotate(-200deg);
	opacity: 0
}

100%{
-o-transform-origin


:center


.fixedCashPanel {

 	position: fixed;
 	width: 275px;
 }

center


;
-o-transform


:rotate(0)


;
opacity


:


1
}
}
@
keyframes rotateIn { 0%{
	transform-origin: center center;
	transform: rotate(-200deg);
	opacity: 0
}

100%{
transform-origin


:center



center


;
transform


:rotate(0)


;
opacity


:


1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn
}

@
-webkit-keyframes rotateInUpLeft { 0%{
	-webkit-transform-origin: left bottom;
	-webkit-transform: rotate(90deg);
	opacity: 0
}

100%{
-webkit-transform-origin


:left



bottom


;
-webkit-transform


:rotate(0)


;
opacity


:


1
}
}
@
-moz-keyframes rotateInUpLeft { 0%{
	-moz-transform-origin: left bottom;
	-moz-transform: rotate(90deg);
	opacity: 0
}

100%{
-moz-transform-origin


:left



bottom


;
-moz-transform


:rotate(0)


;
opacity


:


1
}
}
@
-o-keyframes rotateInUpLeft { 0%{
	-o-transform-origin: left bottom;
	-o-transform: rotate(90deg);
	opacity: 0
}

100%{
-o-transform-origin


:left



bottom


;
-o-transform


:rotate(0)


;
opacity


:


1
}
}
@
keyframes rotateInUpLeft { 0%{
	transform-origin: left bottom;
	transform: rotate(90deg);
	opacity: 0
}

100%{
transform-origin


:left



bottom


;
transform


:rotate(0)


;
opacity


:


1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@
-webkit-keyframes rotateInDownLeft { 0%{
	-webkit-transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	opacity: 0
}

100%{
-webkit-transform-origin


:left



bottom


;
-webkit-transform


:rotate(0)


;
opacity


:


1
}
}
@
-moz-keyframes rotateInDownLeft { 0%{
	-moz-transform-origin: left bottom;
	-moz-transform: rotate(-90deg);
	opacity: 0
}

100%{
-moz-transform-origin


:left



bottom


;
-moz-transform


:rotate(0)


;
opacity


:


1
}
}
@
-o-keyframes rotateInDownLeft { 0%{
	-o-transform-origin: left bottom;
	-o-transform: rotate(-90deg);
	opacity: 0
}

100%{
-o-transform-origin


:left



bottom


;
-o-transform


:rotate(0)


;
opacity


:


1
}
}
@
keyframes rotateInDownLeft { 0%{
	transform-origin: left bottom;
	transform: rotate(-90deg);
	opacity: 0
}

100%{
transform-origin


:left



bottom


;
transform


:rotate(0)


;
opacity


:


1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@
-webkit-keyframes rotateInUpRight { 0%{
	-webkit-transform-origin: right bottom;
	-webkit-transform: rotate(-90deg);
	opacity: 0
}

100%{
-webkit-transform-origin


:right



bottom


;
-webkit-transform


:rotate(0)


;
opacity


:


1
}
}
@
-moz-keyframes rotateInUpRight { 0%{
	-moz-transform-origin: right bottom;
	-moz-transform: rotate(-90deg);
	opacity: 0
}

100%{
-moz-transform-origin


:right



bottom


;
-moz-transform


:rotate(0)


;
opacity


:


1
}
}
@
-o-keyframes rotateInUpRight { 0%{
	-o-transform-origin: right bottom;
	-o-transform: rotate(-90deg);
	opacity: 0
}

100%{
-o-transform-origin


:right



bottom


;
-o-transform


:rotate(0)


;
opacity


:


1
}
}
@
keyframes rotateInUpRight { 0%{
	transform-origin: right bottom;
	transform: rotate(-90deg);
	opacity: 0
}

100%{
transform-origin


:right



bottom


;
transform


:rotate(0)


;
opacity


:


1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@
-webkit-keyframes rotateInDownRight { 0%{
	-webkit-transform-origin: right bottom;
	-webkit-transform: rotate(90deg);
	opacity: 0
}

100%{
-webkit-transform-origin


:right



bottom


;
-webkit-transform


:rotate(0)


;
opacity


:


1
}
}
@
-moz-keyframes rotateInDownRight { 0%{
	-moz-transform-origin: right bottom;
	-moz-transform: rotate(90deg);
	opacity: 0
}

100%{
-moz-transform-origin


:right



bottom


;
-moz-transform


:rotate(0)


;
opacity


:


1
}
}
@
-o-keyframes rotateInDownRight { 0%{
	-o-transform-origin: right bottom;
	-o-transform: rotate(90deg);
	opacity: 0
}

100%{
-o-transform-origin


:right



bottom


;
-o-transform


:rotate(0)


;
opacity


:


1
}
}
@
keyframes rotateInDownRight { 0%{
	transform-origin: right bottom;
	transform: rotate(90deg);
	opacity: 0
}

100%{
transform-origin


:right



bottom


;
transform


:rotate(0)


;
opacity


:


1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@
-webkit-keyframes rotateOut { 0%{
	-webkit-transform-origin: center center;
	-webkit-transform: rotate(0);
	opacity: 1
}

100%{
-webkit-transform-origin


:center



center


;
-webkit-transform


:rotate(200deg)


;
opacity


:


0
}
}
@
-moz-keyframes rotateOut { 0%{
	-moz-transform-origin: center center;
	-moz-transform: rotate(0);
	opacity: 1
}

100%{
-moz-transform-origin


:center



center


;
-moz-transform


:rotate(200deg)


;
opacity


:


0
}
}
@
-o-keyframes rotateOut { 0%{
	-o-transform-origin: center center;
	-o-transform: rotate(0);
	opacity: 1
}

100%{
-o-transform-origin


:center



center


;
-o-transform


:rotate(200deg)


;
opacity


:


0
}
}
@
keyframes rotateOut { 0%{
	transform-origin: center center;
	transform: rotate(0);
	opacity: 1
}

100%{
transform-origin


:center



center


;
transform


:rotate(200deg)


;
opacity


:


0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut
}

@
-webkit-keyframes rotateOutUpLeft { 0%{
	-webkit-transform-origin: left bottom;
	-webkit-transform: rotate(0);
	opacity: 1
}

100%{
-webkit-transform-origin


:left



bottom


;
-webkit-transform


:rotate(-90deg)


;
opacity


:


0
}
}
@
-moz-keyframes rotateOutUpLeft { 0%{
	-moz-transform-origin: left bottom;
	-moz-transform: rotate(0);
	opacity: 1
}

100%{
-moz-transform-origin


:left



bottom


;
-moz-transform


:rotate(-90deg)


;
opacity


:


0
}
}
@
-o-keyframes rotateOutUpLeft { 0%{
	-o-transform-origin: left bottom;
	-o-transform: rotate(0);
	opacity: 1
}

100%{
-o-transform-origin


:left



bottom


;
-o-transform


:rotate(-90deg)


;
opacity


:


0
}
}
@
keyframes rotateOutUpLeft { 0%{
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1
}

100%{
transform-origin


:left



bottom


;
transform


:rotate(-90deg)


;
opacity


:


0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@
-webkit-keyframes rotateOutDownLeft { 0%{
	-webkit-transform-origin: left bottom;
	-webkit-transform: rotate(0);
	opacity: 1
}

100%{
-webkit-transform-origin


:left



bottom


;
-webkit-transform


:rotate(90deg)


;
opacity


:


0
}
}
@
-moz-keyframes rotateOutDownLeft { 0%{
	-moz-transform-origin: left bottom;
	-moz-transform: rotate(0);
	opacity: 1
}

100%{
-moz-transform-origin


:left



bottom


;
-moz-transform


:rotate(90deg)


;
opacity


:


0
}
}
@
-o-keyframes rotateOutDownLeft { 0%{
	-o-transform-origin: left bottom;
	-o-transform: rotate(0);
	opacity: 1
}

100%{
-o-transform-origin


:left



bottom


;
-o-transform


:rotate(90deg)


;
opacity


:


0
}
}
@
keyframes rotateOutDownLeft { 0%{
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1
}

100%{
transform-origin


:left



bottom


;
transform


:rotate(90deg)


;
opacity


:


0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@
-webkit-keyframes rotateOutUpRight { 0%{
	-webkit-transform-origin: right bottom;
	-webkit-transform: rotate(0);
	opacity: 1
}

100%{
-webkit-transform-origin


:right



bottom


;
-webkit-transform


:rotate(90deg)


;
opacity


:


0
}
}
@
-moz-keyframes rotateOutUpRight { 0%{
	-moz-transform-origin: right bottom;
	-moz-transform: rotate(0);
	opacity: 1
}

100%{
-moz-transform-origin


:right



bottom


;
-moz-transform


:rotate(90deg)


;
opacity


:


0
}
}
@
-o-keyframes rotateOutUpRight { 0%{
	-o-transform-origin: right bottom;
	-o-transform: rotate(0);
	opacity: 1
}

100%{
-o-transform-origin


:right



bottom


;
-o-transform


:rotate(90deg)


;
opacity


:


0
}
}
@
keyframes rotateOutUpRight { 0%{
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1
}

100%{
transform-origin


:right



bottom


;
transform


:rotate(90deg)


;
opacity


:


0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@
-webkit-keyframes rotateOutDownRight { 0%{
	-webkit-transform-origin: right bottom;
	-webkit-transform: rotate(0);
	opacity: 1
}

100%{
-webkit-transform-origin


:right



bottom


;
-webkit-transform


:rotate(-90deg)


;
opacity


:


0
}
}
@
-moz-keyframes rotateOutDownRight { 0%{
	-moz-transform-origin: right bottom;
	-moz-transform: rotate(0);
	opacity: 1
}

100%{
-moz-transform-origin


:right



bottom


;
-moz-transform


:rotate(-90deg)


;
opacity


:


0
}
}
@
-o-keyframes rotateOutDownRight { 0%{
	-o-transform-origin: right bottom;
	-o-transform: rotate(0);
	opacity: 1
}

100%{
-o-transform-origin


:right



bottom


;
-o-transform


:rotate(-90deg)


;
opacity


:


0
}
}
@
keyframes rotateOutDownRight { 0%{
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1
}

100%{
transform-origin


:right



bottom


;
transform


:rotate(-90deg)


;
opacity


:


0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@
-webkit-keyframes hinge { 0%{
	-webkit-transform: rotate(0);
	-webkit-transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out
}

20%,60%{
-webkit-transform


:rotate(80deg)


;
-webkit-transform-origin


:top



left


;
-webkit-animation-timing-function


:ease-in-out


}
40%{
-webkit-transform


:rotate(60deg)


;
-webkit-transform-origin


:top



left


;
-webkit-animation-timing-function


:ease-in-out


}
80%{
-webkit-transform


:rotate(60deg)



translateY


(0);
opacity


:


1;
-webkit-transform-origin


:top



left


;
-webkit-animation-timing-function


:ease-in-out


}
100%{
-webkit-transform


:translateY(700px)


;
opacity


:


0
}
}
@
-moz-keyframes hinge { 0%{
	-moz-transform: rotate(0);
	-moz-transform-origin: top left;
	-moz-animation-timing-function: ease-in-out
}

20%,60%{
-moz-transform


:rotate(80deg)


;
-moz-transform-origin


:top



left


;
-moz-animation-timing-function


:ease-in-out


}
40%{
-moz-transform


:rotate(60deg)


;
-moz-transform-origin


:top



left


;
-moz-animation-timing-function


:ease-in-out


}
80%{
-moz-transform


:rotate(60deg)



translateY


(0);
opacity


:


1;
-moz-transform-origin


:top



left


;
-moz-animation-timing-function


:ease-in-out


}
100%{
-moz-transform


:translateY(700px)


;
opacity


:


0
}
}
@
-o-keyframes hinge { 0%{
	-o-transform: rotate(0);
	-o-transform-origin: top left;
	-o-animation-timing-function: ease-in-out
}

20%,60%{
-o-transform


:rotate(80deg)


;
-o-transform-origin


:top



left


;
-o-animation-timing-function


:ease-in-out


}
40%{
-o-transform


:rotate(60deg)


;
-o-transform-origin


:top



left


;
-o-animation-timing-function


:ease-in-out


}
80%{
-o-transform


:rotate(60deg)



translateY


(0);
opacity


:


1;
-o-transform-origin


:top



left


;
-o-animation-timing-function


:ease-in-out


}
100%{
-o-transform


:translateY(700px)


;
opacity


:


0
}
}
@
keyframes hinge { 0%{
	transform: rotate(0);
	transform-origin: top left;
	animation-timing-function: ease-in-out
}

20%,60%{
transform


:rotate(80deg)


;
transform-origin


:top



left


;
animation-timing-function


:ease-in-out


}
40%{
transform


:rotate(60deg)


;
transform-origin


:top



left


;
animation-timing-function


:ease-in-out


}
80%{
transform


:rotate(60deg)



translateY


(0);
opacity


:


1;
transform-origin


:top



left


;
animation-timing-function


:ease-in-out


}
100%{
transform


:translateY(700px)


;
opacity


:


0
}
}
.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge
}

@
-webkit-keyframes rollIn { 0%{
	opacity: 0;
	-webkit-transform: translateX(-100%) rotate(-120deg)
}

100%{
opacity


:


1;
-webkit-transform


:translateX(0px)



rotate


(0
deg
)


}
}
@
-moz-keyframes rollIn { 0%{
	opacity: 0;
	-moz-transform: translateX(-100%) rotate(-120deg)
}

100%{
opacity


:


1;
-moz-transform


:translateX(0px)



rotate


(0
deg
)


}
}
@
-o-keyframes rollIn { 0%{
	opacity: 0;
	-o-transform: translateX(-100%) rotate(-120deg)
}

100%{
opacity


:


1;
-o-transform


:translateX(0px)



rotate


(0
deg
)


}
}
@
keyframes rollIn { 0%{
	opacity: 0;
	transform: translateX(-100%) rotate(-120deg)
}

100%{
opacity


:


1;
transform


:translateX(0px)



rotate


(0
deg
)


}
}
.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn
}

@
-webkit-keyframes rollOut { 0%{
	opacity: 1;
	-webkit-transform: translateX(0px) rotate(0deg)
}

100%{
opacity


:


0;
-webkit-transform


:translateX


(100%)
rotate


(120
deg
)


}
}
@
-moz-keyframes rollOut { 0%{
	opacity: 1;
	-moz-transform: translateX(0px) rotate(0deg)
}

100%{
opacity


:


0;
-moz-transform


:translateX


(100%)
rotate


(120
deg
)


}
}
@
-o-keyframes rollOut { 0%{
	opacity: 1;
	-o-transform: translateX(0px) rotate(0deg)
}

100%{
opacity


:


0;
-o-transform


:translateX


(100%)
rotate


(120
deg
)


}
}
@
keyframes rollOut { 0%{
	opacity: 1;
	transform: translateX(0px) rotate(0deg)
}

100%{
opacity


:


0;
transform


:translateX


(100%)
rotate


(120
deg
)


}
}
.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut
}

@
-webkit-keyframes lightSpeedIn { 0%{
	-webkit-transform: translateX(100%) skewX(-30deg);
	opacity: 0
}

60%{
-webkit-transform


:translateX


(-20%)
skewX


(30
deg
);opacity


:


1
}
80%{
-webkit-transform


:translateX


(0%)
skewX


(-15
deg
);opacity


:


1
}
100%{
-webkit-transform


:translateX


(0%)
skewX


(0
deg
);opacity


:


1
}
}
@
-moz-keyframes lightSpeedIn { 0%{
	-moz-transform: translateX(100%) skewX(-30deg);
	opacity: 0
}

60%{
-moz-transform


:translateX


(-20%)
skewX


(30
deg
);opacity


:


1
}
80%{
-moz-transform


:translateX


(0%)
skewX


(-15
deg
);opacity


:


1
}
100%{
-moz-transform


:translateX


(0%)
skewX


(0
deg
);opacity


:


1
}
}
@
-o-keyframes lightSpeedIn { 0%{
	-o-transform: translateX(100%) skewX(-30deg);
	opacity: 0
}

60%{
-o-transform


:translateX


(-20%)
skewX


(30
deg
);opacity


:


1
}
80%{
-o-transform


:translateX


(0%)
skewX


(-15
deg
);opacity


:


1
}
100%{
-o-transform


:translateX


(0%)
skewX


(0
deg
);opacity


:


1
}
}
@
keyframes lightSpeedIn { 0%{
	transform: translateX(100%) skewX(-30deg);
	opacity: 0
}

60%{
transform


:translateX


(-20%)
skewX


(30
deg
);opacity


:


1
}
80%{
transform


:translateX


(0%)
skewX


(-15
deg
);opacity


:


1
}
100%{
transform


:translateX


(0%)
skewX


(0
deg
);opacity


:


1
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-moz-animation-name: lightSpeedIn;
	-o-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

.animated.lightSpeedIn {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s
}

@
-webkit-keyframes lightSpeedOut { 0%{
	-webkit-transform: translateX(0%) skewX(0deg);
	opacity: 1
}

100%{
-webkit-transform


:translateX


(100%)
skewX


(-30
deg
);opacity


:


0
}
}
@
-moz-keyframes lightSpeedOut { 0%{
	-moz-transform: translateX(0%) skewX(0deg);
	opacity: 1
}

100%{
-moz-transform


:translateX


(100%)
skewX


(-30
deg
);opacity


:


0
}
}
@
-o-keyframes lightSpeedOut { 0%{
	-o-transform: translateX(0%) skewX(0deg);
	opacity: 1
}

100%{
-o-transform


:translateX


(100%)
skewX


(-30
deg
);opacity


:


0
}
}
@
keyframes lightSpeedOut { 0%{
	transform: translateX(0%) skewX(0deg);
	opacity: 1
}

100%{
transform


:translateX


(100%)
skewX


(-30
deg
);opacity


:


0
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-moz-animation-name: lightSpeedOut;
	-o-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

.animated.lightSpeedOut {
	-webkit-animation-duration: .25s;
	-moz-animation-duration: .25s;
	-o-animation-duration: .25s;
	animation-duration: .25s
}

@
-webkit-keyframes wiggle { 0%{
	-webkit-transform: skewX(9deg)
}

10%{
-webkit-transform


:skewX(-8deg)


}
20%{
-webkit-transform


:skewX(7deg)


}
30%{
-webkit-transform


:skewX(-6deg)


}
40%{
-webkit-transform


:skewX(5deg)


}
50%{
-webkit-transform


:skewX(-4deg)


}
60%{
-webkit-transform


:skewX(3deg)


}
70%{
-webkit-transform


:skewX(-2deg)


}
80%{
-webkit-transform


:skewX(1deg)


}
90%{
-webkit-transform


:skewX(0deg)


}
100%{
-webkit-transform


:skewX(0deg)


}
}
@
-moz-keyframes wiggle { 0%{
	-moz-transform: skewX(9deg)
}

10%{
-moz-transform


:skewX(-8deg)


}
20%{
-moz-transform


:skewX(7deg)


}
30%{
-moz-transform


:skewX(-6deg)


}
40%{
-moz-transform


:skewX(5deg)


}
50%{
-moz-transform


:skewX(-4deg)


}
60%{
-moz-transform


:skewX(3deg)


}
70%{
-moz-transform


:skewX(-2deg)


}
80%{
-moz-transform


:skewX(1deg)


}
90%{
-moz-transform


:skewX(0deg)


}
100%{
-moz-transform


:skewX(0deg)


}
}
@
-o-keyframes wiggle { 0%{
	-o-transform: skewX(9deg)
}

10%{
-o-transform


:skewX(-8deg)


}
20%{
-o-transform


:skewX(7deg)


}
30%{
-o-transform


:skewX(-6deg)


}
40%{
-o-transform


:skewX(5deg)


}
50%{
-o-transform


:skewX(-4deg)


}
60%{
-o-transform


:skewX(3deg)


}
70%{
-o-transform


:skewX(-2deg)


}
80%{
-o-transform


:skewX(1deg)


}
90%{
-o-transform


:skewX(0deg)


}
100%{
-o-transform


:skewX(0deg)


}
}
@
keyframes wiggle { 0%{
	transform: skewX(9deg)
}

10%{
transform


:skewX(-8deg)


}
20%{
transform


:skewX(7deg)


}
30%{
transform


:skewX(-6deg)


}
40%{
transform


:skewX(5deg)


}
50%{
transform


:skewX(-4deg)


}
60%{
transform


:skewX(3deg)


}
70%{
transform


:skewX(-2deg)


}
80%{
transform


:skewX(1deg)


}
90%{
transform


:skewX(0deg)


}
100%{
transform


:skewX(0deg)


}
}
.wiggle {
	-webkit-animation-name: wiggle;
	-moz-animation-name: wiggle;
	-o-animation-name: wiggle;
	animation-name: wiggle;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

.animated.wiggle {
	-webkit-animation-duration: .75s;
	-moz-animation-duration: .75s;
	-o-animation-duration: .75s;
	animation-duration: .75s
}
/*oneapp.css*/
html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #333
}

a {
	color: #03c;
	text-decoration: underline;
	cursor: pointer
}

img,a {
	border: 0;
	outline: 0;
	vertical-align: baseline
}

img {
	transform: translateZ(0);
}

a:hover {
	text-decoration: none
}

button:focus,button::-moz-focus-inner {
	outline: 1px dotted white;
	outline-offset: -2px;
	border: none;
}

.clear {
	clear: both
}

table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%
}

table,tr {
	text-align: left;
}
/*logins*/
.agent_login {
	width: 268px;
	height: 264px;
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	float: right;
	margin-top: 10px
}

.agent_login .signin_button {
	width: 266px;
	height: 40px;
	background: #1d9aea;
	border: 0;
	margin-top: 20px;
	border-radius: 3px;
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer
}

.agent_login .signin_button:hover {
	width: 266px;
	height: 40px;
	background: #158edb;
	color: #fff
}

.agent_login .login_titles {
	font-weight: bold;
}

.agent_login .login_field {
	width: 248px;
	height: 18px;
	background: #ededed;
	border: 1px solid #ededed;
	outline: 0;
	padding: 10px;
	margin-top: 5px;
	border-radius: 3px;
}

.agent_login .login_field:focus {
	border: 1px solid #3f9dd9
}

.agent_login .forgot_password {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 10px
}

.agent_login .forgot_password a {
	color: #333;
	text-decoration: none
}

.agent_login .forgot_password a:hover {
	color: #666;
	text-decoration: none
}

.bogds_login {
	width: 272px;
	height: 270px;
	font: normal 15px "Myriad Pro", "Myriad Pro Semibold", "Myriad Pro Bold",
		Arial;
	color: #fff;
	padding: 10px;
	background: #3f67c0;
	float: right
}

.bogds_login .signin_button {
	width: 124px;
	float: left;
	background: #35b5eb;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	cursor: pointer;
	height: 40px
}

.bogds_login .login_field {
	width: 250px;
	height: 15px;
	margin-top: 5px;
	padding: 10px;
	background: #fff;
	border: 0
}

.bogds_login .signin_button:hover {
	width: 124px;
	background: #1a96ca;
	color: #fff
}

.bogds_login .forgot_password {
	font-size: 14px;
	float: left;
	margin: 14px 0 0 10px;
	text-transform: uppercase
}

.bogds_login .forgot_password a {
	color: #fff;
	text-decoration: none
}

.bogds_login .forgot_password a:hover {
	color: #fff;
	text-decoration: underline
}

.external_login {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	height: 270px;
	left: 50%;
	top: 50%;
	margin: 20px auto 0 auto;
	width: 340px
}

.external_login .login_field {
	border: 1px solid #c7d0d2;
	box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 5px
		#f5f7f8;
	color: #777;
	height: 35px;
	margin: 12px 10px 10px 18px;
	padding-left: 10px;
	transition: all .4s ease 0;
	width: 290px
}

.external_login .login_field:focus {
	border: 1px solid #a8c9e4;
	box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 5px
		#e6f2f9
}

.external_login .signin_button {
	background: #48afde;
	border: 1px solid #66add6;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	margin-right: 20px;
	width: 302px
}

.external_login .signin_button:hover {
	background: #228cbb
}

.external_login .login_titles {
	color: #555;
	display: inline-block;
	font-size: 14px;
	margin-left: 18px;
	padding-top: 10px
}

.external_login .forgot_password a {
	color: #aaa;
	font-size: 11px;
	margin-right: 20px;
	margin-top: -137px;
	float: right;
}

.external_login .forgot_password a:hover {
	color: #555
}

.external_login .login_error {
	margin: 0 0 0 20px;
	color: red;
	font-size: 12px;
}

.external_new {
	margin: 20px 0 0 20px;
}

.external_new .login_field {
	border: 1px solid #C7D0D2;
	color: #777777;
	height: 35px;
	border-radius: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	transition: all 0.4s ease 0s;
	width: 347px;
	-moz-box-shadow: inset 0 0 4px #eee;
	-webkit-box-shadow: inset 0 0 4px #eee;
	box-shadow: inset 0 0 4px #eee;
}

.external_new .signin_button {
	border: 0px;
	border-radius: 5px;
	margin-top: 10px;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	margin-right: 20px;
	width: 100px;
	background: #f37b07;
}

.external_new .signin_button:hover {
	background: #f37b07
}

.external_new .login_titles {
	width: 80px;
	color: #555;
	display: inline-block;
	font-size: 12px;
	padding: 10px 0 10px 10px;
}

.external_new .forgot_password {
	padding-top: 20px;
	float: right;
}

.external_new .forgot_password a {
	color: #333;
	font-size: 11px;
}

.external_new .forgot_password a:hover {
	color: #555
}

.external_new .login_error {
	margin: 0 0 0 20px;
	color: red;
	font-size: 12px;
}

.external_new .lower {
	height: 66px;
	padding-left: 113px;
	padding-right: 40px;
	margin-top: 20px;
}

.external_new #login_form {
	padding-top: 25px;
}
/**/
/*ACL start*/
.acl_left_nav {
	 background: #e8e8e8;
}

.acl_header {
	background: #333c4d;
}

.acl_bogds_left_nav,.acl_bogds_header {
	background: #F8F8F8;
}

.acl_platform_header {
	background: #333c4d;
	padding: 1em 0;
}

.acl_bogds_content {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.bogds_navigation {
	overflow: hidden;
	max-height: 80%;
	height: 100%;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0
}

.bogds_navigation:hover {
	overflow: auto
}

.bogds_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.bogds_navigation li {
	margin: 0;
	padding: 0;
	height: 35px;
	border-bottom: 1px solid #e5e5e5
}

.bogds_navigation li a {
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 38px;
	height: 35px;
	padding-left: 10px;
	text-decoration: none
}

.bogds_navigation li.last_child {
	border-bottom: 1px solid #d1dcee
}

.bogds_navigation .active,.bogds_navigation li a:hover {
	color: #fff;
	background: #3f67c0;
	height: 35px;
	text-decoration: none
}

.left_navigation {


    top: 0;
    bottom: 0;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 23px;
    width: 130px;
}

.left_navigation:hover {

	overflow: auto
}

.left_navigation ul {
    padding-top: 20px;
	margin: 0;
	padding: 0;
	list-style: none
}

.left_navigation div {
    margin-bottom: 20px;
}

.left_navigation a {

    font-size: 13px;
    text-decoration: none;
    color: #666;
}

.left_navigation .child_a {
	color: #666; !important;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding-left: 15px;
	font-size:12px;
}

.left_navigation .active_child .child_a,.left_navigation .active_child .child_a
	{
	color: #666; !important;
}

.left_navigation li.last_child {

}

.left_navigation li.last_child_in_groupstyle {
	color: #3366cc !important;
}

.left_navigation .root_bus {
	font-weight: bold;
	background: url(/images/bus.png) no-repeat 20px center;
	width: 115px;
	text-align: left;
	padding-left: 50px;
}

.left_navigation .root_bus:hover {
	color: #fff !important;
	background: url(/images/bus_white.png) no-repeat 20px center #8a8b8f;
}

.left_navigation .active .root_bus,.left_navigation .active .root_bus {
	color: #fff !important;
	background: url(/images/bus_white.png) no-repeat 20px center #4589e6;
}

.left_navigation .root_hotel {
	font-weight: bold;
	background: url(/images/hotel_black.png) no-repeat 20px center;
	width: 115px;
	text-align: left;
	padding-left: 50px;
}

.left_navigation .root_hotel:hover {
	color: #fff !important;
	background: url(/images/hotel.png) no-repeat 20px center #8a8b8f;
}

.left_navigation .active .root_hotel,.left_navigation .active .root_hotel
	{
	color: #fff !important;
	background: url(/images/hotel.png) no-repeat 20px center #4589e6;
}

.left_navigation .root_others {
    font-weight: bold;
	width: 115px;
	text-align: left;
	width: auto;
}

.left_navigation .root_others:hover {
	color: #e04657 !important;
    font-weight: bold;
}

.left_navigation .active .root_others,.left_navigation .active .root_others {
	color: #e04657 !important;
	font-weight: bold;
}

.left_navigation .root_more {
	text-align: left;
	color: rgb(51, 102, 204) !important;
	background: url("/images/down.png") no-repeat scroll 120px center
		transparent;
	font-weight: normal;
}

.left_navigation .root_more:hover {
	text-align: left;
	color: rgb(51, 102, 204) !important;
	background: url("/images/down_arrow.png") no-repeat scroll 120px center
		transparent;
	font-weight: normal;
}

.left_navigation .root_heading {
    font-weight: bold;
	text-align: left;
	 background: url("/images/down_arrow.png") no-repeat 108px 6px;
	 width: 100%;
     display: inline-block;
}

.left_navigation .root_heading:hover {
    font-weight: bold;
	text-align: left;
    background: url("/images/active_arrow.png") no-repeat 108px 6px;
    width: 100%;
    display: inline-block;
;
}

.left_navigation .active .root_heading,.left_navigation .active .root_heading {
    font-weight: bold;
	text-align: left;
    background: url("/images/up_arrow.png") no-repeat 108px 6px;
    width: 100%;
    display: inline-block;

}

.left_navigation .root_less {
	text-align: left;
	color: rgb(51, 102, 204) !important;
	background: url("/images/up.png") no-repeat scroll 55px center
		transparent;
	font-weight: normal;
}

.left_navigation .root_less:hover {
	text-align: left;
	color: rgb(51, 102, 204) !important;
	background: url("/images/up.png") no-repeat scroll 55px center
		transparent;
	font-weight: normal;
}

.left_navigation a:hover {
	color: #e04657 !important;
}

.left_navigation .active {
	color: #e04657 !important;
}

.bogds_navigation .active a,.left_navigation .active a {
	color: #e04657 !important;
	cursor: default !important
}

.left_navigation .logo_bg {
	background: #F2F5FC;
}
/*ACL End*/
.seatsOccupancy {
	font-size: 1em;
	font-weight: bold;
	color: #777;
	margin: 0 2px 0 2px;
	text-align: left
}

.FlexTable {
	background: none repeat scroll 0 0 #e6e6e6;
	font-weight: bold;
	height: 30px
}

.FlexTable td {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px
}

.CampaignCreator td {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	cursor: pointer;
}

.offer_price_header {
	background: none repeat scroll 0 0 #e6e6e6;
	font-weight: bold;
	height: 30px
}

.offer_price_header td {
	padding: 0px
}

.offer_price td {
	padding: 5px;
}

.anchor_para {
	color: #03c
}

.primary {
	margin-left: 50px;
	border: 20px;
	border-color: #000
}

.agents {
	margin-left: 260px
}

.settings_tool_tip {
	padding: 10px 15px;
	width: 210px;
	box-shadow: 0 0 4px #555;
	border: 1px solid #abacae;
	background: #fff;
	right: 0px;
	top: 0px;
	width: 210px;
	position: relative
}

.settings_tool_tip ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.settings_tool_tip ul li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px
}

.settings_tool_tip ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.settings_tool_tip ul li a {
	color: #333 !important;
	text-decoration: none
}

.settings_tool_tip ul li a:hover {
	text-decoration: underline
}

.book_button {
	background: #09f;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	cursor: pointer;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 29px;
	border: 0;
	width: 73px;
	cursor: pointer
}

.travel_name {
	padding-right: 5px;
	font-weight: bold
}

.bus_type {
	text-align: left !important;
	padding: 0
}

.hide_show_commision {
	float: right;
	margin-top: -20px
}

.transaction_fee {
	color: #848484;
	font-size: 13px;
	font-weight: normal
}

.commission_blue {
	color: #12c;
	font: bold 17px Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: none
}

.sold_out {
	font-size: 13px;
	font-weight: bold, italic;
	color: #8c8c8c;
	font-style: italic
}

.form_row {
	clear: left
}

.nights {
	width: 38px;
	font-size: 14px;
	padding-top: 5px;
	height: 30px;
	float: right;
	color: #fff;
	text-align: center;
	background: url(/images/night.jpg) no-repeat left top;
}

#explore {
	color: #226ed5;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}

.hotel_slider {
	float: left;
	margin-left: 20px;
	width: 548px;
}

.hotel_search_box {
	width: 490px;
	box-shadow: 0px 0px 3px #ccc;
	float: left;
	padding: 0 20px;
}

.hotel_search_box p {
	margin-top: 0px;
	padding: 0px;
}

.hotel_search_box table {
	margin: 0px;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	border-spacing: 0px;
	table-layout: fixed;
}

.hotel_search_box table td {
	padding-right: 20px;
	padding-top: 0px;
	vertical-align: top;
	line-height: 24px;
}

.hotel_search_box table tr td:last-child {
	padding-right: 0px;
	text-align: right;
}

.hotel_room_select_popup {
	border-top: none;
	border-right: 1px solid rgb(204, 204, 204);
	display: inline-block;
	font-size: 12px;
	font-family: arial;
	position: relative;
	text-align: center;
	background: none repeat scroll 0% 0% rgb(237, 243, 247);
	box-shadow: 0px 3px 2px -2px rgb(204, 204, 204);
	padding: 0.5em 1em;
}

.hotel_blue_search_button {
	height: 40px;
	border-radius: 2px;
	border: medium none;
	color: rgb(255, 255, 255);
	cursor: pointer;
	background: none repeat scroll 0% 0% rgb(71, 135, 237);
	text-align: center;
	width: 215px;
	font-weight: bold;
	font-size: 14px;
}

#explore {
	color: #226ed5;
	font-weight: bold;
	font-size: 16px;
}

.nights {
	width: 38px;
	font-size: 14px;
	padding-top: 5px;
	height: 30px;
	float: right;
	color: #fff;
	text-align: center;
	background: url(../images/night.jpg) no-repeat left top;
}

.hotel_date_select {
	width: 100%;
	height: 30px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff url(../images/calendar.png) no-repeat 95% center;
}

.destinations {
	float: left;
	width: 970px;
	margin-top: 20px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

ul.destinations li {
	width: 227px;
	height: 200px;
	margin-right: 20px;
	float: left;
}

ul.destinations li table {
	font-size: 12px;
	line-height: 25px;
	color: #226ed5;
	font-weight: bold;
}

ul.destinations li:last-child {
	float: left;
	margin-right: 0px;
}

.popular {
	clear: both;
	padding-top: 70px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.swap_icon{
	margin-left: 14px;
	cursor: pointer;
}
.footer {
	clear: both;
	background: none repeat scroll 0% 0% rgb(242, 242, 242);
	display: block;
	border-top: 1px solid rgb(204, 204, 204);
	margin-top: 150px;
	padding-bottom: 0px;
	width: 100%;
	border-bottom: 1px solid rgb(204, 204, 204);
}

.footer ul {
	display: inline;
	float: left;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 103px;
	margin-right: 30px;
	list-style: none;
}

.footer ul li {
	float: left;
	width: 162px;
	font-size: 13px;
	font-weight: bold;
}

ul.places {
	padding: 0px;
	list-style-type: none;
}

ul.places li {
	padding: 0px;
	font-weight: normal;
	padding-top: 10px;
}

table.fields {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	width: 85%;
}

table.fields tr td {
	padding-top: 1px;
	text-align: center;
}

table.fields tr td:first-child {
	padding-left: 20px;
}

table.fields a {
	text-decoration: none;
	font-size: 13px;
}

.hotel_list {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-left: 10px;
	margin-top: 20px;
}

.hotel_list li {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.hotel_last-child {
	hfont-weight: bold;
	border-bottom: none !important;
}

.room_details {
	clear: both;
}

.room_details .display {
	height: 160px;
	float: left;
	margin-top: 10px;
}

#hotel_details {
	width: 362px;
	margin-left: 20px;
	float: left;
	border: 0px solid #000;
	margin-top: 20px;
}

#hotel_details p {
	font-size: 16px;
	color: #3366cc;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 0px;
}

.select_room {
	clear: right;
	float: right;
}

.save {
	width: 130px;
	border: 0px solid #000;
}

.plus {
	background: url(../images/star.png) no-repeat center center;
	width: 13px;
	height: 12px;
	padding-right: 3px;
	padding-top: 2px;
	float: left;
}

.minus {
	background: url(../images/unsstar.png) no-repeat center center;
	width: 13px;
	height: 12px;
	padding-right: 3px;
	padding-top: 2px;
	float: left;
}

.small {
	width: 140px;
	float: left;
	margin-top: 10px;
}

.display img {
	width: 210px;
	height: 143px;
	border: 1px solid #ccc;
}

.room_details p {
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	font-size: 16px;
	margin-left: 10px;
	float: left;
	margin: 0px;
}

.room_details p small {
	color: #999;
}

.roomLabel {
	font-size: 13px;
	vertical-align: bottom;
}

.traveller_details {
	clear: both;
	margin-top: 30px;
	float: left;
	margin-bottom: 20px;
}

table.details {
	font-size: 13px;
	width: auto;
}

table.details td {
	text-align: left;
	padding-top: 20px;
	border: 0px;
}

.booking_box {
	padding-left: 20px;
	padding-right: 20px;
	width: 268px;
	line-height: 20px;
	background: none repeat scroll 0% 0% rgb(238, 243, 247);
	border: 1px solid rgb(175, 184, 191);
	padding-bottom: 10px;
	float: left;
	margin-right: 0px;
	margin-top: 30px;
	overflow: hidden;
}

.booking_box p {
	margin-top: 10px;
	clear: both;
}

.booking_box table {
	font-size: 13px;
	width: 80%;
	font-weight: bold;
}

.booking_box table tr td {
	line-height: 20px;
}

.facilities {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

.facilities li {
	float: left;
	padding-right: 18px;
}

.range .ui-widget-header {
	background: rgb(69, 137, 230);
}

.range {
	height: 4px !important;
	z-index: 0 !important;
}

.range .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default
	{
	border: 0px solid !important;
	background: url("../images/slider_control.png") repeat-x scroll 50% 50%
		!important;
}

.range .ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	border: 0px solid !important;
	background: url("../images/slider_control.png") repeat-x scroll 50% 50%
		!important;
}

.range .ui-slider,.ui-slider-handle {
	position: absolute;
	height: 1.4em !important;
	cursor: default;
	z-index: 2;
	width: 0.8em !important;
}

.range ui-slider-horizontal,.ui-slider-handle {
	margin-left: -0.6em !important;
	top: -0.5em !important;
}

.slider-values {
	display: block;
	font-size: 13px;
	white-space: nowrap;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}

.hotel-has-tooltip {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: relative;
	text-align: center;
	width: 240px;
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.hotel-has-tooltip .tooltip {
	border-radius: 4px;
	background: #333;
	bottom: 100%;
	color: #fff;
	display: block;
	font-size: 13px;
	left: -25px;
	margin-bottom: -10px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	text-align: left !important;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.hotel-has-tooltip .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* CSS Triangles - see Trevor's post */
.hotel-has-tooltip .tooltip:after {
	border-top: solid #333 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.hotel-has-tooltip:hover .tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.hotel-has-tooltip .tooltip:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	bottom: 100%;
	content: " ";
	height: 0;
	left: 90%;
	margin-left: -13px;
	position: absolute;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 0;
}

.hotel-has-credit-tooltip {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: relative;
	text-align: center;
	width: 240px;
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.hotel-has-credit-tooltip .tooltip {
	border-radius: 4px;
	background: #333;
	bottom: 100%;
	color: #fff;
	display: block;
	font-size: 13px;
	left: -25px;
	margin-bottom: -78px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	text-align: left !important;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.hotel-has-credit-tooltip .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* CSS Triangles - see Trevor's post */
.hotel-has-credit-tooltip .tooltip:after {
	border-top: solid #333 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.hotel-has-credit-tooltip:hover .tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.hotel-has-credit-tooltip .tooltip:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	bottom: 100%;
	content: " ";
	height: 0;
	left: 90%;
	margin-left: -13px;
	position: absolute;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 0;
}

.hotel-has-credit-tooltip1 {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: relative;
	text-align: center;
	width: 240px;
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.hotel-has-credit-tooltip1 .tooltip {
	border-radius: 4px;
	background: #333;
	bottom: 100%;
	color: #fff;
	display: block;
	font-size: 13px;
	left: -25px;
	margin-bottom: -106px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	text-align: left !important;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.hotel-has-credit-tooltip1 .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* CSS Triangles - see Trevor's post */
.hotel-has-credit-tooltip1 .tooltip:after {
	border-top: solid #333 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.hotel-has-credit-tooltip1:hover .tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.hotel-has-credit-tooltip1 .tooltip:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	bottom: 100%;
	content: " ";
	height: 0;
	left: 90%;
	margin-left: -13px;
	position: absolute;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 0;
}

.hotel-has-tooltip1 {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: relative;
	text-align: center;
	width: 240px;
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.hotel-has-tooltip1 .tooltip {
	border-radius: 4px;
	background: #333;
	bottom: 100%;
	color: #fff;
	display: block;
	font-size: 13px;
	left: -25px;
	margin-bottom: -90px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	text-align: left !important;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.hotel-has-tooltip1 .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* CSS Triangles - see Trevor's post */
.hotel-has-tooltip1 .tooltip:after {
	border-top: solid #333 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.hotel-has-tooltip1:hover .tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.hotel-has-tooltip1 .tooltip:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	bottom: 100%;
	content: " ";
	height: 0;
	left: 90%;
	margin-left: -13px;
	position: absolute;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 0;
}

.cancel_policy {
	width: 90%;
	margin: 15px;
}

.cancel_policy_popup {
	width: 50%;
	margin: auto;
	z-index:5;
}

.wrapper {
	z-index: 0;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	width: 970px;
}

.label_150 {
	width: 150px;
	height: 25px;
	float: left;
	font-size: 12px;
	color: #444;
	margin-bottom: 10px
}

.label_130 {
	width: 130px;
	height: 20px;
	float: left;
	font-size: 12px;
	color: #666;
	margin-bottom: 0
}

.label_50 {
	width: 50px;
	height: 25px;
	float: left;
	font-size: 12px;
	color: #444;
	margin-bottom: 10px
}

.value_70 {
	color: #444;
	float: left;
	font-size: 12px;
	height: 25px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: right;
	width: auto
}

.value_100 {
	width: 120px;
	height: 25px;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #444;
	margin-bottom: 3px
}

.value_150 {
	width: 150px;
	height: 25px;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #444;
	margin-bottom: 0
}

.value_190 {
	width: 200px;
	height: 20px;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #444;
	margin-bottom: 0
}

.value_200 {
	width: 200px;
	height: 25px;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #444;
	margin-bottom: 10px
}

.green_medium {
	font-size: 12px;
	color: #2a800c
}

.green_large {
	font-size: 14px;
	color: #2a800c;
	font-weight: bold
}

.black_large {
	font-size: 18px;
	color: #000;
	font-weight: bold
}

.hr {
	border-bottom: 2px solid #ccc
}

.booking_s2 {
	margin-bottom: 7px
}

.text_right_align {
	text-align: right
}

.input_normal {
	border: 1px solid #ccc;
	padding: 0 0 0 2px;
	height: 24px;
	line-height: 24px
}

.input_autosuggest {
	border: 1px solid #ccc;
	padding: 0 30px 0 2px;
	height: 24px;
	line-height: 24px
}

.input_datepicker {
	border: 1px solid #ccc;
	padding: 0 30px 0 2px;
	height: 24px;
	line-height: 24px
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

.select_dropdown {
	border: 1px solid #ccc;
	padding: 0 0 0 2px;
	height: 26px;
	line-height: 20px;
	background: #fff
}

h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	margin: 5px 20px 0 0;
	padding: 0
}

.title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc
}
.luggage_cellTabel{
    border-bottom: 1px solid #ccc;
    text-align: left;
    margin-bottom: 4px;
}
/*table*/
.celltable tr:first-child {
	background-color: #F0F0F0;
	font-weight: bold;
	height: 35px;
	text-align: center;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333;
}

.celltable

tr
:not

(
:first-child

){
border-bottom
:

1
px

solid

#d1d1d3
;


text-align
:

center
;


padding
:

5
px
;


height
:

30
px
;


background
:

none
;


border
:

none

!
important
;


}
.celltable tr td {
	background: none;
	border: none;
}
/*tableend*/
/*cancel tickets*/
.cancel-seat-checkbox {
	display: block;
	margin: 4px 0;
	padding-right: 5px;
}

.cancel-seat-checkbox span {
	display: inline-block;
	min-width: 20px;
}

.cancel-seat-checkbox label {
	padding-left: 10px;
}

.column,.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,.span_7,.span_8,.span_9,.span_10,.span_11,.span_12,.span_13,.span_14,.span_15,.span_16,.span_17,.span_18,.span_19,.span_20,.span_21,.span_22,.span_23,.span_24
	{
	float: left;
	margin-right: 0
}

.last {
	margin-right: 0
}

.span_1 {
	width: 40px
}

.span_2 {
	width: 80px
}

.span_3 {
	width: 120px
}

.span_4 {
	width: 160px
}

.span_5 {
	width: 200px
}

.span_6 {
	width: 240px
}

.span_7 {
	width: 280px
}

.span_8 {
	width: 320px
}

.span_9 {
	width: 360px
}

.span_10 {
	width: 400px
}

.span_11 {
	width: 440px
}

.span_12 {
	width: 480px
}

.span_13 {
	width: 520px;
	margin-left: 20px
}

.span_14 {
	width: 560px
}

.span_15 {
	width: 600px
}

.span_16 {
	width: 640px
}

.span_17 {
	width: 680px
}

.span_18 {
	width: 720px
}

.span_19 {
	width: 760px
}

.span_20 {
	width: 800px
}

.span_21 {
	width: 840px
}

.span_22 {
	width: 880px
}

.span_23 {
	width: 1020px
}

.span_24 {
	width: 960px;
	margin-right: 0
}

.clearfix:after,.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.clearfix,.container {
	display: block
}

.ui-tooltip,.ui-tooltip-top,.ui-tooltip-right,.ui-tooltip-bottom,.ui-tooltip-left
	{
	color: #000;
	cursor: normal;
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 12px;
	font-family: arial;
	padding: .5em 1em;
	position: relative;
	text-align: center;
	box-shadow: 0 0 2px 2px #ccc;
	background: #FFF
}

.commission_label {
	font-weight: bold;
	color: #03c;
	margin-left: 20px
}

.commission_panel {
	width: 160px
}

.float_left {
	float: left
}

.float_right {
	float: right
}

.search_button_blue {
	background: #09f;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	cursor: pointer;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 29px;
	border: 0;
	outline: medium none;
	width: 73px;
	cursor: pointer
}

.clear_both {
	clear: both
}

.top_controls {
	width: auto;
	position: relative;
	margin: 0 auto;
	float: right;
}
.top_controls_platform {
	width: 75%;
	position: relative;
	margin: 0 auto;
	float: right;
	padding-top: 10px;
}

.workarea_title {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 15px;
	margin-left: 10px;
}

@media all and (max-width:1024px) and (min-width:800px) {
	.top_right_controls {
		right: 340px !important
	}
	.search_wrapper {
		width: 160px !important
	}
	.search_fld {
		width: 120px !important
	}
	.quick_actions {
		margin-right: 0 !important
	}
	.myservices {
		margin-right: 10px !important
	}
	.statement_box {
		width: 270px !important
	}
	.div_container {
		width: 270px !important;
		margin-right: 10px !important
	}
	.section_03 {
		width: 170px !important
	}
	.header_width {
		width: 156px !important
	}
}

.statement_outer {
	width: 1022px
}

.header_width {
	width: 175px
}

.section_03 {
	float: left;
	padding: 4px;
	width: 194px;
	border-right: 1px solid #ccd0d3
}

.div_container {
	width: 310px;
	float: left;
	margin-right: 30px
}

.statement_box {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccd0d3;
	float: left;
	line-height: 18px;
	margin: 0 30px 30px 0;
	padding: 0;
	width: 310px
}

.top_right_controls {
	width: auto;
	float: right
}

.sold_out {
	font-size: 13px;
	font-weight: bold, italic;
	color: #8c8c8c;
	font-style: italic
}

.search_wrapper {
	width: 250px;
	height: 29px;
	background: #fff;
	border: 1px solid #d1dcee;
	float: left;
	margin-top: 3px;
	margin-right: 20px
}

.search_wrapper:hover {
	width: 250px;
	height: 29px;
	border: 1px solid #65b8e5
}

.search_fld {
	width: 218px;
	height: 23px;
	float: left;
	background: transparent;
	font-size: 12px;
	padding-left: 5px;
	margin-right: 5px;
	color: #666;
	border: 0;
	outline: 0
}

.quick_actions {
	width: 100px;
	float: left;
	margin-top: 4px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase
}

.myservices {
	width: 98px;
	float: left;
	margin-top: 9px;
	margin-right: 20px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
	background: url(/images/my_services_arrow.png) no-repeat top right
}

.ss-input {
	height: 20px;
	float: left;
	font-size: 12px;
	border: 1px solid #ccc;
	outline: 0;
	padding: 5px;
	margin: 0 10px 16px 0
}

.ss-date-input {
	height: 20px;
	float: left;
	font-size: 12px;
	border: 1px solid #ccc;
	outline: 0;
	padding: 5px;
}

.ss-date-input:hover,.ss-date-input:focus,.ss-input:focus,.ss-input:hover
	{
	border: 1px solid #7dbef1;
	box-shadow: 0 0 5px #7dbef1;
	-moz-box-shadow: 0 0 5px #7dbef1;
	-webkit-box-shadow: 0 0 5px #7dbef1
}

.ss-input-action {
	border-radius: 2px 0 0 2px;
	border-right: medium none;
	margin-bottom: 0;
	margin-right: 0;
}

.ss-input-action:focus,.ss-input-action:hover {
	border-right: none;
}

.ss-button {
	height: 30px;
	padding-left: 10px;
	border-radius: 2px;
	border: 0;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background: #4787ed;
	text-align: center
}

.ss-button-action {
	height: 32px;
	border-radius: 0 2px 2px 0;
	margin-left: 0;
}

.search_button {
	height: 30px;
	border: 0;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-align: center
}

.search_button-action {
	height: 32px;
	margin-left: 0;
}

.ss-button:hover {
	background: #3471d3
}

.rc-cont {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}

.slider-image {
	width: 30%;
	float: left;
	position: absolute
}

.rc-controlNav {
	text-align: center;
	padding: 0;
	float: right
}

.rc-controlNav a {
	cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px
}

.rc-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px
}

.slider_text {
	color: #333;
	float: right;
	font: 18px Arial, Helvetica, sans-serif;
	margin: 20px 0 0 200px;
	position: absolute;
	width: 65%
}

.slider_text h1 {
	color: #09f;
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 24px Arial, Helvetica, sans-serif
}

.know_more {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #36c;
	line-height: 30px
}

.slidemessage {
	position: absolute;
	overflow: hidden;
	width: 520px;
	color: #333;
	z-index: 8;
	font: normal 18px Arial, Helvetica, sans-serif;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.rc-cont span {
	color: red;
	font: bold 19px Arial, Helvetica, sans-serif
}

.search_box {
	box-shadow: 0 0 2px 2px #ccc;
	float: left;
	width: 462px
	margin-top: 2px;
	height: 256px;
	margin-top: 3px;

}

.analyticsContainer{
	display:flex;
	margin-bottom: 10px!important;
}

.analyticsPanel_searchBox{
  height:350px!important;
}

.analyticsPanel{
	width: 690px;
	height: 350px;
	float:left;
	order:0;
}
.analyticsPanel iframe{
	border:none;
	position: absolute;
	z-index: 5;
  width:665px;
}
.sliderPanel{
    width: 420px;
    float: left;
    order:1;
    box-shadow: 2px 2px 0px #ddd;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
}
.analyticsContainer li{
	border:none!important;
}
.analyticsContainer .rc-controlNav{
      position:static!important;
      padding-top: 10px;
      box-sizing: border-box;
      height: 40px;
}

.search_top {
	width: 464px;
	height: 26px;
	padding: 20px 0 0 20px;
	font: bold 32px Arial, Helvetica, sans-serif;
	color: #000000;
}

.search_box_launchpad{
	margin-left: 70px;
}
.search_mid .top-search-conatiner{
    display:none;
}
.search_mid {
	width: 466px;
	height: auto;
	padding: 30px 0 10px 17px
}
.search_mid>div{
    width: 445px;
}
.search_mid>div>a{
	display:none;
}
.search_mid>div>input[type="text"]{
	margin:0;
    height: auto;
    width: 42%;
    height: 20px;
}
.search_mid .margin-bottom{
margin-bottom:25px!important;
}
.search_mid .secondRow{
	margin-top:10px;
}
.search_mid>button{
	margin-left:0px!important;
	width: 96%;
    margin-top: 25px;
    height: 38px;
}
#header {
	width: 1099px
}

.config_navs {
	width: auto;
	display: block;
	float: right;
}

.config_navs ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.config_navs li {
	float: left;
	font-size: 11px;
	padding-right: 20px
}

.dashboard_config_navs {
	width:408px;
	float:right;
	margin-bottom: 2px;
	display: inline-block;
	position:absolute;
	bottom: 13px;
}
.marginRight10{
	margin-right:10px!important;
}

.dashboard_config_navs ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.dashboard_config_navs li {
	float: left;
	font-size: 11px;
	padding-right: 20px
}

.slider-wrapper {
	width: 581px !important;
	height: 165px !important;
	float: right;
	position: relative;
}

.launchpad-container {
	width: 1099px;
	margin: auto
}

.text_field {
	width: 170px;
	height: 20px;
	float: left;
	font-size: 12px;
	border: 1px solid #ccc;
	outline: 0;
	padding: 5px;
	margin: 0 20px 16px 0
}

.text_field:focus,.text_field:hover {
	border: 1px solid #7dbef1;
	box-shadow: 0 0 5px #7dbef1;
	-moz-box-shadow: 0 0 5px #7dbef1;
	-webkit-box-shadow: 0 0 5px #7dbef1
}

.blue_search_button {
	width: 68px;
	height: 32px;
	float: left;
	background: #09f;
	outline: 0;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: 0;
	margin-left: 41px;
	border-radius: 3px 3px 3px 3px
}

.action_box {
	width: 280px;
	height: 60px;
	float: left;
	padding: 10px;
	margin-right: 93px
}

.action_box:hover {
	-moz-box-shadow: 0 0 3px 3px #ccc;
	-webkit-box-shadow: 0 0 3px 3px #ccc;
	box-shadow: 0 0 3px 3px #ccc;
	cursor: pointer
}

.quick_action_wrapper {
	width: 1088px;
	margin-top: 25px
}

.quick_action_wrapper h2 {
	margin-bottom: 10px
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 10px 0 0;
	padding: 0
}

h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	margin: 5px 20px 0 0;
	padding: 0
}

.incentives {
	width: 1088px;
	height: 0px;
	padding-top: 1px;
	margin-top: 35px
}

.incentives_border {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.incentives ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.incentives li {
	margin: 0;
	padding: 0 20px 0 20px;
	float: left;
	background: url(/images/bullet.gif) no-repeat top left
}

.incentives li span {
	color: red;
	font-weight: bold
}

.call_to_action {
	width: 1058px;
	height: 120px;
	margin-top: 25px;
	-moz-box-shadow: 0 0 3px 3px #ccc;
	-webkit-box-shadow: 0 0 3px 3px #ccc;
	box-shadow: 0 0 3px 3px #ccc;
	padding-left: 30px
}

.call_to_action_box {
	width: 220px;
	float: left;
	margin: 28px 56px 0 0
}

.img-anchor {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 20px 15px 0;
	padding: 0
}

.img-anchor img {
	margin-right: 10px;
	vertical-align: middle
}

.img-anchor a:hover {
	color: #333;
	text-decoration: none
}

.img-anchor a {
	color: #333;
	text-decoration: underline;
	cursor: pointer
}

.copyright {
	font-weight: bold;
	color: #bfbfbf;
	text-align: center;
	margin-top: 15px
}

.modal_window {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	text-align: center
}

.modal_window a {
	color: #12c;
	text-decoration: underline
}

.modal_window a:hover {
	color: #12c;
	text-decoration: none
}

.modal_window p {
	text-align: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 10px;
	margin: 0
}

.modal_window span {
	color: #09c
}

.modal_title {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #ccc
}
.tab_navigation .content{
     width: 470px;
     float: left;
     padding: 20px;
     padding-bottom: 0px;
 }
  .tab_navigation ul li:nth-child(1) a{
            background: url("https://s3-ap-southeast-1.amazonaws.com/ss-international/images/Announcement/icon-award.png") no-repeat 12px 17px;
                padding-left: 55px;
                border-left: 8px solid #f9f9f9;
         }
         .tab_navigation ul li:nth-child(2) a{
        background: url("https://s3-ap-southeast-1.amazonaws.com/ss-international/images/Announcement/Icon-offer.png") no-repeat 12px 17px;
                        padding-left: 55px;
                        border-left: 8px solid #f9f9f9;
         }
         .tab_navigation ul li:nth-child(3) a{
        background: url("https://s3-ap-southeast-1.amazonaws.com/ss-international/images/Announcement/icon-message.png") no-repeat 12px 17px;
                        padding-left: 55px;
                        border-left: 8px solid #f9f9f9;
         }
.bank_name {
	width: 340px;
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin: 30px 30px 10px 200px;
}

.bank_name_02 {
	width: 340px;
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin: 30px 0 10px 0;
	border-right: 1px solid #ccc
}

.bank_name_03 {
	width: 340px;
	float: right;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin: 30px 0 10px 0
}

.blue_title {
	color: #09c;
	margin-bottom: 10px;
	font: bold 16px Arial, Helvetica, sans-serif
}

.bottom_msg {
	width: 768px;
	height: 40px;
	line-height: 36px;
	margin: auto;
	font-size: 14px;
	background: #ccc
}

.bottom_msg1 {
	width: 768px;
	height: 40px;
	line-height: 36px;
	margin: auto;
	font-size: 14px;
}

.label {
	float: left;
	color: #666;
	width: 120px;
	text-align: left;
	padding: 20px 0 0 10px;
	margin-right: 10px
}
.toprootlist_wrapper .lanchRoute_container{
float:left;
}
.toprootlist_wrapper .lanchRoute_container>div{
border:none;
}
.toprootlist_wrapper .lanchRoute_container input{
border: 1px solid #ccc !important;
height: auto!important;
margin-top: 0!important;
margin-left: 7px !important;
width: 170px !important;
}
.toprootlist_wrapper .lanchRoute_container>div div{
display:none;
}
.toprootlist_wrapper .lanchRoute_container>div:nth-child(3){
display:none
}
.toprootlist_wrapper .lanchRoute_container button{
display:none
}
.select_field {
	float: left;
	font-size: 12px;
	height: 28px;
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #666;
	margin: 0 30px 16px 0;
	outline: medium none;
	padding: 5px;
	width: 180px
}

.select_field:focus {
	border: 1px solid #7dbef1;
	box-shadow: 0 0 5px #7dbef1
}

.text_area {
	float: left;
	font-size: 12px;
	height: 42px;
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #666;
	margin: 0 20px 12px 0;
	outline: medium none;
	padding: 5px;
	width: 280px
}

.text_area:focus {
	box-shadow: 0 0 5px #7dbef1
}

.button {
	width: 80px;
	float: left;
	margin-right: 10px
}

.reset_password_box {
	padding: 10px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: white;
	width: auto;
	height: auto
}

.reset_password_box span {
	color: red;
	float: left;
	margin: 5px 0 10px 100px
}

.reset_password_box .label {
	padding: 10px 0 0 10px;
	width: 80px
}

.reset_password_box .ss-input {
	margin-bottom: 5px
}

.title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 8px;
	text-align: left;
	border-bottom: 1px solid #ccc
}

.cal2ction_box {
	width: 210px;
	line-height: 18px;
	margin-right: 30px;
	padding: 5px;
	float: left;
	box-shadow: 0 0 2px #999;
	cursor: pointer
}

.cal2ction_box:hover {
	box-shadow: 0 0 5px #999
}

.launcher_box {
	width: 80%;
	margin: 50px auto 0
}

.cal2ction_title {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	margin-bottom: 8px;
	color: #0382da;
	border-bottom: 1px solid #CCC
}

.gwt-TabLayoutPanelTabs {
	height: 40px
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
	background: none repeat scroll 0 0 black;
	padding-left: 5px
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
	overflow: hidden;
	padding: 6px
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
	color: white;
	cursor: pointer;
	font-weight: normal;
	margin: 5px 10px 0 5px;
	padding: 5px;
	text-align: center
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected,.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab:hover
	{
	background: none repeat scroll 0 0 white;
	color: #333
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
	cursor: default
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabInner {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .7em;
	height: 25px;
	line-height: 25px;
	padding: 0 8px
}

.gwt-SuggestBox {
	padding: 0
}

.gwt-SuggestBoxPopup {
	width: 165px;
	border-top: 1px solid #eee
}

.gwt-SuggestBoxPopup .item {
	padding: 5px 6px;
	color: #424242;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 165px;
	font-size: 12px;
	font-family: Arial;
	margin: 0
}

.gwt-SuggestBoxPopup .item:hover {
	background: #dd4b39;
	color: white
}

.gwt-SuggestBoxPopup .item-selected {
	background: #dd4b39;
	color: white
}

.gwt-SuggestBoxPopup .suggestPopupContent {
	background: white;
	max-height: 319px;
	overflow-x: hidden;
	overflow-y: auto;
	position:relative;
	z-index:15;
}

.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
	width: 0;
	height: 0
}

.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
	width: 0;
	height: 0
}

.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
	width: 0;
	height: 0
}

.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
	width: 0;
	height: 0
}

* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
	width: 0;
	height: 0;
	overflow: hidden
}

* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
	width: 0;
	height: 0;
	overflow: hidden
}

* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
	width: 0;
	height: 0;
	overflow: hidden
}

* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
	width: 0;
	height: 0;
	overflow: hidden
}

.gwt-DatePicker {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	cursor: default;
	background: #FFF;
	width: auto;
	position:relative;
	z-index:15;
}

.gwt-DatePicker td,.datePickerMonthSelector td:focus {
	outline: 0
}

.gwt-Tree .gwt-TreeItem {
	padding: 1px 0px;
	margin: 0px;
	white-space: nowrap;
	cursor: pointer;
}

.gwt-Tree .gwt-TreeItem-selected {
	background: #ebeff9;
}

.gwt-TreeItem .gwt-RadioButton input,.gwt-TreeItem .gwt-CheckBox input {
	margin-left: 0px;
}

.datePickerMonthSelector td:focus {
	outline: 0
}

.datePickerDays {
	width: 100%;
	background: white
}

.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
	font-size: 85%;
	text-align: center;
	padding: 4px;
	outline: 0;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed
}

.datePickerWeekdayLabel,.datePickerWeekendLabel {
	background: #fff;
	padding: 0 4px 2px;
	cursor: default;
	color: #666;
	font-size: 70%;
	font-weight: normal
}

.datePickerDay {
	padding: 4px 7px;
	cursor: hand;
	cursor: pointer
}

.datePickerDayIsWeekend {
	background: #f7f7f7
}

.datePickerDayIsToday {
	box-shadow: inset 0 -2px 0px 0px rgba(255, 0, 0, 1)
}

.datePickerDayIsFiller {
	color: #999;
	font-weight: normal
}

.datePickerDayIsValue {
	background: #09f
}

.datePickerDayIsDisabled {
	color: #aaa;
	font-style: italic
}

.datePickerDayIsHighlighted {
	background: #f0e68c
}

.datePickerDayIsValueAndHighlighted {
	background: #d7dfe8
}

.datePickerMonthSelector {
	width: 100%;
	padding: 1px 0 5px 0;
	background: #fff
}

.datePickerPreviousButton,.datePickerNextButton {
	font-size: 120%;
	line-height: 1em;
	color: #3a6aad;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding: 0 4px;
	outline: 0
}

td.datePickerMonth {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	color: #333
}

.gwt-DateBox {
	padding: 5px 4px;
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	font-size: 100%
}

.gwt-DateBox input {
	width: 8em
}

.dateBoxFormatError {
	background: #fcc
}

.toLabel {
	height: 29px;
	line-height: 29px;
	text-align: center;
	vertical-align: middle;
	width: 26px;
	float: left;
	display: inline-block;
}

.close_button {
	background-image: url("/images/close.png");
	cursor: pointer;
	float: right;
	height: 21px;
	margin-top: -40px;
	opacity: .4;
	position: relative;
	width: 21px
}

.login_error {
	color: red;
	font-size: 12px;
	margin-top: 10px
}

.text_fld_01 {
	width: 268px;
	height: 40px;
	background: #fff;
	font-size: 13px;
	border-radius: 3px;
	outline: 0;
	padding: 0 5px 0 5px;
	border: 1px solid #ccc
}

.text_fld_01:focus {
	border: 1px solid #7dbef1;
	box-shadow: 0 0 5px #7dbef1
}

.ssframe {
	width: 100%;
	height: 100%;
	border: none;
}
/*css3 based loader*/
.css_loader {
	border-radius: 50%;
	border: 25px dashed #4787ed;
	display: table;
	margin: auto;
	background: transparent;
	-webkit-animation: rotate-right 2s infinite;
	-moz-animation: rotate-right 2s infinite;
	animation: rotate-right 2s infinite;
}

.css_loader:before {
	content: "";
	display: table;
	border: 50px groove #3471d3;
	border-radius: 50%;
	-webkit-animation: rotate-left 1s infinite;
	-moz-animation: rotate-left 1s infinite;
	animation: rotate-left 1s infinite;
}

@
-webkit-keyframes rotate-left {from { -webkit-transform:rotate(0deg);

}

to {
	-webkit-transform: rotate(-360deg);
}

}
@
-moz-keyframes rotate-right {from { -moz-transform:rotate(0deg);

}

to {
	-moz-transform: rotate(360deg);
}

}
@
keyframes rotate-left {
	from {transform: rotate(0deg);
}

to {
	transform: rotate(-360deg);
}

}
@
-webkit-keyframes rotate-right {from { -webkit-transform:rotate(0deg);

}

to {
	-webkit-transform: rotate(360deg);
}

}
@
-moz-keyframes rotate-left {from { -moz-transform:rotate(0deg);

}

to {
	-moz-transform: rotate(-360deg);
}

}
keyframes rotate-right {
	from {transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
}

}

/*metro-ui css*/
.icon-tile,.data-tile {
	text-align: center;
	height: 170px;
	width:16.5%!important;
	cursor: pointer;
}

.icon-tile:before,.data-tile:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.icon-tile-content,.data-tile-content {
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
	width: 100%;
}

.icon-tile-content span.icon,.data-tile-content span.icon {
	font-size: 40px;
}

.data-tile-content tr {
	text-align: center;
}

.no-click {
	cursor: default;
}

.show-on-hover {
	position: relative;
	overflow: hidden;
}

.show-on-hover div.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	background: #ececec;
	text-align: center;
	padding: 5px;
}

.show-on-hover:hover div.caption {
	opacity: 1;
	height: auto;
	padding: 0px;
}

.data-tile-content-landscape {
	display: inline;
	float: left;
	margin: 0 10px;
}

.no_padding {
	padding: 0;
}

.data-tile-content-portrait {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 3px 0;
}

.half-tall {
	height: 111px;
}

.tile_collection ul {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	width: 100%;
	color: #FFF;
}

.tile_collection ul li {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 3px solid #FFF;
}

.tile_collection ul li.noborder {
	border: none;
}

.tile_collection ul li.tile {
	float: left;
	display: inline-block;
}

.tile img {
	width: 100%;
}

.tile .rc-controlNav {
	position: absolute;
	bottom: 0;
	right: 0;
}

.orange {
	background-color: #F09609;
}

.teal {
	background-color: #00ABA9;
}

.lime {
	background-color: #8CBF26;
}

.purple {
	background-color: #A200FF;
	color: black;
}

.brown {
	background-color: #A05000;
}

.magenta {
	background-color: #FF0097;
}

.yellow {
	background-color: #ffa333;
	color: black;
}

.fixedCashPanel {
 	position: fixed;
 	width: 275px;
 }


.saffron {
	background-color: #f98a5d;
}

.dark_saffron {
	background-color: #e87352;
	color: black;
}

.pink {
	background-color: #e46ca8;
}

.violet {
	background-color: #6e2791;
	color: black;
}

.green {
	background-color: #4bb237;
}

.lemon_green {
	background-color: #92c963;
}

.peter_river {
	background-color: #7ed1ff;
}

.amethyst {
	background-color: #a875db;
}

.green_sea {
	background-color: #79d4cd;
}

.belize_hole {
	background-color: #7799F1;
}

.seatseller_blue {
	background-color: #3498db;
}

.query_blue {
	background-color: #1f3a93;
}

.sweet_orange {
	background-color: #f9690e;
}

.myaccount_blue {
	background-color: #16a085;
}

.silver {
	background-color: #bdc3c7;
}

.sunflower {
	background-color: #f1c40f;
}

.concrete {
	background-color: #7f8c8d;
}

.emerald {
	background-color: #2ecc71;
}

.pumpkin {
	background-color: #e67e22;
}

.wisteria {
	background-color: #8e44ad;
}

.redbus_red {
	background-color: #c0392b;
}

.carrot {
	background: #d35400;
}

.midnight_blue {
	background-color: #34495E;
}

.blue {
	background-color: #27c1b9;
	color: black;
}

.light_blue {
	background-color: #37b6ed;
}

.red {
	background-color: red;
}

.sky_blue {
	background-color: #22b6e7;
}

.dark_blue {
	background-color: #3f67c0;
}

.dark_blue_1 {
	background-color: #3e6bc0;
}

.dark_blue_2 {
	background-color: #4665b7;
}

.graph {
	border: 1px solid #C1C1C1;
}

.ss_white {
	background-color: white;
	color: black;
}

@
keyframes animation1 { 0% {
	margin-top: -10px;
}

100%{
margin-top


:


10
px
;



}
}
@
keyframes animation2 { 0% {
	margin-top: -180px;
}

50%
{
margin-top


:


10
px
;


}
75%
{
margin-top


:


-15
px
;


}
100%{
margin-top


:


0
px
;



}
}
/* firefox */
@
-moz-keyframes animation1 { 0% {
	margin-top: -180px;
}

100%{
margin-top


:


0
px
;



}
}
@
-moz-keyframes animation2 { 0% {
	margin-top: -10px;
}

50%
{
margin-top


:


10
px
;


}
75%
{
margin-top


:


-15
px
;


}
100%{
margin-top


:


0
px
;



}
}
/* Safari and Chrome */
@
-webkit-keyframes animation1 { 0% {
	margin-top: -180px;
}

100%{
margin-top


:


0
px
;



}
}
@
-webkit-keyframes animation2 { 0% {
	margin-top: -180px;
}

50%
{
margin-top


:


10
px
;


}
75%
{
margin-top


:


-15
px
;


}
100%{
margin-top


:


0
px
;



}
}
.date_range {
	float: left;
	margin-left: 4px;
	width: 177px;
}

.grayscale_container img {
	filter:
		url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/*firefox*/
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.grayscale_container:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
}

.search>tbody>tr:first-child {
	background-color: #F2F5FC;
	border-top: 1px solid #d1d1d3;
}

.search>tbody>tr:first-child td {
	background-color: #f5f5f5;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #d1d1d3;
	border-bottom: 1px solid #d1d1d3;
	height: 29px;
	vertical-align: middle;
	cursor: pointer;
}

.search>tbody>tr:not (:first-child ):hover {
	background: none repeat scroll 0 0 #ECF6FC;
}

.search>tbody>tr>td {
	border-bottom: 1px solid #d1d1d3;
	height: 55px;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

.phonebooking_clicked {
	background: linear-gradient(to bottom, #E0E7EB 0%, #F4F7FB 100%) repeat
		scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #C1C2C6;
	border-radius: 3px 3px 3px 3px;
	height: 21px;
	padding-top: 4px;
	text-align: center;
	width: 22px;
}

.business_dashboard>tbody>tr:first-child {
	background-color: #F2F5FC;
	border-top: 1px solid #d1d1d3;
}

.business_dashboard>tbody>tr:first-child td {
	background-color: #f5f5f5;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #d1d1d3;
	border-bottom: 1px solid #d1d1d3;
	height: 29px;
	vertical-align: middle;
}

.business_dashboard>tbody>tr:last-child td {
	border-bottom: none;
	height: 29px;
	font-size: 13px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.business_dashboard>tbody>tr:not (:first-child ):hover {
	background: none repeat scroll 0 0 #ECF6FC;
}

.business_dashboard>tbody>tr>td {
	border-bottom: 1px solid #d1d1d3;
	height: 29px;
	font-size: 13px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

.phone_blocking_icon {
	cursor: pointer;
}

.bus_cancelled {
	background: none repeat scroll 0 0 #4787ED;
	border: medium none;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	height: 30px;
	font-size: 13px;
	text-align: center;
	background-color: #da4f49;
}

.seat_box {
	height: 35px;
	text-align: center;
	width: 35px;
	border: 1px solid #CCC;
}

.bus_cancelled:hover {
	background: #bd363f;
}

.cancellation_widget {
	border: 1px solid #CCCCCC;
	border-top: none;
	width: 530px;
	margin: 10px 0 10px 204px;
}

.phone_reserve_sub_header {
	background: none repeat scroll 0 0 #FF0000;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	width: 86px;
}

.phone_reserve_sub_header ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.phone_reserve_sub_header li {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
}

.phone_reserve_sub_header li a {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	height: 10px;
	padding: 4px;
	text-decoration: none;
}

.phone_reserve_sub_header li a:hover {
	background: none repeat scroll 0 0 #666666;
	border-radius: 2px;
	color: #FFFFFF;
	height: 10px;
	text-decoration: none;
}

.pr_header {
	font-weight: bold;
	padding-left: 20px;
	text-align: center;
	cursor: pointer;
}

.fare-ui-tooltip,.fare-ui-tooltip-top,.fare-ui-tooltip-right,.fare-ui-tooltip-bottom,.fare-ui-tooltip-left
	{
	color: #000;
	cursor: normal;
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 12px;
	font-family: arial;
	position: relative;
	text-align: center;
	box-shadow: 0 0 2px 2px #ccc;
	background: #FFF
}
.fare_button{
	height: auto !important;
	width:90%!important;
	margin-right: 10px!important;
    padding: 10px 16px;
	border-radius: 2px;
	border: 0;
	font-size:12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background: #4787ed;
	text-align: center
}
.fare_button:focus,fare_button::-moz-focus-inner {
	box-shadow: 0 0 5px red;
	border: none;
}

.discounted_fare_label{
	text-decoration: line-through;
	font-weight: normal;
	font-size: 10px;
}

.validation_error {
	border: 1px solid #FF0000;
}

.rupee_icon_label {
	float: left;
	font-size: 12px;
	margin-top: 10px;
}

.new_badge {
	width: 74px;
	height: 62px;
	position: absolute;
	margin: -130px 0 0 19px;
	z-index: 3;
	background: url(/images/new_badge.png) no-repeat;
}

.faded_mask {
	background-color: #FFFFFF;
	height: 170px;
	opacity: 0.8;
	position: absolute;
	width: 170px;
	z-index: 2;
}

.ss_green_button {
	float: left;
	margin-left: 5px;
	clear: right;
}

.ss_green_button button {
	width: 160px;
	border-radius: 3px;
	background: #5bb75b;
	color: #fff;
}

.ss_green_button button:hover {
	width: 160px;
	background: #18971b;
	color: #fff;
}

.hotel_sliderPane {
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 306px;
}

.gym {
	background: url(../images/hotel_amenities/gym.jpg) no-repeat 0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.restaurant {
	background: url(../images/hotel_amenities/restaurant.jpg) no-repeat 0px
		0px;
	margin-top: 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.wifi {
	background: url(../images/hotel_amenities/wifi.jpg) no-repeat 0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.aircondition {
	background: url(../images/hotel_amenities/aircondition.jpg) no-repeat
		0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.taxi_on_call {
	background: url(../images/hotel_amenities/taxi_on_call.jpg) no-repeat
		0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.business_center {
	background: url(../images/hotel_amenities/business_center.jpg) no-repeat
		0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.currency_exchange {
	background: url(../images/hotel_amenities/currency_exchange.jpg)
		no-repeat 0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.doctor_on_call {
	background: url(../images/hotel_amenities/doctor_on_call.jpg) no-repeat
		0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.laundry {
	background: url(../images/hotel_amenities/laundry.jpg) no-repeat 0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.elevator {

}

.parking {

}

.bar {
	background: url(../images/hotel_amenities/bar.jpg) no-repeat 0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.cafe {
	background: url(../images/hotel_amenities/cafe.jpg) no-repeat 0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.pool {
	background: url(../images/hotel_amenities/pool.jpg) no-repeat 0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.24_hr_ci_co {
	background: url(../images/hotel_amenities/24_hr_ci_co.jpg) no-repeat 0px
		0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.conference {

}

.room_service {
	background: url(../images/hotel_amenities/room_service.jpg) no-repeat
		0px 0px;
	width: 25px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

.hotel_tabPanel {
	margin-bottom: 20px;
	width: 620px;
	display: inline-block;
	border: 1px solid rgb(204, 204, 204);
}

.hotel_tablinks {

}

.hotel_tablinks ul {
	display: block;
	clear: both;
	background: none repeat scroll 0% 0% rgb(245, 246, 248);
	margin: 0px;
	padding: 0px;
	content: "";
	width: 100%;
	height: 40px;
}

.hotel_tablinks li a {
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	vertical-align: bottom;
	display: block;
	padding-right: 10px;
	color: rgb(69, 137, 230);
}

.hotel_tablinks a.active {
	color: rgb(102, 102, 102);
	border-top: 3px solid rgb(69, 137, 230);
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	margin-top: -4px;
	padding-bottom: 1px;
}

.hotel_tablinks li {
	float: left;
	list-style: none outside none;
}

.roomLabel {
	font-size: 13px;
	vertical-align: bottom;
}

.hotel_amenities {
	margin-left: 10px;
	float: left;
	width: 620px;
	clear: both;
	height: 22px;
	padding-top: 5px;
	padding-bottom: 40px;
}

.hotel_search {
	width: 164px !important;
	height: 40px !important;
	float: right !important;
}

.Children {
	margin-left: -7px;
}

.Adults {

}

.Child1Age {
	font-size: 12px;
	font-weight: normal;
	margin-left: -5px;
}

.Child2Age {
	font-size: 12px;
	font-weight: normal;
	margin-left: 6px;
}

.op_icon {
	background: url("/images/op_icon.jpg") no-repeat;
	height: 23px;
}

.seats {
	margin-left: -10px;
}
//search table for singlewindow
.bookingNotAvailable{
	margin-top: 120px;
	width: 300px;
    margin: 0px auto;
}
.bookingNotAvailable img{
	margin:0;
	float:none;
	margin:10px 0;
}
.bookingNotAvailable div{
	margin:0;
	float:none;
}
.searchForSingleWindow .gwt-Anchor{
	display:none;
}
.searchForSingleWindow>tbody>tr>td{
	text-align:left;
}
.searchForSingleWindow>tbody>tr:first-child td {
	background:#fff!important;
	tex-align:left;
}
.searchForSingleWindow>tbody>tr {
	background:#ebeaea;
}
.searchForSingleWindow>tbody>tr>td>div>a {
	padding:0px!important;
}
.searchForSingleWindow>tbody>tr>td>a {
	padding:0px!important;
}
.searchForSingleWindow>tbody>tr>td>div{
    text-align:left;
}
.searchForSingleWindow>tbody>tr:hover{
	background:#fff;
}
.searchForSingleWindow tr td:nth-last-child(8){
	width:22%;
}
.searchForSingleWindow tr td:nth-last-child(5){
	width:22%;
}
.searchForSingleWindow tr th:nth-last-child(4){
	padding-left:10px;
}
.searchForSingleWindow tr th:nth-last-child(3){
	display:none;
}
.searchForSingleWindow tr td:nth-last-child(8){
	width:22%;
}
.searchForSingleWindow tr td:nth-last-child(5){
	width:22%;
}
.searchForSingleWindow tr td:nth-last-child(5){
	width:22%;
}
.search tr th:nth-last-child(4){
	padding-left:10px;
}
.searchForSingleWindow .seats{
margin-left: 0px
}
.op_fare {
	color: #0033CC;
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 46px;
	margin-left: 7px;
	margin-top: -10px;
}

.op_rupee {
	color: #1122CC;
	float: left;
	font-size: 14px !important;
	margin-left: 24px;
	margin-top: 4px;
}

.servicetax_icon {
	float: left;
	margin-right: -15px;
	margin-top: 7px
}

.plus_icon{
	width:12px;
}
.offer_price_grayIcon {
	float: left;
	margin-right: -15px;
	margin-top: 7px
}

.has-tooltip {
	color: #555555;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 200px;
}

.has-tooltip .tooltip {
	background: none repeat scroll 0 0 #333333;
	border-radius: 4px;
	bottom: 100%;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	left: -25px;
	margin-bottom: 15px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	text-align: left;
	transform: translateY(10px);
	transition: all 0.25s ease-out 0s;
	visibility: hidden;
}

.has-tooltip .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.has-tooltip .tooltip:after {
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid #333333;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: 29px;
	position: absolute;
	width: 0;
}

.has-tooltip:hover .tooltip {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}

/* Below style can be used for showing tooltip which hover exactly on top of image / content */
.has-tooltip-inline {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	text-align: left;
	width: 250px;
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.has-tooltip-inline .tooltip {
	border-radius: 4px;
	background: #333;
	bottom: 100%;
	color: #fff;
	display: block;
	font-size: 13px;
	left: -25px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.has-tooltip-inline .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* CSS Triangles - see Trevor's post */
.has-tooltip-inline .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #333 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 14%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.has-tooltip-inline:hover .tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* Below style can be used for showing info tooltip on hover exactly on (?) text */
.info-tooltip {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	text-align: left;
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}
.absolute_bottom{
    bottom:170%!important;
}
.info-tooltip .tooltip {
	border-radius: 4px;
	background: #333;
	bottom: 66%;
	color: #fff;
	display: block;
	font-size: 13px;
	left: -116px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.info-tooltip .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* CSS Triangles - see Trevor's post */
.info-tooltip .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #333 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 45%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.info-tooltip:hover .tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	width: 250px;
}

.date_box {
	background: url("/images/calendar.png") no-repeat scroll 107px 7px
		rgba(0, 0, 0, 0);
	border: 1px solid #CCCCCC;
	height: 30px;
	margin-left: 15px;
	width: 130px;
}

.date_box:focus,.date_selection:hover {
	border: 1px solid #7DBEF1;
	box-shadow: 0 0 5px #7DBEF1;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.pager_style{
width:92%;
margin-left: auto;
}
.pager_style tr td:nth-child(1),.pager_style tr td:nth-child(3),.pager_style tr td:nth-child(5){
display:none;
}
.pager_style tr td:nth-child(4){
text-align: right;
}
.toproute_contentpanel>tbody>tr>td>div>div>div{
float: left;
width: 20%;
text-align: center;
background: none;
}
.toproute_mainpanel{
position: relative;
}
.toproute_contentpanel{
position: absolute;
top: 5px;
margin: 0px auto;
left: 120px;
width: 86%;
color: #666;
}
.textbox_group {
	position: relative;
	margin-bottom: 45px;
	width: 100%;
}

.textbox_text {
	font-size: 14px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	outline: none !important;
}

.textbox_text:focus {
	outline: none !important;
}

.textbox_lbl {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	top: 10px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
}

.textbox_text:focus ~ .textbox_lbl,.textbox_text:valid ~ .textbox_lbl {
	top: -10px;
	color: #4372B6;
}

.textbox_bar {
	position: relative;
	display: block;
	width: 100%;
}

.textbox_bar:before,.textbox_bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #4372B6;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
}

.textbox_bar:before {
	left: 50%;
}

.textbox_bar:after {
	right: 50%;
}

.textbox_text:focus ~ .textbox_bar:before,.textbox_text:focus ~
	.textbox_bar:after {
	width: 50%;
}

.textbox_lbl_highlight {
	color: red !important;
}

.textbox_highlight {
	font-size: 14px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid red;
	padding: 10px 0px 10px 0px;
	box-shadow: none;
	outline: none !important;
}

.textbox_highlight:focus ~ .textbox_lbl,.textbox_highlight:valid ~
	.textbox_lbl {
	top: -10px;
}

.textbox_text:invalid {
	box-shadow: none;
}

.textbox_text:disabled {
	background: #fff
}

.textbox_text:disabled ~ .textbox_lbl {
	top: -10px;
}
.removeExactCountMsg .nonExactCount{
	display:none;
}
.nonExactRoute{
display:inline-block;
padding:0 10px;
font-size:14px;
color:#333;
}
.nonExactCount{
display:inline-block;
padding:0 10px;
font-size:14px;
color:#4a4a4a;
}
.nonExactRow{
background:#f2f2f2;
}
.search .nonExactRow td{
height:30px!important;
}
.search .nonExactRow td:nth-child(2),.search .nonExactRow td:nth-child(3),
.search .nonExactRow td:nth-child(4),.search .nonExactRow td:nth-child(5),
.search .nonExactRow td:nth-child(6),.search .nonExactRow td:nth-child(7),
.search .nonExactRow td:nth-child(8),.search .nonExactRow td:nth-child(9){
display:none;
}
.check_me {
	display: none;
}

.checkBox_label {
	padding-left: 50px;
	cursor: pointer;
}

.checkBox_container {
	position: relative;
	width: 30px;
}

.checkBox_label span {
	display: block;
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.checkBox_label .checkBox_circle {
	background: #FFF;
	left: -30px;
	top: -30px;
	height: 80px;
	width: 80px;
	z-index: -1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.checkBox_label .box {
	border: 2px solid #000;
	height: 18px;
	width: 18px;
	z-index: 888;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
	top: 3px;
}

.checkBox_label .checkBox_check {
	left: 8px;
	width: 5px;
	height: 11px;
	border-top: none;
	border-left: none;
	opacity: 10;
	z-index: 999;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	transform: rotate(40deg);
}

.check_me:checked {
	opacity: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.check_me:checked ~ .checkBox_label .box {
	background: #0f9d58;
	border: 2px solid #0f9d58;
	height: 18px;
	width: 18px;
	z-index: 888;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.checkBox_label .check_me:not (:checked )~.ripple {
	-webkit-animation: rippleOff 500ms;
	animation: rippleOff 500ms;
}

.check_me:checked ~ .checkBox_label .checkBox_check {
	top: 3px;
	left: 8px;
	width: 5px;
	height: 11px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	opacity: 10;
	z-index: 999;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.check_me:hover ~.checkBox_label .checkBox_circle {
	display: block;
	position: absolute;
	left: -14px;
	top: -14px;
	background-color: #f2f2f2;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	z-index: 1;
	opacity: 0.2;
	margin: 0;
}

;
.ss_PopupPanel {
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	clip: auto !important;
}

.glassStyle {
	background: rgba(0, 0, 0, 0.3);
}

.popUp {
	font-family: 'Open Sans';
	font-size: 14px;
	width: auto;
	height: auto;
	/*position: absolute;
            			left: 37%;
            			background:#fff;
            			left:300px;
            			top:50px;*/
}

.searchbox_text {
	font-size: 14px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	background: #333c4d;
	outline: none !important;
	color: white;
}

.searchbox_button {
	height: 20px;
	width: 20px;
	position: absolute;
}

.searchbox_text:focus {
	outline: none !important;
}

.searchbox_lbl {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	top: 12px;
	color: white;
	/* transition : 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all; */
}

.searchbox_text:focus ~ .searchbox_lbl,.searchbox_text:valid ~
	.searchbox_lbl {
	display: none;
}

.searchbox_bar {
	position: relative;
	display: block;
	width: 100%;
}

/* .searchbox_bar:before,.searchbox_bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #4372B6;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
} */

/* .searchbox_bar:before {
	left: 50%;
}

.searchbox_bar:after {
	right: 50%;
}
 */
.searchbox_text:focus ~ .searchbox_bar:before,.searchbox_text:focus ~
	.searchbox_bar:after {
	width: 50%;
}

.searchbox_group {
	position: relative;
	margin-bottom: 45px;
	width: 200px;
	float:right;
}

.searchbox_lbl_highlight {
	color: red !important;
}

.searchbox_highlight {
	font-size: 14px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid red;
	padding: 10px 0px 10px 0px;
	box-shadow: none;
	outline: none !important;
}

.searchbox_highlight:focus ~ .searchbox_lbl,.searchbox_highlight:valid
	 ~ .searchbox_lbl {
	top: -10px;
}

.searchbox_text:invalid {
	box-shadow: none;
}

.searchbox_text:disabled {
	background: #fff
}

.searchbox_text:disabled ~ .searchbox_lbl {
	top: -10px;
}



.search-iconButton {
	height: 30px;
	border-radius: 2px;
	border: none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-align: center;
	float: left;
	margin-top: -34px;
	background: none;
	position: relative;
	margin-left: 170px;
}

.search-iconButton span {
	font-size: 21px !important;
}

.search-iconButton div {
	display: inline;
}
/*Landing page css*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-size:13px;

}
.tw-bs .lead_p{
  font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    width: 60%;
    margin: 0 auto;
    margin-bottom:30px;
}
.tw-bs .lead {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    width: 90%;
}
.tw-bs .login{
    font-size: 13px;
    text-transform: uppercase;
    text-decoration:none;
    color:black;
    margin-right:25px;
    font-weight:bold;
    padding-top:10px !important;
}
.tw-bs .mylogo{
  margin: 0 auto;
  display: block;
  margin-top: 7em;
}
.tw-bs .myboxshadow{
  box-shadow: 0px 0px 10px #666;
}
.tw-bs .sign_up{
    font-size: 13px !important;
    outline: none!important;
    outlin e: none;
    color: #ff3333!important;
    border: 1px solid #ff3333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration:none;
    height:37px;
    padding-top: 9px !important;
}
.tw-bs .sign_up:hover{
  color: #fff!important;
  background: #ff6666!important;
  text-decoration:none;
}
.tw-bs .intro-header {
    margin-top: 4em;
    padding-top: 0px; If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content!
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background: url("https://s3-ap-southeast-1.amazonaws.com/ss-international/images/Announcement/banner.jpg") no-repeat center center;
    background-size: cover;
}

.tw-bs .intro-banner {
    margin-top: 0;
    padding-top: 0px; If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content!
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background: url("https://s3-ap-southeast-1.amazonaws.com/ss-international/images/sliders/landing_image.png") no-repeat center center;
    background-size: cover;
}
.tw-bs .column-heading {
  margin-top: 35px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: bold;
  color: #d84e55;
}
.agent_logo{
	float:left;
	padding-top: 2%;
}
.tw-bs .intro-text {
	clear:both;
    position: relative;
    padding-top: 2%;
    padding-bottom:13%;
}
.tw-bs .footer{
	background:#4a4a4a;
	padding:15px 0;
	margin-top:0px;
}
.tw-bs .content_text{
    text-align: center;
    padding: 25px 0;
    margin-top: 15px;
    margin-bottom:5px;
}
.content_text .lead_p{
	line-height:20px;
}
.tw-bs .intro-text .navbar-right{
	float: none !important;
    margin: 0 auto !important;
    text-align: center;
    width: 160px;
    margin-top:13%!important;
}
.tw-bs .intro-text .navbar-right li{
	width:100%;
	padding:0;
	margin:0;
}
.tw-bs .intro-text .navbar-right li a{
	padding:9px 0px!important;
	margin:0;
	height:auto;
	text-transform: uppercase;
    font-weight: bold;
}
.tw-bs .intro-text .navbar-right .get_started a{
	border-radius:0;
	background:#d84e55;
	color:#fff!important;
}
.tw-bs .intro-text .navbar-right .get_started a:hover{
	border-radius:none;
	background:#d84e55;
}
.tw-bs .intro-text .navbar-right .agent_login_btn{
	margin-top:10px;
}
.tw-bs .intro-text .navbar-right .agent_login_btn a{
	border-radius:none;
	background:rgba(0, 0, 0, 0.5);
	color:#fff;
	text-align: center;
}
.tw-bs .intro-text .navbar-right .agent_login_btn a:hover{
	border-radius:none;
	background:#333;
}
.footer .copyright{
	text-align: center!important;
    font-size: 12px;
    color: #fff!important;
    font-weight: normal;
    margin-top:0px;
}
.tw-bs .intro-text > h1 {
    margin: 0;
    font-size: 48px;
    margin-bottom: 3%;
    line-height: 1.4em;
    font-weight:600;
    text-transform:uppercase;
    text-shadow: 1px 1px #333;
}
.tw-bs .intro-message {
    position: relative;
    padding-top: 15%;
    padding-bottom:15%;
}
.tw-bs .column_p{
  	font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
}
.tw-bs .intro-message > h1 {
    margin: 0;
    font-size: 48px;
    margin-bottom: 3%;
    line-height: 1.4em;
    font-weight:600;
}

.tw-bs .intro-message > p {
    font-size: 20px;
    font-weight: normal;
}
.tw-bs .dash_line{
border-bottom: 1px dashed #ccc;
}
.tw-bs .myaccount{
  width: 85%;
  margin: 20px auto;
  overflow: hidden;
}
.tw-bs .gray_brands{
  width: 80%;
  margin: 1em;
}
.tw-bs .gray_brands ul{
  list-style: none;
}
.tw-bs .brands{
  border: 1px dashed #ccc!important;
  margin-top: 0em;
  padding: 1%;
  border-radius: 5px;
  width: 70%;
  margin: 3em auto;

}
.tw-bs .brands a{
    display: inline-block;
    padding: 0 6%;
}
.tw-bs .brands img{
  max-width: 70%;
}
.tw-bs .brands li{
  width: 32%;
}
.tw-bs .menu_list{
    margin-top: 0;
}
.tw-bs .menu_list li{
    list-style: none;
    margin-right: 60px;
}
.tw-bs .menu_list li a{
    font-size: 12px;
  color: #666;
  font-weight: normal
}
.tw-bs .copyright{
    text-align: right;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.tw-bs .form-signin {
  margin: 0 auto;
  background-color: #fff;

   .tw-bs .form-signin-heading {
      margin-bottom: 30px;
    }

 .tw-bs   .checkbox {
    margin-bottom: 30px;
      font-weight: normal;
    }

   .tw-bs .form-control {
      position: relative;
      font-size: 16px;
      height: auto;
      padding: 10px;


        @include box-sizing(border-box);
    }

    input[type="text"] {
      margin-bottom: -1px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }

    input[type="password"] {
      margin-bottom: 20px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
}
.tw-bs .login_title{
      background: #4a494a;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  padding: 24px 1em;
}
.tw-bs .login_text_box{
     padding: 10px 1em;
  width: 80% !important;
  margin: 1.3em auto;
  height:40px !important;
  font-weight:normal;
}
.tw-bs .login_text_box:hover{
    border: 1px solid #f05461;
	box-shadow: 0 0 5px #f05461;
	-moz-box-shadow: 0 0 5px #f05461;
	-webkit-box-shadow: 0 0 5px #f05461;
}

.tw-bs .login_text_box_error{

	 padding: 10px 1em;
  width: 80% !important;
  margin: 1.3em auto;
  height:40px !important;
   border: 1px solid #f05461 !important;
}
.tw-bs .login_btn{
   padding: 16px 1em !important;
  width: 80% !important;
  background: #f05461 !important;
  border: 1px solid #f05461 !important;
}
.tw-bs .login_btn:hover{
    background: #ff6666 !important;
    border: 1px solid #ff6666 !important;
}
.tw-bs .login_text{
    f/* ont: normal 12px "Myriad Pro", "Myriad Pro Semibold", "Myriad Pro Bold",
	Arial; */
	font-size:12px;
	font-weight:600;
}
.tw-bs .joinnow_text{
    /* font: normal 12px "Myriad Pro", "Myriad Pro Semibold", "Myriad Pro Bold",
	Arial; */
	font-size:12px;
	font-weight:600;
	text-decoration:none;
	float:right;
}
.tw-bs .arrow{
   border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #4a494a;
  height: 0;
  width: 0;
}
.tw-bs .mobile{
      padding: 15px;
  width: 54%;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-weight: normal;
  margin-bottom: 35px;
}
.tw-bs .submit_btn{
      padding: 15px;
  background: #f05461;
  border: 1px solid #f05461;
  margin-left: 3%;
  width: 23%;
  color: #fff;
}
.tw-bs .submit_btn:hover{
    background: #ff6666;
    border: 1px solid #ff6666;
    color: #fff;
}


@media(max-width:767px) {
   .tw-bs .brands{
      border: 2px dashed #ccc!important;
  margin-top: 0em;
  padding: 5%;
  border-radius: 5px;
  width: 100%;
  margin: 3em auto;

}
   .tw-bs .intro-message {
        padding-bottom: 15%;
    }

  .tw-bs  .intro-message > h1 {
        font-size: 3em;
    }

   .tw-bs ul.intro-social-buttons  li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

  .tw-bs  ul.intro-social-buttons  li:last-child {
        margin-bottom: 0;
    }

    .tw-bs .intro-divider {
        width: 100%;
    }
}

.tw-bs .network-name {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #666;
    letter-spacing: 2px;
    text-decoration:none;
}

.tw-bs .content-section-a {
    padding: 70px 0;
    background-color: #fff;
}

.tw-bs .content-section-b {
    padding: 70px 0;
    background: #f2f3f3;
}
.tw-bs .section-heading {
  margin-top: 35px;
  margin-bottom: 23px;
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.tw-bs .text_center{
    text-align: center;
    padding: 25px 0;
}
.tw-bs .favourate-app {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

.tw-bs .section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.tw-bs .banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.tw-bs .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.tw-bs .banner ul {
    margin-bottom: 0;
}

.tw-bs .banner-social-buttons {
    float: right;
    margin-top: 0;
}
.tw-bs .video_title{
  font-size: 22px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-bottom: 48px;
}

@media(max-width:1199px) {
    .tw-bs .banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {

  .tw-bs .brands{
  width: 70%;

}
.tw-bs .brands a{
    display: inline-block;
    padding: 0 6%;
}
.tw-bs .brands img{
  max-width: 70%;
}
.tw-bs .brands li{
  width: 32%;
}

   .tw-bs  .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

   .tw-bs .banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

   .tw-bs .banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

.tw-bs footer {
    padding: 25px 0;
    background-color: #fff;
}

.tw-bs p.copyright {
    margin: 15px 0 0;
}
.tw-bs .yourbus_user{
  text-align: center;
}
.tw-bs .user_text{
    padding: 34px;
  line-height: 27px;
  font-size:12px;
  font-weight:normal;
}
.tw-bs .login_btn_window{
   padding: 16px 1em;
  width: 80%;
  background: #f05461;
  border: 1px solid #f05461;
  margin-bottom: 20px;
}

.tw-bs .platform_signin{

	height:375px;
}

.tw-bs .platform_login {
	width: 370px;
	/* font: normal 15px "Myriad Pro", "Myriad Pro Semibold", "Myriad Pro Bold",
	Arial; */
	padding: 10px;
	background: #fff;
	margin-left:5px;
}
.tw-bs .platform_login  .login_titles{
	display:none;
}

.tw-bs .platform_login .signin_button {
	width: 85%;
	float: left;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	height: 50px;
	background: #f05461;
 	 border: 1px solid #f05461;
 	 border-radius:4px;
 	 margin-bottom:15px;
 	 margin-left:40px;
}
.tw-bs .platform_login  .login_error {
	color: red;
	font-size: 12px;
	margin-top: 10px;
	margin-left:40px;
}

.tw-bs .platform_login .login_field {
	width: 250px;
	padding: 10px;
	background: #fff;
	padding: 10px 1em;
    width: 85%;
    border:1px solid #ccc;
    border-radius:4px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,.075);
  margin: 1em auto;
  height:50px;
  margin-left:40px;
  font-weight:normal;
}
.tw-bs .platform_login .login_field:hover{
border: 1px solid #f05461;
	box-shadow: 0 0 5px #f05461;
	-moz-box-shadow: 0 0 5px #f05461;
	-webkit-box-shadow: 0 0 5px #f05461;
	}
.tw-bs .platform_login .signin_button:hover {
	width: 85%;
	background: #ff6666;
    border: 1px solid #ff6666;
}

.tw-bs .platform_login .forgot_password {
	font-size: 14px;
	float: left;
	margin: 14px 0 0 10px;
	text-transform: uppercase;
	display:none;
}

.tw-bs .platform_login .forgot_password a {
	color: #fff;
	text-decoration: none;
	display:none;
}

.tw-bs .platform_login .forgot_password a:hover {
	color: #fff;
	text-decoration: underline;
	display:none;
}

.tw-bs .platform_tablet_login {
	position:relative;
}
.tw-bs .platform_tablet_login  .login_titles{
	display:none;
}

.tw-bs .platform_tablet_login .signin_button {
	width: 100%;
    background: #28c891;
    font-size: 1em;
    height: 4em;
    border: 1px solid #28c891;
    color: #fff;
    padding: 1%;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: uppercase;
}
.tw-bs .platform_tablet_login  .login_error {
	color: red;
	font-size: 12px;
	margin-top: 10px;
	margin-left:40px;
}
.tw-bs .platform_tablet_login .hideMe{
	display:none;
}
.tw-bs .platform_tablet_login .login_field {
	width: 100%;
	padding: 10px;
	margin-bottom:4vh;
	border: 1px solid #317777;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
     line-height: 3em;
     height:4em;
    background: url(../images/fblock.png) no-repeat #fff 100%;
    background-size: contain;
}
.tw-bs .platform_tablet_login #emailbox {
    background: url(../images/fbmail.png) no-repeat #fff 100%;
    line-height: 3em;
    background-size: contain;
    margin-bottom: 1vh;
}
.tw-bs .platform_tablet_login .login_field:hover{
	border: 1px solid #1bbf87;
	}
.tw-bs .platform_tablet_login .signin_button:hover {
	width: 100%;
    background: #23B180;
    font-size: 1em;
    height: 4em;
    border: 1px solid #23B180;
    color: #fff;
    padding: 1%;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: uppercase;
}

.tw-bs .platform_tablet_login .forgot_password {
	font-size: 14px;
	float: left;
	margin: 14px 0 0 10px;
	text-transform: uppercase;
	display:none;
}

.tw-bs .platform_tablet_login .forgot_password a {
	color: #fff;
	text-decoration: none;
	display:none;
}

.tw-bs .platform_tablet_login .forgot_password a:hover {
	color: #fff;
	text-decoration: underline;
	display:none;
}

.tw-bs .login_text {

	font-size:12px;
	text-decoration:none;
}

.login_text:hover{

	text-decoration: underline;
}
.tw-bs .margin_bottom{
  margin-bottom: 2em !important;
}

.tw-bs .myboxshadow{
  box-shadow: 0px 0px 10px #666;
}
.tw-bs .sign_up_text{
    margin: 2em auto;
    width: 80%;
    font-weight:bold;
    margin-top: 16px;
}


 /*bootstrap namespace*/
 .tw-bs {
  /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
}
.tw-bs html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.tw-bs body {
  margin: 0;
}
.tw-bs article,
.tw-bs aside,
.tw-bs details,
.tw-bs figcaption,
.tw-bs figure,
.tw-bs footer,
.tw-bs header,
.tw-bs hgroup,
.tw-bs main,
.tw-bs nav,
.tw-bs section,
.tw-bs summary {
  display: block;
}
.tw-bs audio,
.tw-bs canvas,
.tw-bs progress,
.tw-bs video {
  display: inline-block;
  vertical-align: baseline;
}
.tw-bs audio:not([controls]) {
  display: none;
  height: 0;
}
.tw-bs [hidden],
.tw-bs template {
  display: none;
}
.tw-bs a {
  background: transparent;
}
.tw-bs a:active,
.tw-bs a:hover {
  outline: 0;
}
.tw-bs abbr[title] {
  border-bottom: 1px dotted;
}
.tw-bs b,
.tw-bs strong {
  font-weight: bold;
}
.tw-bs dfn {
  font-style: italic;
}
.tw-bs h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.tw-bs mark {
  background: #ff0;
  color: #000;
}
.tw-bs small {
  font-size: 80%;
}
.tw-bs sub,
.tw-bs sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.tw-bs sup {
  top: -0.5em;
}
.tw-bs sub {
  bottom: -0.25em;
}
.tw-bs img {
  border: 0;
}
.tw-bs svg:not(:root) {
  overflow: hidden;
}
.tw-bs figure {
  margin: 1em 40px;
}
.tw-bs hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.tw-bs pre {
  overflow: auto;
}
.tw-bs code,
.tw-bs kbd,
.tw-bs pre,
.tw-bs samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.tw-bs button,
.tw-bs input,
.tw-bs optgroup,
.tw-bs select,
.tw-bs textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.tw-bs button {
  overflow: visible;
}
.tw-bs button,
.tw-bs select {
  text-transform: none;
}
.tw-bs button,
.tw-bs html input[type="button"],
.tw-bs input[type="reset"],
.tw-bs input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.tw-bs button[disabled],
.tw-bs html input[disabled] {
  cursor: default;
}
.tw-bs button::-moz-focus-inner,
.tw-bs input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.tw-bs input {
  line-height: normal;
}
.tw-bs input[type="checkbox"],
.tw-bs input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.tw-bs input[type="number"]::-webkit-inner-spin-button,
.tw-bs input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.tw-bs input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tw-bs input[type="search"]::-webkit-search-cancel-button,
.tw-bs input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tw-bs fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.tw-bs legend {
  border: 0;
  padding: 0;
}
.tw-bs textarea {
  overflow: auto;
}
.tw-bs optgroup {
  font-weight: bold;
}
.tw-bs table {
  border-collapse: collapse;
  border-spacing: 0;
}
.tw-bs td,
.tw-bs th {
  padding: 0;
}
@media print {
  .tw-bs * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .tw-bs a,
  .tw-bs a:visited {
    text-decoration: underline;
  }
  .tw-bs a[href]:after {
    content: " (" attr(href) ")";
  }
  .tw-bs abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .tw-bs a[href^="javascript:"]:after,
  .tw-bs a[href^="#"]:after {
    content: "";
  }
  .tw-bs pre,
  .tw-bs blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .tw-bs thead {
    display: table-header-group;
  }
  .tw-bs tr,
  .tw-bs img {
    page-break-inside: avoid;
  }
  .tw-bs img {
    max-width: 100% !important;
  }
  .tw-bs p,
  .tw-bs h2,
  .tw-bs h3 {
    orphans: 3;
    widows: 3;
  }
  .tw-bs h2,
  .tw-bs h3 {
    page-break-after: avoid;
  }
  .tw-bs select {
    background: #fff !important;
  }
  .tw-bs .navbar {
    display: none;
  }
  .tw-bs .table td,
  .tw-bs .table th {
    background-color: #fff !important;
  }
  .tw-bs .btn > .caret,
  .tw-bs .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .tw-bs .label {
    border: 1px solid #000;
  }
  .tw-bs .table {
    border-collapse: collapse !important;
  }
  .tw-bs .table-bordered th,
  .tw-bs .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.tw-bs * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tw-bs *:before,
.tw-bs *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tw-bs html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tw-bs body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.tw-bs input,
.tw-bs button,
.tw-bs select,
.tw-bs textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.tw-bs a {
  color: #428bca;
  text-decoration: none;
}
.tw-bs a:hover,
.tw-bs a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.tw-bs a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tw-bs figure {
  margin: 0;
}
.tw-bs img {
  vertical-align: middle;
}
.tw-bs .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.tw-bs .img-rounded {
  border-radius: 6px;
}
.tw-bs .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.tw-bs .img-circle {
  border-radius: 50%;
}
.tw-bs hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.tw-bs .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.tw-bs h1,
.tw-bs h2,
.tw-bs h3,
.tw-bs h4,
.tw-bs h5,
.tw-bs h6,
.tw-bs .h1,
.tw-bs .h2,
.tw-bs .h3,
.tw-bs .h4,
.tw-bs .h5,
.tw-bs .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.tw-bs h1 small,
.tw-bs h2 small,
.tw-bs h3 small,
.tw-bs h4 small,
.tw-bs h5 small,
.tw-bs h6 small,
.tw-bs .h1 small,
.tw-bs .h2 small,
.tw-bs .h3 small,
.tw-bs .h4 small,
.tw-bs .h5 small,
.tw-bs .h6 small,
.tw-bs h1 .small,
.tw-bs h2 .small,
.tw-bs h3 .small,
.tw-bs h4 .small,
.tw-bs h5 .small,
.tw-bs h6 .small,
.tw-bs .h1 .small,
.tw-bs .h2 .small,
.tw-bs .h3 .small,
.tw-bs .h4 .small,
.tw-bs .h5 .small,
.tw-bs .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.tw-bs h1,
.tw-bs .h1,
.tw-bs h2,
.tw-bs .h2,
.tw-bs h3,
.tw-bs .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.tw-bs h1 small,
.tw-bs .h1 small,
.tw-bs h2 small,
.tw-bs .h2 small,
.tw-bs h3 small,
.tw-bs .h3 small,
.tw-bs h1 .small,
.tw-bs .h1 .small,
.tw-bs h2 .small,
.tw-bs .h2 .small,
.tw-bs h3 .small,
.tw-bs .h3 .small {
  font-size: 65%;
}
.tw-bs h4,
.tw-bs .h4,
.tw-bs h5,
.tw-bs .h5,
.tw-bs h6,
.tw-bs .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tw-bs h4 small,
.tw-bs .h4 small,
.tw-bs h5 small,
.tw-bs .h5 small,
.tw-bs h6 small,
.tw-bs .h6 small,
.tw-bs h4 .small,
.tw-bs .h4 .small,
.tw-bs h5 .small,
.tw-bs .h5 .small,
.tw-bs h6 .small,
.tw-bs .h6 .small {
  font-size: 75%;
}
.tw-bs h1,
.tw-bs .h1 {
  font-size: 36px;
}
.tw-bs h2,
.tw-bs .h2 {
  font-size: 30px;
}
.tw-bs h3,
.tw-bs .h3 {
  font-size: 24px;
}
.tw-bs h4,
.tw-bs .h4 {
  font-size: 18px;
}
.tw-bs h5,
.tw-bs .h5 {
  font-size: 14px;
}
.tw-bs h6,
.tw-bs .h6 {
  font-size: 12px;
}
.tw-bs p {
  margin: 0 0 10px;
}
.tw-bs .lead {
  margin-bottom: 20px;
  font-size: 16px !important;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tw-bs .lead {
    font-size: 21px;
  }
}
.tw-bs small,
.tw-bs .small {
  font-size: 85%;
}
.tw-bs cite {
  font-style: normal;
}
.tw-bs .text-left {
  text-align: left;
}
.tw-bs .text-right {
  text-align: right;
}
.tw-bs .text-center {
  text-align: center;
}
.tw-bs .text-justify {
  text-align: justify;
}
.tw-bs .text-muted {
  color: #999999;
}
.tw-bs .text-primary {
  color: #428bca;
}
a.tw-bs .text-primary:hover {
  color: #3071a9;
}
.tw-bs .text-success {
  color: #3c763d;
}
a.tw-bs .text-success:hover {
  color: #2b542c;
}
.tw-bs .text-info {
  color: #31708f;
}
a.tw-bs .text-info:hover {
  color: #245269;
}
.tw-bs .text-warning {
  color: #8a6d3b;
}
a.tw-bs .text-warning:hover {
  color: #66512c;
}
.tw-bs .text-danger {
  color: #a94442;
}
a.tw-bs .text-danger:hover {
  color: #843534;
}
.tw-bs .bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.tw-bs .bg-primary:hover {
  background-color: #3071a9;
}
.tw-bs .bg-success {
  background-color: #dff0d8;
}
a.tw-bs .bg-success:hover {
  background-color: #c1e2b3;
}
.tw-bs .bg-info {
  background-color: #d9edf7;
}
a.tw-bs .bg-info:hover {
  background-color: #afd9ee;
}
.tw-bs .bg-warning {
  background-color: #fcf8e3;
}
a.tw-bs .bg-warning:hover {
  background-color: #f7ecb5;
}
.tw-bs .bg-danger {
  background-color: #f2dede;
}
a.tw-bs .bg-danger:hover {
  background-color: #e4b9b9;
}
.tw-bs .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.tw-bs ul,
.tw-bs ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.tw-bs ul ul,
.tw-bs ol ul,
.tw-bs ul ol,
.tw-bs ol ol {
  margin-bottom: 0;
}
.tw-bs .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.tw-bs .list-inline {
  padding-left: 0;
  list-style: none;
}
.tw-bs .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.tw-bs dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.tw-bs dt,
.tw-bs dd {
  line-height: 1.42857143;
}
.tw-bs dt {
  font-weight: bold;
}
.tw-bs dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .tw-bs .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tw-bs .dl-horizontal dd {
    margin-left: 180px;
  }
}
.tw-bs abbr[title],
.tw-bs abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.tw-bs .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.tw-bs blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.tw-bs blockquote p:last-child,
.tw-bs blockquote ul:last-child,
.tw-bs blockquote ol:last-child {
  margin-bottom: 0;
}
.tw-bs blockquote footer,
.tw-bs blockquote small,
.tw-bs blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
.tw-bs blockquote footer:before,
.tw-bs blockquote small:before,
.tw-bs blockquote .small:before {
  content: '\2014 \00A0';
}
.tw-bs .blockquote-reverse,
.tw-bs blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.tw-bs .blockquote-reverse footer:before,
.tw-bs blockquote.pull-right footer:before,
.tw-bs .blockquote-reverse small:before,
.tw-bs blockquote.pull-right small:before,
.tw-bs .blockquote-reverse .small:before,
.tw-bs blockquote.pull-right .small:before {
  content: '';
}
.tw-bs .blockquote-reverse footer:after,
.tw-bs blockquote.pull-right footer:after,
.tw-bs .blockquote-reverse small:after,
.tw-bs blockquote.pull-right small:after,
.tw-bs .blockquote-reverse .small:after,
.tw-bs blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.tw-bs blockquote:before,
.tw-bs blockquote:after {
  content: "";
}
.tw-bs address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.tw-bs code,
.tw-bs kbd,
.tw-bs pre,
.tw-bs samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.tw-bs code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
.tw-bs kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.tw-bs pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.tw-bs pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.tw-bs .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.tw-bs .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tw-bs .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .tw-bs .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .tw-bs .container {
    width: 1170px;
  }
}
.tw-bs .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tw-bs .row {
  margin-left: -15px;
  margin-right: -15px;
}
.tw-bs .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.tw-bs .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.tw-bs .col-xs-12 {
  width: 100%;
}
.tw-bs .col-xs-11 {
  width: 91.66666667%;
}
.tw-bs .col-xs-10 {
  width: 83.33333333%;
}
.tw-bs .col-xs-9 {
  width: 75%;
}
.tw-bs .col-xs-8 {
  width: 66.66666667%;
}
.tw-bs .col-xs-7 {
  width: 58.33333333%;
}
.tw-bs .col-xs-6 {
  width: 50%;
}
.tw-bs .col-xs-5 {
  width: 41.66666667%;
}
.tw-bs .col-xs-4 {
  width: 33.33333333%;
}
.tw-bs .col-xs-3 {
  width: 25%;
}
.tw-bs .col-xs-2 {
  width: 16.66666667%;
}
.tw-bs .col-xs-1 {
  width: 8.33333333%;
}
.tw-bs .col-xs-pull-12 {
  right: 100%;
}
.tw-bs .col-xs-pull-11 {
  right: 91.66666667%;
}
.tw-bs .col-xs-pull-10 {
  right: 83.33333333%;
}
.tw-bs .col-xs-pull-9 {
  right: 75%;
}
.tw-bs .col-xs-pull-8 {
  right: 66.66666667%;
}
.tw-bs .col-xs-pull-7 {
  right: 58.33333333%;
}
.tw-bs .col-xs-pull-6 {
  right: 50%;
}
.tw-bs .col-xs-pull-5 {
  right: 41.66666667%;
}
.tw-bs .col-xs-pull-4 {
  right: 33.33333333%;
}
.tw-bs .col-xs-pull-3 {
  right: 25%;
}
.tw-bs .col-xs-pull-2 {
  right: 16.66666667%;
}
.tw-bs .col-xs-pull-1 {
  right: 8.33333333%;
}
.tw-bs .col-xs-pull-0 {
  right: 0%;
}
.tw-bs .col-xs-push-12 {
  left: 100%;
}
.tw-bs .col-xs-push-11 {
  left: 91.66666667%;
}
.tw-bs .col-xs-push-10 {
  left: 83.33333333%;
}
.tw-bs .col-xs-push-9 {
  left: 75%;
}
.tw-bs .col-xs-push-8 {
  left: 66.66666667%;
}
.tw-bs .col-xs-push-7 {
  left: 58.33333333%;
}
.tw-bs .col-xs-push-6 {
  left: 50%;
}
.tw-bs .col-xs-push-5 {
  left: 41.66666667%;
}
.tw-bs .col-xs-push-4 {
  left: 33.33333333%;
}
.tw-bs .col-xs-push-3 {
  left: 25%;
}
.tw-bs .col-xs-push-2 {
  left: 16.66666667%;
}
.tw-bs .col-xs-push-1 {
  left: 8.33333333%;
}
.tw-bs .col-xs-push-0 {
  left: 0%;
}
.tw-bs .col-xs-offset-12 {
  margin-left: 100%;
}
.tw-bs .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.tw-bs .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.tw-bs .col-xs-offset-9 {
  margin-left: 75%;
}
.tw-bs .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.tw-bs .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.tw-bs .col-xs-offset-6 {
  margin-left: 50%;
}
.tw-bs .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.tw-bs .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.tw-bs .col-xs-offset-3 {
  margin-left: 25%;
}
.tw-bs .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.tw-bs .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.tw-bs .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .tw-bs .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .tw-bs .col-sm-12 {
    width: 100%;
  }
  .tw-bs .col-sm-11 {
    width: 91.66666667%;
  }
  .tw-bs .col-sm-10 {
    width: 83.33333333%;
  }
  .tw-bs .col-sm-9 {
    width: 75%;
  }
  .tw-bs .col-sm-8 {
    width: 66.66666667%;
  }
  .tw-bs .col-sm-7 {
    width: 58.33333333%;
  }
  .tw-bs .col-sm-6 {
    width: 50%;
  }
  .tw-bs .col-sm-5 {
    width: 41.66666667%;
  }
  .tw-bs .col-sm-4 {
    width: 33.33333333%;
  }
  .tw-bs .col-sm-3 {
    width: 25%;
  }
  .tw-bs .col-sm-2 {
    width: 16.66666667%;
  }
  .tw-bs .col-sm-1 {
    width: 8.33333333%;
  }
  .tw-bs .col-sm-pull-12 {
    right: 100%;
  }
  .tw-bs .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .tw-bs .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .tw-bs .col-sm-pull-9 {
    right: 75%;
  }
  .tw-bs .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .tw-bs .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .tw-bs .col-sm-pull-6 {
    right: 50%;
  }
  .tw-bs .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .tw-bs .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .tw-bs .col-sm-pull-3 {
    right: 25%;
  }
  .tw-bs .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .tw-bs .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .tw-bs .col-sm-pull-0 {
    right: 0%;
  }
  .tw-bs .col-sm-push-12 {
    left: 100%;
  }
  .tw-bs .col-sm-push-11 {
    left: 91.66666667%;
  }
  .tw-bs .col-sm-push-10 {
    left: 83.33333333%;
  }
  .tw-bs .col-sm-push-9 {
    left: 75%;
  }
  .tw-bs .col-sm-push-8 {
    left: 66.66666667%;
  }
  .tw-bs .col-sm-push-7 {
    left: 58.33333333%;
  }
  .tw-bs .col-sm-push-6 {
    left: 50%;
  }
  .tw-bs .col-sm-push-5 {
    left: 41.66666667%;
  }
  .tw-bs .col-sm-push-4 {
    left: 33.33333333%;
  }
  .tw-bs .col-sm-push-3 {
    left: 25%;
  }
  .tw-bs .col-sm-push-2 {
    left: 16.66666667%;
  }
  .tw-bs .col-sm-push-1 {
    left: 8.33333333%;
  }
  .tw-bs .col-sm-push-0 {
    left: 0%;
  }
  .tw-bs .col-sm-offset-12 {
    margin-left: 100%;
  }
  .tw-bs .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .tw-bs .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .tw-bs .col-sm-offset-9 {
    margin-left: 75%;
  }
  .tw-bs .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .tw-bs .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .tw-bs .col-sm-offset-6 {
    margin-left: 50%;
  }
  .tw-bs .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .tw-bs .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .tw-bs .col-sm-offset-3 {
    margin-left: 25%;
  }
  .tw-bs .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .tw-bs .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .tw-bs .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .tw-bs .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .tw-bs .col-md-12 {
    width: 100%;
  }
  .tw-bs .col-md-11 {
    width: 91.66666667%;
  }
  .tw-bs .col-md-10 {
    width: 83.33333333%;
  }
  .tw-bs .col-md-9 {
    width: 75%;
  }
  .tw-bs .col-md-8 {
    width: 66.66666667%;
  }
  .tw-bs .col-md-7 {
    width: 58.33333333%;
  }
  .tw-bs .col-md-6 {
    width: 50%;
  }
  .tw-bs .col-md-5 {
    width: 41.66666667%;
  }
  .tw-bs .col-md-4 {
    width: 33.33333333%;
  }
  .tw-bs .col-md-3 {
    width: 25%;
  }
  .tw-bs .col-md-2 {
    width: 16.66666667%;
  }
  .tw-bs .col-md-1 {
    width: 8.33333333%;
  }
  .tw-bs .col-md-pull-12 {
    right: 100%;
  }
  .tw-bs .col-md-pull-11 {
    right: 91.66666667%;
  }
  .tw-bs .col-md-pull-10 {
    right: 83.33333333%;
  }
  .tw-bs .col-md-pull-9 {
    right: 75%;
  }
  .tw-bs .col-md-pull-8 {
    right: 66.66666667%;
  }
  .tw-bs .col-md-pull-7 {
    right: 58.33333333%;
  }
  .tw-bs .col-md-pull-6 {
    right: 50%;
  }
  .tw-bs .col-md-pull-5 {
    right: 41.66666667%;
  }
  .tw-bs .col-md-pull-4 {
    right: 33.33333333%;
  }
  .tw-bs .col-md-pull-3 {
    right: 25%;
  }
  .tw-bs .col-md-pull-2 {
    right: 16.66666667%;
  }
  .tw-bs .col-md-pull-1 {
    right: 8.33333333%;
  }
  .tw-bs .col-md-pull-0 {
    right: 0%;
  }
  .tw-bs .col-md-push-12 {
    left: 100%;
  }
  .tw-bs .col-md-push-11 {
    left: 91.66666667%;
  }
  .tw-bs .col-md-push-10 {
    left: 83.33333333%;
  }
  .tw-bs .col-md-push-9 {
    left: 75%;
  }
  .tw-bs .col-md-push-8 {
    left: 66.66666667%;
  }
  .tw-bs .col-md-push-7 {
    left: 58.33333333%;
  }
  .tw-bs .col-md-push-6 {
    left: 50%;
  }
  .tw-bs .col-md-push-5 {
    left: 41.66666667%;
  }
  .tw-bs .col-md-push-4 {
    left: 33.33333333%;
  }
  .tw-bs .col-md-push-3 {
    left: 25%;
  }
  .tw-bs .col-md-push-2 {
    left: 16.66666667%;
  }
  .tw-bs .col-md-push-1 {
    left: 8.33333333%;
  }
  .tw-bs .col-md-push-0 {
    left: 0%;
  }
  .tw-bs .col-md-offset-12 {
    margin-left: 100%;
  }
  .tw-bs .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .tw-bs .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .tw-bs .col-md-offset-9 {
    margin-left: 75%;
  }
  .tw-bs .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .tw-bs .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .tw-bs .col-md-offset-6 {
    margin-left: 50%;
  }
  .tw-bs .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .tw-bs .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .tw-bs .col-md-offset-3 {
    margin-left: 25%;
  }
  .tw-bs .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .tw-bs .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .tw-bs .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .tw-bs .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .tw-bs .col-lg-12 {
    width: 100%;
  }
  .tw-bs .col-lg-11 {
    width: 91.66666667%;
  }
  .tw-bs .col-lg-10 {
    width: 83.33333333%;
  }
  .tw-bs .col-lg-9 {
    width: 75%;
  }
  .tw-bs .col-lg-8 {
    width: 66.66666667%;
  }
  .tw-bs .col-lg-7 {
    width: 58.33333333%;
  }
  .tw-bs .col-lg-6 {
    width: 50%;
  }
  .tw-bs .col-lg-5 {
    width: 41.66666667%;
  }
  .tw-bs .col-lg-4 {
    width: 33.33333333%;
  }
  .tw-bs .col-lg-3 {
    width: 25%;
  }
  .tw-bs .col-lg-2 {
    width: 16.66666667%;
  }
  .tw-bs .col-lg-1 {
    width: 8.33333333%;
  }
  .tw-bs .col-lg-pull-12 {
    right: 100%;
  }
  .tw-bs .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .tw-bs .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .tw-bs .col-lg-pull-9 {
    right: 75%;
  }
  .tw-bs .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .tw-bs .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .tw-bs .col-lg-pull-6 {
    right: 50%;
  }
  .tw-bs .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .tw-bs .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .tw-bs .col-lg-pull-3 {
    right: 25%;
  }
  .tw-bs .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .tw-bs .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .tw-bs .col-lg-pull-0 {
    right: 0%;
  }
  .tw-bs .col-lg-push-12 {
    left: 100%;
  }
  .tw-bs .col-lg-push-11 {
    left: 91.66666667%;
  }
  .tw-bs .col-lg-push-10 {
    left: 83.33333333%;
  }
  .tw-bs .col-lg-push-9 {
    left: 75%;
  }
  .tw-bs .col-lg-push-8 {
    left: 66.66666667%;
  }
  .tw-bs .col-lg-push-7 {
    left: 58.33333333%;
  }
  .tw-bs .col-lg-push-6 {
    left: 50%;
  }
  .tw-bs .col-lg-push-5 {
    left: 41.66666667%;
  }
  .tw-bs .col-lg-push-4 {
    left: 33.33333333%;
  }
  .tw-bs .col-lg-push-3 {
    left: 25%;
  }
  .tw-bs .col-lg-push-2 {
    left: 16.66666667%;
  }
  .tw-bs .col-lg-push-1 {
    left: 8.33333333%;
  }
  .tw-bs .col-lg-push-0 {
    left: 0%;
  }
  .tw-bs .col-lg-offset-12 {
    margin-left: 100%;
  }
  .tw-bs .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .tw-bs .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .tw-bs .col-lg-offset-9 {
    margin-left: 75%;
  }
  .tw-bs .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .tw-bs .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .tw-bs .col-lg-offset-6 {
    margin-left: 50%;
  }
  .tw-bs .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .tw-bs .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .tw-bs .col-lg-offset-3 {
    margin-left: 25%;
  }
  .tw-bs .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .tw-bs .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .tw-bs .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.tw-bs table {
  max-width: 100%;
  background-color: transparent;
}
.tw-bs th {
  text-align: left;
}
.tw-bs .table {
  width: 100%;
  margin-bottom: 20px;
}
.tw-bs .table > thead > tr > th,
.tw-bs .table > tbody > tr > th,
.tw-bs .table > tfoot > tr > th,
.tw-bs .table > thead > tr > td,
.tw-bs .table > tbody > tr > td,
.tw-bs .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.tw-bs .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.tw-bs .table > caption + thead > tr:first-child > th,
.tw-bs .table > colgroup + thead > tr:first-child > th,
.tw-bs .table > thead:first-child > tr:first-child > th,
.tw-bs .table > caption + thead > tr:first-child > td,
.tw-bs .table > colgroup + thead > tr:first-child > td,
.tw-bs .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tw-bs .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.tw-bs .table .table {
  background-color: #ffffff;
}
.tw-bs .table-condensed > thead > tr > th,
.tw-bs .table-condensed > tbody > tr > th,
.tw-bs .table-condensed > tfoot > tr > th,
.tw-bs .table-condensed > thead > tr > td,
.tw-bs .table-condensed > tbody > tr > td,
.tw-bs .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.tw-bs .table-bordered {
  border: 1px solid #dddddd;
}
.tw-bs .table-bordered > thead > tr > th,
.tw-bs .table-bordered > tbody > tr > th,
.tw-bs .table-bordered > tfoot > tr > th,
.tw-bs .table-bordered > thead > tr > td,
.tw-bs .table-bordered > tbody > tr > td,
.tw-bs .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.tw-bs .table-bordered > thead > tr > th,
.tw-bs .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.tw-bs .table-striped > tbody > tr:nth-child(odd) > td,
.tw-bs .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.tw-bs .table-hover > tbody > tr:hover > td,
.tw-bs .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.tw-bs table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.tw-bs table td[class*="col-"],
.tw-bs table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.tw-bs .table > thead > tr > td.active,
.tw-bs .table > tbody > tr > td.active,
.tw-bs .table > tfoot > tr > td.active,
.tw-bs .table > thead > tr > th.active,
.tw-bs .table > tbody > tr > th.active,
.tw-bs .table > tfoot > tr > th.active,
.tw-bs .table > thead > tr.active > td,
.tw-bs .table > tbody > tr.active > td,
.tw-bs .table > tfoot > tr.active > td,
.tw-bs .table > thead > tr.active > th,
.tw-bs .table > tbody > tr.active > th,
.tw-bs .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.tw-bs .table-hover > tbody > tr > td.active:hover,
.tw-bs .table-hover > tbody > tr > th.active:hover,
.tw-bs .table-hover > tbody > tr.active:hover > td,
.tw-bs .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.tw-bs .table > thead > tr > td.success,
.tw-bs .table > tbody > tr > td.success,
.tw-bs .table > tfoot > tr > td.success,
.tw-bs .table > thead > tr > th.success,
.tw-bs .table > tbody > tr > th.success,
.tw-bs .table > tfoot > tr > th.success,
.tw-bs .table > thead > tr.success > td,
.tw-bs .table > tbody > tr.success > td,
.tw-bs .table > tfoot > tr.success > td,
.tw-bs .table > thead > tr.success > th,
.tw-bs .table > tbody > tr.success > th,
.tw-bs .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.tw-bs .table-hover > tbody > tr > td.success:hover,
.tw-bs .table-hover > tbody > tr > th.success:hover,
.tw-bs .table-hover > tbody > tr.success:hover > td,
.tw-bs .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.tw-bs .table > thead > tr > td.info,
.tw-bs .table > tbody > tr > td.info,
.tw-bs .table > tfoot > tr > td.info,
.tw-bs .table > thead > tr > th.info,
.tw-bs .table > tbody > tr > th.info,
.tw-bs .table > tfoot > tr > th.info,
.tw-bs .table > thead > tr.info > td,
.tw-bs .table > tbody > tr.info > td,
.tw-bs .table > tfoot > tr.info > td,
.tw-bs .table > thead > tr.info > th,
.tw-bs .table > tbody > tr.info > th,
.tw-bs .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.tw-bs .table-hover > tbody > tr > td.info:hover,
.tw-bs .table-hover > tbody > tr > th.info:hover,
.tw-bs .table-hover > tbody > tr.info:hover > td,
.tw-bs .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.tw-bs .table > thead > tr > td.warning,
.tw-bs .table > tbody > tr > td.warning,
.tw-bs .table > tfoot > tr > td.warning,
.tw-bs .table > thead > tr > th.warning,
.tw-bs .table > tbody > tr > th.warning,
.tw-bs .table > tfoot > tr > th.warning,
.tw-bs .table > thead > tr.warning > td,
.tw-bs .table > tbody > tr.warning > td,
.tw-bs .table > tfoot > tr.warning > td,
.tw-bs .table > thead > tr.warning > th,
.tw-bs .table > tbody > tr.warning > th,
.tw-bs .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.tw-bs .table-hover > tbody > tr > td.warning:hover,
.tw-bs .table-hover > tbody > tr > th.warning:hover,
.tw-bs .table-hover > tbody > tr.warning:hover > td,
.tw-bs .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.tw-bs .table > thead > tr > td.danger,
.tw-bs .table > tbody > tr > td.danger,
.tw-bs .table > tfoot > tr > td.danger,
.tw-bs .table > thead > tr > th.danger,
.tw-bs .table > tbody > tr > th.danger,
.tw-bs .table > tfoot > tr > th.danger,
.tw-bs .table > thead > tr.danger > td,
.tw-bs .table > tbody > tr.danger > td,
.tw-bs .table > tfoot > tr.danger > td,
.tw-bs .table > thead > tr.danger > th,
.tw-bs .table > tbody > tr.danger > th,
.tw-bs .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.tw-bs .table-hover > tbody > tr > td.danger:hover,
.tw-bs .table-hover > tbody > tr > th.danger:hover,
.tw-bs .table-hover > tbody > tr.danger:hover > td,
.tw-bs .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .tw-bs .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .tw-bs .table-responsive > .table {
    margin-bottom: 0;
  }
  .tw-bs .table-responsive > .table > thead > tr > th,
  .tw-bs .table-responsive > .table > tbody > tr > th,
  .tw-bs .table-responsive > .table > tfoot > tr > th,
  .tw-bs .table-responsive > .table > thead > tr > td,
  .tw-bs .table-responsive > .table > tbody > tr > td,
  .tw-bs .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .tw-bs .table-responsive > .table-bordered {
    border: 0;
  }
  .tw-bs .table-responsive > .table-bordered > thead > tr > th:first-child,
  .tw-bs .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .tw-bs .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .tw-bs .table-responsive > .table-bordered > thead > tr > td:first-child,
  .tw-bs .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .tw-bs .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .tw-bs .table-responsive > .table-bordered > thead > tr > th:last-child,
  .tw-bs .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .tw-bs .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .tw-bs .table-responsive > .table-bordered > thead > tr > td:last-child,
  .tw-bs .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .tw-bs .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .tw-bs .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .tw-bs .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .tw-bs .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .tw-bs .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.tw-bs fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.tw-bs legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.tw-bs label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.tw-bs input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tw-bs input[type="radio"],
.tw-bs input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.tw-bs input[type="file"] {
  display: block;
}
.tw-bs input[type="range"] {
  display: block;
  width: 100%;
}
.tw-bs select[multiple],
.tw-bs select[size] {
  height: auto;
}
.tw-bs input[type="file"]:focus,
.tw-bs input[type="radio"]:focus,
.tw-bs input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tw-bs output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.tw-bs .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tw-bs .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tw-bs .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.tw-bs .form-control:-ms-input-placeholder {
  color: #999999;
}
.tw-bs .form-control::-webkit-input-placeholder {
  color: #999999;
}
.tw-bs .form-control[disabled],
.tw-bs .form-control[readonly],
fieldset[disabled] .tw-bs .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.tw-bs .form-control {
  height: auto;
}
.tw-bs input[type="search"] {
  -webkit-appearance: none;
}
.tw-bs input[type="date"] {
  line-height: 34px;
}
.tw-bs .form-group {
  margin-bottom: 15px;
}
.tw-bs .radio,
.tw-bs .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.tw-bs .radio label,
.tw-bs .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.tw-bs .radio input[type="radio"],
.tw-bs .radio-inline input[type="radio"],
.tw-bs .checkbox input[type="checkbox"],
.tw-bs .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.tw-bs .radio + .radio,
.tw-bs .checkbox + .checkbox {
  margin-top: -5px;
}
.tw-bs .radio-inline,
.tw-bs .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.tw-bs .radio-inline + .radio-inline,
.tw-bs .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.tw-bs input[type="radio"][disabled],
.tw-bs input[type="checkbox"][disabled],
.tw-bs .radio[disabled],
.tw-bs .radio-inline[disabled],
.tw-bs .checkbox[disabled],
.tw-bs .checkbox-inline[disabled],
fieldset[disabled] .tw-bs input[type="radio"],
fieldset[disabled] .tw-bs input[type="checkbox"],
fieldset[disabled] .tw-bs .radio,
fieldset[disabled] .tw-bs .radio-inline,
fieldset[disabled] .tw-bs .checkbox,
fieldset[disabled] .tw-bs .checkbox-inline {
  cursor: not-allowed;
}
.tw-bs .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.tw-bs .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.tw-bs .input-sm,
select[multiple].tw-bs .input-sm {
  height: auto;
}
.tw-bs .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.tw-bs .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.tw-bs .input-lg,
select[multiple].tw-bs .input-lg {
  height: auto;
}
.tw-bs .has-feedback {
  position: relative;
}
.tw-bs .has-feedback .form-control {
  padding-right: 42.5px;
}
.tw-bs .has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.tw-bs .has-success .help-block,
.tw-bs .has-success .control-label,
.tw-bs .has-success .radio,
.tw-bs .has-success .checkbox,
.tw-bs .has-success .radio-inline,
.tw-bs .has-success .checkbox-inline {
  color: #3c763d;
}
.tw-bs .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tw-bs .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.tw-bs .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.tw-bs .has-success .form-control-feedback {
  color: #3c763d;
}
.tw-bs .has-warning .help-block,
.tw-bs .has-warning .control-label,
.tw-bs .has-warning .radio,
.tw-bs .has-warning .checkbox,
.tw-bs .has-warning .radio-inline,
.tw-bs .has-warning .checkbox-inline {
  color: #8a6d3b;
}
.tw-bs .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tw-bs .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.tw-bs .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.tw-bs .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.tw-bs .has-error .help-block,
.tw-bs .has-error .control-label,
.tw-bs .has-error .radio,
.tw-bs .has-error .checkbox,
.tw-bs .has-error .radio-inline,
.tw-bs .has-error .checkbox-inline {
  color: #a94442;
}
.tw-bs .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tw-bs .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.tw-bs .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.tw-bs .has-error .form-control-feedback {
  color: #a94442;
}
.tw-bs .form-control-static {
  margin-bottom: 0;
}
.tw-bs .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .tw-bs .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tw-bs .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .tw-bs .form-inline .input-group > .form-control {
    width: 100%;
  }
  .tw-bs .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tw-bs .form-inline .radio,
  .tw-bs .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .tw-bs .form-inline .radio input[type="radio"],
  .tw-bs .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .tw-bs .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.tw-bs .form-horizontal .control-label,
.tw-bs .form-horizontal .radio,
.tw-bs .form-horizontal .checkbox,
.tw-bs .form-horizontal .radio-inline,
.tw-bs .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.tw-bs .form-horizontal .radio,
.tw-bs .form-horizontal .checkbox {
  min-height: 27px;
}
.tw-bs .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.tw-bs .form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .tw-bs .form-horizontal .control-label {
    text-align: right;
  }
}
.tw-bs .form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.tw-bs .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tw-bs .btn:focus,
.tw-bs .btn:active:focus,
.tw-bs .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tw-bs .btn:hover,
.tw-bs .btn:focus {
  color: #333333;
  text-decoration: none;
}
.tw-bs .btn:active,
.tw-bs .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tw-bs .btn.disabled,
.tw-bs .btn[disabled],
fieldset[disabled] .tw-bs .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tw-bs .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.tw-bs .btn-default:hover,
.tw-bs .btn-default:focus,
.tw-bs .btn-default:active,
.tw-bs .btn-default.active,
.open .dropdown-toggle.tw-bs .btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.tw-bs .btn-default:active,
.tw-bs .btn-default.active,
.open .dropdown-toggle.tw-bs .btn-default {
  background-image: none;
}
.tw-bs .btn-default.disabled,
.tw-bs .btn-default[disabled],
fieldset[disabled] .tw-bs .btn-default,
.tw-bs .btn-default.disabled:hover,
.tw-bs .btn-default[disabled]:hover,
fieldset[disabled] .tw-bs .btn-default:hover,
.tw-bs .btn-default.disabled:focus,
.tw-bs .btn-default[disabled]:focus,
fieldset[disabled] .tw-bs .btn-default:focus,
.tw-bs .btn-default.disabled:active,
.tw-bs .btn-default[disabled]:active,
fieldset[disabled] .tw-bs .btn-default:active,
.tw-bs .btn-default.disabled.active,
.tw-bs .btn-default[disabled].active,
fieldset[disabled] .tw-bs .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.tw-bs .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.tw-bs .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.tw-bs .btn-primary:hover,
.tw-bs .btn-primary:focus,
.tw-bs .btn-primary:active,
.tw-bs .btn-primary.active,
.open .dropdown-toggle.tw-bs .btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.tw-bs .btn-primary:active,
.tw-bs .btn-primary.active,
.open .dropdown-toggle.tw-bs .btn-primary {
  background-image: none;
}
.tw-bs .btn-primary.disabled,
.tw-bs .btn-primary[disabled],
fieldset[disabled] .tw-bs .btn-primary,
.tw-bs .btn-primary.disabled:hover,
.tw-bs .btn-primary[disabled]:hover,
fieldset[disabled] .tw-bs .btn-primary:hover,
.tw-bs .btn-primary.disabled:focus,
.tw-bs .btn-primary[disabled]:focus,
fieldset[disabled] .tw-bs .btn-primary:focus,
.tw-bs .btn-primary.disabled:active,
.tw-bs .btn-primary[disabled]:active,
fieldset[disabled] .tw-bs .btn-primary:active,
.tw-bs .btn-primary.disabled.active,
.tw-bs .btn-primary[disabled].active,
fieldset[disabled] .tw-bs .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.tw-bs .btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.tw-bs .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.tw-bs .btn-success:hover,
.tw-bs .btn-success:focus,
.tw-bs .btn-success:active,
.tw-bs .btn-success.active,
.open .dropdown-toggle.tw-bs .btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.tw-bs .btn-success:active,
.tw-bs .btn-success.active,
.open .dropdown-toggle.tw-bs .btn-success {
  background-image: none;
}
.tw-bs .btn-success.disabled,
.tw-bs .btn-success[disabled],
fieldset[disabled] .tw-bs .btn-success,
.tw-bs .btn-success.disabled:hover,
.tw-bs .btn-success[disabled]:hover,
fieldset[disabled] .tw-bs .btn-success:hover,
.tw-bs .btn-success.disabled:focus,
.tw-bs .btn-success[disabled]:focus,
fieldset[disabled] .tw-bs .btn-success:focus,
.tw-bs .btn-success.disabled:active,
.tw-bs .btn-success[disabled]:active,
fieldset[disabled] .tw-bs .btn-success:active,
.tw-bs .btn-success.disabled.active,
.tw-bs .btn-success[disabled].active,
fieldset[disabled] .tw-bs .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.tw-bs .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.tw-bs .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.tw-bs .btn-info:hover,
.tw-bs .btn-info:focus,
.tw-bs .btn-info:active,
.tw-bs .btn-info.active,
.open .dropdown-toggle.tw-bs .btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.tw-bs .btn-info:active,
.tw-bs .btn-info.active,
.open .dropdown-toggle.tw-bs .btn-info {
  background-image: none;
}
.tw-bs .btn-info.disabled,
.tw-bs .btn-info[disabled],
fieldset[disabled] .tw-bs .btn-info,
.tw-bs .btn-info.disabled:hover,
.tw-bs .btn-info[disabled]:hover,
fieldset[disabled] .tw-bs .btn-info:hover,
.tw-bs .btn-info.disabled:focus,
.tw-bs .btn-info[disabled]:focus,
fieldset[disabled] .tw-bs .btn-info:focus,
.tw-bs .btn-info.disabled:active,
.tw-bs .btn-info[disabled]:active,
fieldset[disabled] .tw-bs .btn-info:active,
.tw-bs .btn-info.disabled.active,
.tw-bs .btn-info[disabled].active,
fieldset[disabled] .tw-bs .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.tw-bs .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.tw-bs .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.tw-bs .btn-warning:hover,
.tw-bs .btn-warning:focus,
.tw-bs .btn-warning:active,
.tw-bs .btn-warning.active,
.open .dropdown-toggle.tw-bs .btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.tw-bs .btn-warning:active,
.tw-bs .btn-warning.active,
.open .dropdown-toggle.tw-bs .btn-warning {
  background-image: none;
}
.tw-bs .btn-warning.disabled,
.tw-bs .btn-warning[disabled],
fieldset[disabled] .tw-bs .btn-warning,
.tw-bs .btn-warning.disabled:hover,
.tw-bs .btn-warning[disabled]:hover,
fieldset[disabled] .tw-bs .btn-warning:hover,
.tw-bs .btn-warning.disabled:focus,
.tw-bs .btn-warning[disabled]:focus,
fieldset[disabled] .tw-bs .btn-warning:focus,
.tw-bs .btn-warning.disabled:active,
.tw-bs .btn-warning[disabled]:active,
fieldset[disabled] .tw-bs .btn-warning:active,
.tw-bs .btn-warning.disabled.active,
.tw-bs .btn-warning[disabled].active,
fieldset[disabled] .tw-bs .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.tw-bs .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.tw-bs .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tw-bs .btn-danger:hover,
.tw-bs .btn-danger:focus,
.tw-bs .btn-danger:active,
.tw-bs .btn-danger.active,
.open .dropdown-toggle.tw-bs .btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.tw-bs .btn-danger:active,
.tw-bs .btn-danger.active,
.open .dropdown-toggle.tw-bs .btn-danger {
  background-image: none;
}
.tw-bs .btn-danger.disabled,
.tw-bs .btn-danger[disabled],
fieldset[disabled] .tw-bs .btn-danger,
.tw-bs .btn-danger.disabled:hover,
.tw-bs .btn-danger[disabled]:hover,
fieldset[disabled] .tw-bs .btn-danger:hover,
.tw-bs .btn-danger.disabled:focus,
.tw-bs .btn-danger[disabled]:focus,
fieldset[disabled] .tw-bs .btn-danger:focus,
.tw-bs .btn-danger.disabled:active,
.tw-bs .btn-danger[disabled]:active,
fieldset[disabled] .tw-bs .btn-danger:active,
.tw-bs .btn-danger.disabled.active,
.tw-bs .btn-danger[disabled].active,
fieldset[disabled] .tw-bs .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tw-bs .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.tw-bs .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.tw-bs .btn-link,
.tw-bs .btn-link:active,
.tw-bs .btn-link[disabled],
fieldset[disabled] .tw-bs .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tw-bs .btn-link,
.tw-bs .btn-link:hover,
.tw-bs .btn-link:focus,
.tw-bs .btn-link:active {
  border-color: transparent;
}
.tw-bs .btn-link:hover,
.tw-bs .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.tw-bs .btn-link[disabled]:hover,
fieldset[disabled] .tw-bs .btn-link:hover,
.tw-bs .btn-link[disabled]:focus,
fieldset[disabled] .tw-bs .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.tw-bs .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 28px;
}
.tw-bs .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tw-bs .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tw-bs .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.tw-bs .btn-block + .btn-block {
  margin-top: 5px;
}
.tw-bs input[type="submit"].btn-block,
.tw-bs input[type="reset"].btn-block,
.tw-bs input[type="button"].btn-block {
  width: 100%;
}
.tw-bs .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.tw-bs .fade.in {
  opacity: 1;
}
.tw-bs .collapse {
  display: none;
}
.tw-bs .collapse.in {
  display: block;
}
.tw-bs .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.tw-bs .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tw-bs .glyphicon-asterisk:before {
  content: "\2a";
}
.tw-bs .glyphicon-plus:before {
  content: "\2b";
}
.tw-bs .glyphicon-euro:before {
  content: "\20ac";
}
.tw-bs .glyphicon-minus:before {
  content: "\2212";
}
.tw-bs .glyphicon-cloud:before {
  content: "\2601";
}
.tw-bs .glyphicon-envelope:before {
  content: "\2709";
}
.tw-bs .glyphicon-pencil:before {
  content: "\270f";
}
.tw-bs .glyphicon-glass:before {
  content: "\e001";
}
.tw-bs .glyphicon-music:before {
  content: "\e002";
}
.tw-bs .glyphicon-search:before {
  content: "\e003";
}
.tw-bs .glyphicon-heart:before {
  content: "\e005";
}
.tw-bs .glyphicon-star:before {
  content: "\e006";
}
.tw-bs .glyphicon-star-empty:before {
  content: "\e007";
}
.tw-bs .glyphicon-user:before {
  content: "\e008";
}
.tw-bs .glyphicon-film:before {
  content: "\e009";
}
.tw-bs .glyphicon-th-large:before {
  content: "\e010";
}
.tw-bs .glyphicon-th:before {
  content: "\e011";
}
.tw-bs .glyphicon-th-list:before {
  content: "\e012";
}
.tw-bs .glyphicon-ok:before {
  content: "\e013";
}
.tw-bs .glyphicon-remove:before {
  content: "\e014";
}
.tw-bs .glyphicon-zoom-in:before {
  content: "\e015";
}
.tw-bs .glyphicon-zoom-out:before {
  content: "\e016";
}
.tw-bs .glyphicon-off:before {
  content: "\e017";
}
.tw-bs .glyphicon-signal:before {
  content: "\e018";
}
.tw-bs .glyphicon-cog:before {
  content: "\e019";
}
.tw-bs .glyphicon-trash:before {
  content: "\e020";
}
.tw-bs .glyphicon-home:before {
  content: "\e021";
}
.tw-bs .glyphicon-file:before {
  content: "\e022";
}
.tw-bs .glyphicon-time:before {
  content: "\e023";
}
.tw-bs .glyphicon-road:before {
  content: "\e024";
}
.tw-bs .glyphicon-download-alt:before {
  content: "\e025";
}
.tw-bs .glyphicon-download:before {
  content: "\e026";
}
.tw-bs .glyphicon-upload:before {
  content: "\e027";
}
.tw-bs .glyphicon-inbox:before {
  content: "\e028";
}
.tw-bs .glyphicon-play-circle:before {
  content: "\e029";
}
.tw-bs .glyphicon-repeat:before {
  content: "\e030";
}
.tw-bs .glyphicon-refresh:before {
  content: "\e031";
}
.tw-bs .glyphicon-list-alt:before {
  content: "\e032";
}
.tw-bs .glyphicon-lock:before {
  content: "\e033";
}
.tw-bs .glyphicon-flag:before {
  content: "\e034";
}
.tw-bs .glyphicon-headphones:before {
  content: "\e035";
}
.tw-bs .glyphicon-volume-off:before {
  content: "\e036";
}
.tw-bs .glyphicon-volume-down:before {
  content: "\e037";
}
.tw-bs .glyphicon-volume-up:before {
  content: "\e038";
}
.tw-bs .glyphicon-qrcode:before {
  content: "\e039";
}
.tw-bs .glyphicon-barcode:before {
  content: "\e040";
}
.tw-bs .glyphicon-tag:before {
  content: "\e041";
}
.tw-bs .glyphicon-tags:before {
  content: "\e042";
}
.tw-bs .glyphicon-book:before {
  content: "\e043";
}
.tw-bs .glyphicon-bookmark:before {
  content: "\e044";
}
.tw-bs .glyphicon-print:before {
  content: "\e045";
}
.tw-bs .glyphicon-camera:before {
  content: "\e046";
}
.tw-bs .glyphicon-font:before {
  content: "\e047";
}
.tw-bs .glyphicon-bold:before {
  content: "\e048";
}
.tw-bs .glyphicon-italic:before {
  content: "\e049";
}
.tw-bs .glyphicon-text-height:before {
  content: "\e050";
}
.tw-bs .glyphicon-text-width:before {
  content: "\e051";
}
.tw-bs .glyphicon-align-left:before {
  content: "\e052";
}
.tw-bs .glyphicon-align-center:before {
  content: "\e053";
}
.tw-bs .glyphicon-align-right:before {
  content: "\e054";
}
.tw-bs .glyphicon-align-justify:before {
  content: "\e055";
}
.tw-bs .glyphicon-list:before {
  content: "\e056";
}
.tw-bs .glyphicon-indent-left:before {
  content: "\e057";
}
.tw-bs .glyphicon-indent-right:before {
  content: "\e058";
}
.tw-bs .glyphicon-facetime-video:before {
  content: "\e059";
}
.tw-bs .glyphicon-picture:before {
  content: "\e060";
}
.tw-bs .glyphicon-map-marker:before {
  content: "\e062";
}
.tw-bs .glyphicon-adjust:before {
  content: "\e063";
}
.tw-bs .glyphicon-tint:before {
  content: "\e064";
}
.tw-bs .glyphicon-edit:before {
  content: "\e065";
}
.tw-bs .glyphicon-share:before {
  content: "\e066";
}
.tw-bs .glyphicon-check:before {
  content: "\e067";
}
.tw-bs .glyphicon-move:before {
  content: "\e068";
}
.tw-bs .glyphicon-step-backward:before {
  content: "\e069";
}
.tw-bs .glyphicon-fast-backward:before {
  content: "\e070";
}
.tw-bs .glyphicon-backward:before {
  content: "\e071";
}
.tw-bs .glyphicon-play:before {
  content: "\e072";
}
.tw-bs .glyphicon-pause:before {
  content: "\e073";
}
.tw-bs .glyphicon-stop:before {
  content: "\e074";
}
.tw-bs .glyphicon-forward:before {
  content: "\e075";
}
.tw-bs .glyphicon-fast-forward:before {
  content: "\e076";
}
.tw-bs .glyphicon-step-forward:before {
  content: "\e077";
}
.tw-bs .glyphicon-eject:before {
  content: "\e078";
}
.tw-bs .glyphicon-chevron-left:before {
  content: "\e079";
}
.tw-bs .glyphicon-chevron-right:before {
  content: "\e080";
}
.tw-bs .glyphicon-plus-sign:before {
  content: "\e081";
}
.tw-bs .glyphicon-minus-sign:before {
  content: "\e082";
}
.tw-bs .glyphicon-remove-sign:before {
  content: "\e083";
}
.tw-bs .glyphicon-ok-sign:before {
  content: "\e084";
}
.tw-bs .glyphicon-question-sign:before {
  content: "\e085";
}
.tw-bs .glyphicon-info-sign:before {
  content: "\e086";
}
.tw-bs .glyphicon-screenshot:before {
  content: "\e087";
}
.tw-bs .glyphicon-remove-circle:before {
  content: "\e088";
}
.tw-bs .glyphicon-ok-circle:before {
  content: "\e089";
}
.tw-bs .glyphicon-ban-circle:before {
  content: "\e090";
}
.tw-bs .glyphicon-arrow-left:before {
  content: "\e091";
}
.tw-bs .glyphicon-arrow-right:before {
  content: "\e092";
}
.tw-bs .glyphicon-arrow-up:before {
  content: "\e093";
}
.tw-bs .glyphicon-arrow-down:before {
  content: "\e094";
}
.tw-bs .glyphicon-share-alt:before {
  content: "\e095";
}
.tw-bs .glyphicon-resize-full:before {
  content: "\e096";
}
.tw-bs .glyphicon-resize-small:before {
  content: "\e097";
}
.tw-bs .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.tw-bs .glyphicon-gift:before {
  content: "\e102";
}
.tw-bs .glyphicon-leaf:before {
  content: "\e103";
}
.tw-bs .glyphicon-fire:before {
  content: "\e104";
}
.tw-bs .glyphicon-eye-open:before {
  content: "\e105";
}
.tw-bs .glyphicon-eye-close:before {
  content: "\e106";
}
.tw-bs .glyphicon-warning-sign:before {
  content: "\e107";
}
.tw-bs .glyphicon-plane:before {
  content: "\e108";
}
.tw-bs .glyphicon-calendar:before {
  content: "\e109";
}
.tw-bs .glyphicon-random:before {
  content: "\e110";
}
.tw-bs .glyphicon-comment:before {
  content: "\e111";
}
.tw-bs .glyphicon-magnet:before {
  content: "\e112";
}
.tw-bs .glyphicon-chevron-up:before {
  content: "\e113";
}
.tw-bs .glyphicon-chevron-down:before {
  content: "\e114";
}
.tw-bs .glyphicon-retweet:before {
  content: "\e115";
}
.tw-bs .glyphicon-shopping-cart:before {
  content: "\e116";
}
.tw-bs .glyphicon-folder-close:before {
  content: "\e117";
}
.tw-bs .glyphicon-folder-open:before {
  content: "\e118";
}
.tw-bs .glyphicon-resize-vertical:before {
  content: "\e119";
}
.tw-bs .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.tw-bs .glyphicon-hdd:before {
  content: "\e121";
}
.tw-bs .glyphicon-bullhorn:before {
  content: "\e122";
}
.tw-bs .glyphicon-bell:before {
  content: "\e123";
}
.tw-bs .glyphicon-certificate:before {
  content: "\e124";
}
.tw-bs .glyphicon-thumbs-up:before {
  content: "\e125";
}
.tw-bs .glyphicon-thumbs-down:before {
  content: "\e126";
}
.tw-bs .glyphicon-hand-right:before {
  content: "\e127";
}
.tw-bs .glyphicon-hand-left:before {
  content: "\e128";
}
.tw-bs .glyphicon-hand-up:before {
  content: "\e129";
}
.tw-bs .glyphicon-hand-down:before {
  content: "\e130";
}
.tw-bs .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.tw-bs .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.tw-bs .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.tw-bs .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.tw-bs .glyphicon-globe:before {
  content: "\e135";
}
.tw-bs .glyphicon-wrench:before {
  content: "\e136";
}
.tw-bs .glyphicon-tasks:before {
  content: "\e137";
}
.tw-bs .glyphicon-filter:before {
  content: "\e138";
}
.tw-bs .glyphicon-briefcase:before {
  content: "\e139";
}
.tw-bs .glyphicon-fullscreen:before {
  content: "\e140";
}
.tw-bs .glyphicon-dashboard:before {
  content: "\e141";
}
.tw-bs .glyphicon-paperclip:before {
  content: "\e142";
}
.tw-bs .glyphicon-heart-empty:before {
  content: "\e143";
}
.tw-bs .glyphicon-link:before {
  content: "\e144";
}
.tw-bs .glyphicon-phone:before {
  content: "\e145";
}
.tw-bs .glyphicon-pushpin:before {
  content: "\e146";
}
.tw-bs .glyphicon-usd:before {
  content: "\e148";
}
.tw-bs .glyphicon-gbp:before {
  content: "\e149";
}
.tw-bs .glyphicon-sort:before {
  content: "\e150";
}
.tw-bs .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.tw-bs .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.tw-bs .glyphicon-sort-by-order:before {
  content: "\e153";
}
.tw-bs .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.tw-bs .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.tw-bs .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.tw-bs .glyphicon-unchecked:before {
  content: "\e157";
}
.tw-bs .glyphicon-expand:before {
  content: "\e158";
}
.tw-bs .glyphicon-collapse-down:before {
  content: "\e159";
}
.tw-bs .glyphicon-collapse-up:before {
  content: "\e160";
}
.tw-bs .glyphicon-log-in:before {
  content: "\e161";
}
.tw-bs .glyphicon-flash:before {
  content: "\e162";
}
.tw-bs .glyphicon-log-out:before {
  content: "\e163";
}
.tw-bs .glyphicon-new-window:before {
  content: "\e164";
}
.tw-bs .glyphicon-record:before {
  content: "\e165";
}
.tw-bs .glyphicon-save:before {
  content: "\e166";
}
.tw-bs .glyphicon-open:before {
  content: "\e167";
}
.tw-bs .glyphicon-saved:before {
  content: "\e168";
}
.tw-bs .glyphicon-import:before {
  content: "\e169";
}
.tw-bs .glyphicon-export:before {
  content: "\e170";
}
.tw-bs .glyphicon-send:before {
  content: "\e171";
}
.tw-bs .glyphicon-floppy-disk:before {
  content: "\e172";
}
.tw-bs .glyphicon-floppy-saved:before {
  content: "\e173";
}
.tw-bs .glyphicon-floppy-remove:before {
  content: "\e174";
}
.tw-bs .glyphicon-floppy-save:before {
  content: "\e175";
}
.tw-bs .glyphicon-floppy-open:before {
  content: "\e176";
}
.tw-bs .glyphicon-credit-card:before {
  content: "\e177";
}
.tw-bs .glyphicon-transfer:before {
  content: "\e178";
}
.tw-bs .glyphicon-cutlery:before {
  content: "\e179";
}
.tw-bs .glyphicon-header:before {
  content: "\e180";
}
.tw-bs .glyphicon-compressed:before {
  content: "\e181";
}
.tw-bs .glyphicon-earphone:before {
  content: "\e182";
}
.tw-bs .glyphicon-phone-alt:before {
  content: "\e183";
}
.tw-bs .glyphicon-tower:before {
  content: "\e184";
}
.tw-bs .glyphicon-stats:before {
  content: "\e185";
}
.tw-bs .glyphicon-sd-video:before {
  content: "\e186";
}
.tw-bs .glyphicon-hd-video:before {
  content: "\e187";
}
.tw-bs .glyphicon-subtitles:before {
  content: "\e188";
}
.tw-bs .glyphicon-sound-stereo:before {
  content: "\e189";
}
.tw-bs .glyphicon-sound-dolby:before {
  content: "\e190";
}
.tw-bs .glyphicon-sound-5-1:before {
  content: "\e191";
}
.tw-bs .glyphicon-sound-6-1:before {
  content: "\e192";
}
.tw-bs .glyphicon-sound-7-1:before {
  content: "\e193";
}
.tw-bs .glyphicon-copyright-mark:before {
  content: "\e194";
}
.tw-bs .glyphicon-registration-mark:before {
  content: "\e195";
}
.tw-bs .glyphicon-cloud-download:before {
  content: "\e197";
}
.tw-bs .glyphicon-cloud-upload:before {
  content: "\e198";
}
.tw-bs .glyphicon-tree-conifer:before {
  content: "\e199";
}
.tw-bs .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.tw-bs .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.tw-bs .dropdown {
  position: relative;
}
.tw-bs .dropdown-toggle:focus {
  outline: 0;
}
.tw-bs .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.tw-bs .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.tw-bs .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.tw-bs .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.tw-bs .dropdown-menu > li > a:hover,
.tw-bs .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.tw-bs .dropdown-menu > .active > a,
.tw-bs .dropdown-menu > .active > a:hover,
.tw-bs .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.tw-bs .dropdown-menu > .disabled > a,
.tw-bs .dropdown-menu > .disabled > a:hover,
.tw-bs .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.tw-bs .dropdown-menu > .disabled > a:hover,
.tw-bs .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.tw-bs .open > .dropdown-menu {
  display: block;
}
.tw-bs .open > a {
  outline: 0;
}
.tw-bs .dropdown-menu-right {
  left: auto;
  right: 0;
}
.tw-bs .dropdown-menu-left {
  left: 0;
  right: auto;
}
.tw-bs .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.tw-bs .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.tw-bs .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.tw-bs .dropup .caret,
.tw-bs .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.tw-bs .dropup .dropdown-menu,
.tw-bs .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .tw-bs .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .tw-bs .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.tw-bs .btn-group,
.tw-bs .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.tw-bs .btn-group > .btn,
.tw-bs .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.tw-bs .btn-group > .btn:hover,
.tw-bs .btn-group-vertical > .btn:hover,
.tw-bs .btn-group > .btn:focus,
.tw-bs .btn-group-vertical > .btn:focus,
.tw-bs .btn-group > .btn:active,
.tw-bs .btn-group-vertical > .btn:active,
.tw-bs .btn-group > .btn.active,
.tw-bs .btn-group-vertical > .btn.active {
  z-index: 2;
}
.tw-bs .btn-group > .btn:focus,
.tw-bs .btn-group-vertical > .btn:focus {
  outline: none;
}
.tw-bs .btn-group .btn + .btn,
.tw-bs .btn-group .btn + .btn-group,
.tw-bs .btn-group .btn-group + .btn,
.tw-bs .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.tw-bs .btn-toolbar {
  margin-left: -5px;
}
.tw-bs .btn-toolbar .btn-group,
.tw-bs .btn-toolbar .input-group {
  float: left;
}
.tw-bs .btn-toolbar > .btn,
.tw-bs .btn-toolbar > .btn-group,
.tw-bs .btn-toolbar > .input-group {
  margin-left: 5px;
}
.tw-bs .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.tw-bs .btn-group > .btn:first-child {
  margin-left: 0;
}
.tw-bs .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tw-bs .btn-group > .btn:last-child:not(:first-child),
.tw-bs .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tw-bs .btn-group > .btn-group {
  float: left;
}
.tw-bs .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.tw-bs .btn-group > .btn-group:first-child > .btn:last-child,
.tw-bs .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tw-bs .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tw-bs .btn-group .dropdown-toggle:active,
.tw-bs .btn-group.open .dropdown-toggle {
  outline: 0;
}
.tw-bs .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.tw-bs .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.tw-bs .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tw-bs .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tw-bs .btn .caret {
  margin-left: 0;
}
.tw-bs .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.tw-bs .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.tw-bs .btn-group-vertical > .btn,
.tw-bs .btn-group-vertical > .btn-group,
.tw-bs .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.tw-bs .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.tw-bs .btn-group-vertical > .btn + .btn,
.tw-bs .btn-group-vertical > .btn + .btn-group,
.tw-bs .btn-group-vertical > .btn-group + .btn,
.tw-bs .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.tw-bs .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.tw-bs .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tw-bs .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tw-bs .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.tw-bs .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.tw-bs .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tw-bs .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tw-bs .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.tw-bs .btn-group-justified > .btn,
.tw-bs .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.tw-bs .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.tw-bs [data-toggle="buttons"] > .btn > input[type="radio"],
.tw-bs [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.tw-bs .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.tw-bs .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.tw-bs .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.tw-bs .input-group-lg > .form-control,
.tw-bs .input-group-lg > .input-group-addon,
.tw-bs .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.tw-bs .input-group-lg > .form-control,
select.tw-bs .input-group-lg > .input-group-addon,
select.tw-bs .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.tw-bs .input-group-lg > .form-control,
textarea.tw-bs .input-group-lg > .input-group-addon,
textarea.tw-bs .input-group-lg > .input-group-btn > .btn,
select[multiple].tw-bs .input-group-lg > .form-control,
select[multiple].tw-bs .input-group-lg > .input-group-addon,
select[multiple].tw-bs .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.tw-bs .input-group-sm > .form-control,
.tw-bs .input-group-sm > .input-group-addon,
.tw-bs .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.tw-bs .input-group-sm > .form-control,
select.tw-bs .input-group-sm > .input-group-addon,
select.tw-bs .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.tw-bs .input-group-sm > .form-control,
textarea.tw-bs .input-group-sm > .input-group-addon,
textarea.tw-bs .input-group-sm > .input-group-btn > .btn,
select[multiple].tw-bs .input-group-sm > .form-control,
select[multiple].tw-bs .input-group-sm > .input-group-addon,
select[multiple].tw-bs .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.tw-bs .input-group-addon,
.tw-bs .input-group-btn,
.tw-bs .input-group .form-control {
  display: table-cell;
}
.tw-bs .input-group-addon:not(:first-child):not(:last-child),
.tw-bs .input-group-btn:not(:first-child):not(:last-child),
.tw-bs .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.tw-bs .input-group-addon,
.tw-bs .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.tw-bs .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.tw-bs .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.tw-bs .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.tw-bs .input-group-addon input[type="radio"],
.tw-bs .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.tw-bs .input-group .form-control:first-child,
.tw-bs .input-group-addon:first-child,
.tw-bs .input-group-btn:first-child > .btn,
.tw-bs .input-group-btn:first-child > .btn-group > .btn,
.tw-bs .input-group-btn:first-child > .dropdown-toggle,
.tw-bs .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.tw-bs .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tw-bs .input-group-addon:first-child {
  border-right: 0;
}
.tw-bs .input-group .form-control:last-child,
.tw-bs .input-group-addon:last-child,
.tw-bs .input-group-btn:last-child > .btn,
.tw-bs .input-group-btn:last-child > .btn-group > .btn,
.tw-bs .input-group-btn:last-child > .dropdown-toggle,
.tw-bs .input-group-btn:first-child > .btn:not(:first-child),
.tw-bs .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tw-bs .input-group-addon:last-child {
  border-left: 0;
}
.tw-bs .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.tw-bs .input-group-btn > .btn {
  position: relative;
}
.tw-bs .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.tw-bs .input-group-btn > .btn:hover,
.tw-bs .input-group-btn > .btn:focus,
.tw-bs .input-group-btn > .btn:active {
  z-index: 2;
}
.tw-bs .input-group-btn:first-child > .btn,
.tw-bs .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.tw-bs .input-group-btn:last-child > .btn,
.tw-bs .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.tw-bs .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tw-bs .nav > li {
  position: relative;
  display: block;
}
.tw-bs .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.tw-bs .nav > li > a:hover,
.tw-bs .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.tw-bs .nav > li.disabled > a {
  color: #999999;
}
.tw-bs .nav > li.disabled > a:hover,
.tw-bs .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.tw-bs .nav .open > a,
.tw-bs .nav .open > a:hover,
.tw-bs .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.tw-bs .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.tw-bs .nav > li > a > img {
  max-width: none;
}
.tw-bs .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.tw-bs .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tw-bs .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tw-bs .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.tw-bs .nav-tabs > li.active > a,
.tw-bs .nav-tabs > li.active > a:hover,
.tw-bs .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tw-bs .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.tw-bs .nav-tabs.nav-justified > li {
  float: none;
}
.tw-bs .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.tw-bs .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .tw-bs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .tw-bs .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.tw-bs .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.tw-bs .nav-tabs.nav-justified > .active > a,
.tw-bs .nav-tabs.nav-justified > .active > a:hover,
.tw-bs .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .tw-bs .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .tw-bs .nav-tabs.nav-justified > .active > a,
  .tw-bs .nav-tabs.nav-justified > .active > a:hover,
  .tw-bs .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tw-bs .nav-pills > li {
  float: left;
}
.tw-bs .nav-pills > li > a {
  border-radius: 4px;
}
.tw-bs .nav-pills > li + li {
  margin-left: 2px;
}
.tw-bs .nav-pills > li.active > a,
.tw-bs .nav-pills > li.active > a:hover,
.tw-bs .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.tw-bs .nav-stacked > li {
  float: none;
}
.tw-bs .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.tw-bs .nav-justified {
  width: 100%;
}
.tw-bs .nav-justified > li {
  float: none;
}
.tw-bs .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.tw-bs .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .tw-bs .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .tw-bs .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.tw-bs .nav-tabs-justified {
  border-bottom: 0;
}
.tw-bs .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.tw-bs .nav-tabs-justified > .active > a,
.tw-bs .nav-tabs-justified > .active > a:hover,
.tw-bs .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .tw-bs .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .tw-bs .nav-tabs-justified > .active > a,
  .tw-bs .nav-tabs-justified > .active > a:hover,
  .tw-bs .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tw-bs .tab-content > .tab-pane {
  display: none;
}
.tw-bs .tab-content > .active {
  display: block;
}
.tw-bs .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tw-bs .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .tw-bs .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .tw-bs .navbar-header {
    float: left;
  }
}
.tw-bs .navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.tw-bs .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .tw-bs .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .tw-bs .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .tw-bs .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .tw-bs .navbar-collapse,
  .navbar-static-top .tw-bs .navbar-collapse,
  .navbar-fixed-bottom .tw-bs .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.tw-bs .container > .navbar-header,
.tw-bs .container-fluid > .navbar-header,
.tw-bs .container > .navbar-collapse,
.tw-bs .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .tw-bs .container > .navbar-header,
  .tw-bs .container-fluid > .navbar-header,
  .tw-bs .container > .navbar-collapse,
  .tw-bs .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.tw-bs .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .tw-bs .navbar-static-top {
    border-radius: 0;
  }
}
.tw-bs .navbar-fixed-top,
.tw-bs .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .tw-bs .navbar-fixed-top,
  .tw-bs .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.tw-bs .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.tw-bs .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.tw-bs .navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.tw-bs .navbar-brand:hover,
.tw-bs .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .tw-bs .navbar-brand,
  .navbar > .container-fluid .tw-bs .navbar-brand {
    margin-left: -15px;
  }
}
.tw-bs .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.tw-bs .navbar-toggle:focus {
  outline: none;
}
.tw-bs .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.tw-bs .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .tw-bs .navbar-toggle {
    display: none;
  }
}
.tw-bs .navbar-nav {
  margin: 10px -15px !important;
}
.tw-bs .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .tw-bs .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .tw-bs .navbar-nav .open .dropdown-menu > li > a,
  .tw-bs .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .tw-bs .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .tw-bs .navbar-nav .open .dropdown-menu > li > a:hover,
  .tw-bs .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .tw-bs .navbar-nav {
    float: left;
    margin: 0;
  }
  .tw-bs .navbar-nav > li {
    float: left;
  }
  .tw-bs .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tw-bs .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .tw-bs .navbar-left {
    float: left !important;
  }
  .tw-bs .navbar-right {
    float: right !important;
  }
}
.tw-bs .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .tw-bs .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tw-bs .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .tw-bs .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .tw-bs .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tw-bs .navbar-form .radio,
  .tw-bs .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .tw-bs .navbar-form .radio input[type="radio"],
  .tw-bs .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .tw-bs .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .tw-bs .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .tw-bs .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tw-bs .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.tw-bs .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tw-bs .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tw-bs .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.tw-bs .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tw-bs .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.tw-bs .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .tw-bs .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .tw-bs .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.tw-bs .navbar-default {
  background-color: white;
  border-color: white;
  border-bottom:1px solid #f1f1f1;
}
.tw-bs .navbar-default .navbar-brand {
  color: #777777;
}
.tw-bs .navbar-default .navbar-brand:hover,
.tw-bs .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.tw-bs .navbar-default .navbar-text {
  color: #777777;
}
.tw-bs .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.tw-bs .navbar-default .navbar-nav > li > a:hover,
.tw-bs .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.tw-bs .navbar-default .navbar-nav > .active > a,
.tw-bs .navbar-default .navbar-nav > .active > a:hover,
.tw-bs .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.tw-bs .navbar-default .navbar-nav > .disabled > a,
.tw-bs .navbar-default .navbar-nav > .disabled > a:hover,
.tw-bs .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.tw-bs .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.tw-bs .navbar-default .navbar-toggle:hover,
.tw-bs .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.tw-bs .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.tw-bs .navbar-default .navbar-collapse,
.tw-bs .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.tw-bs .navbar-default .navbar-nav > .open > a,
.tw-bs .navbar-default .navbar-nav > .open > a:hover,
.tw-bs .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.tw-bs .navbar-default .navbar-link {
  color: #777777;
}
.tw-bs .navbar-default .navbar-link:hover {
  color: #333333;
}
.tw-bs .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.tw-bs .navbar-inverse .navbar-brand {
  color: #999999;
}
.tw-bs .navbar-inverse .navbar-brand:hover,
.tw-bs .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.tw-bs .navbar-inverse .navbar-text {
  color: #999999;
}
.tw-bs .navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.tw-bs .navbar-inverse .navbar-nav > li > a:hover,
.tw-bs .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.tw-bs .navbar-inverse .navbar-nav > .active > a,
.tw-bs .navbar-inverse .navbar-nav > .active > a:hover,
.tw-bs .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.tw-bs .navbar-inverse .navbar-nav > .disabled > a,
.tw-bs .navbar-inverse .navbar-nav > .disabled > a:hover,
.tw-bs .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.tw-bs .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.tw-bs .navbar-inverse .navbar-toggle:hover,
.tw-bs .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.tw-bs .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.tw-bs .navbar-inverse .navbar-collapse,
.tw-bs .navbar-inverse .navbar-form {
  border-color: #101010;
}
.tw-bs .navbar-inverse .navbar-nav > .open > a,
.tw-bs .navbar-inverse .navbar-nav > .open > a:hover,
.tw-bs .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.tw-bs .navbar-inverse .navbar-link {
  color: #999999;
}
.tw-bs .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.tw-bs .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.tw-bs .breadcrumb > li {
  display: inline-block;
}
.tw-bs .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.tw-bs .breadcrumb > .active {
  color: #999999;
}
.tw-bs .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.tw-bs .pagination > li {
  display: inline;
}
.tw-bs .pagination > li > a,
.tw-bs .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.tw-bs .pagination > li:first-child > a,
.tw-bs .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tw-bs .pagination > li:last-child > a,
.tw-bs .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tw-bs .pagination > li > a:hover,
.tw-bs .pagination > li > span:hover,
.tw-bs .pagination > li > a:focus,
.tw-bs .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.tw-bs .pagination > .active > a,
.tw-bs .pagination > .active > span,
.tw-bs .pagination > .active > a:hover,
.tw-bs .pagination > .active > span:hover,
.tw-bs .pagination > .active > a:focus,
.tw-bs .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.tw-bs .pagination > .disabled > span,
.tw-bs .pagination > .disabled > span:hover,
.tw-bs .pagination > .disabled > span:focus,
.tw-bs .pagination > .disabled > a,
.tw-bs .pagination > .disabled > a:hover,
.tw-bs .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.tw-bs .pagination-lg > li > a,
.tw-bs .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.tw-bs .pagination-lg > li:first-child > a,
.tw-bs .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.tw-bs .pagination-lg > li:last-child > a,
.tw-bs .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tw-bs .pagination-sm > li > a,
.tw-bs .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.tw-bs .pagination-sm > li:first-child > a,
.tw-bs .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tw-bs .pagination-sm > li:last-child > a,
.tw-bs .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tw-bs .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.tw-bs .pager li {
  display: inline;
}
.tw-bs .pager li > a,
.tw-bs .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.tw-bs .pager li > a:hover,
.tw-bs .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.tw-bs .pager .next > a,
.tw-bs .pager .next > span {
  float: right;
}
.tw-bs .pager .previous > a,
.tw-bs .pager .previous > span {
  float: left;
}
.tw-bs .pager .disabled > a,
.tw-bs .pager .disabled > a:hover,
.tw-bs .pager .disabled > a:focus,
.tw-bs .pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.tw-bs .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.tw-bs .label[href]:hover,
.tw-bs .label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.tw-bs .label:empty {
  display: none;
}
.btn .tw-bs .label {
  position: relative;
  top: -1px;
}
.tw-bs .label-default {
  background-color: #999999;
}
.tw-bs .label-default[href]:hover,
.tw-bs .label-default[href]:focus {
  background-color: #808080;
}
.tw-bs .label-primary {
  background-color: #428bca;
}
.tw-bs .label-primary[href]:hover,
.tw-bs .label-primary[href]:focus {
  background-color: #3071a9;
}
.tw-bs .label-success {
  background-color: #5cb85c;
}
.tw-bs .label-success[href]:hover,
.tw-bs .label-success[href]:focus {
  background-color: #449d44;
}
.tw-bs .label-info {
  background-color: #5bc0de;
}
.tw-bs .label-info[href]:hover,
.tw-bs .label-info[href]:focus {
  background-color: #31b0d5;
}
.tw-bs .label-warning {
  background-color: #f0ad4e;
}
.tw-bs .label-warning[href]:hover,
.tw-bs .label-warning[href]:focus {
  background-color: #ec971f;
}
.tw-bs .label-danger {
  background-color: #d9534f;
}
.tw-bs .label-danger[href]:hover,
.tw-bs .label-danger[href]:focus {
  background-color: #c9302c;
}
.tw-bs .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.tw-bs .badge:empty {
  display: none;
}
.btn .tw-bs .badge {
  position: relative;
  top: -1px;
}
.btn-xs .tw-bs .badge {
  top: 0;
  padding: 1px 5px;
}
.tw-bs a.badge:hover,
.tw-bs a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.tw-bs a.list-group-item.active > .badge,
.tw-bs .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.tw-bs .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.tw-bs .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.tw-bs .jumbotron h1,
.tw-bs .jumbotron .h1 {
  color: inherit;
}
.tw-bs .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .tw-bs .jumbotron {
  border-radius: 6px;
}
.tw-bs .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .tw-bs .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .tw-bs .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .tw-bs .jumbotron h1,
  .tw-bs .jumbotron .h1 {
    font-size: 63px;
  }
}
.tw-bs .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tw-bs .thumbnail > img,
.tw-bs .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.tw-bs .thumbnail:hover,
a.tw-bs .thumbnail:focus,
a.tw-bs .thumbnail.active {
  border-color: #428bca;
}
.tw-bs .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.tw-bs .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.tw-bs .alert h4 {
  margin-top: 0;
  color: inherit;
}
.tw-bs .alert .alert-link {
  font-weight: bold;
}
.tw-bs .alert > p,
.tw-bs .alert > ul {
  margin-bottom: 0;
}
.tw-bs .alert > p + p {
  margin-top: 5px;
}
.tw-bs .alert-dismissable {
  padding-right: 35px;
}
.tw-bs .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.tw-bs .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.tw-bs .alert-success hr {
  border-top-color: #c9e2b3;
}
.tw-bs .alert-success .alert-link {
  color: #2b542c;
}
.tw-bs .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.tw-bs .alert-info hr {
  border-top-color: #a6e1ec;
}
.tw-bs .alert-info .alert-link {
  color: #245269;
}
.tw-bs .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.tw-bs .alert-warning hr {
  border-top-color: #f7e1b5;
}
.tw-bs .alert-warning .alert-link {
  color: #66512c;
}
.tw-bs .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.tw-bs .alert-danger hr {
  border-top-color: #e4b9c0;
}
.tw-bs .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.tw-bs .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.margin-right20 {
	margin-right: 20px;
}
.tw-bs .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.tw-bs .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.tw-bs .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.tw-bs .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .tw-bs .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tw-bs .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .tw-bs .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tw-bs .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .tw-bs .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tw-bs .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .tw-bs .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tw-bs .media,
.tw-bs .media-body {
  overflow: hidden;
  zoom: 1;
}
.tw-bs .media,
.tw-bs .media .media {
  margin-top: 15px;
}
.tw-bs .media:first-child {
  margin-top: 0;
}
.tw-bs .media-object {
  display: block;
}
.tw-bs .media-heading {
  margin: 0 0 5px;
}
.tw-bs .media > .pull-left {
  margin-right: 10px;
}
.tw-bs .media > .pull-right {
  margin-left: 10px;
}
.tw-bs .media-list {
  padding-left: 0;
  list-style: none;
}
.tw-bs .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.tw-bs .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.tw-bs .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tw-bs .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tw-bs .list-group-item > .badge {
  float: right;
}
.tw-bs .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.tw-bs a.list-group-item {
  color: #555555;
}
.tw-bs a.list-group-item .list-group-item-heading {
  color: #333333;
}
.tw-bs a.list-group-item:hover,
.tw-bs a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.tw-bs a.list-group-item.active,
.tw-bs a.list-group-item.active:hover,
.tw-bs a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.tw-bs a.list-group-item.active .list-group-item-heading,
.tw-bs a.list-group-item.active:hover .list-group-item-heading,
.tw-bs a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.tw-bs a.list-group-item.active .list-group-item-text,
.tw-bs a.list-group-item.active:hover .list-group-item-text,
.tw-bs a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.tw-bs .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.tw-bs .list-group-item-success {
  color: #3c763d;
}
a.tw-bs .list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.tw-bs .list-group-item-success:hover,
a.tw-bs .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.tw-bs .list-group-item-success.active,
a.tw-bs .list-group-item-success.active:hover,
a.tw-bs .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.tw-bs .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.tw-bs .list-group-item-info {
  color: #31708f;
}
a.tw-bs .list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.tw-bs .list-group-item-info:hover,
a.tw-bs .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.tw-bs .list-group-item-info.active,
a.tw-bs .list-group-item-info.active:hover,
a.tw-bs .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.tw-bs .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.tw-bs .list-group-item-warning {
  color: #8a6d3b;
}
a.tw-bs .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.tw-bs .list-group-item-warning:hover,
a.tw-bs .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.tw-bs .list-group-item-warning.active,
a.tw-bs .list-group-item-warning.active:hover,
a.tw-bs .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.tw-bs .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.tw-bs .list-group-item-danger {
  color: #a94442;
}
a.tw-bs .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.tw-bs .list-group-item-danger:hover,
a.tw-bs .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.tw-bs .list-group-item-danger.active,
a.tw-bs .list-group-item-danger.active:hover,
a.tw-bs .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.tw-bs .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.tw-bs .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.tw-bs .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.tw-bs .panel-body {
  padding: 15px;
}
.tw-bs .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tw-bs .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.tw-bs .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.tw-bs .panel-title > a {
  color: inherit;
}
.tw-bs .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tw-bs .panel > .list-group {
  margin-bottom: 0;
}
.tw-bs .panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tw-bs .panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tw-bs .panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tw-bs .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.tw-bs .panel > .table,
.tw-bs .panel > .table-responsive > .table {
  margin-bottom: 0;
}
.tw-bs .panel > .table:first-child,
.tw-bs .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tw-bs .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tw-bs .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tw-bs .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tw-bs .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tw-bs .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tw-bs .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tw-bs .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tw-bs .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tw-bs .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tw-bs .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tw-bs .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tw-bs .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tw-bs .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tw-bs .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tw-bs .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tw-bs .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tw-bs .panel > .table:last-child,
.tw-bs .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tw-bs .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tw-bs .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tw-bs .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tw-bs .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tw-bs .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tw-bs .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tw-bs .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tw-bs .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tw-bs .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tw-bs .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tw-bs .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tw-bs .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tw-bs .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tw-bs .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tw-bs .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tw-bs .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tw-bs .panel > .panel-body + .table,
.tw-bs .panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.tw-bs .panel > .table > tbody:first-child > tr:first-child th,
.tw-bs .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tw-bs .panel > .table-bordered,
.tw-bs .panel > .table-responsive > .table-bordered {
  border: 0;
}
.tw-bs .panel > .table-bordered > thead > tr > th:first-child,
.tw-bs .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tw-bs .panel > .table-bordered > tbody > tr > th:first-child,
.tw-bs .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tw-bs .panel > .table-bordered > tfoot > tr > th:first-child,
.tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tw-bs .panel > .table-bordered > thead > tr > td:first-child,
.tw-bs .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tw-bs .panel > .table-bordered > tbody > tr > td:first-child,
.tw-bs .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tw-bs .panel > .table-bordered > tfoot > tr > td:first-child,
.tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tw-bs .panel > .table-bordered > thead > tr > th:last-child,
.tw-bs .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tw-bs .panel > .table-bordered > tbody > tr > th:last-child,
.tw-bs .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tw-bs .panel > .table-bordered > tfoot > tr > th:last-child,
.tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tw-bs .panel > .table-bordered > thead > tr > td:last-child,
.tw-bs .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tw-bs .panel > .table-bordered > tbody > tr > td:last-child,
.tw-bs .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tw-bs .panel > .table-bordered > tfoot > tr > td:last-child,
.tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tw-bs .panel > .table-bordered > thead > tr:first-child > td,
.tw-bs .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tw-bs .panel > .table-bordered > tbody > tr:first-child > td,
.tw-bs .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tw-bs .panel > .table-bordered > thead > tr:first-child > th,
.tw-bs .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tw-bs .panel > .table-bordered > tbody > tr:first-child > th,
.tw-bs .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tw-bs .panel > .table-bordered > tbody > tr:last-child > td,
.tw-bs .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tw-bs .panel > .table-bordered > tfoot > tr:last-child > td,
.tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tw-bs .panel > .table-bordered > tbody > tr:last-child > th,
.tw-bs .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tw-bs .panel > .table-bordered > tfoot > tr:last-child > th,
.tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tw-bs .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tw-bs .panel-group {
  margin-bottom: 20px;
}
.tw-bs .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.tw-bs .panel-group .panel + .panel {
  margin-top: 5px;
}
.tw-bs .panel-group .panel-heading {
  border-bottom: 0;
}
.tw-bs .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.tw-bs .panel-group .panel-footer {
  border-top: 0;
}
.tw-bs .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.tw-bs .panel-default {
  border-color: #dddddd;
}
.tw-bs .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.tw-bs .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.tw-bs .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.tw-bs .panel-primary {
  border-color: #428bca;
}
.tw-bs .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.tw-bs .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.tw-bs .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.tw-bs .panel-success {
  border-color: #d6e9c6;
}
.tw-bs .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.tw-bs .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.tw-bs .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.tw-bs .panel-info {
  border-color: #bce8f1;
}
.tw-bs .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.tw-bs .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.tw-bs .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.tw-bs .panel-warning {
  border-color: #faebcc;
}
.tw-bs .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.tw-bs .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.tw-bs .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.tw-bs .panel-danger {
  border-color: #ebccd1;
}
.tw-bs .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.tw-bs .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.tw-bs .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.tw-bs .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.tw-bs .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.tw-bs .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.tw-bs .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.tw-bs .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.tw-bs .close:hover,
.tw-bs .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.tw-bs .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tw-bs .modal-open {
  overflow: hidden;
}
.tw-bs .modal {
  display: none;
 /*  overflow: auto;
  overflow-y: scroll; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.tw-bs .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tw-bs .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tw-bs .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.tw-bs .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.tw-bs .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.tw-bs .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.tw-bs .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tw-bs .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.tw-bs .modal-header .close {
  margin-top: -2px;
}
.tw-bs .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.tw-bs .modal-body {
  position: relative;
  padding: 20px;
}
.tw-bs .modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.tw-bs .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.tw-bs .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.tw-bs .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .tw-bs .modal-dialog {
    width: 380px !important;
    margin: 30px auto;
  }
  .tw-bs .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .tw-bs .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .tw-bs .modal-lg {
    width: 900px;
  }
}
.tw-bs .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tw-bs .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tw-bs .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tw-bs .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tw-bs .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tw-bs .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tw-bs .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tw-bs .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tw-bs .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tw-bs .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tw-bs .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tw-bs .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tw-bs .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tw-bs .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tw-bs .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tw-bs .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tw-bs .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.tw-bs .popover.top {
  margin-top: -10px;
}
.tw-bs .popover.right {
  margin-left: 10px;
}
.tw-bs .popover.bottom {
  margin-top: 10px;
}
.tw-bs .popover.left {
  margin-left: -10px;
}
.tw-bs .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.tw-bs .popover-content {
  padding: 9px 14px;
}
.tw-bs .popover > .arrow,
.tw-bs .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tw-bs .popover > .arrow {
  border-width: 11px;
}
.tw-bs .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.tw-bs .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.tw-bs .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.tw-bs .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.tw-bs .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.tw-bs .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.tw-bs .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.tw-bs .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.tw-bs .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.tw-bs .carousel {
  position: relative;
}
.tw-bs .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tw-bs .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.tw-bs .carousel-inner > .item > img,
.tw-bs .carousel-inner > .item > a > img {
  line-height: 1;
}
.tw-bs .carousel-inner > .active,
.tw-bs .carousel-inner > .next,
.tw-bs .carousel-inner > .prev {
  display: block;
}
.tw-bs .carousel-inner > .active {
  left: 0;
}
.tw-bs .carousel-inner > .next,
.tw-bs .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.tw-bs .carousel-inner > .next {
  left: 100%;
}
.tw-bs .carousel-inner > .prev {
  left: -100%;
}
.tw-bs .carousel-inner > .next.left,
.tw-bs .carousel-inner > .prev.right {
  left: 0;
}
.tw-bs .carousel-inner > .active.left {
  left: -100%;
}
.tw-bs .carousel-inner > .active.right {
  left: 100%;
}
.tw-bs .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.tw-bs .carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.tw-bs .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.tw-bs .carousel-control:hover,
.tw-bs .carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tw-bs .carousel-control .icon-prev,
.tw-bs .carousel-control .icon-next,
.tw-bs .carousel-control .glyphicon-chevron-left,
.tw-bs .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.tw-bs .carousel-control .icon-prev,
.tw-bs .carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.tw-bs .carousel-control .icon-next,
.tw-bs .carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.tw-bs .carousel-control .icon-prev,
.tw-bs .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.tw-bs .carousel-control .icon-prev:before {
  content: '\2039';
}
.tw-bs .carousel-control .icon-next:before {
  content: '\203a';
}
.tw-bs .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.tw-bs .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.tw-bs .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.tw-bs .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.tw-bs .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .tw-bs .carousel-control .glyphicon-chevron-left,
  .tw-bs .carousel-control .glyphicon-chevron-right,
  .tw-bs .carousel-control .icon-prev,
  .tw-bs .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .tw-bs .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .tw-bs .carousel-indicators {
    bottom: 20px;
  }
}
.tw-bs .clearfix:before,
.tw-bs .clearfix:after,
.tw-bs .tw-bs .container:before,
.tw-bs .tw-bs .container:after,
.tw-bs .tw-bs .container-fluid:before,
.tw-bs .tw-bs .container-fluid:after,
.tw-bs .tw-bs .row:before,
.tw-bs .tw-bs .row:after,
.tw-bs .tw-bs .form-horizontal .form-group:before,
.tw-bs .tw-bs .form-horizontal .form-group:after,
.tw-bs .tw-bs .btn-toolbar:before,
.tw-bs .tw-bs .btn-toolbar:after,
.tw-bs .tw-bs .btn-group-vertical > .btn-group:before,
.tw-bs .tw-bs .btn-group-vertical > .btn-group:after,
.tw-bs .tw-bs .nav:before,
.tw-bs .tw-bs .nav:after,
.tw-bs .tw-bs .navbar:before,
.tw-bs .tw-bs .navbar:after,
.tw-bs .tw-bs .navbar-header:before,
.tw-bs .tw-bs .navbar-header:after,
.tw-bs .tw-bs .navbar-collapse:before,
.tw-bs .tw-bs .navbar-collapse:after,
.tw-bs .tw-bs .pager:before,
.tw-bs .tw-bs .pager:after,
.tw-bs .tw-bs .panel-body:before,
.tw-bs .tw-bs .panel-body:after,
.tw-bs .tw-bs .modal-footer:before,
.tw-bs .tw-bs .modal-footer:after {
  content: " ";
  display: table;
}
.tw-bs .clearfix:after,
.tw-bs .tw-bs .container:after,
.tw-bs .tw-bs .container-fluid:after,
.tw-bs .tw-bs .row:after,
.tw-bs .tw-bs .form-horizontal .form-group:after,
.tw-bs .tw-bs .btn-toolbar:after,
.tw-bs .tw-bs .btn-group-vertical > .btn-group:after,
.tw-bs .tw-bs .nav:after,
.tw-bs .tw-bs .navbar:after,
.tw-bs .tw-bs .navbar-header:after,
.tw-bs .tw-bs .navbar-collapse:after,
.tw-bs .tw-bs .pager:after,
.tw-bs .tw-bs .panel-body:after,
.tw-bs .tw-bs .modal-footer:after {
  clear: both;
}
.tw-bs .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tw-bs .pull-right {
  float: right !important;
}
.tw-bs .pull-left {
  float: left !important;
}
.tw-bs .hide {
  display: none !important;
}
.tw-bs .show {
  display: block !important;
}
.tw-bs .invisible {
  visibility: hidden;
}
.tw-bs .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.tw-bs .hidden {
  display: none !important;
  visibility: hidden !important;
}
.tw-bs .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.tw-bs .visible-xs,
.tw-bs .visible-sm,
.tw-bs .visible-md,
.tw-bs .visible-lg {
  display: none !important;
}
.boldAnchorTag{
	color: #36c;
	font-weight: bold;
}
.paymentHistoryTable tr th{
    background:#475063;
    color:#fff;
    text-shadow: none;
    border-bottom:0px;
}
.paymentHistoryTable tr td{
	border:none;
}
.paymentHistoryTable tr:nth-child(even){
    background:#f7fafb;
}
.paymentHistoryTable tr:hover{
    background:#f2f2f2;
}
/*Single Window Booking page css*/
.selectedRow{
	background:#fff!important;
}
.emptyTab{
	width: 100%;
    height: 33px;
	background: #8a8b8f;
}
.singleWindowContainerForSelectedSeats>div{
	border:none;
	position:relative!important;
	padding:1px 5px;
}
.singleWindowContainerForSelectedSeats .leftLabelForSingleWindow>div{
	padding: 5px 0px;
	width:150px;
	margin-left:0px;
}
.singleWindowContainerForSelectedSeats input[type="text"]{
	margin-left: 0px;
    padding: 3px 5px;
    height:auto;
    width:30px;
}
.singleWindowContainerForSelectedSeats .semicolonForSingleWindow>div {
	padding: 3px 0px;
}
.singleWindowContainerForSelectedSeats .hidePickUpAddressForSingleWindow {
	display:none;
}
.singleWindowContainerForSelectedSeats .firstContainer {
	margin-top:20px;
}
.singleWindowContainerForSelectedSeats .secondContainer {
	width:100%;
}
/*.singleWindowContainerForSelectedSeats .firstContainer .ticket_cost_panel{
	display:none;
}*/
.singleWindowContainerForSelectedSeats .firstContainer .serviceChargeInfoLabelForSingleWindow {
	display:none;
}
.discountAmountTextBox{
	float: left;
	margin-left: 5px;
	padding: 5px;
	width: 50px;
	margin-top:3px;
}
.singleWindowContainerForSelectedSeats .firstContainer .discountAmountPanel .leftLabelForSingleWindow{
	display:none;
}
.singleWindowContainerForSelectedSeats .firstContainer .totalAmountForSingleWindow>div{
	margin-top:4px!important;
}
.singleWindowContainerForSelectedSeats .firstContainer .discountAmountPanel .semicolonForSingleWindow {
	display:none;
}
.singleWindowContainerForSelectedSeats .firstContainer .discountAmountPanel .textBox{
	float:left;
	padding:5px 10px;
}
.singleWindowContainerForSelectedSeats .firstContainer .loyaltyCardNoPanel{
	display:none;
}
.singleWindowContainerForSelectedSeats .firstContainer .totalFareForSingleWindow{
	display:none;
}
/*.singleWindowContainerForSelectedSeats .secondContainer .boardingPoint>div{
	width:27%;
}*/
.singleWindowContainerForSelectedSeats .secondContainer .boardingPoint .pickUpForSingleWindow{
	float: left;
    width: 150px;
}
.singleWindowContainerForSelectedSeats .secondContainer .boardingPoint .semicolonForSingleWindow {
	padding: 3px 0px;
}
.singleWindowContainerForSelectedSeats .secondContainer .boardingPoint input[type="text"]{
	width:138px;
	margin-left:0;
	padding:0;
	padding:4px 5px;
}
.singleWindowContainerForSelectedSeats .secondContainer .droppingPoint .pickUpForSingleWindow{
	float: left;
    width: 150px;
}
.pickUpForSingleWindow {
    float: left;
    width: 136px;
}
.singleWindowContainerForSelectedSeats .secondContainer .droppingPoint .semicolonForSingleWindow {
	padding: 3px 0px;
}
.singleWindowContainerForSelectedSeats .secondContainer .hidePickUpAddressSingleWindow {
   display:none;
}
.singleWindowContainerForSelectedSeats .secondContainer .droppingPoint>div{
	float:none;
}
.singleWindowContainerForSelectedSeats .secondContainer .droppingPoint input[type="text"]{
	width:138px;
	margin-left:0px;
	float:left;
	padding:4px 5px;
	margin-bottom:8px;
}
.singleWindowContainerForSelectedSeats .secondContainer .notesStyleForSingleWindow{
	overflow: hidden;
    clear: both;
}
.singleWindowContainerForSelectedSeats .secondContainer .droppingPoint .info{
	display: none;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	color: red;
}
.searchSummaryContainer{
	position: relative;
    background: #fff;
    min-height: 500px;
    z-index: 1;
}
.passengerInputContainerForSingleWindow{
	background:red;
}
.passengerIdContainer{
	clear: both;
	margin-left: 68px;
    padding-top: 11px;
}
.passengerInputContainerForSingleWindow .passengerIdContainer{
	margin-left:0px;
	padding-top:0;
	clear:none;
	overflow:visible;
}
.passengerInputContainerForSingleWindow .passengerInputContainer{
	padding-bottom:0;
	padding-top:2px;
	width:550px;
	/*display:flex;*/
}
.passengerInputContainerForSingleWindow .scorePointsContainer{
	padding-bottom:0;
	padding-top:2px;
	width:550px;
}
.passengerInputContainerForSingleWindow input[type="text"]{
	padding:4px 5px;
	margin-bottom:8px;
}
.passengerInputContainerForSingleWindow .passengerInputSeatName{
	display:none;
	margin:0;
}
.passengerInputContainerForSingleWindow .passengerInputName{
	width: 243px;
	margin-left:0px;
	order:1;
}
.passengerInputContainerForSingleWindow .passengerInputGenderPanel {
	margin-left: 0px;
	order:5;
	padding-top: 7px;
}
.passengerInputContainerForSingleWindow .passengerInputGenderPanel .passengerInputRadioButton{
	margin:0;
}
.passengerInputContainerForSingleWindow .passengerInputPaxType{
	float:left;
	margin:0px;
	order:3;
}
.passengerInputContainerForSingleWindow .passengerInputIdProofPanel{
	float:left;
	margin:0px;
	order:3;
}

.passengerInputContainerForSingleWindow .mealPanelStyle {
	float:left;
	margin:0px;
	order:3;
}
.passengerInputContainerForSingleWindow .passengerInputIdTypeContainer {
	margin: 0px;
}

.passengerInputContainerForSingleWindow .passengerMealContainer {
	margin: 0px;
}

.passengerMealContainer {
	float: left;
}

.passengerInputContainerForSingleWindow .passengerTypeListBox{
	margin-left:0px;
	padding:4px 5px;
    margin-right: 5px;
}
.passengerInputContainerForSingleWindow .passengerInputIdTypeListBox{
	padding: 4px 5px;
	width: 123px;
	float:none;
	clear:none;
	margin-right:9px;
}

.passengerInputContainerForSingleWindow .mealQuantityListBoxStyle {
    padding: 4px 0px 4px 5px;
    width: 42px;
    float: none;
    clear: none;
    margin-right: 9px;
}

.mealQuantityListBoxStyle {
	padding:5px 0px 5px 5px;
	margin:0;
	height:auto;
	width: 45px;
}

.passengerInputContainerForSingleWindow .mealTypeListBoxStyle {
	padding: 4px 0px 4px 5px;
    width: 75px;
    float:none;
    clear:none;
    margin-right:9px;
}

.mealTypeListBoxStyle {
	padding: 5px 0px 5px 5px;
    margin: 0;
    height: auto;
    width: 80px;
}

.passengerInputContainerForSingleWindow .passengerInputIdNumContainer{
	margin:0;
	order:3;
}
.passengerInputContainerForSingleWindow .passengerInputIdNumContainer input[type="text"] {
    width:111px;
}
.passengerInputIdNumContainer input[type="text"]{
	width:121px;
	margin:0;
	margin-right:10px;
}
.passengerInputContainerForSingleWindow .idTypeTextBox {
    width:111px;
}
.passengerInputContainerForSingleWindow .additionalPassengerPreferencePanel{
	order:4;
	float:left;
}
.passengerInputContainerForSingleWindow .passengerInputIdNumContainer .passengerInputTextBox{
	margin:0px 5px;
	width:90px;
}
.passengerInputContainerForSingleWindow .fetchPassengerInformationByIdContainer>div{
	margin: 0px!important;
	float:left;
	display:none;
}
.passengerInputContainerForSingleWindow .passengerInputAdditionalPreferenceContainer{
	margin:0px;
}
.passengerInputContainerForSingleWindow .passengerInputAdditionalPreferenceListBox{
	padding: 4px 5px;
	width: 130px;
}
.passengerInputContainerForSingleWindow .passengerInputAge{
	width: 34px;
	margin:0px 6px;
	order:2;
}

.passengerInputContainer {
	clear: both;
	float: left;
	padding-bottom: 5px;
	padding-top: 10px;
	width: 500px;
}
.scorePointsContainer {
	clear: both;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 500px;
	padding-left: 50px;
}
.passengerInputSeatName {
	color: #008000;
	float: left;
	padding: 5px;
	text-align: center;
	width: 30px;
	font-weight: bold;
	margin-left: 10px;
}

.passengerInputName {
	float: left;
	padding: 5px;
	width: 260px;
	margin:0;
	margin-left: 19px;
	height:auto;
}

.passengerInputGenderPanel {
	float: left;
	padding: 3px;
	margin-left: 5px;
}

.passengerInputRadioButton {
	margin-right: 0px;
}

.passengerInputAge {
	float: left;
	padding: 5px;
	width: 40px;
	margin:0;
	height:auto;
	margin-left: 9px;
}
.passengerInputIdTypeContainer {
	float: left;
}

.dropList {
		border: 1px solid #8A8F9A;
		height: 30px;
		margin-left: 15px;
		padding:5px;
		background-color: #8A8F9A;
		width: 80px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		margin-top: 7px;
		-webkit-appearance: none;
		background: url(../images/down_arrow.png) no-repeat 96% #ffffff;
        }
.passengerTypeListBox{
	clear: both;
	float: left;
	padding:5px 5px;
	width: 135px;
	margin-right:10px;
}

.passengerInputIdTypeListBox {
	clear: both;
	float: left;
	padding:5px 5px;
	margin:0;
	height:auto;
	width: 132px;
}

.passengerInputIdNumContainer {
	float: left;
	clear: right;
	margin-bottom:10px;
	margin-left:10px;
}
.passengerInputTextBox {
	clear: both;
	float: left;
	margin-left: 10px;
	padding: 5px;
	width: 100px;
}
.passengerInputAdditionalPreferenceContainer {
	float: left;
}
.passengerInputAdditionalPreferenceListBox {
	clear: both;
	float: left;
	padding:5px 5px;
	width: 110px;
}
.BookingScenarioPassengerListWidgetLastPassengerAnchor {
	float: left;
	clear: left;
	margin-left: 10px;
}
.BookingScenarioPassengerListWidgetHeaderPanel {
	clear: both;
	float: left;
	margin-left: 8px;
	margin-top: 35px;
}
.BookingScenarioPassengerListWidgetSeatLabel {
	float: left;
	font-weight: bold;
	width: 62px!important;
}
.BookingScenarioPassengerListWidgetNameLabel {
	float: left;
	font-weight: bold;
	width: 284px;
}
.idTypeTextBox{
    width: 122px;
    padding:5px;
    height: auto;
}
.BookingScenarioPassengerListWidgetGenderLabel {
	float: left;
	width: 74px;
	font-weight: bold;
}
.bookingScenarioForSingleWindow{
}
.bookingScenarioForSingleWindow .BookingScenarioPassengerListWidgetHeaderPanel{
	margin-left:0px;
}
.bookingScenarioForSingleWindow .BookingScenarioPassengerListWidgetSeatLabel{
	width:60px;
	display:none;
}
.bookingScenarioForSingleWindow .BookingScenarioPassengerListWidgetNameLabel{
	width: 262px;
}

.bookingScenarioForSingleWindow .BookingScenarioPassengerListWidgetGenderLabel{
	width: 80px;
}
.bookingScenarioForSingleWindow .BookingScenarioPassengerListWidgetLastPassengerAnchor{
	margin-left:0;
}
.OnePagePassengerInfoWidgetPhoneLabel {
	float: left;
	clear: right;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
}
.OnePagePassengerInfoWidgetLabel {
	float: left;
	clear: right;
	font-weight: bold;
	padding: 10px 10px 10px 5px;
}
.OnePagePassengerInfoWidgetEmailContainer {
	float: left;
	clear: right;
	margin-left: 70px;
}
.OnePagePassengerInfoWidgetMobileSymbol {
	color: #000;
	float: left;
	font-size: 16px;
	margin-top: 7px;
	margin-left: 3px;
}
.OnePagePassengerInfoWidgetPhoneContainer {
	float: left;
	clear: left;
}
.OnePagePassengerInfoWidget .OnePagePassengerInfoWidgetPhoneLabel{
	padding:2px 5px;
}
.OnePagePassengerInfoWidget .OnePagePassengerInfoWidgetLabel{
	padding:2px 5px;
}
.OnePagePassengerInfoWidget .OnePagePassengerInfoWidgetEmailContainer{
	margin-left:15px;
	display:none;
}
.OnePagePassengerInfoWidget .OnePagePassengerInfoWidgetMobileSymbol{
	margin-top: -1px;
}
.OnePagePassengerInfoWidget .dividerForSingleWindow {
	display:block;
	border-top: 1px solid #CCCCCC;
	float: left;
	width: 100%;
	margin:9px 0;
}
.OnePagePassengerInfoWidget .semicolon{
	display:block;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	padding: 8px;
	font-weight: bold;
}
.OnePagePassengerInfoWidget .OnePagePassengerInfoWidgetPhoneContainer{
	float:left;
}
.OnePagePassengerInfoWidget .OnePagePassengerInfoWidgetPhoneLabel{
	width:159px;
	float:left;
}
.OnePagePassengerInfoWidget .OnePagePassengerInfoWidgetPhoneContainer .semicolon{
	padding: 0px;
	margin-left: 10px;
	margin-right: 20px;
}

.bookingScenarioStepForSingleWindow .submitContainer{
	position:fixed;
	bottom:5px;
	right: 86px;
}
.singleWindowContainerForSelectedSeats .secondContainer .pickUpLabel{
	margin-left:0px;
	padding:5px 0px;
}
.pickUpLabel {
	clear: left;
	float: left;
	font-weight: bold;
	margin-left: 10px;
	padding: 8px 2px 8px 8px;
	width: 50px;
}
.dropPointStyle{
	margin: 10px 0;
	text-align:left;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	padding:0px 8px;
}
.singleWindowContainerForSelectedSeats .secondContainer .dropPointStyle {
    text-align:left;
    font-weight: bold;
    float: left;
    margin: 0px;
    padding: 5px 0px;
}
.discountRangeLabel {
	float: left;
	font-weight: bold;
	margin-left: 10px;
	padding: 5px;
}
.dividerForSingleWindow{
	display:none;
}
.seatHeaderLabel{
	display:none;
	word-break: break-all;
    height:auto;
}
.selectedSeatsContainer {
    background: none repeat scroll 0 0 #fef1c1;
    clear: both;
    float: left;
    padding: 6px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    width: 97.7%;
    height: 25px;
    word-break: break-all;
    height:auto;
}
.selectedSeatsContainer .selectedSeats{
	float: left;
    color: #36c;
	font-size: 24px;
}
.singleWindowContainerForSelectedSeats .firstContainer .dividerForSingleWindow{
	display:block;
	border-top: 1px solid #CCCCCC;
	float: left;
	width: 100%;
	margin:9px 0;
}
.singleWindowContainerForSelectedSeats .selectedSeatsContainer {
	display:none;
}
.onePageExperienceForSingleWindow .seatNameTitle{
	padding: 13px 10px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	width: 96%;
	display:none;
}
.passengerContainer input[type="text"]{
	padding:2px 5px;
}
.hideForSingleWindow{
	display:none;
}
.tableContainer  .search tr td:nth-child(1){
	display:none;
}
.removeMarginTop{
	margin-top:0px!important;
}
.lastPassengerContainer{
	margin-bottom:6px;
}
.autoWidth{
	width:auto!important;
	margin-left:5px;
}
.hideForClassicWindow{
	display:none;
}
.addWidth{
	width:97%!important;
	margin-top:0px!important;
	margin-left:0px!important;
}
.phoneContainer{
	float: left;
    clear: right;
    margin-left: 17px;
    margin-top: 8px;
}
.OnePagePassengerInfoWidgetContainer .dividerForSingleWindow {
	display:block;
	border-top: 1px solid #CCCCCC;
	float: left;
	width: 100%;
	margin:9px 0;
}
.OnePagePassengerInfoWidgetContainer{
    margin-top:0!important;
    padding:0px!important;
    overflow:hidden;
    margin-bottom:60px;
}
.OnePagePassengerInfoWidgetContainer .contactDetails input[type="text"]{
	padding:2px 5px;
}
.contactDetails .phoneContainer .phoneLabelForSingleWindow{
	float: left;
    clear: left;
    width:155px;
}
.contactDetails .phoneContainer .phoneLabel{
	padding:3px 5px;
}
.contactDetails .phoneContainerForSingleWindow>input[type="text"]{
	margin-left:0;
	padding:4px 5px;
}
.contactDetails .phoneContainer .phoneContainerForSingleWindow span{
	margin-top: 0px;
    margin-left: 4px;
 }
 .emailContainer{
 	float: left;
     clear: right;
     margin-left: 70px!important;
 }
 .contactDetails .emailContainer{
 	/*display:none;*/
 	margin-left:0!important;
 	margin-top:10px;
 }
 .contactDetails .emailContainer .label {
     float: left;
     clear: left;
     width: 213px;
 }
 .contactDetails .emailContainer .textBox {
    clear:none!important;
 }
 .emailContainer .label{
     float: left;
     clear: right;
     padding: 8px 5px;
     font-weight: bold;
     color: #333;
     margin-top: 9px;
 }
 .contactDetails .phoneContainer{
    clear: right;
    margin-left:0;
    margin-top:0;
 }
 .contactDetails .phoneContainer .semicolon{
  	display:block;
  	padding:3px 0px;
  }
.minWidth{
	min-width:98%!important;
	padding:0 1%;
}

.loudText {
  font-weight:  bold;
}
.singleWindowContainer{
	position: absolute!important;
	right: 10px;
	bottom: 0px;
	width: 50.6%!important;
	overflow-y: scroll;
    height: 488px;
}
.myContainer .tab_navigation{
	display:none!important;
}
.singleWindowTabPanel{
	display:none;
}
.singleWindowWrapper{
	position:relative;
}
.tableContainer{
	overflow-y: scroll;
    height: 488px;
}
.rightContainer{
	width:45%;
	background:#fff;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	height:488px;
	overflow-y:scroll;
}
.singleWindowSeatLayoutPanel{
	padding-left:10px;
}
.singleWindowTitle{
	padding: 14px 8px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
}
.viewContainer{
	position: absolute;
	right: 9px;
	top: -28px;
	background:#fff;
	z-index:5;
}
.viewContainer a{
	display:inline-block;
	background:#ccc;
	color:#333;
	padding: 4px 10px;
    font-size: 12px;
    text-decoration: none;
}
.viewContainer .active{
	background:#fff;
	box-shadow: 0px 0px 4px #000;
}
.viewContainer a:hover{
	background:#fff;
}
@media (max-width: 767px) {
  .tw-bs .visible-xs {
    display: block !important;
  }
  table.tw-bs .visible-xs {
    display: table;
  }
  tr.tw-bs .visible-xs {
    display: table-row !important;
  }
  th.tw-bs .visible-xs,
  td.tw-bs .visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tw-bs .visible-sm {
    display: block !important;
  }
  table.tw-bs .visible-sm {
    display: table;
  }
  tr.tw-bs .visible-sm {
    display: table-row !important;
  }
  th.tw-bs .visible-sm,
  td.tw-bs .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tw-bs .visible-md {
    display: block !important;
  }
  table.tw-bs .visible-md {
    display: table;
  }
  tr.tw-bs .visible-md {
    display: table-row !important;
  }
  th.tw-bs .visible-md,
  td.tw-bs .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .tw-bs .visible-lg {
    display: block !important;
  }
  table.tw-bs .visible-lg {
    display: table;
  }
  tr.tw-bs .visible-lg {
    display: table-row !important;
  }
  th.tw-bs .visible-lg,
  td.tw-bs .visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .tw-bs .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tw-bs .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tw-bs .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .tw-bs .hidden-lg {
    display: none !important;
  }
}
.tw-bs .visible-print {
  display: none !important;
}
@media print {
  .tw-bs .visible-print {
    display: block !important;
  }
  table.tw-bs .visible-print {
    display: table;
  }
  tr.tw-bs .visible-print {
    display: table-row !important;
  }
  th.tw-bs .visible-print,
  td.tw-bs .visible-print {
    display: table-cell !important;
  }
}
@media print {
  .tw-bs .hidden-print {
    display: none !important;
  }
}

.gwt-TabPanel {
        margin-top: 4px;
        }

       /* .gwt-TabPanelBottom {
        background-color: #E8E8E8;
        }*/

        .gwt-TabBar {
        padding-top: 2px;
        /*border-bottom: 4px solid #878787;*/
        background-color: #fff;
        }

        .gwt-TabBarItem {
        padding: 6px;
        cursor: pointer;
        /*background-color: #e8e8e8;*/
        border-bottom: 2px solid white;
        margin-right: 4px;
        }

        .gwt-TabBarItem-selected {
        padding: 6px;
        font-weight: bold;
        cursor: default;

        /*background-color: #878787;*/
        border-bottom: 2px solid #4787ED;
        border-left: 2px solid white;
        border-right: 2px solid white;
        border-top: 2px solid white;
        margin-right: 4px;
        }

         .button_css2 {
                color: #ffffff;
                font-family: Arial, Helvetica, sans-serif;
                float: left;
                cursor: pointer;
                background-color: #0f9be6;
                border: 1px solid #109ce7;
                font-size: 14px;
                font-weight: bold;
                height: 40px;
                width: 170px;
                }

                .button_css3 {
                color: #000000;
                font-family: Arial, Helvetica, sans-serif;
                float: left;
                cursor: pointer;
                background-color: #ffffff;
                border: 1px solid #F1EEEE;
                font-size: 14px;
                height: 40px;
                width: 170px;
                }

#recaptcha_container_login{
	display: block;
	width: 80%;
	margin: 0px auto;
	margin-bottom: 20px;
}

#recaptcha_error{
color: red;
font-size: 12px;
margin-top: 10px;
margin-left: 40px;
}
