/* Minification failed. Returning unminified contents.
(9419,31): run-time error CSS1046: Expect comma, found '0'
(9419,35): run-time error CSS1046: Expect comma, found '/'
(9578,31): run-time error CSS1046: Expect comma, found '0'
(9578,35): run-time error CSS1046: Expect comma, found '/'
(9649,1): run-time error CSS1019: Unexpected token, found '@import'
(9649,9): run-time error CSS1019: Unexpected token, found 'url('../css/font-awesome.css')'
(9650,1): run-time error CSS1019: Unexpected token, found '@import'
(9650,9): run-time error CSS1019: Unexpected token, found 'url('../css/md.css')'
(9651,1): run-time error CSS1019: Unexpected token, found '@import'
(9651,9): run-time error CSS1019: Unexpected token, found 'url('../css/style-EN-fontstyle.css')'
(16058,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(16059,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16068,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(16069,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(17501,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(17502,10): run-time error CSS1035: Expected colon, found '{'
(17513,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(17514,10): run-time error CSS1035: Expected colon, found '{'
(18461,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(18462,10): run-time error CSS1035: Expected colon, found '{'
(18472,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(18473,10): run-time error CSS1035: Expected colon, found '{'
(18483,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18484,10): run-time error CSS1035: Expected colon, found '{'
(22962,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(22963,10): run-time error CSS1035: Expected colon, found '{'
(22971,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(22972,10): run-time error CSS1035: Expected colon, found '{'
(22980,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(22981,10): run-time error CSS1035: Expected colon, found '{'
(23125,36): run-time error CSS1046: Expect comma, found '0'
(23125,40): run-time error CSS1046: Expect comma, found '/'
(23754,36): run-time error CSS1046: Expect comma, found '0'
(23754,40): run-time error CSS1046: Expect comma, found '/'
 */
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
        width: 44px;
    }
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff!important;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url('../images/ui-icons_444444_256x240.png');
}
.ui-widget-header .ui-icon {
	background-image: url('../images/ui-icons_444444_256x240.png');
}
.ui-button .ui-icon {
	background-image: url('../images/ui-icons_777777_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url('../images/ui-icons_555555_256x240.png');
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url('../images/ui-icons_ffffff_256x240.png');
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url('../images/ui-icons_777620_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url('../images/ui-icons_cc0000_256x240.png');
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@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.woff2) format('woff2'),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')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-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}.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,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.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;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-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}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.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,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
@charset "UTF-8";

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.invisible {
    visibility: hidden
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href)")";
        }

    abbr[title]:after {
        content: " (" attr(title)")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

a, .mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu, .mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

main {
    display: block;
}

*[hidden] {
    display: none !important;
}

blockquote {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.35;
    letter-spacing: .08em;
}

    blockquote:before {
        position: absolute;
        left: -.5em;
        content: '“';
    }

    blockquote:after {
        content: '”';
        margin-left: -.05em;
    }

mark {
    background-color: #f4ff81;
}

.mdl-typography--display-4, .mdl-typography--display-4-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 112px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.04em;
}

.mdl-typography--display-4-color-contrast {
    opacity: .54;
}

.mdl-typography--display-3, .mdl-typography--display-3-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -.02em;
}

.mdl-typography--display-3-color-contrast {
    opacity: .54;
}

.mdl-typography--display-2, .mdl-typography--display-2-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
}

.mdl-typography--display-2-color-contrast {
    opacity: .54;
}

.mdl-typography--display-1, .mdl-typography--display-1-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
}

.mdl-typography--display-1-color-contrast {
    opacity: .54;
}

.mdl-typography--headline, .mdl-typography--headline-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
}

.mdl-typography--headline-color-contrast {
    opacity: .87;
}

.mdl-typography--title, .mdl-typography--title-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
}

.mdl-typography--title-color-contrast {
    opacity: .87;
}

.mdl-typography--subhead, .mdl-typography--subhead-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .04em;
}

.mdl-typography--subhead-color-contrast {
    opacity: .87;
}

.mdl-typography--body-2, .mdl-typography--body-2-color-contrast {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-2-color-contrast {
    opacity: .87;
}

.mdl-typography--body-1, .mdl-typography--body-1-color-contrast {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-1-color-contrast {
    opacity: .87;
}

.mdl-typography--body-2-force-preferred-font, .mdl-typography--body-2-force-preferred-font-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-2-force-preferred-font-color-contrast {
    opacity: .87;
}

.mdl-typography--body-1-force-preferred-font, .mdl-typography--body-1-force-preferred-font-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-1-force-preferred-font-color-contrast {
    opacity: .87;
}

.mdl-typography--caption, .mdl-typography--caption-force-preferred-font {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--caption-force-preferred-font {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
}

.mdl-typography--caption-color-contrast, .mdl-typography--caption-force-preferred-font-color-contrast {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    opacity: .54;
}

.mdl-typography--caption-force-preferred-font-color-contrast, .mdl-typography--menu {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
}

.mdl-typography--menu {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--menu-color-contrast {
    opacity: .87;
}

.mdl-typography--menu-color-contrast, .mdl-typography--button, .mdl-typography--button-color-contrast {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--button, .mdl-typography--button-color-contrast {
    text-transform: uppercase;
}

.mdl-typography--button-color-contrast {
    opacity: .87;
}

.mdl-typography--text-left {
    text-align: left;
}

.mdl-typography--text-right {
    text-align: right;
}

.mdl-typography--text-center {
    text-align: center;
}

.mdl-typography--text-justify {
    text-align: justify;
}

.mdl-typography--text-nowrap {
    white-space: nowrap;
}

.mdl-typography--text-lowercase {
    text-transform: lowercase;
}

.mdl-typography--text-uppercase {
    text-transform: uppercase;
}

.mdl-typography--text-capitalize {
    text-transform: capitalize;
}

.mdl-typography--font-thin {
    font-weight: 200 !important;
}

.mdl-typography--font-light {
    font-weight: 300 !important;
}

.mdl-typography--font-regular {
    font-weight: 400 !important;
}

.mdl-typography--font-medium {
    font-weight: 500 !important;
}

.mdl-typography--font-bold {
    font-weight: 700 !important;
}

.mdl-typography--font-black {
    font-weight: 900 !important;
}

.mdl-color-text--red {
    color: #f44336 !important;
}

.mdl-color--red {
    background-color: #f44336 !important;
}

.mdl-color-text--red-50 {
    color: #ffebee !important;
}

.mdl-color--red-50 {
    background-color: #ffebee !important;
}

.mdl-color-text--red-100 {
    color: #ffcdd2 !important;
}

.mdl-color--red-100 {
    background-color: #ffcdd2 !important;
}

.mdl-color-text--red-200 {
    color: #ef9a9a !important;
}

.mdl-color--red-200 {
    background-color: #ef9a9a !important;
}

.mdl-color-text--red-300 {
    color: #e57373 !important;
}

.mdl-color--red-300 {
    background-color: #e57373 !important;
}

.mdl-color-text--red-400 {
    color: #ef5350 !important;
}

.mdl-color--red-400 {
    background-color: #ef5350 !important;
}

.mdl-color-text--red-500 {
    color: #f44336 !important;
}

.mdl-color--red-500 {
    background-color: #f44336 !important;
}

.mdl-color-text--red-600 {
    color: #e53935 !important;
}

.mdl-color--red-600 {
    background-color: #e53935 !important;
}

.mdl-color-text--red-700 {
    color: #d32f2f !important;
}

.mdl-color--red-700 {
    background-color: #d32f2f !important;
}

.mdl-color-text--red-800 {
    color: #c62828 !important;
}

.mdl-color--red-800 {
    background-color: #c62828 !important;
}

.mdl-color-text--red-900 {
    color: #b71c1c !important;
}

.mdl-color--red-900 {
    background-color: #b71c1c !important;
}

.mdl-color-text--red-A100 {
    color: #ff8a80 !important;
}

.mdl-color--red-A100 {
    background-color: #ff8a80 !important;
}

.mdl-color-text--red-A200 {
    color: #ff5252 !important;
}

.mdl-color--red-A200 {
    background-color: #ff5252 !important;
}

.mdl-color-text--red-A400 {
    color: #ff1744 !important;
}

.mdl-color--red-A400 {
    background-color: #ff1744 !important;
}

.mdl-color-text--red-A700 {
    color: #d50000 !important;
}

.mdl-color--red-A700 {
    background-color: #d50000 !important;
}

.mdl-color-text--pink {
    color: #e91e63 !important;
}

.mdl-color--pink {
    background-color: #e91e63 !important;
}

.mdl-color-text--pink-50 {
    color: #fce4ec !important;
}

.mdl-color--pink-50 {
    background-color: #fce4ec !important;
}

.mdl-color-text--pink-100 {
    color: #f8bbd0 !important;
}

.mdl-color--pink-100 {
    background-color: #f8bbd0 !important;
}

.mdl-color-text--pink-200 {
    color: #f48fb1 !important;
}

.mdl-color--pink-200 {
    background-color: #f48fb1 !important;
}

.mdl-color-text--pink-300 {
    color: #f06292 !important;
}

.mdl-color--pink-300 {
    background-color: #f06292 !important;
}

.mdl-color-text--pink-400 {
    color: #ec407a !important;
}

.mdl-color--pink-400 {
    background-color: #ec407a !important;
}

.mdl-color-text--pink-500 {
    color: #e91e63 !important;
}

.mdl-color--pink-500 {
    background-color: #e91e63 !important;
}

.mdl-color-text--pink-600 {
    color: #d81b60 !important;
}

.mdl-color--pink-600 {
    background-color: #d81b60 !important;
}

.mdl-color-text--pink-700 {
    color: #c2185b !important;
}

.mdl-color--pink-700 {
    background-color: #c2185b !important;
}

.mdl-color-text--pink-800 {
    color: #ad1457 !important;
}

.mdl-color--pink-800 {
    background-color: #ad1457 !important;
}

.mdl-color-text--pink-900 {
    color: #880e4f !important;
}

.mdl-color--pink-900 {
    background-color: #880e4f !important;
}

.mdl-color-text--pink-A100 {
    color: #ff80ab !important;
}

.mdl-color--pink-A100 {
    background-color: #ff80ab !important;
}

.mdl-color-text--pink-A200 {
    color: #ff4081 !important;
}

.mdl-color--pink-A200 {
    background-color: #ff4081 !important;
}

.mdl-color-text--pink-A400 {
    color: #f50057 !important;
}

.mdl-color--pink-A400 {
    background-color: #f50057 !important;
}

.mdl-color-text--pink-A700 {
    color: #c51162 !important;
}

.mdl-color--pink-A700 {
    background-color: #c51162 !important;
}

.mdl-color-text--purple {
    color: #9c27b0 !important;
}

.mdl-color--purple {
    background-color: #9c27b0 !important;
}

.mdl-color-text--purple-50 {
    color: #f3e5f5 !important;
}

.mdl-color--purple-50 {
    background-color: #f3e5f5 !important;
}

.mdl-color-text--purple-100 {
    color: #e1bee7 !important;
}

.mdl-color--purple-100 {
    background-color: #e1bee7 !important;
}

.mdl-color-text--purple-200 {
    color: #ce93d8 !important;
}

.mdl-color--purple-200 {
    background-color: #ce93d8 !important;
}

.mdl-color-text--purple-300 {
    color: #ba68c8 !important;
}

.mdl-color--purple-300 {
    background-color: #ba68c8 !important;
}

.mdl-color-text--purple-400 {
    color: #ab47bc !important;
}

.mdl-color--purple-400 {
    background-color: #ab47bc !important;
}

.mdl-color-text--purple-500 {
    color: #9c27b0 !important;
}

.mdl-color--purple-500 {
    background-color: #9c27b0 !important;
}

.mdl-color-text--purple-600 {
    color: #8e24aa !important;
}

.mdl-color--purple-600 {
    background-color: #8e24aa !important;
}

.mdl-color-text--purple-700 {
    color: #7b1fa2 !important;
}

.mdl-color--purple-700 {
    background-color: #7b1fa2 !important;
}

.mdl-color-text--purple-800 {
    color: #6a1b9a !important;
}

.mdl-color--purple-800 {
    background-color: #6a1b9a !important;
}

.mdl-color-text--purple-900 {
    color: #4a148c !important;
}

.mdl-color--purple-900 {
    background-color: #4a148c !important;
}

.mdl-color-text--purple-A100 {
    color: #ea80fc !important;
}

.mdl-color--purple-A100 {
    background-color: #ea80fc !important;
}

.mdl-color-text--purple-A200 {
    color: #e040fb !important;
}

.mdl-color--purple-A200 {
    background-color: #e040fb !important;
}

.mdl-color-text--purple-A400 {
    color: #d500f9 !important;
}

.mdl-color--purple-A400 {
    background-color: #d500f9 !important;
}

.mdl-color-text--purple-A700 {
    color: #a0f !important;
}

.mdl-color--purple-A700 {
    background-color: #a0f !important;
}

.mdl-color-text--deep-purple {
    color: #673ab7 !important;
}

.mdl-color--deep-purple {
    background-color: #673ab7 !important;
}

.mdl-color-text--deep-purple-50 {
    color: #ede7f6 !important;
}

.mdl-color--deep-purple-50 {
    background-color: #ede7f6 !important;
}

.mdl-color-text--deep-purple-100 {
    color: #d1c4e9 !important;
}

.mdl-color--deep-purple-100 {
    background-color: #d1c4e9 !important;
}

.mdl-color-text--deep-purple-200 {
    color: #b39ddb !important;
}

.mdl-color--deep-purple-200 {
    background-color: #b39ddb !important;
}

.mdl-color-text--deep-purple-300 {
    color: #9575cd !important;
}

.mdl-color--deep-purple-300 {
    background-color: #9575cd !important;
}

.mdl-color-text--deep-purple-400 {
    color: #7e57c2 !important;
}

.mdl-color--deep-purple-400 {
    background-color: #7e57c2 !important;
}

.mdl-color-text--deep-purple-500 {
    color: #673ab7 !important;
}

.mdl-color--deep-purple-500 {
    background-color: #673ab7 !important;
}

.mdl-color-text--deep-purple-600 {
    color: #5e35b1 !important;
}

.mdl-color--deep-purple-600 {
    background-color: #5e35b1 !important;
}

.mdl-color-text--deep-purple-700 {
    color: #512da8 !important;
}

.mdl-color--deep-purple-700 {
    background-color: #512da8 !important;
}

.mdl-color-text--deep-purple-800 {
    color: #4527a0 !important;
}

.mdl-color--deep-purple-800 {
    background-color: #4527a0 !important;
}

.mdl-color-text--deep-purple-900 {
    color: #311b92 !important;
}

.mdl-color--deep-purple-900 {
    background-color: #311b92 !important;
}

.mdl-color-text--deep-purple-A100 {
    color: #b388ff !important;
}

.mdl-color--deep-purple-A100 {
    background-color: #b388ff !important;
}

.mdl-color-text--deep-purple-A200 {
    color: #7c4dff !important;
}

.mdl-color--deep-purple-A200 {
    background-color: #7c4dff !important;
}

.mdl-color-text--deep-purple-A400 {
    color: #651fff !important;
}

.mdl-color--deep-purple-A400 {
    background-color: #651fff !important;
}

.mdl-color-text--deep-purple-A700 {
    color: #6200ea !important;
}

.mdl-color--deep-purple-A700 {
    background-color: #6200ea !important;
}

.mdl-color-text--indigo {
    color: #3f51b5 !important;
}

.mdl-color--indigo {
    background-color: #3f51b5 !important;
}

.mdl-color-text--indigo-50 {
    color: #e8eaf6 !important;
}

.mdl-color--indigo-50 {
    background-color: #e8eaf6 !important;
}

.mdl-color-text--indigo-100 {
    color: #c5cae9 !important;
}

.mdl-color--indigo-100 {
    background-color: #c5cae9 !important;
}

.mdl-color-text--indigo-200 {
    color: #9fa8da !important;
}

.mdl-color--indigo-200 {
    background-color: #9fa8da !important;
}

.mdl-color-text--indigo-300 {
    color: #7986cb !important;
}

.mdl-color--indigo-300 {
    background-color: #7986cb !important;
}

.mdl-color-text--indigo-400 {
    color: #5c6bc0 !important;
}

.mdl-color--indigo-400 {
    background-color: #5c6bc0 !important;
}

.mdl-color-text--indigo-500 {
    color: #3f51b5 !important;
}

.mdl-color--indigo-500 {
    background-color: #3f51b5 !important;
}

.mdl-color-text--indigo-600 {
    color: #3949ab !important;
}

.mdl-color--indigo-600 {
    background-color: #3949ab !important;
}

.mdl-color-text--indigo-700 {
    color: #303f9f !important;
}

.mdl-color--indigo-700 {
    background-color: #303f9f !important;
}

.mdl-color-text--indigo-800 {
    color: #283593 !important;
}

.mdl-color--indigo-800 {
    background-color: #283593 !important;
}

.mdl-color-text--indigo-900 {
    color: #1a237e !important;
}

.mdl-color--indigo-900 {
    background-color: #1a237e !important;
}

.mdl-color-text--indigo-A100 {
    color: #8c9eff !important;
}

.mdl-color--indigo-A100 {
    background-color: #8c9eff !important;
}

.mdl-color-text--indigo-A200 {
    color: #536dfe !important;
}

.mdl-color--indigo-A200 {
    background-color: #536dfe !important;
}

.mdl-color-text--indigo-A400 {
    color: #3d5afe !important;
}

.mdl-color--indigo-A400 {
    background-color: #3d5afe !important;
}

.mdl-color-text--indigo-A700 {
    color: #304ffe !important;
}

.mdl-color--indigo-A700 {
    background-color: #304ffe !important;
}

.mdl-color-text--blue {
    color: #2196f3 !important;
}

.mdl-color--blue {
    background-color: #2196f3 !important;
}

.mdl-color-text--blue-50 {
    color: #e3f2fd !important;
}

.mdl-color--blue-50 {
    background-color: #e3f2fd !important;
}

.mdl-color-text--blue-100 {
    color: #bbdefb !important;
}

.mdl-color--blue-100 {
    background-color: #bbdefb !important;
}

.mdl-color-text--blue-200 {
    color: #90caf9 !important;
}

.mdl-color--blue-200 {
    background-color: #90caf9 !important;
}

.mdl-color-text--blue-300 {
    color: #64b5f6 !important;
}

.mdl-color--blue-300 {
    background-color: #64b5f6 !important;
}

.mdl-color-text--blue-400 {
    color: #42a5f5 !important;
}

.mdl-color--blue-400 {
    background-color: #42a5f5 !important;
}

.mdl-color-text--blue-500 {
    color: #2196f3 !important;
}

.mdl-color--blue-500 {
    background-color: #2196f3 !important;
}

.mdl-color-text--blue-600 {
    color: #1e88e5 !important;
}

.mdl-color--blue-600 {
    background-color: #1e88e5 !important;
}

.mdl-color-text--blue-700 {
    color: #1976d2 !important;
}

.mdl-color--blue-700 {
    background-color: #1976d2 !important;
}

.mdl-color-text--blue-800 {
    color: #1565c0 !important;
}

.mdl-color--blue-800 {
    background-color: #1565c0 !important;
}

.mdl-color-text--blue-900 {
    color: #0d47a1 !important;
}

.mdl-color--blue-900 {
    background-color: #0d47a1 !important;
}

.mdl-color-text--blue-A100 {
    color: #82b1ff !important;
}

.mdl-color--blue-A100 {
    background-color: #82b1ff !important;
}

.mdl-color-text--blue-A200 {
    color: #448aff !important;
}

.mdl-color--blue-A200 {
    background-color: #448aff !important;
}

.mdl-color-text--blue-A400 {
    color: #2979ff !important;
}

.mdl-color--blue-A400 {
    background-color: #2979ff !important;
}

.mdl-color-text--blue-A700 {
    color: #2962ff !important;
}

.mdl-color--blue-A700 {
    background-color: #2962ff !important;
}

.mdl-color-text--light-blue {
    color: #03a9f4 !important;
}

.mdl-color--light-blue {
    background-color: #03a9f4 !important;
}

.mdl-color-text--light-blue-50 {
    color: #e1f5fe !important;
}

.mdl-color--light-blue-50 {
    background-color: #e1f5fe !important;
}

.mdl-color-text--light-blue-100 {
    color: #b3e5fc !important;
}

.mdl-color--light-blue-100 {
    background-color: #b3e5fc !important;
}

.mdl-color-text--light-blue-200 {
    color: #81d4fa !important;
}

.mdl-color--light-blue-200 {
    background-color: #81d4fa !important;
}

.mdl-color-text--light-blue-300 {
    color: #4fc3f7 !important;
}

.mdl-color--light-blue-300 {
    background-color: #4fc3f7 !important;
}

.mdl-color-text--light-blue-400 {
    color: #29b6f6 !important;
}

.mdl-color--light-blue-400 {
    background-color: #29b6f6 !important;
}

.mdl-color-text--light-blue-500 {
    color: #03a9f4 !important;
}

.mdl-color--light-blue-500 {
    background-color: #03a9f4 !important;
}

.mdl-color-text--light-blue-600 {
    color: #039be5 !important;
}

.mdl-color--light-blue-600 {
    background-color: #039be5 !important;
}

.mdl-color-text--light-blue-700 {
    color: #0288d1 !important;
}

.mdl-color--light-blue-700 {
    background-color: #0288d1 !important;
}

.mdl-color-text--light-blue-800 {
    color: #0277bd !important;
}

.mdl-color--light-blue-800 {
    background-color: #0277bd !important;
}

.mdl-color-text--light-blue-900 {
    color: #01579b !important;
}

.mdl-color--light-blue-900 {
    background-color: #01579b !important;
}

.mdl-color-text--light-blue-A100 {
    color: #80d8ff !important;
}

.mdl-color--light-blue-A100 {
    background-color: #80d8ff !important;
}

.mdl-color-text--light-blue-A200 {
    color: #40c4ff !important;
}

.mdl-color--light-blue-A200 {
    background-color: #40c4ff !important;
}

.mdl-color-text--light-blue-A400 {
    color: #00b0ff !important;
}

.mdl-color--light-blue-A400 {
    background-color: #00b0ff !important;
}

.mdl-color-text--light-blue-A700 {
    color: #0091ea !important;
}

.mdl-color--light-blue-A700 {
    background-color: #0091ea !important;
}

.mdl-color-text--cyan {
    color: #00bcd4 !important;
}

.mdl-color--cyan {
    background-color: #00bcd4 !important;
}

.mdl-color-text--cyan-50 {
    color: #e0f7fa !important;
}

.mdl-color--cyan-50 {
    background-color: #e0f7fa !important;
}

.mdl-color-text--cyan-100 {
    color: #b2ebf2 !important;
}

.mdl-color--cyan-100 {
    background-color: #b2ebf2 !important;
}

.mdl-color-text--cyan-200 {
    color: #80deea !important;
}

.mdl-color--cyan-200 {
    background-color: #80deea !important;
}

.mdl-color-text--cyan-300 {
    color: #4dd0e1 !important;
}

.mdl-color--cyan-300 {
    background-color: #4dd0e1 !important;
}

.mdl-color-text--cyan-400 {
    color: #26c6da !important;
}

.mdl-color--cyan-400 {
    background-color: #26c6da !important;
}

.mdl-color-text--cyan-500 {
    color: #00bcd4 !important;
}

.mdl-color--cyan-500 {
    background-color: #00bcd4 !important;
}

.mdl-color-text--cyan-600 {
    color: #00acc1 !important;
}

.mdl-color--cyan-600 {
    background-color: #00acc1 !important;
}

.mdl-color-text--cyan-700 {
    color: #0097a7 !important;
}

.mdl-color--cyan-700 {
    background-color: #0097a7 !important;
}

.mdl-color-text--cyan-800 {
    color: #00838f !important;
}

.mdl-color--cyan-800 {
    background-color: #00838f !important;
}

.mdl-color-text--cyan-900 {
    color: #006064 !important;
}

.mdl-color--cyan-900 {
    background-color: #006064 !important;
}

.mdl-color-text--cyan-A100 {
    color: #84ffff !important;
}

.mdl-color--cyan-A100 {
    background-color: #84ffff !important;
}

.mdl-color-text--cyan-A200 {
    color: #18ffff !important;
}

.mdl-color--cyan-A200 {
    background-color: #18ffff !important;
}

.mdl-color-text--cyan-A400 {
    color: #00e5ff !important;
}

.mdl-color--cyan-A400 {
    background-color: #00e5ff !important;
}

.mdl-color-text--cyan-A700 {
    color: #00b8d4 !important;
}

.mdl-color--cyan-A700 {
    background-color: #00b8d4 !important;
}

.mdl-color-text--teal {
    color: #009688 !important;
}

.mdl-color--teal {
    background-color: #009688 !important;
}

.mdl-color-text--teal-50 {
    color: #e0f2f1 !important;
}

.mdl-color--teal-50 {
    background-color: #e0f2f1 !important;
}

.mdl-color-text--teal-100 {
    color: #b2dfdb !important;
}

.mdl-color--teal-100 {
    background-color: #b2dfdb !important;
}

.mdl-color-text--teal-200 {
    color: #80cbc4 !important;
}

.mdl-color--teal-200 {
    background-color: #80cbc4 !important;
}

.mdl-color-text--teal-300 {
    color: #4db6ac !important;
}

.mdl-color--teal-300 {
    background-color: #4db6ac !important;
}

.mdl-color-text--teal-400 {
    color: #26a69a !important;
}

.mdl-color--teal-400 {
    background-color: #26a69a !important;
}

.mdl-color-text--teal-500 {
    color: #009688 !important;
}

.mdl-color--teal-500 {
    background-color: #009688 !important;
}

.mdl-color-text--teal-600 {
    color: #00897b !important;
}

.mdl-color--teal-600 {
    background-color: #00897b !important;
}

.mdl-color-text--teal-700 {
    color: #00796b !important;
}

.mdl-color--teal-700 {
    background-color: #00796b !important;
}

.mdl-color-text--teal-800 {
    color: #00695c !important;
}

.mdl-color--teal-800 {
    background-color: #00695c !important;
}

.mdl-color-text--teal-900 {
    color: #004d40 !important;
}

.mdl-color--teal-900 {
    background-color: #004d40 !important;
}

.mdl-color-text--teal-A100 {
    color: #a7ffeb !important;
}

.mdl-color--teal-A100 {
    background-color: #a7ffeb !important;
}

.mdl-color-text--teal-A200 {
    color: #64ffda !important;
}

.mdl-color--teal-A200 {
    background-color: #64ffda !important;
}

.mdl-color-text--teal-A400 {
    color: #1de9b6 !important;
}

.mdl-color--teal-A400 {
    background-color: #1de9b6 !important;
}

.mdl-color-text--teal-A700 {
    color: #00bfa5 !important;
}

.mdl-color--teal-A700 {
    background-color: #00bfa5 !important;
}

.mdl-color-text--green {
    color: #4caf50 !important;
}

.mdl-color--green {
    background-color: #4caf50 !important;
}

.mdl-color-text--green-50 {
    color: #e8f5e9 !important;
}

.mdl-color--green-50 {
    background-color: #e8f5e9 !important;
}

.mdl-color-text--green-100 {
    color: #c8e6c9 !important;
}

.mdl-color--green-100 {
    background-color: #c8e6c9 !important;
}

.mdl-color-text--green-200 {
    color: #a5d6a7 !important;
}

.mdl-color--green-200 {
    background-color: #a5d6a7 !important;
}

.mdl-color-text--green-300 {
    color: #81c784 !important;
}

.mdl-color--green-300 {
    background-color: #81c784 !important;
}

.mdl-color-text--green-400 {
    color: #66bb6a !important;
}

.mdl-color--green-400 {
    background-color: #66bb6a !important;
}

.mdl-color-text--green-500 {
    color: #4caf50 !important;
}

.mdl-color--green-500 {
    background-color: #4caf50 !important;
}

.mdl-color-text--green-600 {
    color: #43a047 !important;
}

.mdl-color--green-600 {
    background-color: #43a047 !important;
}

.mdl-color-text--green-700 {
    color: #388e3c !important;
}

.mdl-color--green-700 {
    background-color: #388e3c !important;
}

.mdl-color-text--green-800 {
    color: #2e7d32 !important;
}

.mdl-color--green-800 {
    background-color: #2e7d32 !important;
}

.mdl-color-text--green-900 {
    color: #1b5e20 !important;
}

.mdl-color--green-900 {
    background-color: #1b5e20 !important;
}

.mdl-color-text--green-A100 {
    color: #b9f6ca !important;
}

.mdl-color--green-A100 {
    background-color: #b9f6ca !important;
}

.mdl-color-text--green-A200 {
    color: #69f0ae !important;
}

.mdl-color--green-A200 {
    background-color: #69f0ae !important;
}

.mdl-color-text--green-A400 {
    color: #00e676 !important;
}

.mdl-color--green-A400 {
    background-color: #00e676 !important;
}

.mdl-color-text--green-A700 {
    color: #00c853 !important;
}

.mdl-color--green-A700 {
    background-color: #00c853 !important;
}

.mdl-color-text--light-green {
    color: #8bc34a !important;
}

.mdl-color--light-green {
    background-color: #8bc34a !important;
}

.mdl-color-text--light-green-50 {
    color: #f1f8e9 !important;
}

.mdl-color--light-green-50 {
    background-color: #f1f8e9 !important;
}

.mdl-color-text--light-green-100 {
    color: #dcedc8 !important;
}

.mdl-color--light-green-100 {
    background-color: #dcedc8 !important;
}

.mdl-color-text--light-green-200 {
    color: #c5e1a5 !important;
}

.mdl-color--light-green-200 {
    background-color: #c5e1a5 !important;
}

.mdl-color-text--light-green-300 {
    color: #aed581 !important;
}

.mdl-color--light-green-300 {
    background-color: #aed581 !important;
}

.mdl-color-text--light-green-400 {
    color: #9ccc65 !important;
}

.mdl-color--light-green-400 {
    background-color: #9ccc65 !important;
}

.mdl-color-text--light-green-500 {
    color: #8bc34a !important;
}

.mdl-color--light-green-500 {
    background-color: #8bc34a !important;
}

.mdl-color-text--light-green-600 {
    color: #7cb342 !important;
}

.mdl-color--light-green-600 {
    background-color: #7cb342 !important;
}

.mdl-color-text--light-green-700 {
    color: #689f38 !important;
}

.mdl-color--light-green-700 {
    background-color: #689f38 !important;
}

.mdl-color-text--light-green-800 {
    color: #558b2f !important;
}

.mdl-color--light-green-800 {
    background-color: #558b2f !important;
}

.mdl-color-text--light-green-900 {
    color: #33691e !important;
}

.mdl-color--light-green-900 {
    background-color: #33691e !important;
}

.mdl-color-text--light-green-A100 {
    color: #ccff90 !important;
}

.mdl-color--light-green-A100 {
    background-color: #ccff90 !important;
}

.mdl-color-text--light-green-A200 {
    color: #b2ff59 !important;
}

.mdl-color--light-green-A200 {
    background-color: #b2ff59 !important;
}

.mdl-color-text--light-green-A400 {
    color: #76ff03 !important;
}

.mdl-color--light-green-A400 {
    background-color: #76ff03 !important;
}

.mdl-color-text--light-green-A700 {
    color: #64dd17 !important;
}

.mdl-color--light-green-A700 {
    background-color: #64dd17 !important;
}

.mdl-color-text--lime {
    color: #cddc39 !important;
}

.mdl-color--lime {
    background-color: #cddc39 !important;
}

.mdl-color-text--lime-50 {
    color: #f9fbe7 !important;
}

.mdl-color--lime-50 {
    background-color: #f9fbe7 !important;
}

.mdl-color-text--lime-100 {
    color: #f0f4c3 !important;
}

.mdl-color--lime-100 {
    background-color: #f0f4c3 !important;
}

.mdl-color-text--lime-200 {
    color: #e6ee9c !important;
}

.mdl-color--lime-200 {
    background-color: #e6ee9c !important;
}

.mdl-color-text--lime-300 {
    color: #dce775 !important;
}

.mdl-color--lime-300 {
    background-color: #dce775 !important;
}

.mdl-color-text--lime-400 {
    color: #d4e157 !important;
}

.mdl-color--lime-400 {
    background-color: #d4e157 !important;
}

.mdl-color-text--lime-500 {
    color: #cddc39 !important;
}

.mdl-color--lime-500 {
    background-color: #cddc39 !important;
}

.mdl-color-text--lime-600 {
    color: #c0ca33 !important;
}

.mdl-color--lime-600 {
    background-color: #c0ca33 !important;
}

.mdl-color-text--lime-700 {
    color: #afb42b !important;
}

.mdl-color--lime-700 {
    background-color: #afb42b !important;
}

.mdl-color-text--lime-800 {
    color: #9e9d24 !important;
}

.mdl-color--lime-800 {
    background-color: #9e9d24 !important;
}

.mdl-color-text--lime-900 {
    color: #827717 !important;
}

.mdl-color--lime-900 {
    background-color: #827717 !important;
}

.mdl-color-text--lime-A100 {
    color: #f4ff81 !important;
}

.mdl-color--lime-A100 {
    background-color: #f4ff81 !important;
}

.mdl-color-text--lime-A200 {
    color: #eeff41 !important;
}

.mdl-color--lime-A200 {
    background-color: #eeff41 !important;
}

.mdl-color-text--lime-A400 {
    color: #c6ff00 !important;
}

.mdl-color--lime-A400 {
    background-color: #c6ff00 !important;
}

.mdl-color-text--lime-A700 {
    color: #aeea00 !important;
}

.mdl-color--lime-A700 {
    background-color: #aeea00 !important;
}

.mdl-color-text--yellow {
    color: #ffeb3b !important;
}

.mdl-color--yellow {
    background-color: #ffeb3b !important;
}

.mdl-color-text--yellow-50 {
    color: #fffde7 !important;
}

.mdl-color--yellow-50 {
    background-color: #fffde7 !important;
}

.mdl-color-text--yellow-100 {
    color: #fff9c4 !important;
}

.mdl-color--yellow-100 {
    background-color: #fff9c4 !important;
}

.mdl-color-text--yellow-200 {
    color: #fff59d !important;
}

.mdl-color--yellow-200 {
    background-color: #fff59d !important;
}

.mdl-color-text--yellow-300 {
    color: #fff176 !important;
}

.mdl-color--yellow-300 {
    background-color: #fff176 !important;
}

.mdl-color-text--yellow-400 {
    color: #ffee58 !important;
}

.mdl-color--yellow-400 {
    background-color: #ffee58 !important;
}

.mdl-color-text--yellow-500 {
    color: #ffeb3b !important;
}

.mdl-color--yellow-500 {
    background-color: #ffeb3b !important;
}

.mdl-color-text--yellow-600 {
    color: #fdd835 !important;
}

.mdl-color--yellow-600 {
    background-color: #fdd835 !important;
}

.mdl-color-text--yellow-700 {
    color: #fbc02d !important;
}

.mdl-color--yellow-700 {
    background-color: #fbc02d !important;
}

.mdl-color-text--yellow-800 {
    color: #f9a825 !important;
}

.mdl-color--yellow-800 {
    background-color: #f9a825 !important;
}

.mdl-color-text--yellow-900 {
    color: #f57f17 !important;
}

.mdl-color--yellow-900 {
    background-color: #f57f17 !important;
}

.mdl-color-text--yellow-A100 {
    color: #ffff8d !important;
}

.mdl-color--yellow-A100 {
    background-color: #ffff8d !important;
}

.mdl-color-text--yellow-A200 {
    color: #ff0 !important;
}

.mdl-color--yellow-A200 {
    background-color: #ff0 !important;
}

.mdl-color-text--yellow-A400 {
    color: #ffea00 !important;
}

.mdl-color--yellow-A400 {
    background-color: #ffea00 !important;
}

.mdl-color-text--yellow-A700 {
    color: #ffd600 !important;
}

.mdl-color--yellow-A700 {
    background-color: #ffd600 !important;
}

.mdl-color-text--amber {
    color: #ffc107 !important;
}

.mdl-color--amber {
    background-color: #ffc107 !important;
}

.mdl-color-text--amber-50 {
    color: #fff8e1 !important;
}

.mdl-color--amber-50 {
    background-color: #fff8e1 !important;
}

.mdl-color-text--amber-100 {
    color: #ffecb3 !important;
}

.mdl-color--amber-100 {
    background-color: #ffecb3 !important;
}

.mdl-color-text--amber-200 {
    color: #ffe082 !important;
}

.mdl-color--amber-200 {
    background-color: #ffe082 !important;
}

.mdl-color-text--amber-300 {
    color: #ffd54f !important;
}

.mdl-color--amber-300 {
    background-color: #ffd54f !important;
}

.mdl-color-text--amber-400 {
    color: #ffca28 !important;
}

.mdl-color--amber-400 {
    background-color: #ffca28 !important;
}

.mdl-color-text--amber-500 {
    color: #ffc107 !important;
}

.mdl-color--amber-500 {
    background-color: #ffc107 !important;
}

.mdl-color-text--amber-600 {
    color: #ffb300 !important;
}

.mdl-color--amber-600 {
    background-color: #ffb300 !important;
}

.mdl-color-text--amber-700 {
    color: #ffa000 !important;
}

.mdl-color--amber-700 {
    background-color: #ffa000 !important;
}

.mdl-color-text--amber-800 {
    color: #ff8f00 !important;
}

.mdl-color--amber-800 {
    background-color: #ff8f00 !important;
}

.mdl-color-text--amber-900 {
    color: #ff6f00 !important;
}

.mdl-color--amber-900 {
    background-color: #ff6f00 !important;
}

.mdl-color-text--amber-A100 {
    color: #ffe57f !important;
}

.mdl-color--amber-A100 {
    background-color: #ffe57f !important;
}

.mdl-color-text--amber-A200 {
    color: #ffd740 !important;
}

.mdl-color--amber-A200 {
    background-color: #ffd740 !important;
}

.mdl-color-text--amber-A400 {
    color: #ffc400 !important;
}

.mdl-color--amber-A400 {
    background-color: #ffc400 !important;
}

.mdl-color-text--amber-A700 {
    color: #ffab00 !important;
}

.mdl-color--amber-A700 {
    background-color: #ffab00 !important;
}

.mdl-color-text--orange {
    color: #ff9800 !important;
}

.mdl-color--orange {
    background-color: #ff9800 !important;
}

.mdl-color-text--orange-50 {
    color: #fff3e0 !important;
}

.mdl-color--orange-50 {
    background-color: #fff3e0 !important;
}

.mdl-color-text--orange-100 {
    color: #ffe0b2 !important;
}

.mdl-color--orange-100 {
    background-color: #ffe0b2 !important;
}

.mdl-color-text--orange-200 {
    color: #ffcc80 !important;
}

.mdl-color--orange-200 {
    background-color: #ffcc80 !important;
}

.mdl-color-text--orange-300 {
    color: #ffb74d !important;
}

.mdl-color--orange-300 {
    background-color: #ffb74d !important;
}

.mdl-color-text--orange-400 {
    color: #ffa726 !important;
}

.mdl-color--orange-400 {
    background-color: #ffa726 !important;
}

.mdl-color-text--orange-500 {
    color: #ff9800 !important;
}

.mdl-color--orange-500 {
    background-color: #ff9800 !important;
}

.mdl-color-text--orange-600 {
    color: #fb8c00 !important;
}

.mdl-color--orange-600 {
    background-color: #fb8c00 !important;
}

.mdl-color-text--orange-700 {
    color: #f57c00 !important;
}

.mdl-color--orange-700 {
    background-color: #f57c00 !important;
}

.mdl-color-text--orange-800 {
    color: #ef6c00 !important;
}

.mdl-color--orange-800 {
    background-color: #ef6c00 !important;
}

.mdl-color-text--orange-900 {
    color: #e65100 !important;
}

.mdl-color--orange-900 {
    background-color: #e65100 !important;
}

.mdl-color-text--orange-A100 {
    color: #ffd180 !important;
}

.mdl-color--orange-A100 {
    background-color: #ffd180 !important;
}

.mdl-color-text--orange-A200 {
    color: #ffab40 !important;
}

.mdl-color--orange-A200 {
    background-color: #ffab40 !important;
}

.mdl-color-text--orange-A400 {
    color: #ff9100 !important;
}

.mdl-color--orange-A400 {
    background-color: #ff9100 !important;
}

.mdl-color-text--orange-A700 {
    color: #ff6d00 !important;
}

.mdl-color--orange-A700 {
    background-color: #ff6d00 !important;
}

.mdl-color-text--deep-orange {
    color: #ff5722 !important;
}

.mdl-color--deep-orange {
    background-color: #ff5722 !important;
}

.mdl-color-text--deep-orange-50 {
    color: #fbe9e7 !important;
}

.mdl-color--deep-orange-50 {
    background-color: #fbe9e7 !important;
}

.mdl-color-text--deep-orange-100 {
    color: #ffccbc !important;
}

.mdl-color--deep-orange-100 {
    background-color: #ffccbc !important;
}

.mdl-color-text--deep-orange-200 {
    color: #ffab91 !important;
}

.mdl-color--deep-orange-200 {
    background-color: #ffab91 !important;
}

.mdl-color-text--deep-orange-300 {
    color: #ff8a65 !important;
}

.mdl-color--deep-orange-300 {
    background-color: #ff8a65 !important;
}

.mdl-color-text--deep-orange-400 {
    color: #ff7043 !important;
}

.mdl-color--deep-orange-400 {
    background-color: #ff7043 !important;
}

.mdl-color-text--deep-orange-500 {
    color: #ff5722 !important;
}

.mdl-color--deep-orange-500 {
    background-color: #ff5722 !important;
}

.mdl-color-text--deep-orange-600 {
    color: #f4511e !important;
}

.mdl-color--deep-orange-600 {
    background-color: #f4511e !important;
}

.mdl-color-text--deep-orange-700 {
    color: #e64a19 !important;
}

.mdl-color--deep-orange-700 {
    background-color: #e64a19 !important;
}

.mdl-color-text--deep-orange-800 {
    color: #d84315 !important;
}

.mdl-color--deep-orange-800 {
    background-color: #d84315 !important;
}

.mdl-color-text--deep-orange-900 {
    color: #bf360c !important;
}

.mdl-color--deep-orange-900 {
    background-color: #bf360c !important;
}

.mdl-color-text--deep-orange-A100 {
    color: #ff9e80 !important;
}

.mdl-color--deep-orange-A100 {
    background-color: #ff9e80 !important;
}

.mdl-color-text--deep-orange-A200 {
    color: #ff6e40 !important;
}

.mdl-color--deep-orange-A200 {
    background-color: #ff6e40 !important;
}

.mdl-color-text--deep-orange-A400 {
    color: #ff3d00 !important;
}

.mdl-color--deep-orange-A400 {
    background-color: #ff3d00 !important;
}

.mdl-color-text--deep-orange-A700 {
    color: #dd2c00 !important;
}

.mdl-color--deep-orange-A700 {
    background-color: #dd2c00 !important;
}

.mdl-color-text--brown {
    color: #795548 !important;
}

.mdl-color--brown {
    background-color: #795548 !important;
}

.mdl-color-text--brown-50 {
    color: #efebe9 !important;
}

.mdl-color--brown-50 {
    background-color: #efebe9 !important;
}

.mdl-color-text--brown-100 {
    color: #d7ccc8 !important;
}

.mdl-color--brown-100 {
    background-color: #d7ccc8 !important;
}

.mdl-color-text--brown-200 {
    color: #bcaaa4 !important;
}

.mdl-color--brown-200 {
    background-color: #bcaaa4 !important;
}

.mdl-color-text--brown-300 {
    color: #a1887f !important;
}

.mdl-color--brown-300 {
    background-color: #a1887f !important;
}

.mdl-color-text--brown-400 {
    color: #8d6e63 !important;
}

.mdl-color--brown-400 {
    background-color: #8d6e63 !important;
}

.mdl-color-text--brown-500 {
    color: #795548 !important;
}

.mdl-color--brown-500 {
    background-color: #795548 !important;
}

.mdl-color-text--brown-600 {
    color: #6d4c41 !important;
}

.mdl-color--brown-600 {
    background-color: #6d4c41 !important;
}

.mdl-color-text--brown-700 {
    color: #5d4037 !important;
}

.mdl-color--brown-700 {
    background-color: #5d4037 !important;
}

.mdl-color-text--brown-800 {
    color: #4e342e !important;
}

.mdl-color--brown-800 {
    background-color: #4e342e !important;
}

.mdl-color-text--brown-900 {
    color: #3e2723 !important;
}

.mdl-color--brown-900 {
    background-color: #3e2723 !important;
}

.mdl-color-text--grey {
    color: #9e9e9e !important;
}

.mdl-color--grey {
    background-color: #9e9e9e !important;
}

.mdl-color-text--grey-50 {
    color: #fafafa !important;
}

.mdl-color--grey-50 {
    background-color: #fafafa !important;
}

.mdl-color-text--grey-100 {
    color: #f5f5f5 !important;
}

.mdl-color--grey-100 {
    background-color: #f5f5f5 !important;
}

.mdl-color-text--grey-200 {
    color: #eee !important;
}

.mdl-color--grey-200 {
    background-color: #eee !important;
}

.mdl-color-text--grey-300 {
    color: #e0e0e0 !important;
}

.mdl-color--grey-300 {
    background-color: #e0e0e0 !important;
}

.mdl-color-text--grey-400 {
    color: #bdbdbd !important;
}

.mdl-color--grey-400 {
    background-color: #bdbdbd !important;
}

.mdl-color-text--grey-500 {
    color: #9e9e9e !important;
}

.mdl-color--grey-500 {
    background-color: #9e9e9e !important;
}

.mdl-color-text--grey-600 {
    color: #757575 !important;
}

.mdl-color--grey-600 {
    background-color: #757575 !important;
}

.mdl-color-text--grey-700 {
    color: #616161 !important;
}

.mdl-color--grey-700 {
    background-color: #616161 !important;
}

.mdl-color-text--grey-800 {
    color: #424242 !important;
}

.mdl-color--grey-800 {
    background-color: #424242 !important;
}

.mdl-color-text--grey-900 {
    color: #212121 !important;
}

.mdl-color--grey-900 {
    background-color: #212121 !important;
}

.mdl-color-text--blue-grey {
    color: #607d8b !important;
}

.mdl-color--blue-grey {
    background-color: #607d8b !important;
}

.mdl-color-text--blue-grey-50 {
    color: #eceff1 !important;
}

.mdl-color--blue-grey-50 {
    background-color: #eceff1 !important;
}

.mdl-color-text--blue-grey-100 {
    color: #cfd8dc !important;
}

.mdl-color--blue-grey-100 {
    background-color: #cfd8dc !important;
}

.mdl-color-text--blue-grey-200 {
    color: #b0bec5 !important;
}

.mdl-color--blue-grey-200 {
    background-color: #b0bec5 !important;
}

.mdl-color-text--blue-grey-300 {
    color: #90a4ae !important;
}

.mdl-color--blue-grey-300 {
    background-color: #90a4ae !important;
}

.mdl-color-text--blue-grey-400 {
    color: #78909c !important;
}

.mdl-color--blue-grey-400 {
    background-color: #78909c !important;
}

.mdl-color-text--blue-grey-500 {
    color: #607d8b !important;
}

.mdl-color--blue-grey-500 {
    background-color: #607d8b !important;
}

.mdl-color-text--blue-grey-600 {
    color: #546e7a !important;
}

.mdl-color--blue-grey-600 {
    background-color: #546e7a !important;
}

.mdl-color-text--blue-grey-700 {
    color: #455a64 !important;
}

.mdl-color--blue-grey-700 {
    background-color: #455a64 !important;
}

.mdl-color-text--blue-grey-800 {
    color: #37474f !important;
}

.mdl-color--blue-grey-800 {
    background-color: #37474f !important;
}

.mdl-color-text--blue-grey-900 {
    color: #263238 !important;
}

.mdl-color--blue-grey-900 {
    background-color: #263238 !important;
}

.mdl-color--black {
    background-color: #000 !important;
}

.mdl-color-text--black {
    color: #000 !important;
}

.mdl-color--white {
    background-color: #fff !important;
}

.mdl-color-text--white {
    color: #fff !important;
}

.mdl-color--primary {
    background-color: rgb(63,81,181) !important;
}

.mdl-color--primary-contrast {
    background-color: rgb(255,255,255) !important;
}

.mdl-color--primary-dark {
    background-color: rgb(48,63,159) !important;
}

.mdl-color--accent {
    background-color: rgb(255,64,129) !important;
}

.mdl-color--accent-contrast {
    background-color: rgb(255,255,255) !important;
}

.mdl-color-text--primary {
    color: rgb(63,81,181) !important;
}

.mdl-color-text--primary-contrast {
    color: rgb(255,255,255) !important;
}

.mdl-color-text--primary-dark {
    color: rgb(48,63,159) !important;
}

.mdl-color-text--accent {
    color: rgb(255,64,129) !important;
}

.mdl-color-text--accent-contrast {
    color: rgb(255,255,255) !important;
}

.mdl-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.mdl-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}

.mdl-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.mdl-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);
}

.mdl-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
}

.mdl-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

.mdl-ripple {
    background: #000;
    border-radius: 50%;
    height: 50px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    overflow: hidden;
}

    .mdl-ripple.is-animating {
        -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);
        transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);
    }

    .mdl-ripple.is-visible {
        opacity: .3;
    }

.mdl-animation--default, .mdl-animation--fast-out-slow-in {
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.mdl-animation--linear-out-slow-in {
    -webkit-transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.mdl-animation--fast-out-linear-in {
    -webkit-transition-timing-function: cubic-bezier(.4,0,1,1);
    transition-timing-function: cubic-bezier(.4,0,1,1);
}

.mdl-badge {
    position: relative;
    white-space: nowrap;
    margin-right: 24px;
}

    .mdl-badge:not([data-badge]) {
        margin-right: auto;
    }

    .mdl-badge[data-badge]:after {
        content: attr(data-badge);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: -11px;
        right: -24px;
        font-family: 'Roboto','Helvetica','Arial',sans-serif;
        font-weight: 400;
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: rgb(255,64,129);
        color: #fff;
    }

.mdl-button .mdl-badge[data-badge]:after {
    top: -10px;
    right: -5px;
}

.mdl-badge.mdl-badge--no-background[data-badge]:after {
    color: rgb(255,64,129);
    background: rgba(255,255,255,.2);
    box-shadow: 0 0 1px gray;
}

.mdl-button {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    color: #000;
    display: block;
    position: relative;
    height: 36px;
    min-width: 64px;
    padding: 0 8px;
    display: inline-block;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow,transform;
    -webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

    .mdl-button::-moz-focus-inner {
        border: 0;
    }

    .mdl-button:hover {
        background-color: rgba(158,158,158,.2);
    }

    .mdl-button:focus:not(:active) {
        background-color: rgba(0,0,0,.12);
    }

    .mdl-button:active {
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button[disabled][disabled] {
        color: rgba(0,0,0,.26);
        cursor: auto;
        background-color: transparent;
    }

    .mdl-button.mdl-button--colored {
        color: rgb(63,81,181);
    }

        .mdl-button.mdl-button--colored:focus:not(:active) {
            background-color: rgba(0,0,0,.12);
        }

.mdl-button--raised {
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

    .mdl-button--raised:active {
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--raised:focus:not(:active) {
        box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--raised.mdl-button--colored {
        background: rgb(63,81,181);
        color: rgb(255,255,255);
    }

        .mdl-button--raised.mdl-button--colored:hover {
            background-color: rgb(63,81,181);
        }

        .mdl-button--raised.mdl-button--colored:active {
            background-color: rgb(63,81,181);
        }

        .mdl-button--raised.mdl-button--colored:focus:not(:active) {
            background-color: rgb(63,81,181);
        }

        .mdl-button--raised.mdl-button--colored .mdl-ripple {
            background: rgb(255,255,255);
        }

    .mdl-button--raised[disabled][disabled] {
        background-color: rgba(0,0,0,.12);
        color: rgba(0,0,0,.26);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    }

.mdl-button--fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    background: rgba(158,158,158,.2);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
    position: relative;
    line-height: normal;
}

    .mdl-button--fab .material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-12px,-12px);
        -ms-transform: translate(-12px,-12px);
        transform: translate(-12px,-12px);
        line-height: 24px;
        width: 24px;
    }

    .mdl-button--fab.mdl-button--mini-fab {
        height: 40px;
        min-width: 40px;
        width: 40px;
    }

    .mdl-button--fab .mdl-button__ripple-container {
        border-radius: 50%;
        -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
    }

    .mdl-button--fab:active {
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--fab:focus:not(:active) {
        box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--fab.mdl-button--colored {
        background: rgb(255,64,129);
        color: rgb(255,255,255);
    }

        .mdl-button--fab.mdl-button--colored:hover {
            background-color: rgb(255,64,129);
        }

        .mdl-button--fab.mdl-button--colored:focus:not(:active) {
            background-color: rgb(255,64,129);
        }

        .mdl-button--fab.mdl-button--colored:active {
            background-color: rgb(255,64,129);
        }

        .mdl-button--fab.mdl-button--colored .mdl-ripple {
            background: rgb(255,255,255);
        }

    .mdl-button--fab[disabled][disabled] {
        background-color: rgba(0,0,0,.12);
        color: rgba(0,0,0,.26);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    }

.mdl-button--icon {
    border-radius: 50%;
    font-size: 24px;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
}

    .mdl-button--icon .material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-12px,-12px);
        -ms-transform: translate(-12px,-12px);
        transform: translate(-12px,-12px);
        line-height: 24px;
        width: 24px;
    }

    .mdl-button--icon.mdl-button--mini-icon {
        height: 24px;
        min-width: 24px;
        width: 24px;
    }

        .mdl-button--icon.mdl-button--mini-icon .material-icons {
            top: 0;
            left: 0;
        }

    .mdl-button--icon .mdl-button__ripple-container {
        border-radius: 50%;
        -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
    }

.mdl-button__ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple {
    background-color: transparent;
}

.mdl-button--primary.mdl-button--primary {
    color: rgb(63,81,181);
}

    .mdl-button--primary.mdl-button--primary .mdl-ripple {
        background: rgb(255,255,255);
    }

    .mdl-button--primary.mdl-button--primary.mdl-button--raised, .mdl-button--primary.mdl-button--primary.mdl-button--fab {
        color: rgb(255,255,255);
        background-color: rgb(63,81,181);
    }

.mdl-button--accent.mdl-button--accent {
    color: rgb(255,64,129);
}

    .mdl-button--accent.mdl-button--accent .mdl-ripple {
        background: rgb(255,255,255);
    }

    .mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
        color: rgb(255,255,255);
        background-color: rgb(255,64,129);
    }

.mdl-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    min-height: 200px;
    overflow: hidden;
    width: 330px;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}

.mdl-card__media {
    background-color: rgb(255,64,129);
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-origin: padding-box;
    background-attachment: scroll;
    box-sizing: border-box;
}

.mdl-card__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: center;
    line-height: normal;
    padding: 16px;
    -webkit-perspective-origin: 165px 56px;
    perspective-origin: 165px 56px;
    -webkit-transform-origin: 165px 56px;
    -ms-transform-origin: 165px 56px;
    transform-origin: 165px 56px;
    box-sizing: border-box;
}

    .mdl-card__title.mdl-card--border {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

.mdl-card__title-text {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: inherit;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    overflow: hidden;
    -webkit-transform-origin: 149px 48px;
    -ms-transform-origin: 149px 48px;
    transform-origin: 149px 48px;
    margin: 0;
}

.mdl-card__subtitle-text {
    font-size: 14px;
    color: grey;
    margin: 0;
}

.mdl-card__supporting-text {
    color: rgba(0,0,0,.87);
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
    width: 90%;
}

.mdl-card__actions {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    background-color: transparent;
    padding: 8px;
    box-sizing: border-box;
}

    .mdl-card__actions.mdl-card--border {
        border-top: 1px solid rgba(0,0,0,.1);
    }

.mdl-card--expand {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mdl-card__menu {
    position: absolute;
    right: 16px;
    top: 16px;
}

.mdl-checkbox {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    height: 24px;
    margin: 0;
    padding: 0;
}

    .mdl-checkbox.is-upgraded {
        padding-left: 24px;
    }

.mdl-checkbox__input {
    line-height: 24px;
}

.mdl-checkbox.is-upgraded .mdl-checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
}

.mdl-checkbox__box-outline {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid rgba(0,0,0,.54);
    border-radius: 2px;
    z-index: 2;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline,
.mdl-checkbox.is-checked-custome .mdl-checkbox__box-outline {
    border: 2px solid rgb(77, 164, 206);
}

.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
    border: 2px solid rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-checkbox__focus-helper {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
}

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.1);
}

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper,
.mdl-checkbox.is-focused.is-checked-custome .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(63,81,181,.26);
    background-color: rgba(63,81,181,.26);
}

.mdl-checkbox__tick-outline {
    position: absolute;
    top: 2px;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    background: 0 0;
    -webkit-transition-duration: .28s;
    transition-duration: .28s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: background;
    transition-property: background;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline,
.mdl-checkbox.is-checked-custome .mdl-checkbox__tick-outline {
    background: rgb(77, 165, 206)url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiI…lsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K);
}

.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline,
.mdl-checkbox.is-checked-custome.is-disabled .mdl-checkbox__tick-outline {
    background: rgba(0,0,0,.26)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.mdl-checkbox__label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.mdl-checkbox.is-disabled .mdl-checkbox__label {
    color: rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-checkbox__ripple-container {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -10px;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
}

    .mdl-checkbox__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
    cursor: auto;
}

    .mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
        background: 0 0;
    }

.mdl-data-table {
    position: relative;
    border: 1px solid rgba(0,0,0,.12);
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    background-color: #fff;
}

    .mdl-data-table thead {
        padding-bottom: 3px;
    }

        .mdl-data-table thead .mdl-data-table__select {
            margin-top: 0;
        }

    .mdl-data-table tbody tr {
        position: relative;
        height: 48px;
        -webkit-transition-duration: .28s;
        transition-duration: .28s;
        -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        -webkit-transition-property: background-color;
        transition-property: background-color;
    }

        .mdl-data-table tbody tr.is-selected {
            background-color: #e0e0e0;
        }

        .mdl-data-table tbody tr:hover {
            background-color: #eee;
        }

    .mdl-data-table td {
        text-align: right;
    }

    .mdl-data-table th {
        padding: 0 18px 0 18px;
        text-align: right;
    }

        .mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
            padding-left: 24px;
        }

        .mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
            padding-right: 24px;
        }

    .mdl-data-table td {
        position: relative;
        vertical-align: top;
        height: 48px;
        border-top: 1px solid rgba(0,0,0,.12);
        border-bottom: 1px solid rgba(0,0,0,.12);
        padding: 12px 18px 0;
        box-sizing: border-box;
    }

        .mdl-data-table td .mdl-data-table__select {
            vertical-align: top;
            position: absolute;
            left: 24px;
        }

    .mdl-data-table th {
        position: relative;
        vertical-align: bottom;
        text-overflow: ellipsis;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
        height: 48px;
        font-size: 12px;
        color: rgba(0,0,0,.54);
        padding-bottom: 8px;
        box-sizing: border-box;
    }

        .mdl-data-table th .mdl-data-table__select {
            position: relative;
        }

.mdl-data-table__select {
    width: 16px;
}

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
    text-align: left;
}

.mdl-mega-footer {
    padding: 16px 40px;
    color: #9e9e9e;
    background-color: #424242;
}

.mdl-mega-footer--top-section:after, .mdl-mega-footer--middle-section:after, .mdl-mega-footer--bottom-section:after {
    content: '';
    display: block;
    clear: both;
}

.mdl-mega-footer--left-section, .mdl-mega-footer--right-section {
    margin-bottom: 16px;
}

    .mdl-mega-footer--right-section a {
        display: block;
        margin-bottom: 16px;
        color: inherit;
        text-decoration: none;
    }

@media screen and (min-width:760px) {
    .mdl-mega-footer--left-section {
        float: left;
    }

    .mdl-mega-footer--right-section {
        float: right;
    }

        .mdl-mega-footer--right-section a {
            display: inline-block;
            margin-left: 16px;
            line-height: 36px;
            vertical-align: middle;
        }
}

.mdl-mega-footer--social-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #9e9e9e;
    border: 0;
}

.mdl-mega-footer--drop-down-section {
    display: block;
    position: relative;
}

@media screen and (min-width:760px) {
    .mdl-mega-footer--drop-down-section {
        width: 33%;
    }

        .mdl-mega-footer--drop-down-section:nth-child(1), .mdl-mega-footer--drop-down-section:nth-child(2) {
            float: left;
        }

        .mdl-mega-footer--drop-down-section:nth-child(3) {
            float: right;
        }

            .mdl-mega-footer--drop-down-section:nth-child(3):after {
                clear: right;
            }

        .mdl-mega-footer--drop-down-section:nth-child(4) {
            clear: right;
            float: right;
        }

    .mdl-mega-footer--middle-section:after {
        content: '';
        display: block;
        clear: both;
    }

    .mdl-mega-footer--bottom-section {
        padding-top: 0;
    }
}

@media screen and (min-width:1024px) {
    .mdl-mega-footer--drop-down-section, .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer--drop-down-section:nth-child(4) {
        width: 24%;
        float: left;
    }
}

.mdl-mega-footer--heading-checkbox {
    position: absolute;
    width: 100%;
    height: 55.8px;
    padding: 32px;
    margin: -16px 0 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}

    .mdl-mega-footer--heading-checkbox ~ .mdl-mega-footer--heading:after {
        font-family: 'Material Icons';
        content: '\E5CE';
    }

    .mdl-mega-footer--heading-checkbox:checked ~ ul {
        display: none;
    }

    .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--heading:after {
        font-family: 'Material Icons';
        content: '\E5CF';
    }

.mdl-mega-footer--heading {
    position: relative;
    width: 100%;
    padding-right: 39.8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 23.8px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #e0e0e0;
}

    .mdl-mega-footer--heading:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 23.8px;
        height: 23.8px;
        background-size: cover;
    }

.mdl-mega-footer--link-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

    .mdl-mega-footer--link-list:after {
        clear: both;
        display: block;
        content: '';
    }

    .mdl-mega-footer--link-list li {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
    }

    .mdl-mega-footer--link-list a {
        color: inherit;
        text-decoration: none;
        white-space: nowrap;
    }

@media screen and (min-width:760px) {
    .mdl-mega-footer--heading-checkbox {
        display: none;
    }

        .mdl-mega-footer--heading-checkbox ~ .mdl-mega-footer--heading:after {
            background-image: none;
        }

        .mdl-mega-footer--heading-checkbox:checked ~ ul {
            display: block;
        }

        .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--heading:after {
            content: '';
        }
}

.mdl-mega-footer--bottom-section {
    padding-top: 16px;
    margin-bottom: 16px;
}

.mdl-logo {
    margin-bottom: 16px;
    color: #fff;
}

.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li {
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
}

@media screen and (min-width:760px) {
    .mdl-logo {
        float: left;
        margin-bottom: 0;
        margin-right: 16px;
    }
}

.mdl-mini-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 16px;
    color: #9e9e9e;
    background-color: #424242;
}

    .mdl-mini-footer:after {
        content: '';
        display: block;
    }

    .mdl-mini-footer .mdl-logo {
        line-height: 36px;
    }

.mdl-mini-footer--link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mdl-mini-footer--link-list li {
        margin-bottom: 0;
        margin-right: 16px;
    }

@media screen and (min-width:760px) {
    .mdl-mini-footer--link-list li {
        line-height: 36px;
    }
}

.mdl-mini-footer--link-list a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.mdl-mini-footer--left-section {
    display: inline-block;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.mdl-mini-footer--right-section {
    display: inline-block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.mdl-mini-footer--social-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #9e9e9e;
    border: 0;
}

.mdl-icon-toggle {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.mdl-icon-toggle__input {
    line-height: 32px;
}

.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
}

.mdl-icon-toggle__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 32px;
    width: 32px;
    min-width: 32px;
    color: #616161;
    border-radius: 50%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    background-color: transparent;
    will-change: background-color;
    -webkit-transition: background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}

    .mdl-icon-toggle__label.material-icons {
        line-height: 32px;
        font-size: 24px;
    }

.mdl-icon-toggle.is-checked .mdl-icon-toggle__label,
.mdl-icon-toggle.is-checked-custome .mdl-icon-toggle__label {
    color: rgb(63,81,181);
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label {
    color: rgba(0,0,0,.26);
    cursor: auto;
    -webkit-transition: none;
    transition: none;
}

.mdl-icon-toggle.is-focused .mdl-icon-toggle__label {
    background-color: rgba(0,0,0,.12);
}

.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label,
.mdl-icon-toggle.is-focused.is-checked-custome .mdl-icon-toggle__label {
    background-color: rgba(63,81,181,.26);
}

.mdl-icon-toggle__ripple-container {
    position: absolute;
    z-index: 2;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
}

    .mdl-icon-toggle__ripple-container .mdl-ripple {
        background: #616161;
    }

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container {
    cursor: auto;
}

    .mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple {
        background: 0 0;
    }

.mdl-menu__container {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: visible;
    height: 0;
    width: 0;
    z-index: -1;
}

    .mdl-menu__container.is-visible {
        z-index: 999;
    }

.mdl-menu__outline {
    display: block;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    will-change: transform;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
    z-index: -1;
}

.mdl-menu__container.is-visible .mdl-menu__outline {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 999;
}

.mdl-menu__outline.mdl-menu--bottom-right {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.mdl-menu__outline.mdl-menu--top-left {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.mdl-menu__outline.mdl-menu--top-right {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.mdl-menu {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    min-width: 124px;
    padding: 8px 0;
    margin: 0;
    opacity: 0;
    clip: rect(0 0 0 0);
    z-index: -1;
}

.mdl-menu__container.is-visible .mdl-menu {
    opacity: 1;
    z-index: 999;
}

.mdl-menu.is-animating {
    -webkit-transition: opacity .2s cubic-bezier(.4,0,.2,1),clip .3s cubic-bezier(.4,0,.2,1);
    transition: opacity .2s cubic-bezier(.4,0,.2,1),clip .3s cubic-bezier(.4,0,.2,1);
}

.mdl-menu.mdl-menu--bottom-right {
    left: auto;
    right: 0;
}

.mdl-menu.mdl-menu--top-left {
    top: auto;
    bottom: 0;
}

.mdl-menu.mdl-menu--top-right {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.mdl-menu.mdl-menu--unaligned {
    top: auto;
    left: auto;
}

.mdl-menu__item {
    display: block;
    border: 0;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0 16px;
    outline-color: #bdbdbd;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
    width: 100%;
    line-height: 48px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.4,0,.2,1);
    transition: opacity .2s cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdl-menu__container.is-visible .mdl-menu__item {
    opacity: 1;
}

.mdl-menu__item::-moz-focus-inner {
    border: 0;
}

.mdl-menu__item[disabled] {
    color: #bdbdbd;
    background-color: transparent;
    cursor: auto;
}

    .mdl-menu__item[disabled]:hover {
        background-color: transparent;
    }

    .mdl-menu__item[disabled]:focus {
        background-color: transparent;
    }

    .mdl-menu__item[disabled] .mdl-ripple {
        background: 0 0;
    }

.mdl-menu__item:hover {
    background-color: #eee;
}

.mdl-menu__item:focus {
    outline: none;
    background-color: #eee;
}

.mdl-menu__item:active {
    background-color: #e0e0e0;
}

.mdl-menu__item--ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.mdl-progress {
    display: block;
    position: relative;
    height: 4px;
    width: 500px;
}

    .mdl-progress > .bar {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0%;
        -webkit-transition: width .2s cubic-bezier(.4,0,.2,1);
        transition: width .2s cubic-bezier(.4,0,.2,1);
    }

    .mdl-progress > .progressbar {
        background-color: rgb(63,81,181);
        z-index: 1;
        left: 0;
    }

    .mdl-progress > .bufferbar {
        background-image: -webkit-linear-gradient(left,rgba(255,255,255,.7),rgba(255,255,255,.7)),-webkit-linear-gradient(left,rgb(63,81,181),rgb(63,81,181));
        background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(63,81,181),rgb(63,81,181));
        z-index: 0;
        left: 0;
    }

    .mdl-progress > .auxbar {
        right: 0;
    }

@supports (-webkit-appearance:none) {
    .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
        background-image: -webkit-linear-gradient(left,rgba(255,255,255,.7),rgba(255,255,255,.7)),-webkit-linear-gradient(left,rgb(63,81,181),rgb(63,81,181));
        background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(63,81,181),rgb(63,81,181));
        -webkit-mask: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=');
        mask: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=');
    }
}

.mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.9),rgba(255,255,255,.9)),-webkit-linear-gradient(left,rgb(63,81,181),rgb(63,81,181));
    background-image: linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.9)),linear-gradient(to right,rgb(63,81,181),rgb(63,81,181));
}

.mdl-progress.mdl-progress__indeterminate > .bar1 {
    -webkit-animation-name: indeterminate1;
    animation-name: indeterminate1;
}

.mdl-progress.mdl-progress__indeterminate > .bar1, .mdl-progress.mdl-progress__indeterminate > .bar3 {
    background-color: rgb(63,81,181);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.mdl-progress.mdl-progress__indeterminate > .bar3 {
    background-image: none;
    -webkit-animation-name: indeterminate2;
    animation-name: indeterminate2;
}

@-webkit-keyframes indeterminate1 {
    0% {
        left: 0%;
        width: 0%;
    }

    50% {
        left: 25%;
        width: 75%;
    }

    75% {
        left: 100%;
        width: 0%;
    }
}

@keyframes indeterminate1 {
    0% {
        left: 0%;
        width: 0%;
    }

    50% {
        left: 25%;
        width: 75%;
    }

    75% {
        left: 100%;
        width: 0%;
    }
}

@-webkit-keyframes indeterminate2 {
    0%,50% {
        left: 0%;
        width: 0%;
    }

    75% {
        left: 0%;
        width: 25%;
    }

    100% {
        left: 100%;
        width: 0%;
    }
}

@keyframes indeterminate2 {
    0%,50% {
        left: 0%;
        width: 0%;
    }

    75% {
        left: 0%;
        width: 25%;
    }

    100% {
        left: 100%;
        width: 0%;
    }
}

.mdl-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.mdl-navigation__link {
    color: #424242;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    margin: 0;
}

.mdl-layout {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

    .mdl-layout.is-small-screen .mdl-layout--large-screen-only {
        display: none;
    }

    .mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only {
        display: none;
    }

.mdl-layout__container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mdl-layout-title {
    display: block;
    position: relative;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 400;
    box-sizing: border-box;
}

.mdl-layout-spacer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mdl-layout__drawer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    color: #424242;
    overflow: visible;
    overflow-y: auto;
    z-index: 5;
}

    .mdl-layout__drawer.is-visible {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .mdl-layout__drawer > * {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .mdl-layout__drawer > .mdl-layout-title {
        line-height: 64px;
        padding-left: 40px;
    }

@media screen and (max-width:850px) {
    .mdl-layout__drawer > .mdl-layout-title {
        line-height: 56px;
        padding-left: 16px;
    }

    .mdl-radio__outer-circle, .mdl-radio__inner-circle {
        padding-left: 0 !important;
    }
}

.mdl-layout__drawer .mdl-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 16px;
}

    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 16px 40px;
        margin: 0;
        color: #757575;
    }

@media screen and (max-width:850px) {
    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
        padding: 16px;
    }
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
    background-color: #e0e0e0;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
    background-color: #000;
    color: rgb(63,81,181);
}

@media screen and (min-width:851px) {
    .mdl-layout--fixed-drawer > .mdl-layout__drawer {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.mdl-layout__drawer-button {
    display: block;
    position: absolute;
    height: 48px;
    width: 48px;
    border: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 50px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 10px 12px;
    top: 0;
    left: 0;
    color: rgb(255,255,255);
    z-index: 4;
}

.mdl-layout__header .mdl-layout__drawer-button {
    position: absolute;
    color: rgb(255,255,255);
    background-color: inherit;
}

@media screen and (max-width:850px) {
    .mdl-layout__header .mdl-layout__drawer-button {
        margin: 4px;
    }
}

@media screen and (max-width:850px) {
    .mdl-layout__drawer-button {
        margin: 4px;
        color: rgba(0,0,0,.5);
    }
}

@media screen and (min-width:851px) {
    .mdl-layout--fixed-drawer > .mdl-layout__drawer-button {
        display: none;
    }
}

.mdl-layout__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 64px;
    max-height: 1000px;
    z-index: 3;
    background-color: rgb(63,81,181);
    color: rgb(255,255,255);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: max-height,box-shadow;
    transition-property: max-height,box-shadow;
}

@media screen and (max-width:850px) {
    .mdl-layout__header {
        min-height: 56px;
    }
}

.mdl-layout--fixed-drawer:not(.is-small-screen) > .mdl-layout__header {
    margin-left: 240px;
    width: calc(100% - 240px);
}

.mdl-layout__header > .mdl-layout-icon {
    position: absolute;
    left: 40px;
    top: 16px;
    height: 32px;
    width: 32px;
    overflow: hidden;
    z-index: 3;
    display: block;
}

@media screen and (max-width:850px) {
    .mdl-layout__header > .mdl-layout-icon {
        left: 16px;
        top: 12px;
    }
}

.mdl-layout.has-drawer .mdl-layout__header > .mdl-layout-icon {
    display: none;
}

.mdl-layout__header.is-compact {
    max-height: 64px;
}

@media screen and (max-width:850px) {
    .mdl-layout__header.is-compact {
        max-height: 56px;
    }
}

.mdl-layout__header.is-compact.has-tabs {
    height: 112px;
}

@media screen and (max-width:850px) {
    .mdl-layout__header.is-compact.has-tabs {
        min-height: 104px;
    }
}

@media screen and (max-width:850px) {
    .mdl-layout__header {
        display: none;
    }

    .mdl-layout--fixed-header > .mdl-layout__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.mdl-layout__header--transparent.mdl-layout__header--transparent {
    background-color: transparent;
    box-shadow: none;
}

.mdl-layout__header--seamed, .mdl-layout__header--scroll {
    box-shadow: none;
}

.mdl-layout__header--waterfall {
    box-shadow: none;
    overflow: hidden;
}

    .mdl-layout__header--waterfall.is-casting-shadow {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    }

.mdl-layout__header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    margin: 0;
    padding: 0 40px 0 80px;
}

@media screen and (max-width:850px) {
    .mdl-layout__header-row {
        height: 56px;
        padding: 0 16px 0 72px;
    }
}

.mdl-layout__header-row > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mdl-layout__header--scroll .mdl-layout__header-row {
    width: 100%;
}

.mdl-layout__header-row .mdl-navigation {
    margin: 0;
    padding: 0;
    height: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:850px) {
    .mdl-layout__header-row .mdl-navigation {
        height: 56px;
    }
}

.mdl-layout__header-row .mdl-navigation__link {
    display: block;
    color: rgb(255,255,255);
    line-height: 64px;
    padding: 0 24px;
}

@media screen and (max-width:850px) {
    .mdl-layout__header-row .mdl-navigation__link {
        line-height: 56px;
        padding: 0 16px;
    }
}

.mdl-layout__obfuscator {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.mdl-layout__drawer.is-visible ~ .mdl-layout__obfuscator {
    background-color: rgba(0,0,0,.5);
    visibility: visible;
}

.mdl-layout__content {
    -ms-flex: 0 1 auto;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
}

.mdl-layout--fixed-drawer > .mdl-layout__content {
    margin-left: 240px;
}

.mdl-layout__container.has-scrolling-header .mdl-layout__content {
    overflow: visible;
}

@media screen and (max-width:850px) {
    .mdl-layout--fixed-drawer > .mdl-layout__content {
        margin-left: 0;
    }

    .mdl-layout__container.has-scrolling-header .mdl-layout__content {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.mdl-layout__tab-bar {
    height: 96px;
    margin: 0;
    width: calc(100% - 112px);
    padding: 0 0 0 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgb(63,81,181);
    overflow-y: hidden;
    overflow-x: scroll;
}

    .mdl-layout__tab-bar::-webkit-scrollbar {
        display: none;
    }

@media screen and (max-width:850px) {
    .mdl-layout__tab-bar {
        width: calc(100% - 60px);
        padding: 0 0 0 60px;
    }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar {
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.mdl-layout__tab-bar-container {
    position: relative;
    height: 48px;
    width: 100%;
    border: 0;
    margin: 0;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.mdl-layout__container > .mdl-layout__tab-bar-container {
    position: absolute;
    top: 0;
    left: 0;
}

.mdl-layout__tab-bar-button {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 48px;
    width: 56px;
    z-index: 4;
    text-align: center;
    background-color: rgb(63,81,181);
    color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width:850px) {
    .mdl-layout__tab-bar-button {
        display: none;
        width: 60px;
    }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button {
    display: none;
}

.mdl-layout__tab-bar-button .material-icons {
    line-height: 48px;
}

.mdl-layout__tab-bar-button.is-active {
    color: rgb(255,255,255);
}

.mdl-layout__tab-bar-left-button {
    left: 0;
}

.mdl-layout__tab-bar-right-button {
    right: 0;
}

.mdl-layout__tab {
    margin: 0;
    border: 0;
    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    overflow: hidden;
}

@media screen and (max-width:850px) {
    .mdl-layout__tab {
        padding: 0 12px;
    }
}

.mdl-layout--fixed-tabs .mdl-layout__tab {
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
    color: rgb(255,255,255);
}

    .mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
        height: 2px;
        width: 100%;
        display: block;
        content: " ";
        bottom: 0;
        left: 0;
        position: absolute;
        background: rgb(255,64,129);
        -webkit-animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        -webkit-transition: all 1s cubic-bezier(.4,0,1,1);
        transition: all 1s cubic-bezier(.4,0,1,1);
    }

.mdl-layout__tab .mdl-layout__tab-ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

    .mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple {
        background-color: rgb(255,255,255);
    }

.mdl-layout__tab-panel {
    display: block;
}

.mdl-layout.is-upgraded .mdl-layout__tab-panel {
    display: none;
}

    .mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active {
        display: block;
    }

.mdl-radio {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
}

    .mdl-radio.is-upgraded {
        padding-left: 24px;
    }

.mdl-radio__button {
    line-height: 24px;
}

/*#divPopup .mdl-radio.is-upgraded {
    line-height: 2px !important;
}*/

.mdl-radio.is-upgraded .mdl-radio__button {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
}

.mdl-radio__outer-circle {
    position: absolute;
    top: -8px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px !important;
    height: 16px;
    margin: 0;
    cursor: pointer;
    border: 2px solid rgba(0,0,0,.54);
    border-radius: 50%;
    z-index: 2;
}

.mdl-radio.is-checked .mdl-radio__outer-circle,
.mdl-radio.is-checked-custome .mdl-radio__outer-circle {
    border: 2px solid rgb(67, 167, 216);
}

.mdl-radio.is-disabled .mdl-radio__outer-circle {
    border: 2px solid rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-radio__inner-circle {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: -4px;
    left: 4px;
    box-sizing: border-box;
    width: 8px !important;
    height: 8px;
    cursor: pointer;
    -webkit-transition-duration: .28s;
    transition-duration: .28s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    border-radius: 50%;
    background: rgb(67, 167, 216);
}

.mdl-radio.is-checked .mdl-radio__inner-circle,
.mdl-radio.is-checked-custome .mdl-radio__inner-circle {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.mdl-radio.is-disabled .mdl-radio__inner-circle {
    background: rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-radio.is-focused .mdl-radio__inner-circle {
    box-shadow: 0 0 0 10px rgba(0,0,0,.1);
}

.mdl-radio__label {
    cursor: pointer;
}

.mdl-radio.is-disabled .mdl-radio__label {
    color: rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-radio__ripple-container {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: -13px;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
}

#divAddressPopup_ChangePass .mdl-radio__outer-circle {
    top: 2px;
}

#divAddressPopup_ChangePass .mdl-radio__inner-circle {
    top: 6px;
}

#divAddressPopup_ChangePass .mdl-radio__ripple-container {
    top: -10px;
}

.mdl-radio__ripple-container .mdl-ripple {
    background: rgb(67, 167, 216);
}

.mdl-radio.is-disabled .mdl-radio__ripple-container {
    cursor: auto;
}

    .mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple {
        background: 0 0;
    }

_:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
    -ms-appearance: none;
    height: 32px;
    margin: 0;
}

.mdl-slider {
    width: calc(100% - 40px);
    margin: 0 20px;
}

    .mdl-slider.is-upgraded {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 2px;
        background: 0 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: 0;
        padding: 0;
        color: rgb(63,81,181);
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        z-index: 1;
    }

        .mdl-slider.is-upgraded::-moz-focus-outer {
            border: 0;
        }

        .mdl-slider.is-upgraded::-ms-tooltip {
            display: none;
        }

        .mdl-slider.is-upgraded::-webkit-slider-runnable-track {
            background: 0 0;
        }

        .mdl-slider.is-upgraded::-moz-range-track {
            background: 0 0;
            border: 0;
        }

        .mdl-slider.is-upgraded::-ms-track {
            background: 0 0;
            color: transparent;
            height: 2px;
            width: 100%;
            border: 0;
        }

        .mdl-slider.is-upgraded::-ms-fill-lower {
            padding: 0;
            background: linear-gradient(to right,transparent,transparent 16px,rgb(63,81,181)16px,rgb(63,81,181)0);
        }

        .mdl-slider.is-upgraded::-ms-fill-upper {
            padding: 0;
            background: linear-gradient(to left,transparent,transparent 16px,rgba(0,0,0,.26)16px,rgba(0,0,0,.26)0);
        }

        .mdl-slider.is-upgraded::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 12px;
            height: 12px;
            box-sizing: border-box;
            border-radius: 50%;
            background: rgb(63,81,181);
            border: 0;
            -webkit-transition: -webkit-transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);
            transition: transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);
        }

        .mdl-slider.is-upgraded::-moz-range-thumb {
            -moz-appearance: none;
            width: 12px;
            height: 12px;
            box-sizing: border-box;
            border-radius: 50%;
            background-image: none;
            background: rgb(63,81,181);
            border: 0;
        }

        .mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb {
            box-shadow: 0 0 0 10px rgba(63,81,181,.26);
        }

        .mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb {
            box-shadow: 0 0 0 10px rgba(63,81,181,.26);
        }

        .mdl-slider.is-upgraded:active::-webkit-slider-thumb {
            background-image: none;
            background: rgb(63,81,181);
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded:active::-moz-range-thumb {
            background-image: none;
            background: rgb(63,81,181);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded::-ms-thumb {
            width: 32px;
            height: 32px;
            border: 0;
            border-radius: 50%;
            background: rgb(63,81,181);
            -ms-transform: scale(.375);
            transform: scale(.375);
            transition: transform .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);
        }

        .mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb {
            background: radial-gradient(circle closest-side,rgb(63,81,181)0%,rgb(63,81,181)37.5%,rgba(63,81,181,.26)37.5%,rgba(63,81,181,.26)100%);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .mdl-slider.is-upgraded:active::-ms-thumb {
            background: rgb(63,81,181);
            -ms-transform: scale(.5625);
            transform: scale(.5625);
        }

        .mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
            border: 2px solid rgba(0,0,0,.26);
            background: 0 0;
        }

        .mdl-slider.is-upgraded.is-lowest-value::-moz-range-thumb {
            border: 2px solid rgba(0,0,0,.26);
            background: 0 0;
        }

        .mdl-slider.is-upgraded.is-lowest-value ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb {
            border: 1.8px solid rgba(0,0,0,.26);
            -webkit-transform: scale(1.33);
            transform: scale(1.33);
            box-shadow: none;
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-moz-range-thumb {
            border: 1.8px solid rgba(0,0,0,.26);
            transform: scale(1.33);
            box-shadow: none;
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active) ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 8px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb {
            border: 1.5px solid rgba(0,0,0,.26);
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded.is-lowest-value:active ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 9px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-moz-range-thumb {
            border: 1.5px solid rgba(0,0,0,.26);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded.is-lowest-value::-ms-thumb {
            background: radial-gradient(circle closest-side,transparent 0%,transparent 66.67%,rgba(0,0,0,.26)66.67%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-thumb {
            -ms-transform: scale(.5);
            transform: scale(.5);
            background: radial-gradient(circle closest-side,transparent 0%,transparent 75%,rgba(0,0,0,.26)75%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb {
            -ms-transform: scale(.5625);
            transform: scale(.5625);
            background: radial-gradient(circle closest-side,transparent 0%,transparent 77.78%,rgba(0,0,0,.26)77.78%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower {
            background: 0 0;
        }

        .mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper {
            margin-left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-fill-upper {
            margin-left: 8px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper {
            margin-left: 9px;
        }

        .mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled::-webkit-slider-thumb {
            -webkit-transform: scale(.667);
            transform: scale(.667);
            background: rgba(0,0,0,.26);
        }

        .mdl-slider.is-upgraded:disabled:focus::-moz-range-thumb, .mdl-slider.is-upgraded:disabled:active::-moz-range-thumb, .mdl-slider.is-upgraded:disabled::-moz-range-thumb {
            transform: scale(.667);
            background: rgba(0,0,0,.26);
        }

        .mdl-slider.is-upgraded:disabled ~ .mdl-slider__background-flex > .mdl-slider__background-lower {
            background-color: rgba(0,0,0,.26);
            left: -6px;
        }

        .mdl-slider.is-upgraded:disabled ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb {
            border: 3px solid rgba(0,0,0,.26);
            background: 0 0;
            -webkit-transform: scale(.667);
            transform: scale(.667);
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-moz-range-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-moz-range-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled::-moz-range-thumb {
            border: 3px solid rgba(0,0,0,.26);
            background: 0 0;
            transform: scale(.667);
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled:active ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 6px;
        }

        .mdl-slider.is-upgraded:disabled:focus::-ms-thumb, .mdl-slider.is-upgraded:disabled:active::-ms-thumb, .mdl-slider.is-upgraded:disabled::-ms-thumb {
            -ms-transform: scale(.25);
            transform: scale(.25);
            background: rgba(0,0,0,.26);
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb {
            -ms-transform: scale(.25);
            transform: scale(.25);
            background: radial-gradient(circle closest-side,transparent 0%,transparent 50%,rgba(0,0,0,.26)50%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded:disabled::-ms-fill-lower {
            margin-right: 6px;
            background: linear-gradient(to right,transparent,transparent 25px,rgba(0,0,0,.26)25px,rgba(0,0,0,.26)0);
        }

        .mdl-slider.is-upgraded:disabled::-ms-fill-upper {
            margin-left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper {
            margin-left: 6px;
        }

.mdl-slider__ie-container {
    height: 18px;
    overflow: visible;
    border: 0;
    margin: 0;
    padding: 0;
}

.mdl-slider__container {
    height: 18px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mdl-slider__container, .mdl-slider__background-flex {
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mdl-slider__background-flex {
    position: absolute;
    height: 2px;
    width: calc(100% - 52px);
    top: 50%;
    left: 0;
    margin: 0 26px;
    overflow: hidden;
    border: 0;
    padding: 0;
    -webkit-transform: translate(0,-1px);
    -ms-transform: translate(0,-1px);
    transform: translate(0,-1px);
}

.mdl-slider__background-lower {
    background: rgb(63,81,181);
}

.mdl-slider__background-lower, .mdl-slider__background-upper {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    position: relative;
    border: 0;
    padding: 0;
}

.mdl-slider__background-upper {
    background: rgba(0,0,0,.26);
    -webkit-transition: left .18s cubic-bezier(.4,0,.2,1);
    transition: left .18s cubic-bezier(.4,0,.2,1);
}

.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -webkit-animation: mdl-spinner__container-rotate 1568.2352941176ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.2352941176ms linear infinite;
    }

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner--single-color .mdl-spinner__layer-2 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner--single-color .mdl-spinner__layer-3 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    from,25% {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }

    90%,100% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {
    from,25% {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }

    90%,100% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    from,15% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }

    51% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {
    from,15% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }

    51% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    from,40% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }

    76% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {
    from,40% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }

    76% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    from,65% {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }

    100% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {
    from,65% {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }

    100% {
        opacity: 0;
    }
}

.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

@-webkit-keyframes mdl-spinner__left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes mdl-spinner__left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes mdl-spinner__right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

.mdl-switch {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .mdl-switch.is-upgraded {
        padding-left: 28px;
    }

.mdl-switch__input {
    line-height: 24px;
}

.mdl-switch.is-upgraded .mdl-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
}

.mdl-switch__track {
    background: rgba(0,0,0,.26);
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 36px;
    border-radius: 14px;
    cursor: pointer;
}

.mdl-switch.is-checked .mdl-switch__track,
.mdl-switch.is-checked-custome .mdl-switch__track {
    background: rgba(63,81,181,.5);
}

.mdl-switch.is-disabled .mdl-switch__track {
    background: rgba(0,0,0,.12);
    cursor: auto;
}

.mdl-switch__thumb {
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-transition-duration: .28s;
    transition-duration: .28s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: left;
    transition-property: left;
}

.mdl-switch.is-checked .mdl-switch__thumb,
.mdl-switch.is-checked-custome .mdl-switch__thumb {
    background: rgb(63,81,181);
    left: 16px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}

.mdl-switch.is-disabled .mdl-switch__thumb {
    background: #bdbdbd;
    cursor: auto;
}

.mdl-switch__focus-helper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-4px,-4px);
    -ms-transform: translate(-4px,-4px);
    transform: translate(-4px,-4px);
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.1);
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper,
.mdl-switch.is-focused.is-checked-custome .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(63,81,181,.26);
    background-color: rgba(63,81,181,.26);
}

.mdl-switch__label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    left: 24px;
}

.mdl-switch.is-disabled .mdl-switch__label {
    color: #bdbdbd;
    cursor: auto;
}

.mdl-switch__ripple-container {
    position: absolute;
    z-index: 2;
    top: -12px;
    left: -14px;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: step-end;
    transition-timing-function: step-end;
    -webkit-transition-property: left;
    transition-property: left;
}

    .mdl-switch__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

.mdl-switch.is-disabled .mdl-switch__ripple-container {
    cursor: auto;
}

    .mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple {
        background: 0 0;
    }

.mdl-switch.is-checked .mdl-switch__ripple-container,
.mdl-switch.is-checked-custome .mdl-switch__ripple-container {
    cursor: auto;
    left: 2px;
}

.mdl-tabs {
    display: block;
    width: 100%;
}

.mdl-tabs__tab-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 48px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.mdl-tabs__tab {
    margin: 0;
    border: 0;
    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    color: red;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0,0,0,.54);
    overflow: hidden;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: rgba(0,0,0,.87);
}

    .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
        height: 2px;
        width: 100%;
        display: block;
        content: " ";
        bottom: 0;
        left: 0;
        position: absolute;
        background: rgb(63,81,181);
        -webkit-animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        -webkit-transition: all 1s cubic-bezier(.4,0,1,1);
        transition: all 1s cubic-bezier(.4,0,1,1);
    }

.mdl-tabs__tab .mdl-tabs__ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

    .mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

.mdl-tabs__panel {
    display: block;
}

.mdl-tabs.is-upgraded .mdl-tabs__panel {
    display: none;
}

    .mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
        display: block;
    }

@-webkit-keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

@keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

.mdl-textfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    margin: 0;
    padding: 20px 0;
}

    .mdl-textfield .mdl-button {
        position: absolute;
        bottom: 20px;
    }

.mdl-textfield--align-right {
    text-align: right;
}

.mdl-textfield--full-width {
    width: 100%;
}

.mdl-textfield--expandable {
    min-width: 32px;
    width: auto;
    min-height: 32px;
}

.mdl-textfield__input {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 16px;
    text-align: left;
    color: inherit;
}

.mdl-textfield.is-focused .mdl-textfield__input {
    outline: none;
}

.mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: #de3226;
    box-shadow: none;
}

.mdl-textfield.is-disabled .mdl-textfield__input {
    background-color: transparent;
    border-bottom: 1px dotted rgba(0,0,0,.12);
}

.mdl-textfield__label {
    bottom: 0;
    color: rgba(0,0,0,.26);
    font-size: 16px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.mdl-textfield.is-dirty .mdl-textfield__label {
    visibility: hidden;
}

.mdl-textfield--floating-label .mdl-textfield__label {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    color: rgb(63,81,181);
    font-size: 12px;
    top: 4px;
    visibility: visible;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label {
    top: -16px;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: #de3226;
    font-size: 12px;
}

.mdl-textfield__label:after {
    background-color: rgb(63,81,181);
    bottom: 20px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 10px;
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
    left: 0;
    visibility: visible;
    width: 100%;
}

.mdl-textfield.is-invalid .mdl-textfield__label:after {
    background-color: #de3226;
}

.mdl-textfield__error {
    color: #de3226;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    visibility: hidden;
}

.mdl-textfield.is-invalid .mdl-textfield__error {
    visibility: visible;
}

.mdl-textfield__expandable-holder {
    display: inline-block;
    position: relative;
    margin-left: 32px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    display: inline-block;
    max-width: .1px;
}

.mdl-textfield.is-focused .mdl-textfield__expandable-holder, .mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
    max-width: 600px;
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
    bottom: 0;
}

.mdl-tooltip {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    z-index: 999;
    background: rgba(97,97,97,.9);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    max-width: 170px;
    position: fixed;
    top: -500px;
    left: -500px;
    padding: 8px;
    text-align: center;
}

    .mdl-tooltip.is-active {
        -webkit-animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
        animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
    }

.mdl-tooltip--large {
    line-height: 14px;
    font-size: 14px;
    padding: 16px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

.mdl-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .mdl-grid.mdl-grid--no-spacing {
        padding: 0;
    }

.mdl-cell {
    box-sizing: border-box;
}

.mdl-cell--top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.mdl-cell--middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.mdl-cell--bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.mdl-cell--stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.mdl-grid.mdl-grid--no-spacing > .mdl-cell {
    margin: 0;
}

@media (max-width:479px) {
    .mdl-grid {
        padding: 8px;
    }

    .mdl-cell {
        margin: 8px;
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell {
        width: 100%;
    }

    .mdl-cell--hide-phone {
        display: none !important;
    }

    .mdl-cell--1-col {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col {
        width: 25%;
    }

    .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
        width: 25%;
    }

    .mdl-cell--2-col {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col {
        width: 50%;
    }

    .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
        width: 50%;
    }

    .mdl-cell--3-col {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col {
        width: 75%;
    }

    .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
        width: 75%;
    }

    .mdl-cell--4-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col {
        width: 100%;
    }

    .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
        width: 100%;
    }

    .mdl-cell--5-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col {
        width: 100%;
    }

    .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
        width: 100%;
    }

    .mdl-cell--6-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col {
        width: 100%;
    }

    .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
        width: 100%;
    }

    .mdl-cell--7-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col {
        width: 100%;
    }

    .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
        width: 100%;
    }

    .mdl-cell--8-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col {
        width: 100%;
    }

    .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
        width: 100%;
    }

    .mdl-cell--9-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col {
        width: 100%;
    }

    .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
        width: 100%;
    }

    .mdl-cell--10-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col {
        width: 100%;
    }

    .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
        width: 100%;
    }

    .mdl-cell--11-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col {
        width: 100%;
    }

    .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
        width: 100%;
    }

    .mdl-cell--12-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col {
        width: 100%;
    }

    .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
        width: 100%;
    }
}

@media (min-width:480px) and (max-width:839px) {
    .mdl-grid {
        padding: 8px;
    }

    .mdl-cell {
        margin: 8px;
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell {
        width: 50%;
    }

    .mdl-cell--hide-tablet {
        display: none !important;
    }

    .mdl-cell--1-col {
        width: calc(12.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col {
        width: 12.5%;
    }

    .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
        width: calc(12.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
        width: 12.5%;
    }

    .mdl-cell--2-col {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col {
        width: 25%;
    }

    .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
        width: 25%;
    }

    .mdl-cell--3-col {
        width: calc(37.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col {
        width: 37.5%;
    }

    .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
        width: calc(37.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
        width: 37.5%;
    }

    .mdl-cell--4-col {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col {
        width: 50%;
    }

    .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
        width: 50%;
    }

    .mdl-cell--5-col {
        width: calc(62.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col {
        width: 62.5%;
    }

    .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
        width: calc(62.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
        width: 62.5%;
    }

    .mdl-cell--6-col {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col {
        width: 75%;
    }

    .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
        width: 75%;
    }

    .mdl-cell--7-col {
        width: calc(87.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col {
        width: 87.5%;
    }

    .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
        width: calc(87.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
        width: 87.5%;
    }

    .mdl-cell--8-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col {
        width: 100%;
    }

    .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
        width: 100%;
    }

    .mdl-cell--9-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col {
        width: 100%;
    }

    .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
        width: 100%;
    }

    .mdl-cell--10-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col {
        width: 100%;
    }

    .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
        width: 100%;
    }

    .mdl-cell--11-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col {
        width: 100%;
    }

    .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
        width: 100%;
    }

    .mdl-cell--12-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col {
        width: 100%;
    }

    .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
        width: 100%;
    }
}

@media (min-width:840px) {
    .mdl-grid {
        padding: 8px;
    }

    .mdl-cell {
        margin: 8px;
        width: calc(33.33333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell {
        width: 33.33333%;
    }

    .mdl-cell--hide-desktop {
        display: none !important;
    }

    .mdl-cell--1-col {
        width: calc(8.33333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col {
        width: 8.33333%;
    }

    .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
        width: calc(8.33333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
        width: 8.33333%;
    }

    .mdl-cell--2-col {
        width: calc(16.66667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col {
        width: 16.66667%;
    }

    .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
        width: calc(16.66667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
        width: 16.66667%;
    }

    .mdl-cell--3-col {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col {
        width: 25%;
    }

    .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
        width: 25%;
    }

    .mdl-cell--4-col {
        width: calc(33.33333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col {
        width: 33.33333%;
    }

    .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
        width: calc(33.33333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
        width: 33.33333%;
    }

    .mdl-cell--5-col {
        width: calc(41.66667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col {
        width: 41.66667%;
    }

    .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
        width: calc(41.66667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
        width: 41.66667%;
    }

    .mdl-cell--6-col {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col {
        width: 50%;
    }

    .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
        width: 50%;
    }

    .mdl-cell--7-col {
        width: calc(58.33333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col {
        width: 58.33333%;
    }

    .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
        width: calc(58.33333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
        width: 58.33333%;
    }

    .mdl-cell--8-col {
        width: calc(66.66667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col {
        width: 66.66667%;
    }

    .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
        width: calc(66.66667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
        width: 66.66667%;
    }

    .mdl-cell--9-col {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col {
        width: 75%;
    }

    .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
        width: 75%;
    }

    .mdl-cell--10-col {
        width: calc(83.33333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col {
        width: 83.33333%;
    }

    .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
        width: calc(83.33333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
        width: 83.33333%;
    }

    .mdl-cell--11-col {
        width: calc(91.66667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col {
        width: 91.66667%;
    }

    .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
        width: calc(91.66667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
        width: 91.66667%;
    }

    .mdl-cell--12-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col {
        width: 100%;
    }

    .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
        width: 100%;
    }
}

body {
    margin: 0
}

.styleguide-demo h1 {
    margin: 48px 24px 0
}

    .styleguide-demo h1:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,.5);
        margin-top: 24px
    }

.styleguide-demo {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.styleguide-masthead {
    height: 256px;
    background: #212121;
    padding: 115px 16px 0
}

.styleguide-container {
    position: relative;
    max-width: 960px;
    width: 100%
}

.styleguide-title {
    color: #fff;
    bottom: auto;
    position: relative;
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.02em
}

    .styleguide-title:after {
        border-bottom: 0
    }

    .styleguide-title span {
        font-weight: 300
    }

.mdl-styleguide .mdl-layout__drawer .mdl-navigation__link {
    padding: 10px 24px
}

.demosLoaded .styleguide-demo {
    opacity: 1
}

iframe {
    display: block;
    width: 100%;
    border: 0
}

    iframe.heightSet {
        overflow: hidden
    }

.demo-wrapper {
    margin: 24px
}

    .demo-wrapper iframe {
        border: 1px solid rgba(0,0,0,.5)
    }

.homeTp .mdl-radio {
    line-height: 0
}

#demo-menu-lower-left {
    float: right
}

.w2ui-reset table tr td, .w2ui-reset table tr th {
    font-family: OpenSans-Regular !important
}


@font-face {
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@media (min-width: 1200px) {
    div.container {
        width: 1170px !important;
    }
}


/*--------  Input fields    --------*/

.full_widthNew_ui .input_box_eff_wrap label.effect_lbl {
    left: 13px;
    top: 22px;
    font-family: 'OpenSans-Regular';
    color: #525252;
}

.full_widthNew_ui input.input_effect:focus ~ label.effect_lbl, .full_widthNew_ui input.input_effect:valid ~ label.effect_lbl, .full_widthNew_ui select.select_effect:focus ~ label.effect_lbl, .full_widthNew_ui select.select_effect:valid ~ label.effect_lbl, textarea.textarea_effect:focus ~ label.effect_lbl, .full_widthNew_ui textarea.textarea_effect:valid ~ label.effect_lbl, .full_widthNew_ui input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect:not([type=button])[readonly] ~ label.effect_lbl, .full_widthNew_ui input.select_effect[readonly='readonly'] ~ label.effect_lbl, .full_widthNew_ui input.input_effect[disabled="disabled"] ~ label.effect_lbl, .full_widthNew_ui select.select_effect[disabled="disabled"] ~ label.effect_lbl, .full_widthNew_ui input.input_effect[minlength="minlength"] ~ label.effect_lbl, .full_widthNew_ui input.input_effect.invalidfocus ~ label.effect_lbl {
    top: 14px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.full_widthNew_ui .input_box_eff_wrap input[type="text"], .full_widthNew_ui .input_box_eff_wrap input.input_effect, .full_widthNew_ui .input_box_eff_wrap select.select_effect, .full_widthNew_ui .input_box_eff_wrap textarea.textarea_effect, #greenPopup .btn-group button {
    font-size: 15px;
    padding: 17px 10px 0px 13px !important;
    border-bottom: 1px solid #c1c1c1 !important;
    height: 55px;
    border-radius: 5px 5px 0px 0px !important;
    background: rgba(0, 0, 0, 0.09) !important;
    margin: 5px 0;
}

.full_widthNew_ui .input_box_eff_wrap select.select_effect {
    background-image: url(../images/arrowdown_mdb.png) !important;
    background-size: 15px 20px !important;
    background-position: right 20px center !important;
    background-repeat: no-repeat !important;
    padding-right: 35px !important;
}


/*--------  End Input fields    --------*/
/*------ start select -------*/
/*.select-wrapper {
    position: relative;
}

    .select-wrapper input.select-dropdown {
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: none;
        outline: none;
        height: 3rem;
        line-height: 3rem;
        width: 100%;
        font-size: 17px;
        margin: 0 0 8px 0;
        padding: 0;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
    }

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

svg:not(:root) {
    overflow: hidden;
}

.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0,0,0,0.87);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}

.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
}

    .dropdown-content li > a, .dropdown-content li > span {
        font-size: 16px;
        color: #545454;
        display: block;
        line-height: 22px;
        padding: 9px 16px;
    }

.input-field select {
    display: none;
}*/
/*------ end select -------*/
.mid_sectionp {
    margin: 45px 0;
}
/*Common FAQ*/

.right_profile_sec {
    background: #fff;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
}

    .right_profile_sec h3 {
        color: #333;
        font-size: 18px;
        line-height: 1.5;
        padding-left: 30px;
        margin-top: 15px;
        margin-bottom: 0;
        text-align: left;
        display: inline-block;
        padding-bottom: 10px;
        font-family: 'IBMPlexSans-Bold', sans-serif;
        text-transform: uppercase;
    }

    .right_profile_sec h4 {
        color: #4c4c4c;
        font-size: 20px;
        letter-spacing: .25px;
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 10px;
        display: inline-block;
        padding-bottom: 10px;
        line-height: 24px;
        text-align: left;
        font-family: 'OpenSans-Bold';
    }

.faq_right ul {
    clear: both;
    padding: 20px 35px;
    position: relative;
    display: flex;
    border-bottom: solid 1px #e6e6e6;
}

.faq_right h3 {
    width: 100%;
}

.faq_right ul li a {
    color: #696969;
    display: inline-flex;
    padding: 10px 0;
    font-size: 17px;
    border-bottom: 0 solid #e5e5e7;
    letter-spacing: .25px;
    line-height: 1.5;
    align-items: center;
    font-weight: normal !important;
}

    .faq_right ul li a i {
        float: right;
        color: #b5b5b5;
        position: absolute;
        right: 10px;
    }

a.viewmorefaq {
    color: #088856;
    font-size: 14px;
    letter-spacing: 1.25px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin: 19px 0 40px;
    text-transform: uppercase;
    text-decoration: underline;
}

img.rightbannerimg {
    max-width: 100%;
}

.links_sidebar {
    float: left;
    width: 100%;
}

    .links_sidebar ul {
        float: left;
        width: 100%;
        padding: 20px 30px;
    }

        .links_sidebar ul > li > a {
            display: block;
            color: #0c75df;
            text-decoration: underline;
            display: block;
            font-size: 16px;
            padding-top: 8px;
            padding-bottom: 8px;
        }

/*End Common FAQ*/
/* modal popup common CSS Edited by pradeep */
.common_fullwidth_popup_pdf .modal-dialog {
    width: 100% !important;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    min-width: 100%;
    left: 0;
    top: 0px;
    margin: 0px;
}

.common_fullwidth_popup_pdf .modal-content {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    border: 0px !important;
    overflow: auto;
    border-radius: 0px !important;
    padding: 50px 0px 0px !important;
}

.common_fullwidth_popup_pdf .modal-header .close, .common_fullwidth_popup_pdf .modal-header .closepopup {
    opacity: 1 !important;
    position: absolute;
    right: 5%;
    top: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.common_fullwidth_popup_pdf .modal-header {
    background: none !important;
    border: 0px !important;
    display: inline-flex !important;
    justify-content: center !important;
    width: 100% !important;
    align-items: center !important;
    flex-wrap: wrap;
}

    .common_fullwidth_popup_pdf .modal-title, .common_fullwidth_popup_pdf .modal-title-changepwd, .common_fullwidth_popup_pdf .modal-header h4 {
        font-size: 25px !important;
        font-weight: normal !important;
        margin: 0 !important;
        padding: 0px 0 !important;
        font-weight: bold !important;
        width: 100% !important;
        text-align: center;
        color: #53565a !important;
    }

.common_fullwidth_popup_pdf .modal-body {
    width: 100%;
    margin: auto;
    max-height: inherit !important;
    height: auto !important;
}

.common_fullwidth_popup_pdf .modal-footer {
    width: 55%;
    margin: auto;
    padding-bottom: 20px;
    border-top: 0px solid #e5e5e5;
    padding-right: 3.5%;
}

.common_fullwidth_popup_pdf button.close:before, .common_fullwidth_popup_pdf button.closepopup:before, .common_fullwidth_popup_pdf a.close:before {
    color: #5d5d5d !important;
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 10px;
}
.modal .modal-header .close {
    margin-top: 3px;
}
.modal .modal-header button.close:before, .modal button.closepopup:before, .modal a.close:before {
    top: 0px;   
}           

/*-- Alert Common Popup  --*/
.alert_popup_common .modal-header {
    border-bottom: 0px;
    background: none;
    border: 0px !important;
    padding: 20px 20px !important;
    position: relative;
    margin-bottom: 0px;
}

    .alert_popup_common .modal-header .close {
        display: block;
    }

    .alert_popup_common .modal-header h4.modal-title {
        margin-top: 0px;
        color: #222;
        font-size: 21px;
        line-height: 1.5;
        font-family: 'IBMPlexSans-Bold';
        text-align: left;
    }
#divNickNamePopupHeader .modal-header button:after {
    content: "\ea0e";
    font-family: "scmfonts" !important;
    font-size: 16px;
    color: #575757;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    font-weight: normal;
    right: 3px;
}
        .alert_popup_common .modal-body {
    color: #696969;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding: 10px 20px;
}

.alert_popup_common .modal-content {
    border-radius: 5px !important;
    padding: 0px !important;
}

.alert_popup_common button, .alert_popup_common button:hover {
    background: none !important;
    /*color: #005984;*/
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    border: 0px;
    box-shadow: 0 0 0 0 !important;
    text-transform: uppercase;
    text-align: center;
    font-family: 'IBMPlexSans-Bold', sans-serif !important;
}

.alert_popup_common .btn-danger:not(:disabled):not(.disabled).active, .alert_popup_common .btn-danger:not(:disabled):not(.disabled):active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #005984;
}

    .alert_popup_common .btn-danger:not(:disabled):not(.disabled).active:focus, .alert_popup_common .btn-danger:not(:disabled):not(.disabled):active:focus {
        box-shadow: none;
    }

.alert_popup_common .modal-footer {
    border-top: 0px;
    padding: 20px 20px; float: left;
    width: 100%;
}

.alert_popup_common .modal-dialog {
    width: 100%;
    max-width: 532px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: auto;
    background-color: inherit;
    box-shadow: 0 0 0 0 !important;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.alert_popup_common .close, .alert_popup_common .close:hover {
    color: #a9a8a8;
    font-size: 26px;
    font-family: initial;
    position: absolute;
    right: 20px;
    top: 20px;
}

    .alert_popup_common .close:before {
        display: none !important;
    }
/*-- End --*/
/*Quiet hours section faq */
.quiteHour {
    display: block;
    padding: 25px;
}

    .quiteHour h4 {
        color: #333 !important;
        font-size: 18px;
        line-height: 24px;
        display: block;
        letter-spacing: 0.25px;
        margin: 0px 0px 10px 0px;
        text-transform: uppercase;
        font-family: 'IBMPlexSans-Bold', sans-serif;
        font-weight: normal;
    }

    .quiteHour > span {
        color: #696969;
        font-size: 16px;
        line-height: 24px;
        display: block;
        letter-spacing: 0.25px;
    }

    .quiteHour span a {
        color: #1982c5;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.25px;
        text-decoration: none;
        margin-left: 10px;
        text-transform: uppercase;
    }

.btnMngProfile {
    background-color: #0C75DF !important;
    letter-spacing: 1.25px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF !important;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    padding: 2px 0px !important;
    height: auto;
    min-height: auto;
}

.mt20 {
    margin-top: 20px;
}

.modalNoti.modal {
    padding-right: 0px !important;
}

    .modalNoti.modal .modal-dialog {
        margin: 0;
        height: 100%;
        max-width: 100vw;
        width: 100%;
    }

    .modalNoti.modal .modal-content {
        border-radius: 0;
        background-clip: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        min-height: 100%;
        padding: 60px 0;
        text-align: center;
        position: relative;
    }

    .modalNoti.modal .modal-body h4 {
        color: #4C4C4C;
        font-size: 24px;
        letter-spacing: 0.25px;
        line-height: 24px;
        text-align: center;
        margin: 0px 0px 50px 0px;
    }

    .modalNoti.modal .modal-body p {
        color: #696969;
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 24px;
        text-align: center;
        margin: 0px 0px 50px 0px;
    }

.boxTime {
    margin: 0px auto;
    width: 400px;
}

    .boxTime h5 {
        color: #003399;
        font-size: 20px;
        letter-spacing: 0.25px;
        line-height: 24px;
        margin: 0px 0px 0px 0px;
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }

.modalNoti .modal-footer {
    padding: 0px;
    border: 0px;
    text-align: center;
    justify-content: center;
}

    .modalNoti .modal-footer button {
        float: none;
        margin-left: 20px;
    }

.btnGreen {
    display: flex;
    width: 100%;
    justify-content: center;
}

    .btnGreen button {
        color: #FFFFFF;
        font-size: 14px;
        letter-spacing: 1.25px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        padding: 11px 35px;
        border-radius: 2px;
        margin-left: 20px;
    }

button.btn.btn-default.btnModalCancel {
    background: #fff !important;
    color: #088856;
}

.modalNoti .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #4D4D4D;
    opacity: 1;
    font-size: 40px;
}

    .modalNoti .close span {
        font-size: 12px;
        display: block;
        letter-spacing: 0.4px;
        line-height: 16px;
    }

.accordion-innerNotification {
    padding: 0px 25px 25px 25px;
}

    .accordion-innerNotification .form-group {
        margin-bottom: 0px;
    }

.mdl-switch {
    width: auto;
    float: right;
    margin-right: 35px;
    margin-top: 30px;
}

.billingInfoNoti {
    display: block;
    width: 100%;
}

.modal-bodyNoti .mdl-textfield__input {
    padding-top: 3px;
}

/*End */

.cncl_btnp {
    margin-right: 20px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    background: 0 0;
    border: 0;
    border-radius: 2px;
    position: relative;
    height: 36px;
    min-width: 64px;
    padding: 0 8px;
    display: inline-block;
    font-size: 18px;
}


.bgimg_quitehr {
    background: url(../images/alrtmsg.png) no-repeat 92% 9px;
    background-size: 100px;
    display: none;
}


.contact_wrp_sidebar {
    display: inline-flex;
    width: 100%;
    padding: 10px 27px 30px;
    flex-wrap: wrap;
}

.ico_conta_wrpp {
    display: inline-flex;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.lft_ico_contc {
    margin-right: 10px;
}

.lft_contn_contc {
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
    display: flex;
}

    .lft_contn_contc p span {
        font-size: 14px;
        font-weight: bold;
    }

    .lft_contn_contc p a span {
        font-weight: normal;
    }

.orangtxt {
    color: #0b5b82;
}

.lft_contn_contc p {
    margin-bottom: 5px;
}

    .lft_contn_contc p span {
        font-size: 16px !important;
        font-weight: normal;
    }

.faq_right_wrap button.btn.backbtn {
    background: none;
    padding-top: 10px;
    box-shadow: none;
    position: relative;
    top: 14px;
    left: 14px;
}

.answerquestion {
    float: left;
    width: 100%;
    padding: 30px;
}

    .answerquestion .backbtn {
        background: none !important;
        padding: 0px;
        margin-bottom: 20px;
    }

    .answerquestion .faq_hdng {
        padding: 0px 0 20px;
        margin: 0px;
        font-size: 22px;
    }

    .answerquestion p {
        font-size: 16px
    }

        .answerquestion p, .answerquestion p span {
            font-size: 15px !important;
            text-align: left;
            line-height: 1.5;
        }

.common_heading_stepper {
    font-weight: normal;
    padding: 0 0 35px 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: #1f4466;
    font-weight: bold;
    font-family: 'OpenSans-SemiBold';
}

.commonspacing {
    padding: 60px;
}

.caseDetailsBox {
    display: flex;
    background: #f1f1f1;
    width: 100%;
    margin: 10px 0;
    float: left;
    padding: 10px 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .caseDetailsBox > h3 {
        font-size: 15px;
        margin: 0;
        font-family: 'OpenSans-Semibold';
    }

    .caseDetailsBox > .pcButton {
        width: auto !important;
    }

.postCommentDialog .modal-footer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.postCommentDialog .modal-body textarea.PCtxtArea {
    overflow: hidden;
    line-height: normal;
    width: 100% !important;
    padding-top: 30px !important;
    height: 120px;
}

@media (min-width: 768px) {
    .modal-dialog {
        min-width: 700px;
    }

    .modal-content {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .right_profile_sec {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    img.rightbannerimg {
        width: 100%;
    }

    .mid_sectionp {
        margin: 25px 0;
    }
}

@media (max-width:767px) {
    .right_profile_sec {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .mid_sectionp {
        margin: 25px 0 10px;
    }

    .commonspacing {
        padding: 30px !important;
    }

    .full_widthNew_ui .input_box_eff_wrap select.select_effect {
        background-position: right 7px center !important;
        padding-right: 23px !important;
    }
}

.faq_right .testclass li a {
    text-decoration: underline;
    display: flex;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #696969;
    padding: 0px;
    text-decoration: none;
    align-items: center;
}

.modal-footer input[type="button"], .modal-footer input[type="submit"], .modal-footer input, .buttons_area input[type="button"], .btn_right_secp_noti a input, .btn_right_secp_noti .submit-button, .submit-button {
    text-transform: uppercase !important;
}

.alert_popup_common .usernamePopUP {
    display: block;
}

.billInfo {
    display: flex;
    justify-content: center;
}

    .billInfo .material-icons {
        padding-top: 0 !important;
    }

.balanceInfo .tooltip.top {
    max-width: 400px !important;
}

#InstallmentText {
    margin-bottom: 35px;
}

#SuccessScreenAmount {
    margin-top: 10px;
}

#ddlquestions1 {
    width: 93% !important;
}

.modal-footer .orangeBtn {
    background-color: #0b5b82 !important;
    color: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #0b5b82;
    text-align: center
}

    .modal-footer .orangeBtn:hover {
        border: 1px solid #ffffff;
        color: #ffffff !important;
        background-color: #666261 !important;
    }

.modal-footer .whiteBtn {
    background-color: #fff !important;
    color: #0b5b82 !important;
    border-radius: 3px !important;
    border: 1px solid #0b5b82;
    margin-right: 10px;
}

    .modal-footer .whiteBtn:hover {
        color: #fff !important;
        background-color: #0b5b82 !important;
    }

#divNickNamePopupBody {
    margin-top: -20px;
}

.InactiveTxt {
    background: #717171;
    border-radius: 30px;
    display: block;
    padding: 5px 20px !important;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    width: 80px;
}

.orangeBtn {
    background: #0b5b82 !important;
    color: #ffffff !important;
    float: right !important;
    border: 1px solid #0b5b82 !important;
    float: right;
    width: 120px !important;
    padding: 6px 0 !important;
    color: #f0f0f0 !important;
    border-radius: 0px !important;
    text-align: center;
    font-size: 16px !important;
    margin-right: 0;
    border: 0px !important;
    font-weight: bold;
}

.mt-5 {
    margin-top: 30px;
}

.radioFormButton {
    display: flex;
    margin: 20px 0px 20px;
}

.accountportfolio {
    margin-right: 50px;
}

.labelportfolio {
    display: flex;
    align-items: center;
}

.popTitlenew {
    vertical-align: top;
    float: left;
    margin-top: -10px;
}

.orangeBtnCommon {
    background: #0b5b82 !important;
    color: #fff !important;
    border: 1px solid #0b5b82 !important;
    border-radius: 3px !important;
    padding: 6px 35px;
    text-transform: uppercase;
    /* position: relative;
    top: 3px;*/
    font-size: 14px;
    min-height: 40px;
    line-height: 26px;
    display: inline-block;
    font-family: 'IBMPlexSans-Bold', sans-serif;
}

    .orangeBtnCommon:hover {
        background: #666261 !important;
        border: 1px solid #666261 !important;
        text-decoration:none;
    }

.add_account_btn .EnableShowHide.orangeBtnCommon {
    background: #0b5b82 !important;
    color: #fff !important;
    border: 1px solid #0b5b82 !important;
    border-radius: 3px !important;
    padding: 6px 14px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    font-size: 14px;
    min-height: 40px;
    font-family: 'IBMPlexSans-Bold', sans-serif;
}

    .add_account_btn .EnableShowHide.orangeBtnCommon:hover {
        background: #666261 !important;
        text-decoration: none;
        border: 1px solid #666261 !important;
    }

.add_account_btn .EnableShowHide.orangeBtnCommon2 {
    background: #0b5b82 !important;
    color: #fff !important;
    border: 1px solid #0b5b82 !important;
    border-radius: 3px !important;
    padding: 6px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: 3px;
    font-size: 16px;
    min-height:40px;
}

    .add_account_btn .EnableShowHide.orangeBtnCommon2:hover {
        background: #666261 !important;
        text-decoration: none;
        border: 1px solid #666261 !important;
    }

.chkboxCustom input[type="checkbox"] {
    position: relative;
    width: 15px;
    height: 15px;
    color: #363839;
    border: 2px solid rgba(0,0,0,.54);
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    padding: 0 !important;
}

    .chkboxCustom input[type="checkbox"]::before {
        position: absolute;
        content: '';
        display: block;
        top: -1px;
        left: 3px;
        width: 5px;
        height: 10px;
        border-style: solid;
        border-color: #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    .chkboxCustom input[type="checkbox"]:checked {
        color: #fff;
        border-color: #43a7d8;
        background: #43a7d8
    }

        .chkboxCustom input[type="checkbox"]:checked::before {
            opacity: 1;
        }

        .chkboxCustom input[type="checkbox"]:checked ~ label::before {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }

.chkboxCustom label {
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 600;
    padding: 0 0.25em 0;
    user-select: none;
}

    .chkboxCustom label::before {
        position: absolute;
        content: attr(data-content);
        color: #9c9e9f;
        /*text-decoration: line-through;*/
        text-decoration-thickness: 3px;
        text-decoration-color: #363839;
        transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

#AddressInfo .select2-selection__arrow b {
    border: 0;
}

#AddressInfo .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #ffffff url(../images/arrowdown_mdb.png) !important;
    background-size: 12px 15px !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    color: #696969;
    font-family: 'Opensans-regular';
}

.add_account_btn.ig_btn {
    margin-top: 20px;
}

.methodHeading {
    font-size: 15px;
    color: #0b5b82;
}

a.methodHeading:focus {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 90%) !important;
}

.add-card.addPaymntAuto a {
    display: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #666261;
}

.mdl-checkbox__tick-outline {
    top: 0px !important;
}

.mdl-checkbox.is-checked span.mdl-checkbox__tick-outline.mdl-checkbox__tick-outline.mdl-checkbox__tick-outline:after, .checkbox-custom:checked + .checkbox-custom-label.checkbox-custom-label.checkbox-custom-label:before {
    padding-top: 6px !important;
}

.multiAccount5 .dropdown-menu > .active > a {
    background-color: #fff !important;
    color: #444 !important;
}

.accountDropDown .dropdown-menu > .active > a, .accountDropDown .dropdown-menu > .active > a:focus, .accountDropDown .dropdown-menu > .active > a:hover {
    color: #444;
    background-color: #fff;
}

.propertyAdd {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left:20px;
}

.propertyStatus {
    font-size: 15px;
    font-weight: 600;
}

.tableProp {
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px;
}

.bGGrey {
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin:0;
}
.tableData {
    overflow: auto;
    width: 100%;
    height: 150px;
}


.acknowldgeDiv {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

.mt-5 {
    margin-top: 10px !important;
}

.searchNotification {
    border: 0;
    float: right;
    margin-right: 20px;
}

    .searchNotification.open > .dropdown-menu {
        padding: 20px;
        max-width: 300px;
        width: 300px;
    }

    .searchNotification .dropdown-menu > li > a {
        padding-left: 0;
        padding-right: 0;
    }
    .searchNotification ul li a:hover {
        background: inherit;
    }

    .searchNotification .dropdown-toggle {
        border: 0;
    }

    .right_content_box .searchNotification ul li {
        border: 0;
        padding-left: 0 !important;
    }

    .searchNotification ul li a:hover {
        background: inherit;
    }

    .searchNotification .dropdown-toggle {
        border: 0;
    }

    .searchNotification ul li {
        border: 0;
    }

    .searchNotification .caret {
        display: none;
    }

    .searchNotification .dropdown-menu {
        left: -200px !important
    }

    .searchNotification .form-control {
        margin: 5px 0 0 0;
        width: 100% !important;
    }
.searchNotification .full_width_input_sec .formsectionarea input {
    width: 100% !important;
    margin-top: 8px;
}
    .searchNotification input {
        width: 100%;
    }

.mail-option .searchNotification label:before {
    display: none;
}

.mail-option .searchNotification label {
    font-size: inherit;
    text-indent: 0;
    position: absolute;
}

.searchNotification .input_box_eff_wrap {
    margin-bottom: 0px;
}
.submitBut {
    display: flex;
    justify-content: center;
}

.right_content_box .searchNotification button:focus {
    background-color: #ffdab9 !important;
    width: 37px;
    height: 37px;
    border-radius: 100% !important;
    padding: 5px;
    border: 0;
    outline: none;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 90%) !important;
}

.right_content_box .searchNotification button {
    width: 37px;
    height: 37px;
    border-radius: 100% !important;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchNotification .material-icons {
    color: #757575;
}

.searchContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}

.moveTxt2 {
    padding-left: 0px;
    padding-right: 0px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: break-spaces!important;
}
.portfolimy{display:none;}
#btnEnrollConfirm:hover{color:#fff!important;}
#Enroll button#btnEnrollConfirm:hover {
    color: #0a78ae !important
}


#Enroll .modal-content .modal-footer button.submit-button#btnEnrollConfirm:hover {
    color: #FFF !important
}
#divRemoveOwnerAllocation .modal-header button:after {
    content: "\ea0e";
    font-family: "scmfonts" !important;
    font-size: 16px;
    color: #575757;
    vertical-align: middle;
    position: relative;
    top: 5px;
    font-weight: normal;
}
#divRemoveOwnerAllocation .modal-header h4 {
    word-wrap: break-word;
    padding-right: 30px;
}

.realtor {
    font-family: 'IBMPlexSans-SemiBold';
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    margin: 0px 0 20px;
}
.submenu_property {
    font-family: 'IBMPlexSans-SemiBold';
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
}

/*Author: Manoj Kumar Sharma*/
@import url('../css/font-awesome.css');
@import url('../css/md.css');
@import url('../css/style-EN-fontstyle.css');

html, body {
    font-family: 'OpenSans-Regular';
    font-size: 13px;
    color: #53565a;
    background-color: #f4f4f4 !important;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

@font-face {
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}



@font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'IBMPlexSans-Bold';
    src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype'), url('../fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSans-SemiBold';
    src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype'), url('../fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
}


input[type="image"] {
    border: 0px !important;
    padding: 0px !important;
    background-color: transparent;
}

#NoUsageDataDiv, #NoUsageWaterDataDiv, #NoUsageGasDiv, #divNoDataUsage, .NoCompare {
    font-size: 15px;
    color: rgb(237, 134, 1);
    top: 61px;
    left: 0px;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.back_button {
    display: none;
}

:-moz-placeholder {
    color: #a1a1a1 !important;
}

::-moz-placeholder {
    color: #a1a1a1 !important;
}

::-webkit-input-placeholder {
    color: #d7d7d7 !important;
}

:-ms-input-placeholder {
    color: #cfcfcf !important;
}

input[type="text"] {
    -webkit-text-fill-color: #696969;
}

html, body form {
    height: 99.5%;
}


/*@media (min-width:1100px) {
    .alert_pop {
        display: none !important;
    }
}*/


@media (min-width: 1200px) {
    .container {
        width: auto !important;
    }
}

.full_width_input_sec.mt30 {
    margin-top: 30px !important;
}

.full_width_input_sec.mt10 {
    margin-top: 10px !important;
}

#headerlogo > a > img {
    display: block;
    height: 45px;
}

    #headerlogo > a > img.modern_logo {
        display: none;
    }

.setting_area {
    float: right;
}

    .setting_area .inner-content-log {
        margin: 0px;
        padding: 0px 0px;
    }

        .setting_area .inner-content-log ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .setting_area .inner-content-log ul li {
                margin: 0px;
                padding: 7px 7px 8px;
                color: #555555;
                position: relative;
                float: left;
                height: 32px;
                border-left: 1px solid #ccc;
            }

li.icon_notification {
    background: none !important;
    padding: 0px 24px 0px 0px !important;
}

.setting_area .inner-content-log ul li:first-child {
    background: none;
}

.setting_area .inner-content-log ul li a {
    margin: 0px;
    padding: 0px;
    color: #555555;
    font-size: 12px;
    text-decoration: none;
}

    .setting_area .inner-content-log ul li a:hover {
        color: #666666;
    }

.setting_area .inner-content-log ul li select {
    margin: -5px 0px 0px 0px;
    background: #237ca9 url(../images/arrowdown.png) no-repeat 95% center;
    font-size: 15px;
    color: #fff !important;
    height: 30px !important;
    width: 132px !important;
    padding: 5px 15px 5px 5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media all and (-ms-high-contrast:none) {
    .setting_area .inner-content-log ul li select {
        padding-right: 0px !important;
    }
}

.nav-search {
    float: right;
    margin-left: 10px;
    width: 121px;
}

    .nav-search input[type="text"] {
        font: 88% Arial,Helvetica,sans-serif;
        padding: 0px 4px;
        width: 145px;
        font-size: 11px;
        text-transform: none;
        border-radius: 10px;
        font-style: italic;
        border: 1px solid #b9b9b9;
        background: #e6e7e8;
    }

    .nav-search input[type="submit"], .nav-search input[type="submit"]:visited {
        background: #fff;
        border: 0;
        color: #000;
        border-radius: 0px 10px 10px 0px;
        font-size: 11px;
        height: 14px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 1px;
        border-left: 1px solid #b9b9b9;
        top: 3px;
        width: 26px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nav-search input[type="submit"], .nav-search input[type="submit"]:visited {
        background: #fff;
        border: 0;
        color: #000;
        border-radius: 0px 10px 10px 0px;
        font-size: 10px;
        height: 12px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 1px;
        border-left: 1px solid #b9b9b9;
        top: 3px;
        width: 26px;
    }
}

.logo {
    margin: 0;
    padding: 18px 0;
}

.logo_large {
    padding: 13px 0px 9px 7px;
    width: 176px;
}

    .logo_large a {
        display: block;
    }

.logo_small {
    padding: 5px 0px;
    width: 176px;
}

.logo img {
    max-width: 100%;
    height: 51px;
}

.user-area {
    float: right;
    margin: 0px 19px;
    width: 100%;
    text-align: right;
}

.username {
    font-size: 18px;
    color: #808081;
}

a.droparrow {
    color: #000;
    font-size: 10px;
    padding-right: 23px;
    text-decoration: none !important;
}

a:hover.droparrow {
    color: #ccc;
}

a:active, a:focus.droparrow {
    color: #ccc;
}

.navbar-brand:hover, .navbar-brand:focus {
    color: #fff !important;
    text-decoration: none;
}

.navbar-brand {
    display: none;
}

.handle-s {
    bottom: 1px;
    cursor: s-resize;
    height: 12px;
    left: 0;
    right: 0;
}

.gridster-item-resizable-handler {
    display: block;
    font-size: 1px;
    position: absolute;
}

.mid-container {
    height: 100%;
    margin: 20px auto 20px;
    overflow: hidden;
}

.usage_listing {
    margin: 0px;
    padding: 0px;
}

    .usage_listing ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .usage_listing ul li {
            margin: 0px;
            padding: 0px 1px;
            float: left;
        }

            .usage_listing ul li a {
                display: block;
                margin: 0px;
                padding: 7px 20px;
                text-decoration: none;
                color: #000;
                font-size: 16px;
                background: #eeeeee;
            }

                .usage_listing ul li a.active {
                    background: #6b97c5;
                    color: #fff;
                }

.inner-dashboard-area-usage {
    margin: 7px 0.5%;
    width: 49%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px #cfcfcf;
    -moz-box-shadow: 0px 0px 3px 0px #cfcfcf;
    box-shadow: 0px 0px 3px 0px #cfcfcf;
    border: 2px solid #c7cfd2;
    height: 424px !important;
    float: right;
}

    .inner-dashboard-area-usage h3 {
        margin: 0px;
        padding: 8px 0 6px 10px;
        font-size: 16px;
        font-weight: normal;
        color: #53565a;
        border-bottom: 1px solid #d0d0d0;
        background: #fafafa;
    }

.inner-dashboard-area-custom3 {
    margin: 0.5% 0.5% 0.5% 0.5%;
    width: 32.33%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px #cfcfcf;
    -moz-box-shadow: 0px 0px 3px 0px #cfcfcf;
    box-shadow: 0px 0px 3px 0px #cfcfcf;
    border: 2px solid #c7cfd2;
}

    .inner-dashboard-area-custom3 h3 {
        margin: 0px;
        padding: 8px 0 6px 10px;
        font-size: 16px;
        font-weight: bold;
        color: #53565a;
        border-bottom: 1px solid #d0d0d0;
        background: #fafafa;
    }

        .inner-dashboard-area-custom3 h3 a {
            color: #53565a;
            text-decoration: none;
        }

    .inner-dashboard-area-custom3 .right-dolar-top-area {
        float: right;
        text-align: right;
        margin: -37px 7px 0 0;
        padding: 0px;
    }

        .inner-dashboard-area-custom3 .right-dolar-top-area .SpanLeft {
            font-size: 18px;
            font-weight: normal !important;
            color: #53565a;
            margin: 3px 10px 0px 0px;
            cursor: pointer;
            float: left;
        }

        .inner-dashboard-area-custom3 .right-dolar-top-area .SpanRight {
            font-size: 18px;
            font-weight: normal !important;
            color: #53565a;
            margin: 4px 4px 0px 0px;
            cursor: pointer;
            text-align: right;
            float: left;
        }

        .inner-dashboard-area-custom3 .right-dolar-top-area .active_links {
            color: #43a7d8 !important;
        }

    .inner-dashboard-area-custom3 .water-area {
        overflow: hidden;
    }

    .inner-dashboard-area-custom3 .left-area-tabular {
        padding: 2% 4%;
    }

    .inner-dashboard-area-custom3 .billing-area {
        height: 163px;
    }

    .inner-dashboard-area-custom3 .electricity-area {
        overflow: hidden;
    }

    .inner-dashboard-area-custom3 .footprint-area {
        height: 163px;
    }

    .inner-dashboard-area-custom3 .smarthome-area {
        height: 164px;
    }

    .inner-dashboard-area-custom3 .electric-area {
        height: 160px;
    }

    .inner-dashboard-area-custom3 .solargeneration-area {
        height: 200px;
    }

    .inner-dashboard-area-custom3 .myaccount-area {
        height: 150px;
    }

    .inner-dashboard-area-custom3 h3 a img {
        margin-top: -2px;
        padding-right: 8px;
    }

    .inner-dashboard-area-custom3 .smarthome-area .image-listing ul li a {
        height: 63px;
        padding: 19px 0;
    }

.inner-dashboard-area {
    margin: 7px 0.5%;
    width: 24%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px #cfcfcf;
    -moz-box-shadow: 0px 0px 3px 0px #cfcfcf;
    box-shadow: 0px 0px 3px 0px #cfcfcf;
    border: 2px solid #c7cfd2;
}

    .inner-dashboard-area h3 {
        margin: 0px;
        padding: 8px 0 6px 10px;
        font-size: 16px;
        font-weight: bold;
        color: #53565a;
        height: 40px;
        border-bottom: 1px solid #d0d0d0;
        background: #fafafa;
    }

        .inner-dashboard-area h3 a img {
            padding-right: 8px;
            margin-top: -2px;
        }

        .inner-dashboard-area h3 a {
            color: #53565a;
            text-decoration: none;
        }

.inner-dashboard-area-custom3 h3 a {
    font-size: 19px;
    font-weight: normal;
}

.padding_L {
    padding-left: 0px;
    padding-right: 0px;
    height: 204px;
    padding-bottom: 2px;
    overflow: hidden;
}

.inner-dashboard-area .right-dolar-top-area {
    float: right;
    text-align: right;
    margin: -36px 7px 0 0;
    padding: 0px;
    z-index: 99;
    position: relative;
}

.inner-dashboard-area .input_box_eff_wrap {
    margin-bottom: 0;
}

.inner-dashboard-area .right-dolar-top-area .SpanLeft {
    font-size: 16px;
    color: #53565a;
    margin: 5px 10px 0px 0px;
    cursor: pointer;
    float: left;
    font-weight: normal;
}

.inner-dashboard-area .right-dolar-top-area .SpanRight {
    font-size: 16px;
    font-weight: normal !important;
    color: #53565a;
    margin: 1px 0px 0px 0px;
    cursor: pointer;
    text-align: right;
    float: left;
    line-height: 29px;
}

.billing-area span {
    color: #006699;
    font-size: 12px;
    margin: 0px 0px 0px;
    padding: 0px;
    display: inline;
    font-weight: bold;
}

.billing-area strong {
    color: #ff0000;
    font-size: 24px;
    margin: 3px 0px 9px;
    padding: 0px;
    display: block;
}

    .billing-area strong span {
        font-size: 24px;
        margin: 3px 0px 9px;
        padding: 0px;
        display: block;
    }

.billing-area i {
    color: #53565a;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.billing-area .billing_bottom_buttons {
    width: 90%;
    margin: 14px auto 0px;
}

.billing-area .pay_bill {
    margin: 0px;
    padding: 0px;
    width: 47%;
    float: left;
}

    .billing-area .pay_bill a {
        background: none repeat scroll 0 0 #94D60A;
        color: #fff;
        display: block;
        margin: 5px auto;
        font-size: 14px;
        float: right;
        border-radius: 0px !important;
        padding: 4px 2px;
        text-align: center;
        text-decoration: none;
        width: 75%;
    }

        .billing-area .pay_bill a:hover {
            background: #94D60A;
        }

.billing-area .view_bill, .billing-area .history_bill {
    margin: 0px;
    padding: 0px;
    width: 46%;
    float: left;
}

.history_bottom_area {
    width: 100%;
    float: left;
    border-bottom: 2px solid #f4f4f4;
    border-top: 2px solid #f4f4f4;
}

.billing_area_div_grid_history {
    width: 100%;
    margin: 0px;
    height: 85%;
    overflow: auto !important;
}

.tblBillingHistory {
    width: 90%;
    height: 50%;
    overflow: auto;
    text-align: center;
}

    .tblBillingHistory tr th {
        background-color: #ccc;
        padding: 10px 25px;
        text-align: center;
        width: 22%;
        border: 0;
        vertical-align: middle;
    }

    .tblBillingHistory tr td {
        height: 30px;
        vertical-align: middle;
        border: 0;
        padding: 10px 25px;
        text-align: center;
        width: 23%;
    }

.from_to_selection_date {
    width: 65%;
    float: left;
    margin: 0px;
    color: #666666;
    font-size: 12px;
    padding: 15px 0;
    text-align: left;
    height: 61px;
}

#selFootPrint {
    float: right;
    font-size: 10px;
    height: 18px;
    margin: -3px 7px 0 0;
    padding: 0 17px 0 2px !important;
}

.from_to_selection_date .form {
    width: 57%;
    float: left;
    height: 26px;
}

.from_to_selection_date .to {
    width: 28%;
    float: left;
}

.history_bill {
    margin: 0px;
    padding: 15px 0;
    width: 34%;
    float: left;
}

    .history_bill ul {
        margin: 5px 0px 0px 0px !important;
        padding: 0px !important;
        list-style: none;
    }

        .history_bill ul li {
            margin: 0px !important;
            float: left;
            line-height: 10px !important;
            border-bottom: 0 !important;
            padding: 0px !important;
            border-left: 1px solid #ccc;
            height: auto !important;
        }

            .history_bill ul li:first-child {
                border-left: 0;
            }

.notification-area > a:focus {
    outline: 1px dotted #ccc !important;
    float: left;
    width: 100%;
}

.billing-area .view_bill a {
    color: #99cc00;
    border-radius: 5px;
    display: block;
    margin: 11px auto;
    padding: 17px 2px 0px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    width: 65%;
}

.sidebar_toggle {
    display: none;
}

.history_bill ul li a {
    color: #666666;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    padding: 0px 13px 0;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.billing-area .view_bill a:hover {
    color: #ccc;
    text-decoration: none;
}

.history_bill ul li a:hover {
    color: #006699;
    font-size: 13px !important;
}

.gas-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    position: relative;
    float: left;
    width: 100%;
}

.water-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    position: relative;
    float: left;
    width: 100%;
}

.electricity-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    position: relative;
}

.outage-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
}

.notification-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
}

    .notification-area .white-div {
        background: #fff;
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
    }

    .notification-area .gray-div {
        background: #f4f4f4;
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
    }

    .notification-area .no_notifiction {
        color: #fff;
        display: block;
        float: right;
        height: 35px;
        margin: 0 8px 0 0;
        padding: 7px 0 0;
        font-size: 11px;
        text-align: center;
        width: 21px;
        font-weight: bold;
    }

    .notification-area .get_notifiction {
        color: #fff;
        display: block;
        float: right;
        height: 35px;
        margin: 0 8px 0 0;
        padding: 7px 0 0;
        font-size: 11px;
        text-align: center;
        width: 21px;
        font-weight: bold;
    }

.left-area-tabular {
    width: 72%;
    float: left;
    display: inline-block;
    margin: 0px;
    font-size: 12px;
    padding: 3% 4% 2%;
}

.right-area-tabular {
    width: 18%;
    float: right;
    display: inline-block;
    margin: 0px auto;
    padding: 1px 10px;
    text-align: center;
    font-size: 16px;
}

.compare-area {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    overflow: auto;
    position: relative;
    height: 162px;
}

    .compare-area strong {
        font-size: 16px;
        margin: 10px 0px 0px;
        padding: 0px;
        display: block;
        font-weight: normal;
        font-family: 'OpenSans-SemiBold';
    }

    .compare-area i {
        font-style: normal;
        color: #555555;
        font-size: 14px;
        font-weight: normal;
        font-family: 'OpenSans-SemiBold';
        display: block;
        padding-bottom: 5px;
    }

    .compare-area img {
        padding: 5px 5px;
        vertical-align: bottom;
    }

.electric-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
}

.myaccount-area {
    margin: 0px;
    padding: 0px 5px;
    display: block;
    overflow: auto;
    text-align: left;
    height: 150px;
}

    .myaccount-area b {
        margin: 0px;
        padding: 0px;
        color: #006699;
        font-size: 14px;
        font-family: 'OpenSans-SemiBold';
        font-weight: normal;
    }

    .myaccount-area address {
        margin: 0px 0px 16px;
        padding: 0px;
        display: block;
        color: #606060;
        font-size: 14px;
    }

        .myaccount-area address span {
            margin-left: 20px;
        }

.smarthome-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: auto;
    height: 162px;
}

    .smarthome-area .image-listing {
        margin: 0px;
        padding: 0px;
        display: block;
    }

        .smarthome-area .image-listing ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .smarthome-area .image-listing ul li {
                margin: 0px;
                padding: 11px 6px 0px;
                float: left;
                text-align: center;
                width: 25%;
                border-left: 1px solid #fff;
                border-bottom: 1px solid #fff;
                box-shadow: none !important;
                font-size: 17px;
                line-height: 23px;
            }

                .smarthome-area .image-listing ul li a {
                    margin: 0px;
                    padding: 10px 0px;
                    display: block;
                    height: 48px;
                    text-decoration: none;
                    background: #bababa;
                }

                    .smarthome-area .image-listing ul li a:hover {
                        background: #93d501;
                    }

.solargeneration-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: auto;
    height: 200px;
    position: relative;
}

.all_bill_box .left-area-tabular-ev {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 7px 10px;
    width: 35%;
}

.all_bill_box .right-area-tabular-ev {
    display: inline-block;
    float: right;
    margin: 0 auto;
    padding: 7px;
    text-align: left;
    width: 58%;
}

.all_bill_box .white_div .left-area-tabular-ev {
    margin: 5px 0 0;
}

.right-area-tabular-ev a.view_web {
    display: block;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: 30px;
    color: #666666;
    font-size: 16px;
    text-decoration: underline;
}

    .right-area-tabular-ev a.view_web:hover {
        text-decoration: none;
    }

/* Inner Energy Page Css */
.inner_mid_section {
    margin-top: 15px;
    height: auto;
}

/*.inner-mid-container {
    background: #fff;
    box-shadow: 0px 0px 4px #cfcfcf;
    padding: 0px !important;
    height: 100%;
}*/

.energy_mid_box {
    height: 100%;
    padding-bottom: 0;
    float: left;
    width: 100%;
    position: relative;
}

.right_content_box {
    border-left: 2px solid #f4f4f4;
}

.without_sidebar {
    background: none;
    overflow: visible;
    height: 100%;
}

.cover_top_area {
    border-bottom: 2px solid #f4f4f4;
    margin: 0px 0px 0px 0px;
    background: #fff;
    float: left;
    width: 100%;
}

.without_sidebar h1 {
    font-size: 19px;
    color: #53565a;
    padding: 13px 0 13px 25px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background: #fff;
    border: 0 !important;
    float: left;
    width: 21%;
}

.cover_top_area h1 {
    font-size: 123.1%;
    color: #53565a;
    padding: 13px 0 13px 25px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background: #fff;
    border: 0 !important;
    float: left;
    width: 21%;
}

.energy_mid_box h1 {
    font-size: 19px;
    color: #53565a;
    padding: 13px 0 8px 15px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
    min-height: 39px;
}

.cover_right_top_area {
    width: 79%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.tablet-view h3 span {
    display: inline-block;
    padding-top: 3px;
}

.energy_mid_box .nav_left {
    float: left;
    width: 25%;
}

.nav_left ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .nav_left ul li {
        float: none;
        position: relative;
    }


        .nav_left ul li a {
            display: block;
            text-decoration: none;
            padding: 14px 0 14px 18%;
            color: #53565a;
            cursor: pointer;
            background-size: auto 20px !important;
            font-size: 16px;
            font-family: 'OpenSans-Regular';
        }

        .nav_left ul li:hover {
            width: 100%;
            background-size: 100% 100%;
        }


.tabsTop .nav_left ul li:hover {
    width: auto;
    background-size: 100% 100%;
}

.nav_left ul li.active {
    width: 100%;
    background-size: 100% 100%;
}

    .nav_left ul li a:hover, .nav_left ul li.active a {
        border: 0;
    }


.nav_left ul li.icon_energy_audit a {
    background: rgba(0, 0, 0, 0);
}

    .nav_left ul li.icon_energy_audit a:hover, .nav_left ul li.icon_energy_audit.active a {
    }

.nav_left ul li.low_income_icon a {
    background: rgba(0, 0, 0, 0);
}

    .nav_left ul li.low_income_icon a:hover, .nav_left ul li.low_income_icon.active a {
    }

.nav_left ul li.icon_aboutmyhome a {
    background: rgba(0, 0, 0, 0);
}

    .nav_left ul li.icon_aboutmyhome a:hover, .nav_left ul li.icon_aboutmyhome.active a {
    }

.nav_left ul li.nitiF_acc_ico a {
    background: rgba(0, 0, 0, 0);
}

    .nav_left ul li.nitiF_acc_ico a:hover, .nav_left ul li.nitiF_acc_ico.active a {
    }



.nav_left ul li.my_applications a {
    background: rgba(0, 0, 0, 0);
}



.nav_left ul li.icon_dr_programes a {
    background-size: auto 18px !important;
}

    .nav_left ul li.icon_dr_programes a:hover, .nav_left ul li.icon_dr_programes.active a {
        background-size: auto 18px !important;
    }

.nav_left ul li.educational_tips a {
    background-size: auto 22px !important;
}

    .nav_left ul li.educational_tips a:hover, .nav_left ul li.educational_tips.active a {
        background-size: auto 22px !important;
    }


.nav_left ul li.sidebar_gas a {
    background-size: auto 22px;
}

    .nav_left ul li.sidebar_gas a:hover, .nav_left ul li.sidebar_gas.active a {
        background-size: auto 22px;
    }

.nav_left ul li.icon_budget_bill a {
    background-size: auto 20px !important;
}

    .nav_left ul li.icon_budget_bill a:hover, .nav_left ul li.icon_budget_bill.active a {
        background-size: auto 20px !important;
    }


.energy_mid_box .right_content_box {
    width: 75%;
    float: left;
    padding-bottom: 0%;
    height: 95%;
    overflow: visible;
}

.energy_mid_box .right_content_box_outage {
    width: 100%;
    float: left;
    padding-bottom: 0%;
    height: 95%;
    overflow: auto;
}

.right_content_box ul {
    margin: 0px;
    padding: 10px 0 0 0;
    list-style: none;
}

    .right_content_box ul li {
        list-style-position: inside;
        vertical-align: text-top;
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        padding: 0 0 10px 24px;
        border-bottom: 1px solid #f4f4f4;
    }

.right_content_box ol {
    margin: 0;
    padding: 10px 0px 0 25px;
    width: 100%;
}

    .right_content_box ol li {
        border-bottom: 1px solid #f4f4f4;
        float: left;
        padding: 0 0 10px 2px;
        vertical-align: text-top;
        width: 100%;
    }

.details_box .row-1 {
    float: left;
    width: 100%;
}

.details_box .rating_content {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px 0px 10px;
}

    .details_box .rating_content i, .details_box .review_content i {
        margin: 10px 0px 0px;
        padding: 0px;
        font-style: normal;
        font-size: 13px;
        color: #535353;
        text-align: left;
    }

        .details_box .rating_content i img {
            float: left;
            margin-right: 6px;
        }

    .details_box .rating_content span {
        margin: 0px;
        padding: 0px;
        color: #2587de;
        font-size: 24px;
        display: block;
        text-align: left;
    }

.details_box .review_content {
    width: 60%;
    text-align: left;
    display: block;
    margin: 0px auto;
}

    .details_box .review_content h2 {
        margin: 0px;
        padding: 0px;
        font-size: 24px;
        text-align: left;
        color: #000;
        display: block;
    }

    .details_box .review_content .view_details {
        margin: 10px auto 0;
        text-align: center;
    }

        .details_box .review_content .view_details a {
            margin: 0px;
            padding: 7px 12px;
            display: block;
            background: #0076e5;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            font-size: 14px;
        }

            .details_box .review_content .view_details a:hover {
                background: #4e9cee;
            }

.current_area {
    width: 100%;
    margin: 0px;
}

    .current_area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .current_area ul li {
            margin: 0px;
            padding: 7px 20px;
            float: left;
            width: 25%;
            border-left: 1px solid #f4f4f4;
            border-bottom: 1px solid #f4f4f4;
            min-height: 73px;
            display: block;
        }

            .current_area ul li span {
                font-size: 24px;
                display: block;
                text-align: left;
                display: block;
                width: 100%;
            }

            .current_area ul li span {
                font-family: OpenSans-SemiBold !important;
            }

.thermo_area {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

    .thermo_area ul li {
        height: 73px !important;
        text-align: center;
    }

        .thermo_area ul li span {
            text-align: left;
            height: 42px;
            padding-left: 13%;
        }

        .thermo_area ul li i {
            margin: auto !important;
            text-transform: none !important;
        }

.current_area ul li i {
    font-size: 15px;
    font-style: normal;
    margin: 0px;
    text-align: left;
}

.current_area ul li:first-child {
    border-left: 0px solid #000;
}

.right_content_box .profile_img img {
    border: 1px solid #e6e7e8;
    width: 60px;
    height: 60px;
}

.right_content_box ul li a[type="C"] {
    display: block;
    margin: 12px 8px 7px 25px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="C"] {
    display: block;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a[type="K"], .right_content_box ul li a[mode="K"] {
    display: block;
    margin: 12px 8px 7px 25px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a[type="W"], .right_content_box ul li a[mode="K"] {
    display: block;
    margin: 12px 8px 7px 25px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="K"], .right_content_box ul li a.active[mode="K"] {
    display: block;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="W"], .right_content_box ul li a.active[mode="K"] {
    display: block;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a[type="D"] {
    display: block;
    margin: 12px 8px 7px 0px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="D"] {
    display: block;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a[type="R"] {
    display: block;
    margin: 12px 8px 7px 0px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="R"] {
    display: block;
    width: 32px;
    height: 31px;
}

.currency ul li a[mode="H"] {
    display: block;
    height: 32px;
    margin: 10px 1px 7px 25px;
    text-indent: -999px;
}

.currency ul li a.active[mode="H"] {
    display: block;
}

.currency ul li a[mode="S"] {
    display: block;
    height: 32px;
    margin: 10px 1px 7px 25px;
    text-indent: -999px;
}

.currency ul li a.active[mode="S"] {
    display: block;
}

.currency ul li a[mode="D"] {
    display: block;
    height: 32px;
    margin: 10px 8px 7px 0px;
    text-indent: -999px;
}

.currency ul li a.active[mode="D"] {
    display: block;
}

.currency ul li a[mode="M"] {
    display: block;
    height: 32px;
    margin: 10px 8px 7px 0px;
    text-indent: -4px !important;
}

.currency ul li a.active[mode="M"] {
    display: block;
    text-indent: -4px !important;
}

.currency ul li a[mode="B"] {
    display: block;
    height: 32px;
    margin: 10px 8px 7px 0px;
    /*text-indent: -24px !important;
    width: 32px;*/
}

.currency ul li a.active[mode="B"] {
    display: block;
    /*text-indent: -24px !important;*/
}

.currency ul li a[mode="L"] {
    display: block;
    height: 36px;
    margin: 10px 14px 7px 0px;
    text-indent: -9999px;
    width: 38px;
}

.currency ul li a.active[mode="L"] {
    display: block;
}

.currency ul li a[mode="N"] {
    display: block;
    height: 37px;
    margin: 10px 8px 7px 0px;
    text-indent: -9999px;
    width: 39px;
}

.currency ul li a.active[mode="N"] {
    display: block;
}

.currency ul li input[value="Compare Me"] {
    display: block;
    height: 29px;
    margin: 5px 8px 5px 0;
    text-indent: -9999px;
    width: 29px;
    display: block;
    background-size: auto 22px !important;
}

.currency ul li input.active[value="Compare Me"] {
    display: block;
    background-size: auto 22px !important;
}

.currency ul li input[value="Compare Zip"], .currency ul li input[value="Comparar postal"] {
    display: block;
    height: 29px;
    margin: 5px 8px 5px 0;
    text-indent: -9999px;
    width: 29px;
    background-size: auto 23px !important;
}

.currency ul li input.active[value="Compare Zip"], .currency ul li input.active[value="Comparar postal"] {
    display: block;
    background-size: auto 23px !important;
}

.currency ul li input[value="Compare Utility"] {
    display: block;
    height: 29px;
    margin: 5px 8px 5px 0;
    text-indent: -9999px;
    width: 29px;
}

.currency ul li input.active[value="Compare Utility"] {
    display: block;
}

.currency ul li input[value="Compare All"] {
    display: block;
    height: 29px;
    margin: 5px 8px 5px 0;
    text-indent: -9999px;
    width: 29px;
    background-size: auto 22px !important;
}

.currency ul li input.active[value="Compare All"] {
    display: block;
    background-size: auto 22px !important;
}

@media all and (-ms-high-contrast:none) {
}

@supports (-ms-accelerator:true) {
}

.currency ul li input[value="Currency"] {
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="Currency"] {
    display: block;
    width: 32px;
    height: 31px;
}

.currency ul li input[value="kWh"] {
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="kWh"] {
    display: block;
    width: 32px;
    height: 31px;
}

.currency ul li input[value="ccf"] {
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="ccf"] {
    display: block;
    width: 32px;
    height: 31px;
}

.currency ul li input[value="HCF"] {
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="HCF"] {
    display: block;
    width: 32px;
    height: 31px;
}

.currency ul li input[value="Gallon"] {
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="Gallon"] {
    display: block;
    width: 32px;
    height: 31px;
}

.profile_img {
    float: left;
    width: 15%;
}

    .profile_img span {
        font-size: 93.1%;
        color: #666666;
        vertical-align: top;
        padding-right: 14px;
    }

.details_box {
    float: left;
    width: 85%;
}

    .details_box h5 {
        color: #13689b;
        font-size: 107.7%;
        font-weight: bold;
        margin: 0px;
    }

    .details_box .view_details {
        float: left;
        padding-left: 0px;
    }

        .details_box .view_details ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

        .details_box .view_details li {
            float: left;
            padding: 0 10px 0 10px;
            border-bottom: 0px;
            margin-bottom: 0px;
            clear: none;
            background: url(../images/divider_like_lnk.png) no-repeat left 4px;
        }

            .details_box .view_details li:first-child {
                background: none;
                padding-left: 0px;
            }

    .details_box .register_lnk {
        float: right;
        padding-bottom: 15px;
    }

        .details_box .register_lnk ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
            float: right;
        }

            .details_box .register_lnk ul li {
                float: left;
                padding: 0 10px 0 10px;
                border-bottom: 0px;
                margin-bottom: 0px;
                background: url(../images/divider_like_lnk.png) no-repeat left 4px;
            }

                .details_box .register_lnk ul li:first-child {
                    background: none;
                }

    .details_box a {
        color: #94d401;
        font-size: 93.10%;
        text-decoration: none;
        padding: 0 0 0 0px;
    }

        .details_box a:hover {
            color: #7c7c7c;
        }

    .details_box .register_lnk .like_lnk img {
        margin-top: -8px;
        vertical-align: top;
        padding-right: 6px;
    }

.left_charging_map {
    width: 73%;
    margin: 0px;
    min-height: 300px;
    float: left;
    border-right: 2px solid #f4f4f4;
}

.right_charging_map {
    width: 27%;
    float: left;
    margin: 0px;
    height: 100%;
    overflow: auto;
}

    .right_charging_map .distance_area {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f4f4f4;
    }

        .right_charging_map .distance_area ul {
            margin: 10px 0 4px;
            padding: 0px;
            list-style: none;
            display: inline-block;
        }

            .right_charging_map .distance_area ul li {
                margin: 0px;
                padding: 0px;
                float: left;
                border-left: 1px solid #ccc;
                border-bottom: 0;
                height: auto !important;
            }

                .right_charging_map .distance_area ul li:first-child {
                    border-left: 0;
                }

                .right_charging_map .distance_area ul li a {
                    margin: 0px;
                    padding: 0px 23px;
                    display: block;
                    color: #666666;
                    font-size: 16px;
                    text-decoration: none;
                }

    /*.right_charging_map .distance_area ul li a:hover, .right_charging_map .distance_area ul li a.active {
                        color: #006699;
                    }*/

    .right_charging_map .map_address_area {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f4f4f4;
    }

        .right_charging_map .map_address_area ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .right_charging_map .map_address_area ul li {
                margin: 0px;
                padding: 0px;
                border-bottom: 1px solid #f4f4f4;
                line-height: 20px;
            }

                .right_charging_map .map_address_area ul li a {
                    margin: 0px;
                    padding: 10px 13px;
                    display: block;
                    width: 100%;
                    color: #666666;
                    font-size: 12px;
                    text-decoration: none;
                }

                    .right_charging_map .map_address_area ul li a:hover {
                        color: #006699;
                        background: #eaeaea;
                    }

                    .right_charging_map .map_address_area ul li a span {
                        color: #006699;
                        text-transform: uppercase;
                    }

.customer_txt p {
    padding: 10px 0 0 18px;
    font-weight: bold;
    font-size: 12px;
    color: #53565a;
}

.customer_txt_name p {
    padding: 10px 0 0 48px;
}

.customer_txt_name .comment_box {
    width: 98%;
    height: 156px;
    outline: none;
    border: 1px solid #d6d6d6;
}

.customer_txt_name .topic_box select {
    width: 35%;
    border: 1px solid #d6d6d6;
    outline: none;
    padding: 5px 0;
}

.customer_txt_name .subject_area {
    width: 20%;
    padding: 5px 5px;
    border: 1px solid #d6d6d6;
    outline: none;
}

.customer_txt_name input[type="text"] {
    border: 1px solid #d6d6d6;
    float: left;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background-color: #fff !important;
    border-color: #d6d6d6 !important;
    border-radius: 0 !important;
    color: #000 !important;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.view_bill {
    border: 0 !important;
    float: left !important;
    margin: 7px 0px 0px 0px !important;
    width: 50% !important;
    padding: 0px !important;
}

.customer-details {
    border-bottom: 2px solid #f4f4f4;
    font-size: 12px;
    margin: 1% 0 0;
    padding: 1% 0 4%;
    width: 100%;
}

.customer-padding {
    padding-left: 6px;
    padding-right: 0px;
}

.customer-details ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .customer-details ul li {
        margin: 0px;
        padding: 0px 0px 0px 30px;
        color: #53565a;
        font-size: 15px;
        float: left;
        border: 0;
    }

        .customer-details ul li:first-child {
            padding-left: 10px;
        }

.customer-details.view_bill ul li:first-child {
    padding-left: 17px;
}

.customer-details ul li a {
    color: #E60000;
    text-decoration: underline;
}

    .customer-details ul li a:hover {
        text-decoration: none;
    }

.buttons_area {
    width: 100%;
    padding: 15px 0;
    float: left;
    margin: 0px;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    /*  border-bottom: 2px solid #f4f4f4;*/
}

.succesBox {
    margin-bottom: 20px;
}

    .succesBox:last-child {
        border: 0;
    }

.buttons_area_BillDash {
    width: 100%;
    padding: 15px 0;
    float: left;
    margin: 0;
    font-size: 15px;
    border-bottom: 2px solid #f4f4f4;
}

.submit-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    padding: 6px 27px !important;
    text-align: center;
    min-width: 135px !important;
    font-weight: bold;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-family: 'IBMPlexSans-Bold', sans-serif !important;
}

    .submit-button:hover {
        /*background: none repeat scroll 0 0 #7c7c7c !important;*/
        text-decoration: none;
    }

.submit-button1 {
    background: none repeat scroll 0 0 #7c7c7c !important;
}

.cancel-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: left;
    font-size: 14px;
    min-height: 40px !important;
    margin-bottom: 0px;
    margin-right: 15px;
    padding: 4px 27px !important;
    text-align: center;
    font-weight: bold;
    min-width: 135px !important;
    justify-content: center;
    display: flex;
    align-items: center;
    font-family: 'IBMPlexSans-Bold', sans-serif !important;
}

/*.cancel-button:hover {
        background: none repeat scroll 0 0 #7c7c7c !important;
    }*/

.total_bills {
    border-bottom: 2px solid #f4f4f4;
    float: left;
    width: 99%;
    margin-left: 5px;
}

.Left_Bill_area {
    float: left;
    width: 50%;
    position: relative;
    padding-top: 10px;
}

.right_Bill_area {
    float: left;
    width: 50%;
    border-left: 2px solid #f4f4f4;
}

.all_bill_box {
    margin: 0;
    float: left;
    width: 99%;
}

    .all_bill_box h3 {
        margin: 0px;
        padding: 10px 13px 10px;
        font-weight: bold;
        width: 100%;
        float: left;
        color: #53565a;
        font-size: 14.5px;
    }

    .all_bill_box .gray_div {
        background: none repeat scroll 0 0 #f2f9fd;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

.all_bill_boxpayment .payment_step:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f2f9fd;
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
}

.all_bill_box .white_div {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.all_bill_box .left-area-tabular {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 7px 10px;
    width: 64%;
}

.all_bill_boxpayment .left-area-tabular {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 7px;
    width: 50%;
}

.all_bill_box .right-area-tabular {
    display: inline-block;
    float: right;
    margin: 0 auto;
    padding: 12px 7px;
    text-align: left;
    width: 27%;
}

.all_bill_box span {
    color: #464646;
    font-size: 16px;
}

.right-area-tabular b {
    font-weight: normal;
}

.right_bill_box {
    margin-left: 2%;
    width: 98%;
}

.bottom_billed_boxes {
    border-bottom: 2px solid #f4f4f4;
    float: left;
    width: 100%;
    margin-left: 7px;
}

    .bottom_billed_boxes .all_bill_box {
        width: 100%;
    }

.all_bill_box i {
    font-style: normal;
    color: #ff0000;
}

.bottom_billed_boxes .white_div .left-area-tabular, .bottom_billed_boxes .gray_div .left-area-tabular {
    width: 75%;
}

.bottom_billed_boxes .white_div .right-area-tabular, .bottom_billed_boxes .gray_div .right-area-tabular {
    padding-right: 12px;
    text-align: right;
    width: 20%;
}

.service_text p, .service_fill_box p {
    padding: 11px 0 0 0;
    margin: 0px;
    color: #53565a !important;
    font-size: 12px;
}

.service_fill_box input[type='text'] {
    width: 55%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 6px 0 6px 6px;
    margin: 0px;
}

.service_fill_box input[type=checkbox] {
    width: 23px;
    height: 23px;
}

.service_fill_box .schedule_date {
    width: 55%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 6px 0 5px 6px;
    margin-top: 7px;
}

.service_fill_box span {
    vertical-align: middle;
}

.service_right_boxs {
    padding-top: 27px;
}

.reason_select select {
    width: 95%;
    padding: 5px 0 5px 10px;
    outline: none;
    border: 1px solid #d6d6d6;
    margin-right: 3px;
}

.service_fill_box .schedule_time select {
    width: 28%;
    margin: 0 3% 0 0;
    padding: 5px 0;
    text-align: center;
    outline: none;
    border: 1px solid #d6d6d6;
}

.additional_comments {
    width: 98%;
    height: 155px;
    outline: none;
    border: 1px solid #d6d6d6;
    margin: 3px 0 0 0;
}

.service_text1 {
    font-size: 84.6%;
}

.divider_line {
    border: 1px solid #f4f4f4;
    margin-top: 10px;
    margin-bottom: 20px;
}


.nav_left ul li.sidebar_cs_inner a:hover, .nav_left ul li.sidebar_cs_inner a.active {
    color: #666;
    background: #f4f4f4;
}

.profile-details-sub {
    float: left;
    font-size: 12px;
    padding: 0.7% 0%;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.inner_mid_section select {
    border: 1px solid #d6d6d6;
    padding: 5px 0;
    width: 100%;
}

.image_area {
    text-align: center;
}

.left-content-ev {
    width: 60%;
    float: left;
}

.left_content_ev {
    margin: 0px;
    padding: 10px 0px;
    display: block;
    float: left;
    width: 55%;
}

.ev_right {
    width: 40%;
    float: left;
    padding: 10px 0px;
}

.signature {
    float: left;
    margin-right: 28%;
}

.time-selector {
    float: left;
    margin-right: 12px;
}

time-selector select {
    border: 1px solid #d6d6d6;
    padding: 5px 0;
    width: 100%;
}



.container-main {
    float: left;
    margin: 20px 38px 0 0;
    padding-bottom: 4px;
    width: 21%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    border: 1px solid #c3c3c3;
}

    .container-main:hover {
        box-shadow: inset 0px 0px 10px 0px #ABABAB;
        -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
        -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
        -o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
    }

.img-cont {
    float: left;
    width: 100%;
    text-align: center;
}

.container-main b {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    color: #000;
    background: #cfcfcf;
    padding: 3px 0;
}

.on-button {
    width: 28%;
    margin: 0px 5px 0;
    border: 1px solid #8eba0a;
    padding: 4px 0;
    float: right;
    display: block;
    background: rgb(161,213,79);
}

.off-button {
    width: 28%;
    margin: 0px 5px 0;
    padding: 4px 0;
    float: right;
    display: block;
    border: 1px solid #d50000;
    background: rgb(255,48,25);
}

.inner-right-sub {
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    float: left;
    padding-bottom: 1%;
    padding-top: 1%;
}

.profile-details {
    width: 98%;
    padding: 0.7% 0 0.3% 2.8%;
    float: left;
    font-size: 15px;
}

.name-feild {
    width: 22%;
    float: left;
    color: #53565a;
    font-size: 12px;
}

.sub-name {
    color: #53565a;
    width: 93%;
    float: left;
    background: #f1f1f1;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px 10px 5px;
}

.cust-feild {
    width: 17%;
    float: left;
    color: #53565a;
    font-size: 12px;
}

.input-phone {
    background: none;
    border: 1px solid #d6d6d6;
    color: #53565a;
    font-size: 12px;
    padding: 6px 6px;
    margin-top: -3px;
    float: left;
    width: 22%;
}

.inner-address b {
    font-size: 17px;
}

.default-address-1 {
    width: 19%;
    float: left;
    font-size: 15px;
    color: #53565a;
}

    .default-address-1 input[type="radio"], input[type="checkbox"] {
        line-height: normal;
        margin: 8px 0 0 11%;
    }

#wugrid1DT .default-address-1 input[type="radio"], input[type="checkbox"] {
    margin-top: 0;
}

.rate-plan {
    width: 15%;
    float: left;
    margin-left: 4%;
    font-size: 12px;
    color: #53565a;
}

.address-1 {
    width: 30%;
    float: left;
    font-size: 15px;
    color: #53565a;
}

.address-button {
    text-align: center;
    display: block;
    margin-left: 32px !important;
}

.address-1-billing {
    float: left;
    font-size: 12px;
    color: #53565a;
    margin-right: 55px;
}

    .address-1-billing label {
        display: inline-block;
    }

.address-button-billing {
    text-align: center;
    display: block;
}

.gray-bar {
    background-color: #f4f4f4;
    width: 98%;
    float: left;
    margin: 1% 0 0 1.5%;
    padding: 1% 1.5%;
}

.right-icons {
    float: right;
}

    .right-icons a {
        margin-left: 7px;
        float: left;
    }

.right-button {
    float: left;
    margin: 8px 8px 0 1px !important;
}

.white-bar {
    width: 98%;
    float: left;
    margin: 1% 0 0 1.5%;
    padding: 1% 1.5%;
}

.add-card {
    width: 98%;
    float: left;
    padding: 0px 15px;
}

    .add-card a {
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
    }

        .add-card a:hover, .add-card a.active {
            color: #53565a;
            text-decoration: none;
        }

.power-plan-selector {
    float: left;
    width: 35%;
}

.selector-text {
    width: 16%;
    float: left;
    color: #53565a;
    font-size: 16px;
    margin-top: 0;
}

.power-plan-selector select {
    border: 1px solid #d6d6d6;
    padding: 5px 0;
}

label {
    vertical-align: middle;
}

.radio-button-box {
    width: 15%;
    float: left;
}

    .radio-button-box input[type="radio"], .radio-button-box input[type="checkbox"], .RadioBtnList input {
        margin-right: 8px !important;
    }

.RadioBtnList td {
    width: 30%;
}

.my_account_divider {
    border-top: 1px solid #f4f4f4;
    margin-left: -3%;
}

.divider_line1 {
    border-bottom: 1px solid #f4f4f4;
    clear: both;
    padding-top: 45px;
    margin: 15px 0 10px 0;
    display: block;
}

.water_plain {
    padding-top: 0px;
}

.currency {
    display: table;
    border-bottom: 2px solid #f4f4f4;
    width: 100%;
    padding-bottom: 10px;
}

    .currency ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .currency ul li {
            float: left;
            border-bottom: 0px;
            padding: 0px;
            margin-bottom: 0px;
        }

            .currency ul li a {
                padding: 10px;
                display: block;
                text-decoration: none;
                color: #666;
                border: 0px !important;
                font-size: 88.3%;
            }

            .currency ul li:first-child a {
                background: none;
                padding-left: 20px;
            }

            .currency ul li a:hover, .currency ul li a.active {
                outline: none;
            }

            .currency ul li input[type="submit"] {
                padding: 16px;
                display: block;
                text-decoration: none;
                color: #666;
                font-size: 92.3%;
                border: 0;
            }

            .currency ul li:first-child input[type="submit"] {
                background: none;
                padding-left: 20px;
            }

            .currency ul li input[type="submit"]:hover {
                color: #006699;
            }

            .currency ul li input[type="submit"].active {
                color: #006699;
                font-weight: bold;
            }

.compare_month {
    float: right;
    width: 16%;
}

    .compare_month select {
        color: #666;
    }

.compare_graph {
    text-align: center;
    margin-bottom: 20px;
}

    .compare_graph p {
        text-align: center;
        display: inline-block;
        padding: 15px 4px;
    }

        .compare_graph p span {
            padding: 0 0px;
        }

    .compare_graph img {
        max-width: 100%;
    }

.am_nav {
    text-align: left;
    width: 100%;
}

    .compare_nav ul, .am_nav ul {
        text-align: center;
        margin: auto;
        display: table;
    }

        .compare_nav ul li:first-child a, .am_nav ul li:first-child a {
            padding-left: 0px;
        }

.compare_summary {
    padding: 0 0 20px 20px;
}

    .compare_summary b {
        padding: 0 0 20px 0px;
        display: block;
    }

.compare_summary_main_box {
    display: block;
    width: 99%;
    padding: 0 0 30px 0;
}

.compare_summary_box1 {
    width: 20%;
    float: left;
}

.compare_summary_box2 {
    width: 67%;
    float: left;
}

    .compare_summary_box2 img {
        max-width: 100%;
        text-align: center;
    }

.compare_summary_box3 {
    width: 13%;
    float: left;
}

.dish_washer_heading {
}

.dish_washer_heading {
    padding: 10px 0 0 0;
    border-bottom: 2px solid #f4f4f4;
    width: 100%;
    float: left;
}

    .dish_washer_heading img {
        float: left;
        padding: 0 25px 10px 34px;
    }

    .dish_washer_heading p {
        float: left;
        padding: 33px 20px 0 0;
        font-size: 107.7%;
    }

        .dish_washer_heading p span {
            padding: 0 7px;
        }

.OnBtnClass {
    float: right;
    margin: -6px 0 0 16px;
    background: none;
    outline: none;
    border: 1px solid #418e40;
    padding: 5px 20px;
    color: #418e40;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

    .OnBtnClass:hover {
        color: #418e40;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
    }

.OffBtnClass {
    float: right;
    margin: -6px 0 0 16px;
    background: none;
    outline: none;
    border: 1px solid rgb(255,48,25);
    padding: 5px 20px;
    color: #f00;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.smart_dish_box {
    display: table;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 15px;
    width: 100%;
}

.smart_time_days {
    padding: 10px 20px 10px 16px;
    font-size: 92.3%;
    float: left;
    border: 0px;
}

.time_right_border {
    border-right: 2px solid #f4f4f4;
}

.smart_time_days b, smart_days_box_second b {
    font-size: 107.7%;
    display: block;
    margin-bottom: 11px;
}

.smart_days_box {
    width: 70%;
    padding: 0px 0 0 0;
    float: left;
}

.smart_days_box_second {
    width: 40%;
    padding: 0px 0 0 0;
    float: left;
}

.smart_days_box p, smart_days_box_second p {
    padding: 6px 0;
    margin: 0px;
}

.smart_days_box input[type=checkbox] {
    border: 1px solid #b9b9b9;
    float: left;
    margin: 9px 6% 0 0;
    background: #f4f4f4;
    outline: none;
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
}

label {
    font-weight: normal;
}

smart_days_box_second input[type=checkbox] {
    border: 1px solid #b9b9b9;
    float: left;
    margin: 9px 12% 0 0;
    background: #f4f4f4;
    outline: none;
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.smart_time_box {
    width: 30%;
    padding: 0px 0 0 0;
    float: left;
    text-align: right;
    font-size: 107.7%;
}

    .smart_time_box input[type=text], .smart_time_box_second input[type=text] {
        text-align: center;
        color: #000;
        padding: 5px 0px;
        outline: none;
        border: 1px solid #d6d6d6;
        width: 86%;
    }

.type_of_wash {
    padding: 3px 0 0 0;
}

    .type_of_wash input[type=radio] {
        padding: 5px 8px 0 8px;
        -ms-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    .type_of_wash span {
        padding: 0px 10px 0 13px;
    }

.GraphLegend_data_WaterAlloc {
    color: #53565a;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
}

.GraphLegend_WaterAlloc {
    background-color: #31afdb;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_Usage {
    background-color: #4adea0;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_low {
    background-color: #4adea0;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_data_low, .GraphLegend_data_Avg {
    color: #53565a;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
}

.GraphLegend_Avg {
    background-color: #e9cc57;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_High {
    background-color: #ea557b;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_solar {
    background-color: #018dc8;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_data_solar {
    color: #53565a;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
}

.thermomap {
    float: left;
    width: 224px;
}

.noti_contentcommon, .guest_user_para, .billing_lvl_pay, .billing_auto_pay {
    display: none !important;
    font-size: 16px;
    padding-bottom: 35px;
}

.lft_profile_sec {
    background: #fff;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    float: left;
    width: 100%;
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .EfficiencyRankDetails {
        border-right: 1px solid #dadada;
        float: left;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-top: 6px;
        width: 27% !important;
    }

    .EfficiencyRankBottom {
        float: left;
        padding: 7px 10px;
        width: 28% !important;
    }

    .profile_img {
        width: 19%;
    }

    .details_box {
        float: left;
        width: 86%;
    }

    .inner-dashboard-area {
        margin-bottom: 1%;
        margin-top: 0.3%;
        width: 50%;
        background: none;
        box-shadow: none;
        margin-left: 0%;
        margin-right: 0%;
    }

    .tablet-view {
        background: none repeat scroll 0 0 #fff;
    }

    .padding_L {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-main {
        width: 42%;
        float: left;
        margin-left: 2%;
    }

    .noti_contentcommon, .guest_user_para, .billing_lvl_pay, .billing_auto_pay {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .compare_section.compare_section {
        width: 19%;
    }

    .noti_contentcommon, .guest_user_para, .billing_lvl_pay, .billing_auto_pay {
        padding-bottom: 15px;
    }

    .setting_area li.dropdown {
        min-height: 27px;
    }

        .setting_area li.dropdown a.dropdown-toggle {
            margin: auto !important;
            width: 30px !important;
            display: block;
        }

    .customer-details ul li:first-child {
        padding-left: 20px;
    }

    .customer-details ul li {
        margin-bottom: 10px;
    }

        .customer-details ul li span {
            width: 100%;
            float: left;
            line-height: 0;
        }

    .electric_vehicle_box table tr td {
        width: 108px !important;
    }

    .Quiet_Hours_to .schedule_time, .Quiet_Hours_from .schedule_time {
        width: 75% !important;
    }

    .inner_mid_section {
        margin-bottom: 20px;
    }

    .inner-dashboard-area-usage {
        width: 100%;
    }

    .popup_area {
        max-width: 91% !important;
        margin-top: 3% !important;
    }

    #divPopup .popup_area {
        max-width: 91% !important;
        margin-top: 3% !important;
    }

        #divPopup .popup_area input[type="password"] {
            width: 93% !important;
        }

    .energy_mid_box .InboxIcons {
        margin-top: -9px;
    }

    .banner_left_img {
        display: none;
    }

    .logo {
        margin: 0 auto;
        padding: 5px 0;
        width: 176px;
    }

    .user-area {
        text-align: center;
        margin: 0 19px 10px;
    }

    .navbar-brand {
        float: left;
        font-size: 18px;
        height: auto;
        line-height: 20px;
        padding: 8px 15px 10px;
        color: #fff;
        display: none;
        text-indent: -9999px;
    }

    .container-main {
        width: 92%;
        float: left;
        margin-left: 2%;
    }

    .navbar-header {
        display: block;
        height: 36px;
        margin-bottom: 7px;
        background: #57565b;
        padding: 0;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 14px;
        padding: 0 10px;
        position: relative;
    }

    ul.tabs {
        margin: 0px 0px 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        float: left;
        background: #fff;
    }

        ul.tabs li {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            width: 100%;
            border-bottom: 1px solid #f0f0f0;
        }

            ul.tabs li:first-child {
                border-top: 0;
            }

            ul.tabs li:last-child {
                border-bottom: 1px solid #f0f0f0;
            }

            ul.tabs li a {
                padding: 9px 52px 9px;
                display: block;
                color: #53565a;
                font-size: 92.3%;
                text-decoration: none;
            }

                ul.tabs li a:hover, ul.tabs li.active a {
                    color: #fff;
                    background: #259f9e;
                }

                ul.tabs li a span {
                    display: block;
                    font-size: 11px;
                    padding: 0px 10px 1px;
                    text-decoration: none;
                }


            ul.tabs li.myaccount > a {
                display: block;
            }

    .energy_mid_box .nav_left {
        border-bottom: 1px solid #ccc;
        width: 99%;
    }

    .inner-dashboard-area {
        margin-bottom: 1%;
        margin-top: 0.3%;
        width: 100%;
        background: none;
        box-shadow: none;
        margin-left: 0%;
        margin-right: 0%;
    }

    .inner-dashboard-area-custom3 {
        margin-bottom: 1%;
        margin-top: 0.3%;
        width: 100%;
        background: none;
        box-shadow: none;
        margin-left: 0%;
        margin-right: 0%;
    }

    .tablet-view {
        background: none repeat scroll 0 0 #fff;
    }

    .padding_L {
        padding-left: 15px;
        padding-right: 15px;
    }

    .Left_Bill_area {
        float: left;
        width: 100%;
    }

    .right_Bill_area {
        border-left: 0;
        float: left;
        width: 100%;
    }

    .right_bill_box {
        margin-left: 0%;
        width: 99%;
    }

    .white_div .left-area-tabular, .gray_div .left-area-tabular {
        width: 88%;
    }

    .white_div .right-area-tabular, .gray_div .right-area-tabular {
        width: 12%;
    }

    .selector-text {
        color: #53565a;
        float: left;
        font-size: 12px;
        margin-top: 5px;
        width: 29%;
    }

    .power-plan-selector {
        float: left;
        width: 69%;
    }

        .power-plan-selector select {
            border: 1px solid #d6d6d6;
            padding: 5px 0;
            width: 100%;
        }

    .energy_mid_box {
        background: none;
    }

    footer .copy-right {
        text-align: center !important;
    }

    .setting_area .inner-content-log ul li {
        color: #808081;
        float: left;
        margin: 0;
        padding: 0 13px;
        position: relative;
    }

    .nav-search {
        float: right;
        margin-left: 10px;
        width: 131px;
    }

    .energy_mid_box .right_content_box {
        width: 99%;
    }

    .profile_img {
        float: left;
        width: 15%;
    }

    .details_box .review_content {
        text-align: left;
        width: 100%;
    }

    .details_box {
        text-align: center;
    }

    .customer_txt p, .customer_txt_name p {
        padding: 10px 0 0 18px;
        font-size: 11px;
    }

    .customer_txt_name .comment_box {
        width: 98%;
        height: 106px;
    }

    .customer_txt_name .topic_box select {
        width: 85%;
    }

    .customer_txt_name .subject_area {
        width: 70%;
    }

    .inner-dashboard-area {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 0 3px 0 #cfcfcf;
    }

    .tablet-view {
        background: none !important;
        box-shadow: none !important;
    }

    .setting_area {
        float: none;
    }

    .compare_summary_box1 {
        width: 100%;
        float: none;
    }

    .compare_summary_box2 {
        width: 100%;
        float: none;
    }

        .compare_summary_box2 img {
            max-width: 100%;
            text-align: center;
        }

    .compare_summary_box3 {
        width: 100%;
        float: none;
    }

    .compare_month {
        width: 135px !important;
    }
}

@media only screen and (max-width: 440px) {

    .buttons_area {
        border-bottom: 0px solid #f4f4f4;
        border-left: 0px solid #f4f4f4;
        float: left;
        font-size: 12px;
        padding: 15px 0;
        width: 100%;
    }

    .service_fill_box .schedule_time select {
        width: 100%;
        margin-bottom: 2px;
    }

    .reason_select select {
        width: 83% !important;
    }

    .service_fill_box input[type="text"] {
        width: 75% !important;
    }

    .low_hight_box {
        width: 100% !important;
        padding-top: 10px !important;
    }

    .rates_main_box {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    #showdetails_effi .modal-header .modal-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 258px;
        max-width: 95%;
    }

    .submit-button, .cancel-button {
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: center;
        font-size: 14px !important;
        min-width: 100px !important;
    }

    .radio-button-box.electric_vehicle_box {
        width: 104%;
    }

    .without_sidebar {
        height: 86% !important;
    }

    .electric_vehicle_box table tr td {
        width: 50% !important;
    }

    .radio-button-box #ddlLanguage {
        width: 119%;
    }

    .power-plan-selector {
        width: 42%;
    }

    #divbilldetails.billing_area_div_grid_history {
        width: 596px;
    }

    .radio-button-box-mob {
        width: 77% !important;
    }

        .radio-button-box-mob input[type=radio] {
            margin-right: 2px !important;
        }

    .billing_history_01.customer-padding {
        width: 599px;
    }

    .profile_img {
        width: 29%;
    }

    .details_box {
        width: 71%;
        position: relative;
    }

        .details_box .view_details {
            width: 100%;
        }

    .Left_Bill_area .all_bill_box .gray_div {
        float: none;
    }

    .details_box a {
        float: left;
    }

    .details_box .row-1 .register_lnk {
        position: absolute;
        left: -17%;
        bottom: -21px !important;
        width: 117% !important;
    }

    .my_account_table {
        width: 100%;
        overflow: auto;
    }


    .right_content_box #GenrationMode {
        width: 58% !important;
    }

        .right_content_box #GenrationMode ul li {
            padding: 0 0 10px 4px;
        }

    .Quiet_Hours_from {
        width: 80% !important;
        padding-bottom: 5px;
    }

    .Quiet_Hours_to {
        width: 80% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .popup_area {
        max-width: 100% !important;
    }

    .logo img {
        margin-top: 3px;
        max-width: 53% !important;
    }

    ul.tabs li a {
        padding: 9px 18px 0px;
        display: block;
        color: #53565a;
        font-size: 92.3%;
        text-indent: -9999px;
        background-position: center 12px !important;
        text-decoration: none;
    }

        ul.tabs li a span {
            display: block;
            font-size: 11px;
            padding: 13px 2px 1px;
            text-decoration: none;
        }

    .setting_area .inner-content-log ul li {
        color: #808081;
        float: left;
        margin: 0;
        padding: 0 22px;
        position: relative;
    }

    .message-written-area {
        border: 0 !important;
        clear: inherit;
        float: left;
        margin: 0 0 0 23px;
        width: 80% !important;
    }
}

footer .copy-right {
    margin: 7px 0px 0px;
    padding: 0px;
    text-align: left;
    font-size: 10px;
    white-space: nowrap;
}

footer .footlinks {
    margin: 7px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

    footer .footlinks ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: inline-block;
    }

        footer .footlinks ul li {
            margin: 0px;
            padding: 0px;
            float: left;
            line-height: 11px;
            border-left: 1px solid #ccc;
        }

            footer .footlinks ul li:first-child {
                border-left: 0;
            }

            footer .footlinks ul li a {
                margin: 0px;
                padding: 2px 13px;
                text-decoration: none;
                display: block;
                font-size: 12px;
                color: #808081;
            }

                footer .footlinks ul li a:hover {
                    color: #141414;
                }

footer .footer-logo {
    float: right;
    margin: 4px 0px;
}

.EnrollAutoPayText {
    float: left;
    margin-bottom: 20px;
}

@media (min-width:1650px) {
    #headerlogo > a > img {
        height: 60px;
    }
}

@media (min-width:320px) {
    .enrolBTT {
        float: left;
    }

    .budgetSubmit {
        float: left;
    }

    .paymentExtension {
        padding: 30px 20px;
    }

    .w-50 {
        width: 100%
    }
}

@media (min-width:768px) {

    .budgetSubmit {
        float: right;
    }

    .w-50 {
        width: 50%
    }

    .paymentExtension {
        padding: 40px 40px;
    }
}


@media only screen and (max-width: 767px) {
    .header-top {
        height: auto;
        padding: 10px 0px;
        text-align: center;
    }

    .setting_area .inner-content-log ul li {
        background: none;
        float: none;
        width: 100%;
        padding-bottom: 3px;
        padding-top: 4px;
        font-size: 15px;
        border-bottom: 1px solid #d5d5d5;
    }

        .setting_area .inner-content-log ul li:first-child {
            padding-top: 12px;
        }

    .nav-search input[type="submit"], .nav-search input[type="submit"]:visited {
        top: 11px;
        height: 30px;
        right: -5px;
        width: 28px;
    }

    .logo {
        margin: 10px auto;
    }

    .setting_area .inner-content-log ul li a {
        font-size: 15px;
    }

    .setting_area .inner-content-log ul li > span {
        font-size: 15px !important;
    }

    .nav-search input[type="text"] {
        padding: 8px 4px;
        width: 150px;
    }

    .setting_area .inner-content-log ul li select {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #b9b9b9;
        border-radius: 10px;
        font-size: 11px;
        height: 23px;
        margin: 0 0 0 20px;
        padding: 0 25px 0 6px;
    }

    .DayContainer {
        width: 40% !important;
        float: left;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .logo img {
        max-width: 43% !important;
    }

    .inner-dashboard-area .right-dolar-top-area .SpanLeft {
        color: #999;
        cursor: pointer;
        float: left;
        font-size: 14px;
        font-weight: normal !important;
        margin: 7px 7px 0 0;
    }

    .inner-dashboard-area .right-dolar-top-area .SpanRight {
        color: #999999;
        cursor: pointer;
        float: left;
        font-size: 14px;
        font-weight: normal !important;
        margin: 7px 0 0;
        text-align: right;
    }

    .logo {
        padding: 10px 0;
    }

    #headermenu ul.tabs li a span {
        color: #4c4c4c;
    }

    #headermenu ul.tabs li a.active span {
        color: #0b5b82 !important
    }

    ul.tabs li a span {
        color: #53565a;
        display: block;
        font-size: 11px;
        padding: 19px 2px 1px;
        text-decoration: none;
    }

    .container-main {
        width: 25%;
        float: left;
        margin-left: 2%;
    }

    .thermomap {
        float: left;
        width: 174px;
    }
}

.ajax__slider_h_rail {
    width: 96% !important;
}

input[type="range"] {
    display: block;
    float: left;
    margin-top: 3px;
    padding-top: 8px;
    width: 77%;
}

output {
    color: #555;
    display: block;
    float: left;
    font-size: 14px;
    padding-left: 19px;
    padding-top: 0px;
}

.smart_time_box_second {
    float: left;
    font-size: 107.7%;
    padding: 0px 0 0;
    text-align: right;
    width: 30%;
}

.on_b {
    float: left;
    width: 30%;
    text-align: center;
}

.off_b {
    float: left;
    width: 30%;
    text-align: center;
}

.time_b {
    float: left;
    width: 40%;
}

.frezer {
    margin: 9px 0px 9px 0px;
    clear: both;
}

.billing_area_div {
    width: 100%;
    margin: 0px;
}

.billing_area_div_selection {
    border-bottom: 2px solid #f4f4f4;
    float: left;
    width: 100%;
}

.billing_area_div_white {
    float: left;
    background: #fff;
    width: 100%;
}

.content_block_area {
    font-size: 12px;
    color: #666666;
    padding: 15px 20px;
}

.billing_area_div_gray {
    float: left;
    background: #f4f4f4;
    width: 100%;
}

    .billing_area_div_gray .content_block_area {
        width: 25%;
        float: left;
        font-size: 12px;
        color: #666666;
        padding: 15px 20px;
    }

.balance {
    float: left;
    padding-bottom: 19px;
    padding-left: 13px;
    text-align: left;
    width: 100%;
}

    .balance span {
        display: block;
        text-align: left;
        color: #53565a;
        font-size: 12px;
        font-weight: normal;
        padding-left: 0px;
        padding-bottom: 10px;
    }

.icon_radio {
    float: left;
    margin-right: 10px !important;
    margin-top: 3px !important;
}

.Balance_Left_Bill_area {
    float: left;
    width: 50%;
    border-right: 2px solid #f4f4f4;
}

.Balance_Right_Bill_area {
    float: left;
    width: 50%;
}

.enter_payment_location_area {
    width: 100%;
    float: left;
}

.enter_payment {
    float: left;
    width: 50%;
    font-weight: bold;
    color: #53565a;
    padding: 13px 15px;
    font-size: 14px;
}

.card_payment {
    float: left;
    text-align: right;
    width: 50%;
    padding: 10px;
}

    .card_payment .card_container {
        float: right;
        padding: 5px 0px;
    }

.card_container img {
    float: left;
    margin-right: 2px;
}

.enter_payment_inputs {
    width: 50%;
    float: left;
    margin: 0px 0px 12px;
}

.enter_payment_small_inputs {
    width: 24.5%;
    float: left;
    margin: 12px 0px 20px;
}

.enter_payment_small_inputs_margin {
    margin-left: 9px;
}

.enter_payment_inputs input[type="text"], .enter_payment_small_inputs input[type="text"] {
    border: 1px solid #d6d6d6;
    color: #999999;
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
    margin-right: 10px;
    outline: medium none;
    padding: 7px 15px;
    text-align: left;
    width: 96%;
    float: left;
}

.enter_payment_small_inputs select {
    border: 1px solid #d6d6d6;
    padding: 7px 0;
    margin-left: 5px;
    width: 96%;
}

.optional_text_area {
    width: 91%;
    float: left;
    color: #53565a;
    margin-top: 14px;
    font-size: 11px;
}

    .optional_text_area input[type="checkbox"] {
        background: none repeat scroll 0 0 #f4f4f4;
        border: 1px solid #b9b9b9;
        float: left;
        margin: 2px 1.5% 0 8px;
        outline: medium none;
        transform: scale(1.3);
    }

.entrust_icon {
    width: 9%;
    padding: 2px 0px 12px;
    float: left;
}

.gis-footprint-area {
    margin: 0px;
    padding: 0px;
}

    .gis-footprint-area ul {
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        .gis-footprint-area ul li {
            margin: 0px;
            padding: 8px 5px 5px;
            float: left;
        }

            .gis-footprint-area ul li a {
                text-decoration: none;
                font-size: 16px;
            }

    .gis-footprint-area select {
        font-size: 16px !important;
        font-weight: normal !important;
        height: 28px !important;
        border-radius: 0 !important;
    }

.TableCellHeaderSearch {
    float: right;
    padding: 9px 10px 5px;
}

.TableCellHeaderTitle {
    float: left;
    font-size: 15px;
    font-weight: bold;
}

.TableCellHeaderIcon {
    float: left;
    margin: 3px 0 0;
}

.TableCellHeaderTitle select {
    font-size: 12px !important;
    font-weight: normal !important;
    height: 28px !important;
    border-radius: 0 !important;
}

.search-area {
    float: left;
    width: 100%;
}

.SearchIcon {
    cursor: pointer;
    height: 28px;
    display: block;
    margin: 0 5px 3px 0;
    width: 27px;
}

a .SearchIcon:hover {
    text-decoration: none;
}

.search-icon-area {
    width: 10%;
    float: left;
}

.search-area input[type="text"], input[type="password"], textarea {
    padding: 5px 10px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #d6d6d6;
}

.TableCellHeaderSearch input[type="text"], input[type="password"], textarea {
    padding: 3px 10px 4px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #d6d6d6;
}

.secServiceTitle {
    background-color: #f4f4f4;
    color: #53565a;
    font-size: 16px;
    border-radius: 0px !important;
    margin: 8px 0 3px;
    display: inline-block;
    width: 100%;
    padding: 7px 21px;
}

    .secServiceTitle.without_separator {
        background: none !important;
        font-size: 13px;
        font-weight: bold;
    }

.connectSection p {
    padding: 0 10px 0px 48px;
}

.ConnectMe {
    margin-top: 10px;
}

.ConnectLabel {
    float: left;
    width: 20%;
    padding-left: 20px;
    font-weight: bold;
    line-height: 30px;
    clear: left;
    margin-bottom: 5px;
    font-size: 12px;
    color: #53565a;
}

.ConnectLabelColon {
    float: left;
    width: 12%;
    margin-bottom: 5px;
    line-height: 30px;
}

.ConnectMeData {
    float: left;
    width: 67%;
    margin-bottom: 5px;
    line-height: 23px;
    text-align: justify;
    word-wrap: break-word;
}

.ConnectMeSupport {
    float: left;
    width: 250px;
    line-height: 24px;
    font-weight: bold;
}

.ConnectMeSupport {
    float: left;
}

.connectSection {
    margin: 10px 15px;
}

    .connectSection i {
        margin: 10px 15px;
        display: block;
        font-style: normal;
    }

#divConnectMe {
    width: 100%;
}

#divSign {
    clear: both;
}

    #divSign .clearButton {
        cursor: pointer;
        float: right;
        padding-top: 13px;
    }

    #divSign .sigWrapper {
        float: left;
        width: 27%;
    }

        #divSign .sigWrapper canvas {
            border: 1px solid #ccc;
        }

input[type="text"], input[type="password"], textarea {
    float: left;
    padding: 5px 8px;
    width: 53%;
    resize: none;
}

.ConnectMeData table {
    margin-left: 24px;
    margin-top: 15px;
}

    .ConnectMeData table td {
        padding-left: 20px;
    }

        .ConnectMeData table td label {
            padding-left: 8px;
        }

.customer_txt_name select {
    width: 22%;
    float: left;
}

.top-notif-inbox-section {
    background: #bababa;
    float: left;
    padding: 7px 0 8px;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

    .top-notif-inbox-section input[type="image"] {
        vertical-align: middle;
        padding-left: 5px;
        background: none;
    }

.Rightheader-Pannel .trash-icons {
    margin-left: 10px;
}

.select_chech-box {
    width: 6%;
    float: left;
    padding-left: 10px;
    text-align: left;
    padding-top: 2px;
}

.select_topic {
    width: 4%;
    float: left;
    text-align: left;
    padding-top: 3px;
}

    .select_topic a, .select_from a, .select_date a {
        color: #fff;
        text-decoration: none;
    }

        .select_topic a:hover, .select_from a:hover, .select_date a:hover {
            color: #fff;
            text-decoration: none;
        }

    .select_topic img {
        text-align: center;
        padding-left: 15%;
        margin-top: -2px;
    }

.select_from {
    width: 20%;
    float: left;
    text-align: left;
    padding-left: 7px;
    padding-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
}

.select_message {
    width: 22.3%;
    float: left;
    text-align: left;
    padding-left: 4px;
    padding-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
}

.select_subject {
    width: 30%;
    float: left;
    text-align: left;
    padding-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
}

.select_atachment {
    width: 4%;
    float: left;
    text-align: center;
    padding-top: 3px;
}

.select_date {
    width: 17%;
    float: left;
    padding-top: 3px;
    text-align: right;
    padding-right: 10px;
}

.SaveImageContainer {
    width: 2%;
    float: left;
}

.message-section {
    width: 100%;
    float: left;
    margin: 0px;
    font-size: 12px;
}

    .message-section ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .message-section ul li {
            margin: 0px;
            padding: 8px 0px;
            width: 100%;
            float: left;
            border-bottom: 1px solid #e3e3e3;
        }

            .message-section ul li:hover {
                background: #f4f4f4;
            }

.right-notif-img {
    margin: 11px 0px 0px 0px;
}

    .right-notif-img .back {
        float: left;
    }

    .right-notif-img .Fright {
        float: right;
    }

    .right-notif-img img {
        margin-right: 10px;
    }

.message-body-section {
    margin: 10px 15px;
}

.from-section {
    width: 10%;
    float: left;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #53565a;
    font-weight: bold;
}

.from-name-section {
    width: 90%;
    float: right;
    padding-left: 20px;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #53565a;
}

.asp_check {
    display: inline-block !important;
    margin-right: -2px !important;
    margin-top: -2px;
    vertical-align: top;
}

.message-attached-img {
    width: 100%;
    display: block;
    clear: both;
    margin: 15px 0px;
}

    .message-attached-img img {
        border: 1px solid #9c9c9c;
        padding: 1px;
    }

    .message-attached-img span {
        padding-right: 15px;
    }

.message-written-area {
    width: 100%;
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 21px;
    margin: 30px 0px 15px;
    word-wrap: break-word;
}

.thanks-area {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 20px 0px;
}

.edit-tools {
    margin: 0px 0px 15px 0px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 5px;
}

.message-body-section .buttons {
    width: 100%;
}

.LabelsContainer, .LabelsContainer span {
    display: none;
}


.right_Bill_area label {
    font-weight: normal;
}

.type_of_wash label {
    margin-left: 10px;
    vertical-align: middle;
}
.liclick {
    width: 87%;
    float: left;
    font-size: 13px;
}

    .liclick .select_from {
        width: 25%;
        float: left;
        padding-left: 0;
        /* width: 22%;*/
    }

    .liclick .select_message {
        padding-left: 5px;
        width: 26%;
    }

    .liclick .select_subject {
        width: 26%;
    }

    .liclick .select_date {
        width: 25%;
    }

.BacktoInbox {
    background: url(../images/notification_icon/icon-back-to-inbox.png) no-repeat left top;
    text-indent: -9999px;
    width: 60px;
    cursor: pointer;
    border: 0;
    height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.MailListing {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        height: 427px !important;
        overflow: auto;
    }
}

ul.MailListing {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 420px;
    overflow: auto;
}

    ul.MailListing li {
        background: #fff;
        list-style-type: none;
        line-height: 23px;
        padding: 3px 0px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #dadada;
    }

        ul.MailListing li:hover {
            background: #E6E6E6;
            cursor: pointer;
        }

        ul.MailListing li.unread {
            background: #E6E6E6;
        }

            ul.MailListing li.unread:hover {
                background: #868686;
                color: #fff;
                cursor: pointer;
            }


.compare_graph #ContentPlaceHolder1_ContentPlaceHolderBody_divPrev, .compare_graph #ContentPlaceHolder1_ContentPlaceHolderBody_divZ, .compare_graph #ContentPlaceHolder1_ContentPlaceHolderBody_divU {
    border-left: 1px solid #ccc;
    margin: 15px 0px;
}

.compare_graph #ContentPlaceHolder1_ContentPlaceHolderBody_divM {
    margin: 15px 0px;
}

#MessageBody {
    margin: 0px 18px;
}

.DetailsMessageFrom {
    float: left;
}

.DetailsMessagecolon {
    float: left;
}

.DetailsMessageUser {
    float: left;
    width: 200px !important;
}

.right-icons .edit {
    float: left !important;
    margin: 6px 8px 0 0 !important;
}

.right-icons .delete {
    float: left !important;
    margin: 6px 0 0 !important;
}

.upper_text #divcreditrdobtn {
    width: 50%;
    float: left;
    text-align: center;
}

.upper_text #divbankrdobtn {
    width: 50%;
    float: left;
    text-align: center;
}

.popup_area {
    max-width: 56%;
    padding: 0px !important;
}

    .popup_area h1 {
        border-bottom: 2px solid #cecece;
        color: #53565a;
        font-size: 123.1%;
        font-weight: bold;
        position: relative;
        margin: 0px;
        padding: 13px 0 13px 15px;
    }

    .popup_area .close_icon {
        margin: 0px;
        position: absolute;
        top: 8px;
        right: 8px;
        display: block;
    }

    .popup_area .upper_text {
        margin: 4px 125px;
        padding: 0px;
        color: #808080;
        font-size: 14px;
    }

    .popup_area .popup_area_home {
        width: 98%;
        margin: 0 auto 0px;
        display: block;
        color: #808080;
        font-size: 14px;
    }

#divPopup .radioButtonAlign {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.popup_area .popup_area_home .popup_left_content_area_home {
    width: 36%;
    float: left;
    margin: 0px 0px 10px;
    padding-top: 6px;
}

.popup_area .popup_area_home .popup_right_content_area_home {
    width: 64%;
    float: left;
    margin: 0px 0px 10px;
}

    .popup_area .popup_area_home .popup_right_content_area_home select {
        border: 1px solid #d6d6d6;
        padding: 5px 0;
        width: 87.5%;
    }

    .popup_area .popup_area_home .popup_right_content_area_home input[type="text"] {
        border: 1px solid #d6d6d6;
        outline: medium none;
        padding: 5px;
        width: 87%;
    }

.popup_right_content_area_home input[type="password"] {
    border: 1px solid #d6d6d6;
    outline: medium none;
    padding: 5px !important;
    width: 87%;
}

#change-pwd-divPopup .popup_right_content_area_home input[type="password"], #change-pwd-divPopup .popup_right_content_area_home input[type="text"] {
    width: 94%;
    margin-bottom: 0 !important;
    border-radius: 3px;
}

.popup_area .popup_area_home input[type="checkbox"] {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #b9b9b9;
    float: left;
    margin: 4px 2% 0 0;
    outline: medium none;
    transform: scale(1.3);
}

.popup_area .popup_area_home .check {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

.popup_area .bottom_area_home, .popup_area_new .bottom_area_home {
    border-top: 0px solid #b9b9b9;
    padding: 0px 0px;
    margin-top: 0px;
    justify-content: flex-end;
    width: 100%;
    display: flex;
}

.cancel-button:hover {
    text-decoration: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    outline: 0 none;
    position: relative;
}

#HighUsage_usage .modal-body {
    padding: 0 0px 15px !important;
    position: relative;
}

.modal-body {
    padding: 1px 0px 15px;
    position: relative;
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: 0 1px 0 #fff;
}

.modal-header {
    background: #fff;
    min-height: 16.43px;
    padding: 5px 0px 15px;
    border-radius: 0 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4 !important;
}

.modal-content {
    border-radius: 12px !important;
    padding: 30px !important;
}

#divNickNamePopupHeader .modal-content {
    padding: 30px !important;
    border-radius: 12px !important;
}

    #divNickNamePopupHeader .modal-content button.close {
        right: 0;
        top: inherit;
    }
    .modal-header .close {
        opacity: 1 !important;
    }

.modal-title, .modal-title-changepwd { 
    font-size: 21px;
    margin: 0;
    font-weight: bold;
    color: #222221;
    font-family: 'IBMPlexSans-Bold';
}

.popup_right_content_area_home select {
    width: 28% !important;
}

.electric_vehicle_box {
    width: 80%;
}

    .electric_vehicle_box table {
        width: 100%;
    }

        .electric_vehicle_box table tr td {
            float: left;
            width: 20%;
        }

.power_graph_heading {
    width: 100%;
    display: table;
}

    .power_graph_heading p {
        float: right;
    }

.ShowDetailsDiv {
    border-top: 1px solid #dadada;
    padding: 10px 2%;
    background: #f9f9f9;
    border-bottom: 1px solid #dadada;
    width: 100%;
    margin: 0px 0px 10px;
    display: none;
    float: left;
    word-wrap: break-word;
}

.details_box .register_lnk .like_lnk {
    margin-top: -8px;
    vertical-align: top;
    padding-right: 42px;
    height: 35px;
    padding-bottom: 42px;
}

.details_box .register_lnk .like_lnk_ro {
    margin-top: -8px;
    vertical-align: top;
    padding-right: 42px;
    height: 35px;
    padding-bottom: 42px;
}

@media all and (-ms-high-contrast:none) {
    .details_box .register_lnk .like_lnk_ro, .details_box .register_lnk .like_lnk {
        margin-top: 0px;
    }
}

.like_lnk_ro:before {
    color: #ccc !important;
}

.thermostat_heading_box {
    background: #f0f0f0;
    width: 100%;
    float: left;
    height: 36px;
    line-height: 36px;
    padding-left: 17px;
}

    .thermostat_heading_box span {
        float: left;
        width: 15%;
    }

    .thermostat_heading_box p {
        float: left;
        width: 30%;
    }

    .thermostat_heading_box span select {
        width: 40%;
    }

.current_temperature p {
    float: left;
}

    .current_temperature p select {
        float: left;
        width: 100%;
    }

.current_temperature {
    background: #f0f0f0;
    float: left;
    width: 50%;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}

.set_temperature {
    border-bottom: 2px solid #f4f4f4;
    height: 76px;
    margin-bottom: 10px;
    padding: 0 0 0 17px;
    width: 100%;
}

    .set_temperature h5 {
        padding-bottom: 5px;
    }

.set_temperature_box1 {
    float: left;
    width: 50%;
}

.set_temperature span {
    float: left;
    padding-right: 4px;
    width: 50px;
}

.system_select_btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    padding: 0 0 9px;
    border-bottom: 2px solid #f4f4f4;
}

    .system_select_btn span {
        padding: 6px 0 0 17px;
        float: left;
    }

    .system_select_btn ul {
        float: left;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .system_select_btn ul li {
            float: left;
            border-bottom: 0px;
            padding-bottom: 0px;
        }

.system_hold_input {
    float: right;
    width: 40%;
}

    .system_hold_input span {
        float: left;
        width: 20%;
        margin-top: 5px;
    }

    .system_hold_input p {
        float: left;
        width: 70%;
    }

.weather_forecast_box {
    clear: both;
    border-top: 2px solid #cacaca;
    padding-left: 17px;
}

    .weather_forecast_box h4 {
        color: #53565a;
        font-size: 16px;
        font-weight: bold;
    }

.DayContainer {
    border: thin solid silver;
    float: left;
    margin: 2px 7px 10px;
    padding: 0;
    width: 18%;
    text-align: center;
    background-color: #f7fcf8;
}

.DayHeader {
    background-color: #006699;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
    width: 100%;
}

.DateHeader {
    overflow: hidden;
    text-align: center;
    padding: 2px 0px;
    color: Black;
}

.preferences_text {
    width: 19%;
}

.preferences_input {
    width: 52%;
    padding: 4px 10px 0;
}

    .preferences_input input {
        width: 60%;
        padding: 5px 5px;
        border: 1px solid #d6d6d6;
        outline: none;
    }

.system_temperature input[type=radio] {
    margin: 9px 10px;
}

.system_temperature span {
    padding-right: 40px;
}

.smart_plugs {
    margin-top: 10px;
    border-bottom: 0px;
}

a.thermostate {
    color: #94d60a;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 29px 13px 41px;
    transition: all 0.3s ease-in 0.4s;
}

    a.thermostate:hover {
        padding: 11px 37px 13px 55px;
    }

#addthermostat, #deletethermostat, #editthermostat {
    background: #88be1c;
}

.nav_left ul li.icon_system_details a {
    cursor: pointer;
}

.nav_left ul li.icon_preferences a {
    cursor: pointer;
}

.nav_left ul li.icon_smart_plugs a {
    cursor: pointer;
}

.VehicalImage {
    float: left;
    margin: 0px;
    width: 100%;
}

    .VehicalImage img {
        margin: 4px 7px 0;
        max-height: 70px;
        max-width: 28%;
        float: right;
    }

    .VehicalImage .select {
        float: left;
        margin-left: 10px;
        margin-top: 15px;
        width: 56%;
        font-size: 15px;
    }

.VehicalStatus {
    float: left;
    margin: 0px 0;
    width: 100%;
}

.outageType {
    float: left;
}

.GridTableLabel {
    float: left;
    font-size: 15px;
    padding: 8px 10px 8px;
    width: 75%;
    font-weight: normal;
    height: 32px;
    font-family: 'OpenSans-SemiBold';
}

.GridTableData {
    float: left;
    padding: 7px 5px;
    height: 29px;
    width: 25%;
    height: 32px;
    font-size: 16px;
}

.OddColor {
    background: #fff;
}

.EvenColor {
    background: #f4f4f4;
}

.clear_both {
    clear: both;
}

.green_compare {
    bottom: 0;
    float: left;
    margin: 0;
    padding: 5px 0px;
    padding-top: 19px;
    position: absolute;
    width: 20px;
    transition: all 0.3s ease-in 0.3s;
    background-size: 100% auto;
    overflow: hidden;
}

    .green_compare:before {
        content: "\e9c2";
        font-family: scmfonts;
        font-size: 27.5px;
        position: absolute;
        top: -5px;
        left: -4px;
        background: #fff;
        height: 30px;
    }

.gray_compare {
    bottom: 0;
    float: left;
    margin: 0;
    padding: 5px 0px;
    padding-top: 19px;
    position: absolute;
    width: 20px;
    transition: all 0.3s ease-in-out !important;
    background-size: 100% auto;
    overflow: hidden;
}

    .gray_compare:before {
        content: "\e9c2";
        font-family: scmfonts;
        font-size: 27.5px;
        position: absolute;
        top: -5px;
        left: -4px;
        background: #fff;
        height: 30px;
    }

.compare_margin {
    margin: 0;
    right: 0;
}

.compare_section {
    height: 64%;
    margin: 0 auto;
    position: absolute;
    width: 30%;
    bottom: 1px;
    left: 0;
    right: 0;
}

.gas-area canvas {
    display: block;
}

.water-area canvas {
    display: block;
}

.electricity-area canvas {
    display: block;
}

.solargeneration-area canvas {
    display: block;
}

.gas-area span, .water-area span, .electricity-area span, .solargeneration-area span {
    position: absolute;
    left: 0;
    width: 100%;
    top: 119px;
    color: #cfcfcf;
    text-align: center;
    font-size: 16px;
}

    .gas-area span b, .water-area span b, .electricity-area span b, .solargeneration-area span b {
        font-weight: bold;
        color: #53565a;
        font-size: 12px;
    }

.power-plan-selector span {
    display: inline-block;
    padding-top: 5px;
}

#outage_Text_canvas {
    font-size: 11px;
    line-height: 16px;
    padding: 4px 6px;
}

    #outage_Text_canvas .blue {
        font-size: 14px;
        font-weight: normal;
        font-family: 'OpenSans-SemiBold';
        padding: 4px 0px;
        color: #656565 !important;
    }

    #outage_Text_canvas strong {
        color: #006699;
        font-size: 15px;
        padding-right: 5px;
        font-weight: normal;
        font-family: OpenSans-Regular;
    }

.get_notification_outage {
    background: url('../images/red-icon.png') no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    margin: 0 8px 0 0;
    padding: 4px 0;
    text-align: center;
    width: 21px;
}

.no_notification_outage {
    background: url(../images/gray-icon.png) no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    margin: 0 8px 0 0;
    padding: 4px 0;
    text-align: center;
    width: 21px;
}

.EfficiencyRankContainer {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #dadada;
    float: left;
    margin: 10px 3%;
    padding: 0;
    width: 94%;
}

.EfficiencyRankTitle {
    border-right: 1px solid #dadada;
    float: left;
    font-weight: bold;
    padding: 6px 10px;
    width: 30%;
}

.EfficiencyRank {
    border-right: 1px solid #dadada;
    float: left;
    font-size: 20px;
    padding-bottom: 3px;
    padding-left: 13px;
    width: 10%;
}

.EfficiencyRankDetails {
    border-right: 1px solid #dadada;
    float: left;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-top: 6px;
    width: 20%;
}

.EfficiencyRankBottom {
    float: left;
    padding: 7px 10px;
    width: 23%;
}

.time {
    width: 57% !important;
}

.Quiet_Hours_from {
    width: 33%;
    float: left;
}

    .Quiet_Hours_to .schedule_time, .Quiet_Hours_from .schedule_time {
        margin-left: 10px;
        float: right;
        width: 86%;
    }

    .Quiet_Hours_from i, .Quiet_Hours_to i {
        font-style: normal;
        padding-top: 6px;
        display: inline-block;
    }

    .Quiet_Hours_from select {
        width: 19% !important;
        float: left;
        margin: 0px 0px 0px 6px !important;
    }

.Quiet_Hours_to {
    width: 33%;
    float: left;
}

    .Quiet_Hours_to select {
        width: 19% !important;
        float: left;
        margin: 0px 0px 0px 6px !important;
    }

.smart_icons_dash {
    display: block;
    float: left;
    margin: -2px 0 0;
    padding-right: 8px;
}

.ajax__calendar .ajax__calendar_container {
    margin-left: 80px !important;
    margin-top: 30px !important;
}

.card_type_img_popup {
    margin-top: 10px;
    /* border-bottom: 1px solid #e6e6e6;*/
    padding-bottom: 5px;
    width: 86%;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .card_type_img_popup {
        width: 86%;
    }

    input[disabled] {
        -webkit-text-fill-color: #424242;
        -webkit-opacity: 1;
    }

    a#BtnRecharge.pay_now.re_txt1 {
        margin-left: 80%;
        float: left;
    }

    .setting_area .inner-content-log ul li {
        padding: 7px 10px;
    }

    .energy_mid_box.without_sidebar {
        padding-bottom: 2px;
    }

    .usage_listing ul li a {
        padding: 7px 4px;
        min-width: 30px;
        text-align: center;
        font-size: 11px;
    }

    .inner_mid_section {
        height: 80%;
    }


    .right_content_box ul li a[type="G"] {
        margin: 12px 0 7px 0px !important;
    }

    .right_content_box ul li a[type="W"], .right_content_box ul li a[mode="K"] {
        margin: 12px 0 7px -14px !important;
    }

    .right_content_box ul li a[type="K"], .right_content_box ul li a[mode="K"] {
        margin: 12px 0 7px -14px !important;
    }

    .top_section_right {
        width: 55% !important;
    }

    .top_section_left {
        height: 100% !important;
    }

    .top_section_right img {
        height: 110%;
        width: 100%;
    }

    .banner_left_img img {
        max-width: 100%;
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 18px;
    }

    .compare_section {
        height: 58%;
    }

    .compare-area strong {
        margin: 19px 0 0;
    }

    .compare_select_1 {
        top: 42px !important;
    }

    .compare_select_1 {
        width: 99% !important;
    }

    span#divCalender {
        float: left;
        clear: both;
    }

    .power_graph_heading {
        width: 34% !important;
    }

    .power_graph_heading_solar {
        width: 64% !important;
    }

    span.cal {
        clear: none !important;
        float: right !important;
    }

    .program_details_lnk {
        float: left;
        width: 100%;
    }

    .changing_nav {
        display: none;
    }

    .customer-details ul li {
        padding: 0px 0px 0px 7px !important;
    }

    .smart_time_box input[type="text"], .smart_time_box_second input[type="text"] {
        width: 94% !important;
        padding: 5px 8px;
    }

    .setting_area > .inner-content-log > ul > li > span:nth-child(2) {
        max-width: 135px !important;
    }
}

.smart_dish_box .ui-timepicker-table td a {
    width: auto !important;
    padding: 1px !important;
}

#ContentPlaceHolder1_UsageDivHide {
    display: none !important;
}

#lblDueDate {
    display: inline;
}

.PinLabel {
    position: absolute;
    top: 23px;
    left: 23px;
    color: #000;
    display: block;
    width: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.LeftPanel .MessageContainerActive, .LeftPanel .MessageContainer:hover {
    background: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    color: #666;
    cursor: pointer;
    padding: 15px;
}

.MessageContainer, .MessageContainerActive {
    line-height: 18px;
    position: relative;
}

    .MessageContainer .blue {
        font-weight: bold;
    }


    .MessageContainerActive .blue, .MessageContainer:hover .blue, .MessageContainerActive .PinLabel, .MessageContainer:hover .PinLabel {
        color: #29bbae !important;
    }

    .MessageContainer .red {
        color: #fe0000 !important;
    }

.LeftPanel .MessageContainer {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px;
}

.MessageContainer table td, th {
    vertical-align: top;
    padding-right: 10px;
    font-size: 15px;
    padding: 2px 0;
}

@media (min-width:768px) and (max-width:991px) {
    footer .footer-logo {
        margin: 0 !important;
    }

    footer .copy-right {
        text-align: center !important;
        margin: 2px 0px 0px;
    }

    .iphone.iphone_contact {
        text-align: center !important;
    }

    .term_condi_box {
        margin-bottom: -3px !important;
        padding-top: 2px !important;
        text-align: center !important;
    }

    footer .footer-logo.footer-logo {
        width: 100%;
        text-align: center !important;
    }

    #showdetails_effi > .modal-dialog {
        width: 90% !important;
    }

    #showdetails_effi .modal-content {
        width: 100% !important;
    }

    .about_my_home_inner .name-feild {
        padding-right: 15px;
        width: 46% !important;
    }

    .power_graph_heading.power_graph_spanish {
        width: 40% !important;
        margin-left: 0 !important;
    }

    .right_content_box ul li a[type="G"] {
        margin: 12px -3px 7px 0 !important;
    }

    .profile-details table#EbillBtn td, .profile-details table#EbillBtn th {
        padding: 0 !important;
    }

    .radio-button-box-mob {
        width: 75% !important;
    }

    div.nav_left ul li {
        width: auto !important;
    }

        div.nav_left ul li a {
            padding-left: 30px !important;
            padding-right: 30px !important;
            font-size: 14px !important;
        }

    .energy_mid_box .right_content_box {
        height: 99% !important;
    }

    .top_conte_box_mob {
        height: 92% !important;
    }

    .profile_img {
        width: 14% !important;
    }

    .details_box {
        width: 86% !important;
    }

    .profile_img span {
        padding-right: 0px;
    }

    .register_lnk {
        width: 20%;
        padding-left: 0px;
    }

    .details_box .register_lnk ul {
        float: left;
        padding-top: 0px;
    }

        .details_box .register_lnk ul li:first-child {
            padding-left: 0px;
        }

    .current_area ul li {
        min-height: 65px;
    }

        .current_area ul li span {
            font-size: 20px;
        }

        .current_area ul li i {
            font-size: 12px;
        }
}

.gray-box {
    background: #f4f4f4;
    padding: 0.9% 0 0.6% 2.8%;
}

@media only screen and (max-width: 767px) {
    .popup_right_content_area_home select#ddlMonth, .popup_right_content_area_home select#ddlYear {
        width: 26.3% !important;
    }

    .modal-open .modal {
        z-index: 999999999999;
    }

    .modal-open #divPopup {
        z-index: 9999999;
    }

    .modal-open #login_box, .modal-open #select_device {
        z-index: 9999999;
    }

    .usage_listing ul li a {
        padding: 7px 6px;
    }

    .water_score_new_gallon {
        float: left;
        width: 100%;
        margin-top: -10px !important;
    }

        .water_score_new_gallon > ul > li {
            margin: 0 !important;
            padding: 2px 10px !important;
            width: 98% !important;
        }

    html, body form {
        height: 94.5% !important;
    }

    .top_conte_box_mob {
        height: 92% !important;
    }

    .mid-container {
        margin: 20px auto 20px;
    }

    .mid-container {
        padding-bottom: 10px !important;
    }

    footer > .container .iphone.iphone_contact, footer > .container .copy-right {
        margin: 3px 0 0 !important;
        text-align: center !important;
        white-space: normal;
    }

    footer .container .term_condi_box {
        margin: 3px 0 0 0;
        padding: 0;
    }

    footer .footer-logo {
        margin: 0px 0px 4px 0 !important;
        text-align: center;
        float: none;
    }

    .modal-dialog {
        width: 90% !important;
    }

    #accountdetails .profile-details input[type="text"], input[type="password"], textarea {
        width: 75%;
    }

    .changing_nav {
        display: none;
    }

    .navbar-header {
        background: none;
    }

    .logo {
        float: left;
    }

    nav.main_small ul.tabs li a {
        background-image: none !important;
        padding: 6px 0 3px;
    }

        nav.main_small ul.tabs li a span {
            padding: 0 8px !important;
            font-size: 14px;
        }

    .setting_area {
        display: none;
    }

    .header-top {
        padding: 0px;
    }

    .setting_area_arrow {
        position: absolute;
        top: 0;
        left: 45%;
        height: 16px;
        width: 35px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        cursor: pointer;
        z-index: 99999999;
    }

    .mobile_padding {
        padding: 0px;
        margin: 0px 0px 0px -1px;
    }

    .cover_right_top_area {
        width: 100% !important;
        border-top: 2px solid #f4f4f4;
        margin-top: 5px;
    }

        .cover_right_top_area .gis-footprint-area {
            float: left !important;
            width: 100%;
            position: relative;
        }

        .cover_right_top_area .search-area input[type="text"], input[type="password"], textarea {
            width: 94% !important;
        }

    .gis-footprint-area ul li {
        padding: 8px 2px 5px !important;
    }

        .gis-footprint-area ul li:last-child {
            position: absolute;
            right: 5px;
            top: -43px;
        }

    .left_charging_map {
        width: 60% !important;
        min-height: 400px;
    }

    #paymentlocationprelogin_map_canvas {
        min-height: 400px;
    }

    .right_charging_map {
        width: 40% !important;
    }

    .gis-footprint-area {
        float: left;
    }

    .cover_top_area h1 {
        width: 177px;
    }

    .sidebar_toggle.sidebar_toggleEfficiency {
        display: block !important;
    }

    .sidebar_toggle {
        display: none !important;
        cursor: pointer;
        color: #fff;
        line-height: 30px;
        padding: 0px 0px 0px 15px;
        position: relative;
    }

    .energy_mid_box div.sidebar_toggle:before {
        content: "\F35C";
        display: block !important;
        font-family: "Material Design Icons";
        position: absolute;
        right: 10px;
        font-size: 23px;
    }
    /*.nav_left ul li.active {
        background: #184370;
        width: 100%;
    }
        .nav_left ul li a:hover, .nav_left ul li.active a {
            padding-left: 50px;
            width: 100%;
        }

        .nav_left ul li a {
            padding: 7px 0 7px 50px;
            background-position: 20px !important;
        }

        .nav_left ul li.sidebar_demandresponse a {
            background-position: 20px !important;
        }

            .nav_left ul li.sidebar_demandresponse a:hover, .nav_left ul li.sidebar_demandresponse.active a {
                background-position: 20px !important;
            }

        .nav_left ul li a:hover, .nav_left ul li.active a {
            background-position: 20px !important;
        }*/

    .back_notification_btn {
        width: 53% !important;
    }

    .select_chech-box {
        padding-left: 0px;
    }

    .customer-details {
        display: table;
    }

    .current_area ul li {
        overflow: visible;
    }

        .current_area ul li span {
            font-size: 17px;
            line-height: 15px;
        }

        .current_area ul li i {
            font-size: 12px;
            line-height: 12px;
            display: inline-block;
        }

    .buttons_area {
        margin: 0 0 0 0;
    }

    .customer-details ul li {
        padding: 0 0 0 10px;
    }

    .energy_mid_box {
        padding-bottom: 0px;
    }

    .search-area input[type="text"], input[type="password"], textarea {
        width: 94%;
    }

    input[type="text"], input[type="password"], textarea {
        width: 94%;
    }

    .customer_txt_name .topic_box select {
        width: 94.2% !important;
    }

    .TableCellHeaderSearch input[type="text"], input[type="password"], textarea {
        width: 94%;
    }

    .white_div .left-area-tabular, .gray_div .left-area-tabular {
        width: 60%;
    }

    .white_div .right-area-tabular, .gray_div .right-area-tabular {
        width: 35%;
    }

    .Left_Bill_area {
        padding-bottom: 10px !important;
    }

    .dish_washer_heading img {
        width: 34px;
        margin-right: 6px;
        float: left;
        padding: 0 0 10px 2px;
    }

    .dish_washer_heading p {
        font-size: 94.7%;
        padding: 10px 0 0;
    }
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    margin: 1px !important;
    padding: 0 !important;
    font-size: 12px;
    color: #666666 !important;
    font-weight: normal !important;
    text-align: center !important;
}

.ui-widget-header {
    border: 1px solid #fff !important;
    background: #fff;
}

.ui-dialog .ui-dialog-title {
    color: #222;
    font-family: 'OpenSans-SemiBold';
    font-size: 22px;
    min-height: 29px;
    padding-top: 5px;
}
/*.banner_left_img {
    text-align: center;
}*/
.banner_left_img img {
    padding-left: 0;
    margin-top: 0px;
    max-width: 100%;
    border-radius: 0px !important;
}

.discription_pro {
    color: #555555;
    font-size: 16px;
    max-height: 294px;
    line-height: 23px;
    margin: 10px 7px 0 2px;
    overflow: auto;
    padding: 1px 16px 36px;
    text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown-menu .arrow_bdr {
        right: 8px !important;
    }

    .setting_area .inner-content-log ul li {
        padding: 7px 5px;
    }

    .inner-dashboard-area {
        margin: 0.3% 1% 1%;
        width: 48%;
    }

    .discription_pro {
        height: auto !important;
    }

    .inner-dashboard-area-custom3 {
        margin: 0.3% 1% 1%;
        width: 48%;
    }

    .your_budget_text {
        top: 75px !important;
    }

    .your_budget_text1 {
        top: 88px !important;
        left: 33% !important;
    }

    .name-feild {
        width: 25%;
    }

    .banner_left_img img {
        padding-left: 8px;
        padding-right: 8px;
    }
}

input, button, select, textarea {
    line-height: normal;
}

.banner_left_box .carousel-control {
    opacity: 0 !important;
}

    .banner_left_box .carousel-control:hover, .carousel-control:focus {
        opacity: .9 !important;
    }

    .banner_left_box .carousel-control.right {
        background: url('../images/arrow_right_img.png') no-repeat center 50%;
    }

    .banner_left_box .carousel-control.left {
        background: url('../images/arrow_left_img.png') no-repeat center 50%;
    }

@media (max-width: 991px) {
    .padding_L {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.message-written-area {
    margin: 30px 0px 7px;
    border-bottom: 1px solid #e2e2e2 !important;
    padding-bottom: 6px;
}

.register_eff_lnk {
    display: block !important;
    margin-top: 38px;
    position: absolute;
    float: right;
    right: 16px;
    background: none !important;
    line-height: 16px !important;
}

    .register_eff_lnk a {
        background: rgb(148, 212, 1);
        color: #fff;
        padding: 2px 10px;
    }

        .register_eff_lnk a:hover {
            color: #fff;
            text-decoration: underline;
            text-decoration: none;
        }

@media only screen and (min-width: 991px) and (max-width:1024px) {
    .right-dolar-top-area #ddlMultiMeterWater, .right-dolar-top-area #ddlMultiMeter {
        font-size: 9px;
        width: 50px;
    }

    .current_area ul li span {
        font-size: 24px;
    }

    .efficiency_area ul li .content_energy_area h1 {
        white-space: nowrap !important;
        width: auto !important;
        margin-top: 14px !important;
        line-height: 20px;
    }

    .show_hide_details {
        display: table;
    }

        .show_hide_details a {
            float: left;
        }

    .my_account_table .profile-details table td {
        padding: 7px 3px;
    }

    .my_account_table .profile-details input {
        margin-right: 4px !important;
        float: left;
        margin-top: 0px;
    }

    @media all and (-ms-high-contrast:none) {
        .details_box .register_lnk ul li {
            padding: 0 0 0 0 !important;
        }
    }

    .current_area ul li:first-child {
        padding-left: 11px;
    }
}

@media all and (-ms-high-contrast:none) {
    .details_box .register_lnk {
        padding-top: 5px !important;
    }

        .details_box .register_lnk ul li.register_eff_lnk, .details_box .register_lnk ul li:first-child {
            background: none !important;
        }
}

.compare_bill_box {
    display: table;
}

    .compare_bill_box ul li {
        width: 33.33%;
        padding-left: 2%;
    }

.banner_left_img .padding_banner {
    padding-top: 5px;
}

.w2ui-tag {
    z-index: 9999 !important;
}

#w2ui-popup {
    z-index: 9999999999 !important;
}



.banner_left_img embed {
    width: 198px !important;
}

@media (min-width:768px) and (max-width:991px) {

    .details_box .register_lnk {
        padding-bottom: 2px !important;
    }
}

.right_content_box ul li a[type="G"] {
    display: block;
    margin: 12px 8px 7px 25px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="G"] {
    display: block;
    width: 32px;
    height: 31px;
}

.setting_save_box {
    width: 100%;
    border-top: 0px solid #ccc;
    background: #fff;
    padding: 0;
    float: left;
}

    .setting_save_box .buttons_area {
        padding: 0% 0 0%;
        border-bottom: 0px;
        display: flex;
    }

        .setting_save_box .buttons_area .submit-button {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

.compare_graph #chartDiv.budget_chart {
    height: 390px !important;
}

@media (min-width:1500px) and (max-width:3424px) {
    html, body form {
        height: 100%;
    }

    .compare_graph > #chart#chart {
        height: 550px !important;
    }

    .compare_graph #chartDiv.budget_chart {
        height: 500px !important;
    }

    .setting_save_box {
        padding-top: 15px;
    }

    .energy_mid_box .right_content_box {
        height: 99% !important;
    }

    .inner_mid_section {
        height: 85%;
    }

    .top_conte_box_mob {
        height: 90.4% !important;
    }

    .setting_save_box .customer-details.view_bill ul {
        padding-top: 5px;
    }

    .setting_save_box .connect_email_box {
        margin-top: 15px !important;
        padding-top: 12px !important;
    }

    .without_sidebar {
        height: 91% !important;
    }

    .right_content_box_1.right_content_box_1 {
        height: 100% !important;
    }
}

.red_calculator_tbl table {
    width: 100%;
    border: 1px solid#ccc;
}

    .red_calculator_tbl table tr:nth-child(2n+3) {
        background: #f4f4f4;
    }

    .red_calculator_tbl table tr th {
        background: #B8B8B8;
        color: #fff;
        font-weight: bold;
    }

    .red_calculator_tbl table tr td, .red_calculator_tbl table tr th {
        padding: 10px 20px;
        border-left: 1px solid#ccc;
        width: 25%;
    }

.nav_left ul li.marketing_pref a {
    background-size: 20px;
}

    .nav_left ul li.marketing_pref a:hover, .nav_left ul li.marketing_pref.active a {
        background-size: 20px;
    }

#divchangepassword {
    height: 200px;
    width: 370px;
    display: block;
    align-content: center;
    position: absolute;
    visibility: visible;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    background: #fff;
    right: 0;
    bottom: 0;
    margin: auto;
}

#page_loader,
#page_loader1 {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .7;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}
/* Spinner Loader Starts */
.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
    position: absolute;
    z-index: 999999999 !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 24px;
}

    .spinner > .bounceloader {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/* Spinner Loader Ends */

.currency ul li a[mode="MI"] {
    display: block;
    height: 32px;
    margin: 10px 8px 7px 0px;
    text-indent: -3px !important;
}

.currency ul li a.active[mode="MI"] {
    display: block;
    text-indent: -3px !important;
}

.table_dr_pro_1 {
    font-size: 21px;
    color: #E27E3A;
    text-align: center;
    position: relative;
    height: 90%;
    margin: auto;
    top: 40%;
    left: 0;
    right: 0;
    height: 30px;
}

.show_details_right ul li {
    height: auto;
}

@media (min-width:768px) and (max-width:991px) {
    .div_disclaimer {
        width: 71%;
    }

    #ddlAddress.addressDropdown {
        width: 120px !important;
    }
}

.average_usage_header span {
    display: inline-block !important;
    width: auto !important;
}

.average_usage_header img {
    padding-left: 12px;
    margin-top: -10px;
}

.modal {
    text-align: center;
}

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.energy_mid_box .right_content_box {
    float: left;
    height: 97% !important;
    padding-bottom: 0;
    width: 75%;
}

.img_area .img img {
    max-width: 100%;
    width: auto;
    height: 160px;
}

.img_area .img {
    border: 1px solid #ccc;
    float: left;
    overflow: hidden;
    padding: 2px;
    width: 426px;
    text-align: center;
}

.right_efficency {
    background: #f4f4f4 none repeat scroll 0 0;
    float: left;
    margin: 10px 16px 0;
    padding: 7px;
    width: 94.8%;
}

    .right_efficency ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .right_efficency ul li {
            margin: 0;
            padding: 0px 5px;
            float: left;
        }

            .right_efficency ul li:first-child {
                padding-left: 0;
            }

            .right_efficency ul li b {
                font-weight: bold;
                padding-right: 6px;
            }

            .right_efficency ul li span {
                font-weight: normal;
            }

            .right_efficency ul li:first-child {
                padding-top: 0;
            }

.img_area {
    padding: 8px 16px 0;
}

.efficiency_area {
    margin: 0 auto;
    padding: 0;
    width: 99%;
}

    .efficiency_area ul {
        margin: 0px 0px 0px 0%;
        list-style: none;
        padding: 0;
    }

        .efficiency_area ul li {
            background: #fff none repeat scroll 0 0;
            box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
            float: left;
            height: 320px;
            padding: 0;
            position: relative;
            border: 1px solid #ececec;
            width: 32.33%;
            margin: 10px .5%;
        }

@media all and (-ms-high-contrast:none) {
    input[type="checkbox"] {
        border: 0 !important;
        background: none !important;
        width: auto !important;
    }

    .efficiency_area ul li .top_div_img {
        margin: 0;
        padding: 0;
        width: 100%;
        clear: both;
    }
}

.efficiency_area ul li .top_div_img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 115px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    float: left;
}

    .efficiency_area ul li .top_div_img img {
        max-width: 100%;
        height: 115px !important;
        width: auto;
    }

.efficiency_area ul li .content_energy_area {
    margin: 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: 203px;
    float: left;
}

@media all and (-ms-high-contrast:none) {
    .efficiency_area ul li .content_energy_area {
        margin-top: 50px;
    }

    .energy_mid_box .right_content_box {
        height: 100% !important;
    }

    .foo {
        color: green;
    }

    *::-ms-backdrop, .efficiency_area ul li .content_energy_area {
        margin-top: 0px;
    }
}

#showdetails_effi .modal-body {
    padding: 1px 0 2px !important;
    position: relative;
}

.efficiency_area ul li .content_energy_area h1 {
    border: 0;
    color: #237CA9;
    font-size: 17px;
    font-weight: normal;
    margin: 0 12px 10px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
    line-height: normal;
}

.textDesc span#desctext {
    font-size: 14px;
}

.efficiency_area ul li .content_energy_area h2 {
    margin: 0px 0px 4px;
    padding: 0;
    color: #56565a;
    font-size: 14px;
    font-weight: normal;
}

.efficiency_area ul li .content_energy_area p {
    margin: 0;
    padding: 0px 11px;
    color: #555555;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
}

.efficiency_area ul li .content_energy_area.content_energy_area p a {
    border: 0px !important;
    padding-left: 0px !important;
}

.efficiency_area ul li .content_energy_area p a:hover {
    text-decoration: none;
}

.efficiency_area ul li .content_energy_area p a:after {
    font-family: 'FontAwesome';
    font-size: 13px;
    position: absolute;
    font-weight: normal;
    left: 90px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    font-weight: normal;
    border: 1px solid #43a7d8 !important;
    border-radius: 50%;
    padding: 0px 0 0 2px;
    margin: 0px 0 0 0;
    text-align: center;
    color: #43a7d8 !important;
    vertical-align: middle;
}

.efficiency_area ul li .content_energy_area .like_area {
    float: left;
    margin: 3px 0px 7px;
    padding: 0;
    width: 100%;
}

    .efficiency_area ul li .content_energy_area .like_area img {
        text-align: left;
    }

.efficiency_area ul li .content_energy_area .added_vote_area {
    margin: 0;
    padding: 0;
    float: left;
}

    .efficiency_area ul li .content_energy_area .added_vote_area ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        .efficiency_area ul li .content_energy_area .added_vote_area ul li:first-child {
            border: 0;
            padding-left: 0;
        }

        .efficiency_area ul li .content_energy_area .added_vote_area ul li {
            color: #666666;
            float: left;
            height: auto;
            width: auto;
            box-shadow: none;
            font-weight: normal;
            border-bottom: 0;
            border-left: 0px solid #666666;
            border-top: 0;
            background: none;
            border-right: 0;
        }

.register a {
    margin: 0;
    padding: 5px 7px 4px;
    border-radius: 0px;
    text-decoration: none !important;
    color: #fff !important;
    float: right;
    display: block;
    background: #43a7d8;
    text-transform: capitalize;
    font-size: 12px;
    outline: none;
}

    .register a.btn-disable {
        padding: 5px 4px 4px;
    }

    .register a:hover {
        background: #7c7c7c;
    }

.bottom_efficiency {
    width: 100%;
    float: left;
    margin-bottom: 0;
    background: #f5f5f5;
}

#change-pwd-divPopup .strengthdiv {
    margin-bottom: -20px;
}

.calenar_sec_wrap {
    width: 59% !important;
}

    .calenar_sec_wrap > label.lbl_txt_clndr {
        margin-left: 10px !important;
    }

    .calenar_sec_wrap > input {
        max-width: 160px !important;
    }

@media (min-width:993px) and (max-width:1024px) {
    ul.MailListing {
        height: 545px;
    }

    .register a {
        background: #88be1c none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        display: block;
        float: right;
        font-size: 11px;
        margin-right: 0px;
        margin-top: 6px;
        outline: medium none;
        padding: 5px 6px 4px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .efficiency_area ul li .content_energy_area .added_vote_area ul li {
        border-bottom: 0 none;
        border-left: 1px solid #666666;
        box-shadow: none;
        color: #666666;
        float: left;
        font-size: 11px;
        font-weight: bold;
        height: auto;
        line-height: 7px;
        margin: 6px 0 0;
        padding: 5px 4px;
        width: auto;
    }

    .iphone.iphone_contact {
        padding-left: 60px !important;
        white-space: nowrap;
    }
}


.nav_left ul li.icon_colling a {
    background-size: 19px 20px !important;
}

    .nav_left ul li.icon_colling a:hover, .nav_left ul li.icon_colling.active a {
        background-size: 19px 20px !important;
    }

.nav_left ul li.icon_home_ofc a {
    background-size: 21px 21px !important;
}

    .nav_left ul li.icon_home_ofc a:hover, .nav_left ul li.icon_home_ofc.active a {
        background-size: 21px 21px !important;
    }


.kitchen_right_box {
    height: 97% !important;
}

.shopping_main_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shopping_main_box {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .shopping_main_box ul li {
        margin: 20px 0 0 22px;
        padding: 0;
        float: left;
        background: #fff;
        width: 30%;
        height: 335px;
        display: block;
        border: 1px solid #e2e2e2;
        box-shadow: 0 0 6px #ccc;
    }

.off_right_box {
    background: url(../images/pro_off_img.png) no-repeat right top;
    width: 100%;
    text-align: right;
    float: right;
    height: 28px;
}

    .off_right_box span {
        width: 82px;
        text-align: left;
        float: right;
        line-height: 28px;
        color: #fff;
        background: #19699c;
    }

.product_img_box {
    border-bottom: 1px solid #ededed;
    float: left;
    width: 100%;
    text-align: center;
}

    .product_img_box img {
        text-align: center;
        height: 137px;
        margin: 15px 0;
        max-width: 100%;
    }

.pro_details {
    padding: 10px 10px 4px;
    width: 100%;
    float: left;
    color: #57565b;
    font-size: 14px;
    position: relative;
}

    .pro_details b {
        font-size: 24px;
    }

.star_rating_box2 {
    padding-left: 10px;
}

    .star_rating_box2 img {
        width: 26px;
    }

.prod_list {
    padding: 10px;
    border-bottom: 1px solid #EDEDED;
}

.name_listing {
    padding-left: 20px;
}

    .name_listing input[type="checkbox"] {
        position: relative;
        top: 2px;
    }

    .name_listing span {
        font-size: 14px;
    }

    .name_listing b {
        font-size: 18px;
        display: block;
        padding: 15px 0 0px 31px;
        font-weight: normal;
    }

.star_right_img {
    position: absolute;
    right: 5px;
    top: 5px;
}

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /*width: inherit;
    height: inherit;*/
    margin: 0 auto;
    pointer-events: all;
    float: left;
}

#select_device .modal-content {
    width: 100%;
    height: 100%;
}

.cross {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 31px;
    text-align: right;
    width: 31px;
}

.header-modal {
    float: left;
    text-align: right;
    width: 100%;
}

.popup-body {
    float: left;
    width: 100%;
}

.right-column-section-area {
}

.wrapper-mains {
    float: left;
    width: 100%;
}

.wrapper-mains-left {
    float: left;
    width: 40%;
    padding: 0px 40px;
}

.wrapper-mains-right {
    float: left;
    width: 60%;
    padding: 0px 10px;
}

.left-ar {
    float: left;
    width: 35%;
}

    .left-ar > h1 {
        color: #666;
        font-family: helvetica;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
    }

    .left-ar > h3 {
        color: #888;
        font-family: helvetica;
        font-size: 15px;
        font-weight: bold;
        margin: 0;
    }

.right-ar {
    float: right;
    width: 57%;
}

.rebates-prices {
    background: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    position: relative;
    width: 49%;
}

    .rebates-prices > span {
        bottom: 0;
        color: #fff;
        font-size: 18px;
        left: 30px;
        position: absolute;
        top: 8px;
    }

.right-ar .exclusive {
    color: #888;
    display: block;
    float: left;
    position: relative;
    width: 43%;
    font-size: 12px;
}

    .right-ar .exclusive::after {
        background: rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        height: 24px;
        position: absolute;
        right: -18px;
        top: 0;
        width: 25px;
    }

.wrapper-sector {
    float: left;
    padding: 0 0 10px;
    width: 100%;
}

.btn-purchase {
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 7px 25px;
    border-radius: 3px;
}

    .btn-purchase:active, .btn-purchase:hover, .btn-purchase:focus {
        color: #fff;
        font-size: 18px;
        padding: 7px 25px;
        border-radius: 3px;
    }

.text-formatter {
    display: block;
    color: #888;
    font-size: 11px;
    margin: 5px 0;
}

.main-formatter {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
}

.rating-star {
    float: left;
    padding: 5px 0;
}

    .rating-star > li {
        float: left;
        height: 26px;
        width: 28px;
    }

.rating-text {
    color: #888;
    line-height: 35px;
    margin: 0 8px;
}

.left-details {
    float: left;
    width: 70%;
}

    .left-details > p {
        margin: 0;
        color: #666666;
    }

    .left-details > a {
        font-size: 11px;
        text-decoration: underline;
        position: relative;
    }

    .left-details > h5 {
        color: #666666;
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        margin: 0;
    }

.right-details {
    float: left;
    width: 30%;
}

#changePwdPopup #pwdError {
    float: left;
    margin: -27px 13% 10px;
    line-height: 22px;
    position: relative;
    width: auto;
}

.customer-details.view_bill {
    width: 12% !important;
    white-space: nowrap;
}

#disclaimer {
    float: left;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 24px !important;
}

@media (min-width:1700px) and (max-width:2100px) {
    .energy_mid_box .nav_left {
        width: 20%;
    }

    .energy_mid_box .right_content_box {
        width: 80%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .efficiency_area > ul > li {
        width: 43.2% !important;
    }

    #changePwdPopup #pwdError {
        margin: -45px -5% 10px !important;
    }
}
/* Edited by prashant */

.div_disclaimer {
    display: block;
    float: left;
    padding: 10px 15px 0px;
}

.no_img_css {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.modal-header > button {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header > .closepopup {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}

@media only screen and (min-width:300px) and (max-width:767px) {


    /* 9x build css */
    .modal-content {
        padding: 25px !important;
    }

    .energy_mid_box .nav_left {
        position: absolute;
        z-index: 99999;
        background: #fff;
    }

        .energy_mid_box .nav_left ul {
            flex-direction: row;
            margin: 0;
            border-top: 0px solid #B4B4B4;
            border-bottom: 0px solid #B4B4B4;
            display: inline-flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            width: 100%;
            float: left;
            text-align: left;
        }

            .energy_mid_box .nav_left ul li {
                width: 100% !important;
            }

                .energy_mid_box .nav_left ul li a {
                    padding: 10px 20px !important;
                }

    ul li.efficency a {
        outline: none !important;
    }

    div#w2ui-popup {
        z-index: 9999999;
    }

    .logo_universal {
        display: block !important;
    }

    .modal .modal-dialog {
        max-width: 100% !important;
    }

    .modal .modal-content {
        width: 100% !important;
    }

    .entr_pay_sec {
        font-size: 12px !important;
    }

        .entr_pay_sec .entr_left_sec, .entr_pay_sec .entr_right_sec,
        .entr_pay_method .entr_box_comm_right, .entr_pay_method .entr_box_comm_left {
            width: 100% !important;
        }

    .entr_pay_method .entr_box_comm_right, .entr_pay_method .entr_box_comm_left {
        margin-bottom: 5px;
    }

    .entr_pay_method {
        margin-bottom: 0;
        border-bottom: 0px solid #e4e4e4;
    }

    .tras_txt, .addnew_pay_method {
        padding: 5px 5px !important;
    }

    .entr_pay_sec input[type="radio"] {
        margin-right: -1px !important;
    }

    #PopUpField .full_width_input_sec {
        width: 93% !important;
        float: left;
        margin: 0px 0px 0;
        padding-left: 7px !important;
    }

    .nav_left ul li:before {
        bottom: 0px;
    }

    .nav_left ul {
        border-top: 1px solid #fff;
    }

    .shopping_main_box > ul {
        float: left;
        width: 100%;
        padding: 0px 15px;
    }

        .shopping_main_box > ul > li {
            width: 100% !important;
            margin: 10px 0;
        }

    .multiselect.dropdown-toggle > .multiselect-selected-text {
        float: left;
        width: 90%;
        overflow: hidden;
    }

    .logo_large {
        margin-left: 0px !important;
    }

    .div_disclaimer.div_disclaimer, #div_disclaimer, #disclaimer, #disclaimerMoveIn {
        border-bottom: 1px solid #ccc;
        float: left;
        margin-bottom: 15px;
        padding: 0 0 15px 0;
        width: 100%;
        font-size: 14px;
        line-height: 22px !important;
    }

    .setting_area {
        position: absolute;
        background: #f5f2f2;
        width: 100%;
        left: 0;
        z-index: 9999999;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding-top: 12px;
    }

    .wrapper_dd, .dropdown dd ul {
        width: 100% !important;
    }

    #div_disclaimer, #disclaimer {
        margin-top: 0px;
        padding: 1px 10px !important;
        width: 100% !important;
    }

    .customer-details.view_bill {
        padding-top: 0 !important;
    }

    .inner_mid_section {
        margin-top: 15px;
    }

    .type_of_wash_temp, #txt_Slider_railElement.ajax__slider_h_rail {
        width: 76% !important;
    }

    #txtlight_railElement.ajax__slider_h_rail {
        width: 75% !important;
    }

    .smart_time_box input[type="text"], .smart_time_box_second input[type="text"] {
        font-size: 11px;
    }

    #showdetails_effi .modal-header .modal-title {
        line-height: 28px;
        min-height: 27px;
    }

    #showdetails_effi .modal-header .close {
        margin-top: 1px;
    }

    .sec_ques_box input, .sec_ques_box select {
        margin-left: 0 !important;
        width: 95% !important;
    }

    .modal-header > button {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
    }

    .modal-header > .closepopup {
        color: #000;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        opacity: 1 !important;
        text-shadow: 0 1px 0 #fff;
    }

    .modal-header > button {
        margin-top: -1px;
    }

    #nofile {
        top: 6px !important;
    }

    .message-written-area {
        border: 0 !important;
        clear: inherit;
        float: left;
        margin: 0 0 0 23px;
        width: 80% !important;
    }

    .back_notification_btn > div:nth-child(1) {
        width: 40px !important;
    }

    .back_notification_btn > .InboxIcons {
        margin: 0px;
        padding: 0;
    }

    .service_text > p, .service_fill_box > p {
        font-size: 11px;
        margin: 0;
        padding: 10px 0 0;
    }

        .service_fill_box > p > input[type="text"], .service_fill_box > p.reason_select > select, .service_fill_box > select {
            width: 88% !important;
        }

    .energy_mid_box .right_content_box {
        height: auto;
        width: 100%;
    }

    .efficiency_area > ul > li {
        width: auto !important;
    }

    .EfficiencyRankBottom {
        float: left;
        padding: 7px 10px;
        width: 25%;
        height: 70px;
    }

    .EfficiencyRankDetails {
        border-right: 1px solid #dadada;
        float: left;
        height: 70px;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-top: 6px;
        width: 30%;
    }

    .EfficiencyRank {
        border-right: 1px solid #dadada;
        float: left;
        font-size: 20px;
        height: 70px;
        padding-bottom: 3px;
        padding-left: 13px;
        width: 15%;
    }

    .EfficiencyRankTitle {
        border-right: 1px solid #dadada;
        float: left;
        font-weight: bold;
        height: 70px;
        padding: 5px 10px;
        width: 30%;
    }

    footer {
        position: relative;
        padding: 0;
    }

    input, button, select, textarea {
        line-height: inherit;
    }

    .VehicalImage > select.select {
        margin-left: 15px;
    }

    .set_bill_noti a {
        font-size: 12px !important;
    }

    .set_bill_noti .icon_bell_icon {
        padding: 3px 3px 6px !important;
    }
}

.mng_acc_sele {
    width: 100%;
    float: left;
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: bold;
    line-height: 42px;
    color: #53565a;
    font-family: 'OpenSans-SemiBold';
}

table.marketing_tbl {
    width: 100%;
}

.prefence_data_area {
    font-size: 1.16em;
}


    .prefence_data_area > p {
        padding: 0px 15px;
    }

table.marketing_tbl tr:nth-child(2n+1) {
    /* background: #ffdab9;*/
}

table.marketing_tbl tr td {
    padding: 0 20px;
}

p > span.newbutton {
    float: left !important;
    font-size: 16px;
    line-height: 23px;
    padding: 3px 11px !important;
    background: #88be1c none repeat scroll 0 0 !important;
    margin-right: 10px;
    color: #fff;
}

p > span.newbutton_outer {
    float: left !important;
    font-size: 16px;
    width: 132px;
    line-height: 23px;
    padding: 3px 11px !important;
    margin-top: -6px;
    color: #fff !important;
    position: relative;
    z-index: 99;
    border: 1px solid #88be1c !important;
}

#notificationLoader > .notification-area > a:nth-child(even) {
    background-color: #f4f4f4;
    float: left;
    width: 100%;
    display: block;
}

#notificationLoader > .notification-area > a:nth-child(odd) {
    background-color: #ffffff;
    float: left;
    width: 100%;
    display: block;
}

.target_goal_text {
    float: left;
    width: 100%;
    text-align: center;
}

    .target_goal_text > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: auto !important;
    }

        .target_goal_text > ul > li {
            display: inline-block !important;
            width: auto;
            border: 0px !important;
            margin: 5px 30px 21px 30px;
            padding: 0px !important;
            font-size: 14px;
        }

            .target_goal_text > ul > li > .GraphLegend_data_low {
                font-size: 14px;
            }

.lgnd_box {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

    .lgnd_box > ul {
        float: right;
        margin: 0;
        padding: 0;
        background: #f4f4f4;
    }

        .lgnd_box > ul > li {
            width: auto;
            float: left;
            padding: 10px 16px 7px;
        }

.ui-widget-header.ui-widget-header {
    color: #53565a;
    font-family: 'OpenSans-SemiBold';
    font-size: 19px;
    font-weight: normal;
    padding-left: 14px !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left;
    width: 100%;
    border: 0px;
}

.ui-dialog-buttonset > button {
    border: 0 !important;
    border-radius: 0px !important;
    float: right;
    font-size: 16px !important;
    padding: 6px 15px !important;
    text-align: center;
    font-weight: normal;
    width: 48%;
    display: inline-block;
    margin: 10px 1% 10px 1% !important;
}

.ui-dialog-buttonset > button {
    background: none !important;
    border: solid 0px #237ca9 !important;
    width: auto;
    font-family: 'OpenSans-SemiBold';
}

.ui-widget-content {
    border: 0px solid #d0d0d0 !important;
    box-shadow: none !important;
}

.ui-widget {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: 0px !important;
    border-top: 0px !important;
    padding: 0px 10px !important;
}

.ui-corner-all {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.inner_mid_con {
    box-shadow: none !important;
    background: none;
}

.add_account_btn {
    float: right;
}


    .add_account_btn > a {
        float: right;
        padding: 5px 14px;
        margin-right: 10px;
        text-decoration: none !important;
        margin-top: -3px;
        margin-bottom: -3px;
        font-weight: bold;
        border-radius: 3px;
        font-size: 16px;
    }

        .add_account_btn > a:before {
            content: "\f067";
            padding-right: 10px;
            font: normal normal normal 14px/1 FontAwesome;
            position: relative;
            top: 1px;
        }

.ddmultimeter_select.ddmultimeter_select {
    margin-top: 5px;
    margin-left: 4px;
    font-size: 11px;
    height: 21px;
    width: 60px;
}

.right-dolar-top-area #ddlMultiMeterWater, .right-dolar-top-area #ddlMultiMeter {
    width: 65px;
}

.strengthdiv {
    width: 94% !important;
}

.ddmultimeter_select1 {
    margin-top: -35px;
    float: right;
}

.ieBtn {
    float: left !important;
    font-size: 16px;
    padding: 4px 11px !important;
    font-weight: bold !important;
}

    .ieBtn :focus {
        padding: 4px 11px !important;
        height: 30px;
    }

.term_condi_box {
    padding-top: 4px;
}

    .term_condi_box a {
        outline: none;
    }

.text_align_box {
    padding: 0 10px 5px;
    width: 100%;
    float: left;
    text-align: justify;
    word-wrap: break-word;
    font-size: 16px;
}

.open > .dropdown-menu {
    animation-name: fadeAnimation;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeAnimation;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeAnimation;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }

    to {
        opacity: 1;
        top: 100%;
    }
}

@-webkit-keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }

    to {
        opacity: 1;
        top: 100%;
    }
}

.dropdown ul.dropdown-menu > li .setting_header:before {
    content: "\f013";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding-right: 7px;
    position: relative;
    top: 0;
    line-height: 1;
    vertical-align: middle;
}

.dropdown ul.dropdown-menu > li .chang_pwd_header:before {
    content: "\f023";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding-right: 10px;
    position: relative;
    top: 0px;
    line-height: 1;
    vertical-align: middle;
}

.dropdown ul.dropdown-menu > li .chang_uid_header:before {
    content: "\f007";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding-right: 9px;
    position: relative;
    top: 0;
    line-height: 1;
    vertical-align: middle;
}

.dropdown ul.dropdown-menu > li .forget_me_header:before {
    content: "\f235";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding-right: 4px;
    position: relative;
    top: 0;
    line-height: 1;
    vertical-align: middle;
    left: -2px;
}

.dropdown-menu .arrow_bdr {
    border-color: transparent transparent rgba(0, 0, 0, 0.3);
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    right: 15px;
    position: absolute;
    top: -9px;
    width: 0;
    z-index: 999;
}

.sec_font {
    font-size: 12px;
    font-weight: bold;
}

.jcr > span + span {
    border: solid 1px #cfcfcf;
    padding: 3px 10px;
    display: inline-block;
    min-width: 250px;
    border-radius: 3px;
    font-size: 16px;
}

p.accept {
    font-size: 16px;
}

.jcr > span:nth-child(1) {
    padding: 5px 0px;
    display: inline-block;
    width: 20%;
    min-width: 150px;
    margin: 5px 0;
    font-weight: bold;
}

ul.txt_jcr {
    list-style-type: disc;
    list-style: disc;
}

    ul.txt_jcr > li {
        padding: 5px 0px;
        border: 0;
        list-style-type: disc;
        list-style: disc;
        list-style-position: inside;
        display: inline-grid;
        display: -webkit-inline-grid;
        font-size: 15px;
    }

        ul.txt_jcr > li > ul {
            padding: 0px 20px;
        }

            ul.txt_jcr > li > ul > li {
                padding: 5px 0px;
                border: 0;
                list-style-type: disc;
                list-style: disc;
                list-style-position: inside;
                display: inline-grid;
                display: -webkit-inline-grid;
            }

aside.heading_level {
    background-color: #f4f4f4;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.nav_left ul li.icon_label_pay a {
    background-size: 28px 28px !important;
}

    .nav_left ul li.icon_label_pay a:hover, .nav_left ul li.icon_label_pay.active a {
        background-size: 28px 28px !important;
    }

#configure_payment .modal-body {
    padding: 10px 0px;
}

.footertextes p {
    display: block;
    font-size: 15px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}

#configure_payment i {
    padding-top: 6px;
    font-style: normal;
    display: inline-block;
}

.footertextes p span {
    float: left;
    font-weight: bold;
}

.frightbtn {
    float: right;
}

#configure_payment .modal-footer.footertextes {
    clear: both;
}

.modal-footer {
    border: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

#configure_payment .modal-content {
    padding-bottom: 0;
}

.help_icon_img.help_icon_img {
    font-size: 24px !important;
    text-decoration: none;
}
/*-- Edited by Pradeep for Dashboard Css --*/
div.defadd, div.defpay, #defPaprlessBill {
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding: 9px;
    margin-top: 10px;
}

#Module6 #notificationLoader .left-area-tabular {
    padding: 5% 4% 2% !important;
}

#defPaprlessBill {
    margin-bottom: 10px;
}

.head_icon_flat {
    display: none;
}

.modern_theme {
    display: none;
}

.gen_theme {
    display: inline-block;
}

.cal_img_btn {
    width: 24px;
    height: 23px;
    border: 0 !important;
    outline: none;
    margin-top: -7px !important;
    display: inline-block;
    outline: none !important;
}

.nav_left ul li.Marketplace_icon a {
    background: rgba(0, 0, 0, 0);
}

    .nav_left ul li.Marketplace_icon a:hover, .nav_left ul li.Marketplace_icon.active a {
    }

.pro_details {
    padding-right: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.electric_vehicle_box.ev_tbl_box {
    width: 100% !important;
    padding-left: 9px;
}

.electric_vehicle_box.electric_vehicle_box.ev_tbl_box table tr td {
    width: 32%;
    padding: 5px 0;
}

.electric_vehicle_box.electric_vehicle_box.ev_tbl_box table tr td {
}

.right-area-tabular-ev .add_account_btn.add_account_btn > a {
    padding: 3px 8px;
    float: none;
    display: inline-block;
}

.text_width_box {
    width: 100%;
    float: left;
}

.currency.compare_nav.ratest_line_box {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

#content_energy_area span {
    word-wrap: break-word;
}

.currency.compare_nav.ratest_line_box #divconfigusage span {
    white-space: nowrap;
}

@media (min-width:300px) and (max-width:450px) {
    .setting_area .dropdown-menu.dropdown-menu li a {
        font-size: 12px !important;
    }
}

@media (min-width:300px) and (max-width:380px) {
    .energy_mid_box .right_content_box {
        height: 96%;
    }
}

.tablet-view h3 span.icon {
    display: none;
}

.textrenderer > ul > li > a {
    background-image: none;
}

    .textrenderer > ul > li > a:hover {
        background: none;
    }

    .textrenderer > ul > li > a:before {
        font-family: 'scmfonts' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 21px;
        position: absolute;
        left: 10%;
        top: 8px;
        color: #30afdc;
    }

    .textrenderer > ul > li > a:hover:before, .textrenderer > ul > li.active > a:before {
        color: #ffffff;
    }

.smart_camera > a:before {
    content: '\e95c';
}

.smart_lightbulb > a:before {
    content: '\e95d';
}

.smart_locker > a:before {
    content: '\e95a';
}

.smart_sprinkler > a:before {
    content: '\e95b';
}

.smart_wallplug > a:before {
    content: '\e959';
}

.smart_switchlight > a:before {
    content: '\e964';
}

.smart_motionsensors > a:before {
    content: '\e960';
}

.nav_left ul li.smart_thermostat a {
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_thermostat a:hover, .nav_left ul li.smart_thermostat.active a {
        background-size: auto 23px !important;
    }

.nav_left ul li.smart_hubs a {
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_hubs a:hover, .nav_left ul li.smart_hubs.active a {
        background-size: auto 23px !important;
    }

.nav_left ul li.smart_remotes a {
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_remotes a:hover, .nav_left ul li.smart_remotes.active a {
        background-size: auto 23px !important;
    }

.nav_left ul li.smart_doorsensors a {
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_doorsensors a:hover, .nav_left ul li.smart_doorsensors.active a {
        background-size: auto 23px !important;
    }

.scmfonts_base {
    font-family: 'scmfonts' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
}

.icon_plus_circle {
}

    .icon_plus_circle:before {
        content: '\e937';
    }

.add_device_btn {
    float: right;
    background-color: #61d49b;
    color: #fff;
    padding: 6px 0px;
    margin: 6px 10px 0 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
}

    .add_device_btn:hover {
        text-decoration: none;
        color: #fff;
    }

    .add_device_btn > span {
        vertical-align: middle;
        padding: 0px 10px;
    }

    .add_device_btn > .icon_plus_circle {
        vertical-align: middle;
        padding: 5px 5px;
        background: #52c58a;
        border-radius: 3px 0 0 3px;
        font-size: 18px;
    }

.smarthome_headicon {
    vertical-align: middle;
    font-size: 26px;
    overflow: hidden;
    color: #30afdc;
}

    .smarthome_headicon:before {
        content: '\e8a2';
    }

.smarthome_containers {
    float: left;
    width: 100%;
}

ul.smarthome_containers > li {
    border: solid 1px #cfcfcf;
    width: 31.5%;
    padding: 0px;
    display: inline-block;
    margin: 0 5px 0 5px;
}

.sh_buttonsarea {
    float: left;
    width: 100%;
    padding: 10px 10px;
    height: 43px;
    background: #fafafa;
}

    .sh_buttonsarea > .sh_switcherbtn {
        float: left;
        width: 50%;
    }

    .sh_buttonsarea > .sh_infobtn {
        float: right;
        width: 50%;
        text-align: right;
    }

        .sh_buttonsarea > .sh_infobtn > a {
            text-decoration: none;
        }

ul.smarthome_containers > li > .sh_container {
    float: left;
    width: 100%;
    text-align: Center;
}

.sh_container img {
    height: 120px;
}

ul.smarthome_containers > li > .sh_textareas {
    float: left;
    width: 100%;
    text-align: Center;
    min-height: 45px;
    background: #fafafa;
    padding: 12px;
}

    ul.smarthome_containers > li > .sh_textareas > span {
        font-size: 15px;
        vertical-align: middle;
        font-weight: bold;
    }

.excalm_icon:before {
    content: '\e9b1';
}

.sh_infobtn i {
    font-size: 25px;
}

span.on-off-text {
    display: block;
    padding: 10px 0;
    font-weight: bold;
    color: #cfcfcf;
}

span.on_type {
    color: #00c4ff;
}

.cross2_icon {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 1px;
}

    .cross2_icon:before {
        content: '\e86d';
    }

ul.tablet_buttons {
}

    ul.tablet_buttons > li {
    }

        ul.tablet_buttons > li > a {
            background: #00c4ff;
            color: #fff;
        }

#ElectricVehicleContainer .VehicalStatus > div {
    white-space: nowrap;
}

.i_agree_txt_left {
    padding: 12px 15px;
    float: left;
    width: 100%;
}

input[type="checkbox"].acknowledgement {
    margin-top: 2px !important;
}

.i_agree_txt_left input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 9px !important;
}

.visit_lnk_btn.visit_lnk_btn, .visit_lnk_btn:hover, .visit_lnk_btn:focus {
    text-align: center;
    width: 217px !important;
    background: #43a7d8;
    display: block;
    color: #fff;
    padding: 4px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
}

#change-userid-divPopup .tooltip-inner {
    text-align: left;
}

@media all and (-ms-high-contrast:none) {
    #w2ui-popup .w2ui-msg-body {
        overflow: inherit !important;
    }
}

.column_to_right_sec {
    float: left;
}

    .column_to_right_sec > div {
        padding-left: 8px;
        font-size: 13px;
        font-weight: bold;
        margin-top: 15px;
    }

#PopUpField .modal-body.popup_area_home {
    display: table;
    padding-bottom: 0px;
}

#PopUpField .profile-details {
    width: 100%;
}

.about_my_home_popup {
    max-height: 468px;
    overflow: auto;
}

.f-width hr {
    background: none !important;
}

.nodata_dash_box {
    top: 50px;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    overflow: auto;
    position: relative;
    height: 162px;
    font-weight: normal;
    font-family: OpenSans-SemiBold;
    font-size: 12px;
    float: left;
    width: 100%;
}

.form_filed_wrapper #nofile {
    width: 75%;
    line-height: 21px;
    margin-bottom: -16px;
    font-style: italic;
    font-size: 11px;
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 1px !important;
    white-space: nowrap;
}

.form_filed_wrapper #btnRemoveFile {
    float: left;
    margin-bottom: -13px;
}

.ui-datepicker {
    z-index: 999999999 !important;
}

.w2ui-tag.w2ui-tag-length .w2ui-tag-body {
    white-space: normal;
    width: 270px;
    white-space: pre-line;
}

.wickedpicker {
    z-index: 999999;
}

.tooltip.msgWidth, .tooltip.msgWidth .tooltip-inner {
    width: 550px !important;
    max-width: 550px !important;
}

.clear_btn_contact {
    margin-bottom: 10px;
}

#changeUIbody .popup_area_home {
    width: 92.3% !important;
}

.download_data_box {
    padding-top: 15px;
}

.download_data_box {
    width: 50%;
    float: left;
}

.choose_per_box {
    padding-bottom: 5px;
}

.date_pic_txtbox {
    width: 100%;
    float: left;
    margin-bottom: 23px;
    position: relative;
}

    .date_pic_txtbox > input {
        width: 95%;
    }

.date_select_txtbox {
    position: relative;
    right: 10px;
    width: 25px;
    height: 24px;
    top: 7px;
    margin-left: -17px;
    float: left;
    margin-top: -21px;
}

.pop_greenbtn_footer {
    PADDING: 10px;
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
    float: left;
    width: 100%;
}

.pop_para_footer {
    padding: 10px 15px;
    text-align: justify;
    border-top: 1px solid #f4f4f4;
    clear: both;
}

.export_imt_left {
    float: left;
    padding-right: 10px;
    padding-left: 8px;
}

.green_btn_form .ajax__calendar .ajax__calendar_container {
    margin-top: 0px !important;
}

.pop_greenbtn_footer #lnkGreenBtn-popup {
    float: left;
    cursor: pointer;
}

.green_lbl_txt {
    padding-top: 5px;
}

@media (min-device-width:1368px) and (min-device-height:912px) and (min-resolution: 192dpi) {
    @supports (-ms-ime-align:auto) {
        .currency ul li input[value="Compare Me"] {
            background-size: auto !important;
        }
    }
}

.w2ui-tag.w2ui-tag.req_err .w2ui-tag-body.w2ui-tag-body {
    bottom: -14px;
    left: -9px;
}

.w2ui-tag.req_err .w2ui-tag-body.w2ui-tag-body:before {
    border-top: 5px solid transparent;
    border-right: 5px solid rgba(60,60,60,.82);
    border-bottom: 5px solid transparent;
    margin: 2px 0 0 -15px;
    left: 10px;
    bottom: 3px;
}

.pro_ico_top {
    height: 18px;
    float: left;
    text-align: center;
}

.submit-button.submit-button, .btn-default-login-submit.btn-default-login-submit.btn-default-login-submit,
.registration_btn.registration_btn.registration_btn, p > span.newbutton_outer.newbutton_outer,
.start_btn.start_btn > input[type="submit"], .continue_button.continue_button a, .btn-default-login.btn-default-login, .clear_btn_contact.clear_btn_contact, .add_account_btn > a {
    text-decoration: none;
    transition: ease-in 0.3s;
    border-radius: 3px !important;
    font-weight: normal !important;
    font-family: OpenSans-Regular;
    text-transform: uppercase;
}

    .submit-button.submit-button:hover, .btn-default-login-submit.btn-default-login-submit.btn-default-login-submit:hover,
    .registration_btn.registration_btn.registration_btn:hover, p > span.newbutton_outer.newbutton_outer:hover,
    .start_btn.start_btn > input[type="submit"]:hover, .continue_button.continue_button a:hover, .btn-default-login.btn-default-login:hover, .add_account_btn > a:hover, .clear_btn_contact.clear_btn_contact:hover {
        transition: ease-in 0.3s;
    }

.cancel-button.cancel-button, .btn-default-login-cancel.btn-default-login-cancel.btn-default-login-cancel, .cancel_button_comm.cancel_button_comm.cancel_button_comm {
    font-weight: normal !important;
    border-radius: 3px !important;
    transition: ease-out 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    min-height: 40px;
    /*border: 0px solid #43a7d8 !important;*/
}

    .cancel-button.cancel-button:hover, .btn-default-login-cancel.btn-default-login-cancel.btn-default-login-cancel:hover, .cancel_button_comm.cancel_button_comm.cancel_button_comm:hover {
        transition: ease-out 0.3s;
    }

.full_width_input_sec {
    width: 100%;
    float: left;
    margin: 0px 0px 0;
    position: relative;
}

.left_side_sec.input_box_eff_wrap {
    width: 100%;
    float: left;
}

.input_box_eff_wrap {
    position: relative;
    margin-bottom: 25px;
}

    .input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
        font-size: 16px;
        padding: 10px 15px 10px 0px;
        display: block;
        width: 93% !important;
        margin-bottom: 0 !important;
        border: 0;
        border-bottom: 1px solid #e6e6e6 !important;
        height: auto;
        border-radius: 0px !important;
        float: left;
        color: #565656;
        font-family: OpenSans-Regular;
    }

.modal .input_box_eff_wrap input.input_effect, .modal .input_box_eff_wrap select.select_effect {
    width: 100% !important;
    min-width: 100% !important;
    position: relative;
}

.modal .input_box_eff_wrap span.required {
    position: absolute !important;
    right: -10px;
    top: 0;
}

.modal .input_box_eff_wrap .bar_input:before {
    left: 50% !important;
}

input[disabled="disabled"] {
    -webkit-text-fill-color: rgba(0,0,0,1);
}
/* Edited By Prashant */
.input_box_eff_wrap select.select_effect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrowdown_mdb.png);
    background-size: 15px 20px;
    background-position: right center;
    background-repeat: no-repeat;
}

.input_box_eff_wrap select::-ms-expand {
    display: none;
}

.setting_area > .inner-content-log > ul > li > span {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    line-height: 100%;
    margin-top: 2px;
    float: left;
}

    .setting_area > .inner-content-log > ul > li > span:focus {
        outline: 1px dotted #ccc;
    }

    .setting_area > .inner-content-log > ul > li > span:nth-child(2) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        vertical-align: top;
        max-width: 125px;
    }
/* Edited By Prashant */
input.input_effect:focus, select.select_effect:focus, textarea.textarea_effect:focus {
    outline: none;
}

label.effect_lbl {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input.input_effect:focus ~ label.effect_lbl, input.input_effect:valid ~ label.effect_lbl,
select.select_effect:focus ~ label.effect_lbl, select.select_effect:valid ~ label.effect_lbl,
textarea.textarea_effect:focus ~ label.effect_lbl, textarea.textarea_effect:valid ~ label.effect_lbl,
input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect:not([type=button])[readonly] ~ label.effect_lbl, input.select_effect[readonly='readonly'] ~ label.effect_lbl,
input.input_effect[disabled="disabled"] ~ label.effect_lbl, select.select_effect[disabled="disabled"] ~ label.effect_lbl, input.input_effect[minlength="minlength"] ~ label.effect_lbl {
    top: 14px;
    font-size: 12px;
}

/*.invalidfocus:not(:focus):invalid ~ label.effect_lbl {
    top: -22px;
    font-size: 16px;
}*/

.highlight_input {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input.input_effect:focus ~ .highlight_input {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.textarea_effect {
    resize: none;
}

.bar_input {
    display: block;
    width: 93%;
}

    .bar_input:before, .bar_input:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0;
        position: absolute;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

.bar_textarea:before, .bar_textarea:after {
    bottom: 27px;
}

.bar_input:before {
    left: 50%;
}

.bar_input:after {
    right: 50%;
}

input.input_effect:focus ~ .bar_input:before, input.input_effect:focus ~ .bar_input:after,
select.select_effect:focus ~ .bar_input:before, select.select_effect:focus ~ .bar_input:after,
textarea.textarea_effect:focus ~ .bar_input:before, textarea.textarea_effect:focus ~ .bar_input:after {
    width: 50%;
}

#change-pwd-divPopup .full_width_input_sec, #change-userid-divPopup .full_width_input_sec {
    margin: 0px 0px 0;
}

#change-pwd-divPopup .input_box_eff_wrap, #change-userid-divPopup .input_box_eff_wrap {
    /*margin-bottom: 20px;*/
}

.popup_input_wrapper {
    float: left;
    width: 100%;
}

#change-userid-divPopup .help_icon_img.help_icon_img {
    margin-top: 0px !important;
    position: relative;
    top: 3px;
}

.errorbox.errorbox {
    border: 0px !important;
    border-bottom: 1px solid #ffa8a8 !important;
}

div#greenPopup .full_width_input_sec {
    padding: 0px 10px 0 17px;
}

.text_sec_inpt_style {
    font-size: 15px;
    margin-top: 9px;
    float: left;
    width: 93%;
}

label.effect_lbl.effect_lbl_text_inpt {
    top: -15px;
    font-size: 16px;
}

.search-area .GISsearch_ico {
    top: 0px !important;
    float: right;
    right: 1px !important;
    position: absolute;
    z-index: 99;
    width: 28px;
    height: 28px;
}

span.search_foot_ico.fa:before {
    font-size: 21px;
    font-weight: normal;
    top: 4px;
    position: relative;
    right: -10px;
}

.full_margin_none {
    margin: 0px !important;
}

#divAddressPopup_123 .full_width_input_sec {
    margin: 0px 0 0 0;
    padding: 0 9px 0 5px;
}

.address-1.address-icon.address-icon2 .head_icon_flat {
    top: 0px !important;
}

.make_srvc_lnk, .make_srvc_lnk:hover {
    float: right;
    padding: 5px 10px;
    border-radius: 0px;
    margin-top: -5px;
    margin-right: 10px;
    font-weight: normal;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.enter_pay_amt {
    width: 100%;
    float: left;
    background: #f4f4f4;
    margin-bottom: 5px;
}

    .enter_pay_amt h1 {
        background: #eaeaea;
        margin: 0px;
        padding: 10px 15px 5px;
        color: #696c6e;
        border-bottom: 1px solid #cfcfcf;
        font-family: OpenSans-SemiBold !important;
    }

.entr_pay_sec {
    float: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
}

    .entr_pay_sec .entr_left_sec {
        float: left;
        width: 50%;
    }

    .entr_pay_sec .entr_right_sec {
        float: left;
        width: 50%;
    }

        .entr_pay_sec .entr_left_sec .entr_box_comm, .entr_pay_sec .entr_right_sec .entr_box_comm {
            min-height: 26px;
            width: 100%;
            float: left;
            margin-bottom: 0px;
            padding: 0;
            margin-top: 10px;
        }

        .entr_pay_sec .entr_left_sec b.left_txt_pay, .entr_pay_sec .entr_left_sec span.right_txt_pay,
        .entr_pay_sec .entr_right_sec b.left_txt_pay, .entr_pay_sec .entr_right_sec span.right_txt_pay,
        .entr_box_comm_right b.left_txt_pay, .entr_box_comm_right span.right_txt_pay,
        .entr_box_comm_left b.left_txt_pay, entr_box_comm_left span.right_txt_pay {
            float: left;
            width: 50%;
            font-weight: bold;
        }

        .entr_pay_sec .entr_left_sec span.right_txt_pay,
        .entr_pay_sec .entr_right_sec span.right_txt_pay,
        .entr_pay_method .entr_box_comm_left b.left_txt_pay {
            color: #23769F;
        }

    .entr_pay_sec input[type="radio"] {
        margin-top: 0px;
        position: relative;
        top: 3px;
        margin-right: 7px;
        vertical-align: top;
    }

.entr_pay_method {
    width: 100%;
    float: left;
}

    .entr_pay_method .entr_box_comm_left {
        float: left;
        width: 56%;
    }

    .entr_pay_method .entr_box_comm_right {
        float: left;
        width: 43%;
    }

        .entr_pay_method .entr_box_comm_right:nth-last-child(1) {
            width: 5%;
        }

    .entr_pay_method .entr_box_comm_left b img {
        width: 32px;
        display: inline-block;
        max-height: 40px;
        margin-right: 15px;
        margin-top: -1px;
        margin-left: 6px;
    }

.addnew_pay_method {
    float: left;
    width: 100%;
    padding: 10px 20px;
}

    .addnew_pay_method h2 {
        margin: 0px;
        font-size: 16px;
        font-weight: bold;
    }

.option_card_select {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .option_card_select p {
        width: 50%;
        float: left;
        font-weight: bold;
        color: #737373;
    }

        .option_card_select p input[type="radio"] {
            margin: 0px 5px 0 0;
            position: relative;
            top: 2px;
        }

.credit_card_details .input_box_eff_wrap, .bank_acc_details .input_box_eff_wrap, .billing_add_details .input_box_eff_wrap {
    width: 50%;
}

.credit_card_img img {
    height: 25px;
}

.card_title_txt {
    color: #737373;
    float: left;
    width: 100%;
    margin: 7px 0 0 0;
    font-size: 16px;
    font-family: OpenSans-SemiBold;
}

.rmbr_txt {
    float: left;
    width: 100%;
    font-family: OpenSans-SemiBold;
    margin-top: 20px;
}

    .rmbr_txt input[type="checkbox"] {
        float: left;
        margin: 0px 10px 0 0;
        position: relative;
        top: 3px;
        vertical-align: middle;
    }

.tras_txt {
    width: 100%;
    float: left;
    background: rgba(255, 239, 239, 0.5);
    border-radius: 3px;
    margin-top: 20px;
    border: 1px solid rgb(255, 202, 196);
    color: red;
    padding: 15px 15px !important;
    margin-bottom: 5px;
}

.ui-autocomplete-loading {
    background: url('../images/indicator.gif') no-repeat right center;
}

.addnew_pay_method h2 {
    background: #f1f1f1;
    margin: 0px;
    padding: 10px 15px 10px;
    color: #696c6e;
    border-bottom: 1px solid #cfcfcf;
    font-family: OpenSans-SemiBold;
}

.nodata_newstyle.nodata_newstyle {
    width: 100%;
    float: left;
    background: rgba(239, 239, 239, 0.5);
    border-radius: 3px;
    border: 1px solid rgb(232, 231, 230);
    color: #555555;
    padding: 15px 15px;
    text-align: left;
    font-size: 16px;
    margin-top: 0px;
}

.nodata_newstyle:before {
    font-family: FontAwesome !important;
    position: relative;
    top: 2px;
    font-size: 19px;
    content: "\f05a";
    padding-right: 10px;
    display: inline-block;
    line-height: normal;
}

.mdl-checkbox.is-checked span.mdl-checkbox__tick-outline.mdl-checkbox__tick-outline:after, .checkbox-custom:checked + .checkbox-custom-label.checkbox-custom-label:before {
    content: "\f00c" !important;
    font-family: fontawesome !important;
    font-weight: normal !important;
    padding-left: 0px;
    padding-top: 4px;
}

.checkbox-custom:checked + .checkbox-custom-label.checkbox-custom-label:before {
    padding-top: 0px;
}

.helpicon {
    display: inline-block;
}

.logo_standard {
    display: none;
}

@media (min-width:300px) and (max-width:1024px) {
    .gm-style-iw > div {
        width: 350px !important;
        max-width: 100% !important;
    }

    .map_wrapper_width img:nth-child(1) {
        left: -2px !important;
        top: -336px !important;
    }

    .input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
        padding: 5px 15px 5px 0px;
        margin-top: 5px !important;
    }

    .cover_top_area .input_box_eff_wrap input.input_effect, .cover_top_area .input_box_eff_wrap select.select_effect {
        margin-top: 0px !important;
    }

    .standard_nav .dropdown-menu > li > span {
        display: block;
        padding: 5px 11px;
    }
}

@media (min-width:550px) and (max-width:767px) {
    .Quiet_Hours_to .schedule_time, .Quiet_Hours_from .schedule_time {
        width: 81% !important;
        margin-left: 0px !important;
    }

    .currency #usageMapMode.compare_nav {
        width: 52% !important;
        float: left !important;
        padding-right: 0px !important;
    }

    table.marketing_tbl tr td {
        width: 100%;
        float: left;
        background: #fff !important;
    }
}

@media (max-width:360px) {
    .w2ui-tag.w2ui-tag {
        max-width: 200px;
        white-space: normal;
    }
}

.disclaimer_footer {
    width: 80%;
    float: left;
    margin-bottom: 0px;
    padding: 10px 10px !important;
    display: block !important;
    background: #faf3c8;
    border-radius: 4px;
    border: 1px solid #f7da72 !important;
}

.setting_save_box .submit-button.btnDisc {
    margin-top: 5px !important;
}

label.toggle_lbl_class {
    font-size: 0;
}

#divMoveIn.footerdisc .submit-button {
    margin-top: 5px !important;
}

label.toggle_lbl_class {
    font-size: 0;
}

button.close > img, button.closepopup > img, a.close > img {
    display: none;
}

.full_width_input_sec.spaceNone {
    margin-top: 0px !important;
}

.left_side_sec.input_box_eff_wrap.spaceNone {
    margin-bottom: 0px !important;
}

g.highcharts-exporting-group {
    display: none;
}

.inputSearch {
    padding: 4px !important;
    width: 95% !important;
    box-sizing: border-box;
    background: #fff url('../../../img/SearchIcon.png') no-repeat 95% 2px;
}

/*Payment Extension*/

.paymentExtension .entr_pay_sec {
    padding: 10px 0 10px 0;
}

.accountNumber {
    padding: 30px;
    margin-bottom: 20px;
}

.accountNumberContainer .accountNumber {
    padding: 25px 20px;
    margin-bottom: 0px;
}

.BgBlue {
    background: #F3F8FD;
}

.accountTXT {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
}

.accountDigit {
    font-size: 20px;
    color: #696969;
    margin-top: 5px;
    font-family: 'OpenSans-SemiBold';
}

.clear {
    clear: both;
}

.bottom-border {
    border-bottom: 1px solid #ccc;
}

.border {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.enroll-button {
    background: #B4DDCF;
    color: #378C70;
    border-radius: 20px;
    padding: 5px 15px;
    float: left;
    display: flex;
    align-items: center;
    float: left;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

    .enroll-button:hover {
        background: #378C70;
        color: #B4DDCF;
        text-decoration: none;
    }

    .enroll-button .material-icons {
        margin: 0px 3px 0 0;
    }

.paginate_button {
    color: #595959 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 8px 10px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    margin: 0 !important;
}

.dataTables_paginate {
    display: inline-block !important;
    float: right !important;
    vertical-align: top !important;
    padding-top: 12px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}


a.paginate_button.current {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background: #0b5b82 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #0b5b82 !important;
    color: #fff !important;
    border-color: #0b5b82;
}

.dataTables_paginate a:hover, .dataTables_paginate a:focus {
    text-decoration: none;
    color: #777;
}

.pagination > li > a, .pagination > li > span {
    color: #0b5b82 !important;
}

.paginate_button.previous {
    border-radius: 4px 0px 0px 4px;
}

.paginate_button.next {
    border-radius: 0px 4px 4px 0px;
}

.white-button {
    font-size: 16px;
    color: #0b5b82;
    padding: 7px 30px;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
}

    .white-button:hover {
        background: #9c9a9a;
        color: #fff;
        text-decoration: none;
    }

.float-right {
    float: right;
}

.margin-right {
    margin-right: 10px;
}

.text-center {
    text-align: center;
}

.successContainer {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    color: #333;
}

p {
    font-size: 16px;
}

.succes-txt {
    font-weight: 600;
    text-transform: uppercase;
}

.successContainer .accountNumber {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.succesIcon {
    text-align: center;
}

    .succesIcon .material-icons {
        color: #0b5b82;
        font-size: 55px;
    }

.detailDiv {
    margin-top: 20px;
}

.installment_Txt {
    font-size: 24px;
    color: #FC4F00;
    font-weight: 600;
    margin: 20px 0;
}

.arrangement_Txt {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.total_Txt {
    font-size: 18px;
    color: #696969;
    font-weight: 600;
    margin-bottom: 50px;
}

.Instlment_plan_Container {
    margin: 0px 0 0 0;
    float: left;
    width: 100%;
}

.monthlyBill {
    font-size: 16px;
    font-weight: 600;
    color: #696969;
    display: flex;
}

.createInstalmentPlan {
    width: 100%;
    float: left;
}

.instalmentSteps label {
    font-size: 16px;
}

.margin-bottom2 {
    margin-bottom: 20px;
}

.instalmentSteps .entr_right_sec {
    width: 100%;
    /* margin-bottom: 30px;*/
}

.instalmentSteps .rgt_pay {
    float: right;
    font-size: 16px;
}

.subheading {
    font-size: 20px;
    color: #FC4F00;
    margin: 20px 0;
    float: left;
}

.installmentPlan {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.PlanAmount {
    font-size: 16px;
    margin-bottom: 10px;
}

.twoInstallement {
    width: 100%;
    margin-top: 30px;
}

.amountTXT {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.marginRight {
    margin-right: 10px;
}

.successContainer h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.createInstalmentPlan .submit-button {
    max-width: 150px;
    float: left;
    margin-left: 15px;
}

.InstallemntAmount {
    background-color: #ECECEC;
    margin-bottom: 20px;
    padding: 30px;
    margin-top: 20px;
}

    .InstallemntAmount .accountTXT {
        color: #FC4F00;
    }

.PaymntAmt {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-top: 30px;
}

.instalmentSuccess .accountDigit {
    font-size: 16px;
}

.float-right {
    float: right;
}

.arrngmtTxt {
    font-size: 20px;
}

.detailDiv {
    background-color: #ECECEC;
    padding: 20px 30px;
}

    .detailDiv .installment_Txt {
        color: #333333;
        text-transform: uppercase;
        font-weight: 700;
    }

.createIntDetail {
    float: left;
    width: 100%;
}

    .createIntDetail .accountNumber {
        border: 1px solid #ccc;
        margin: 30px 0;
    }

    .createIntDetail .monthlyBill .material-icons {
        color: #088856;
        margin-right: 10px;
    }

    .createIntDetail .arrangement_Txt {
        font-size: 20px;
    }

.PaymentHead {
    margin: 0 0 20px 0;
    font-weight: 600;
}
/*Payment Extension*/
.termsModal ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 16px;
}

    .termsModal ul li {
        list-style-type: disc;
        margin-bottom: 10px;
    }

.termsModal p {
    margin-bottom: 20px;
}

.recurringEnroll .payExtension h3 {
    margin: 0 0 7px;
    font-size: 19px;
    font-family: 'OpenSans-Semibold';
}

.greyBg {
    background-color: #f5f5f5;
    padding: 50px 20px;
    margin: 20px 0;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.recurringEnroll .setting_save_box {
    width: 100%;
    border-top: 0px solid #ccc;
    background: #fff;
    padding: 0;
    float: left;
}

.ActionArea .DisableButton, .StepperBtnArea .DisableButton {
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
    color: #848484 !important;
}


.totalAmount {
    width: 100%;
}

    .totalAmount .InstallemntAmount {
        width: 100%;
        background: inherit;
        padding: 0;
    }

    .totalAmount .accountTXT {
        color: #696969;
    }

    .totalAmount .PaymntAmt {
        border: 0;
    }

.padding0 {
    padding: 0;
}

.reviewContainer {
    margin: 0 0 30px 0;
}

    .reviewContainer .accountTXT {
        margin-top: 5px;
        font-weight: 500;
    }

.paymntHeading {
    color: #222 !important;
    font-size: 21px;
    line-height: 1.5;
    font-family: 'OpenSans-SemiBold';
    padding: 20px 20px 0 20px;
    margin: 0 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #0b5b82 !important;
    color: #fff !important;
}

.instlmntPlanDetail .accountNumber {
    background-color: #ECECEC;
}

.instlmntPlanDetail .reviewContainer .accountTXT {
    margin-top: 5px;
    color: #333333;
    font-size: 20px;
    font-family: 'OpenSans-SemiBold';
    text-transform: uppercase;
}

.instlmntPlanDetail .accountDigit {
    font-size: 32px;
    color: #333333;
    margin-top: 8px;
    font-family: 'OpenSans-SemiBold';
}

.timeprd {
    font-size: 18px;
    color: #333333;
    font-family: 'OpenSans-SemiBold';
}

.monthly {
    font-size: 16px;
    color: #333333;
    font-family: 'OpenSans-Regular';
    margin: 15px 0 0 0;
}

.buttons_area_Container {
    margin: 20px 0 0 0;
}

.step2.totalAmount .accountTXT {
    color: #0b5b82;
    text-align: left;
    font-family: 'OpenSans-SemiBold';
    font-size: 20px;
}

.step2.totalAmount .accountDigit {
    text-align: left;
    color: #53565A;
    font-size: 20px;
}
/*.step2.totalAmount .accountNumber {
    padding: 25px 20px;
}*/
.MultiStepsContainer .dataTables_wrapper .dataTables_paginate .paginate_button.current, .MultiStepsContainer .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.Instlment_plan_Container .dataTables_wrapper .dataTables_paginate .paginate_button.current, .Instlment_plan_Container .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.MultiStepsContainer .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .Instlment_plan_Container .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0b5b82 !important;
}

#tblOfInstallments_wrapper .paginate_button.disabled:hover {
    color: #fff !important;
}

.instalmentSteps .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #fff !important;
}

.green-button {
    background: #B4DDCF;
    color: #378C70;
    border-radius: 20px;
    padding: 5px 15px;
    float: left;
    display: flex;
    align-items: center;
    float: left;
    text-decoration: none;
    font-size: 14px;
}

.ActionArea .DisableButton {
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
    color: #848484 !important
}

.BlueBg {
    background-color: #747474;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
    border-radius: 3px;
}

    .BlueBg .material-icons {
        color: #fff;
    }

    .BlueBg span {
        padding-left: 6px;
        color: #fff;
        font-size: 16px;
    }


.txt_amtlbl {
    font-size: 14px;
}

    .txt_amtlbl.enrolBTT {
        font-size: 14px;
    }

.profiledata-row .bar_input:before {
    left: 43%;
}

#trm_condi_popup .modal-content {
    padding: 20px !important;
}

#trm_condi_popup .term_Cond {
    padding: 0;
}

#SuccessScreen .buttons_area_Container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#ExtensionHeading .accountNumberContainer .extentionSpace {
    padding-top: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.chk_Selectbox {
    margin: 20px 0;
}

.cancel_button_comm {
    border: 1px solid #0b5b82 !important;
    float: right !important;
    margin-right: 15px;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'IBMPlexSans-Bold', sans-serif !important;
}

.mr-2 {
    margin-right: 12px;
}

.utilityTable table.dataTable {
    width: 100%;
    border: 0;
    margin: 0 0 10px !important;
    box-shadow: none !important;
    border-bottom: 1.5px solid #eee;
}

.utilityTable table th {
    background: #fff;
    text-transform: uppercase;
    padding: 16px 15px 16px 16px !important;
    border-bottom: 1px solid #ededed !important;
    font-weight: normal;
    font-family: OpenSans-Bold !important;
    font-size: 14px;
    text-align: left;
    color: #333;
}

.tableBox.utilityTable {
    padding-top: 0px;
    width: 100%;
    background: #fff;
    float: left;
    position: relative;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .tableBox.utilityTable td {
        font-family: OpenSans-Regular;
        font-size: 14px;
    }

#DashGrid_wrapper .pagination > .active > a, #DashGrid_wrapper .pagination > .active > a:focus, #DashGrid_wrapper .pagination > .active > a:hover, #DashGrid_wrapper .pagination > .active > span, #DashGrid_wrapper .pagination > .active > span:focus, #DashGrid_wrapper .pagination > .active > span:hover {
    color: #fff !important;
    cursor: default;
    background-color: #0b5b82 !important;
    border-color: #0b5b82;
}

#DashGrid_wrapper .pagination > li > a, .pagination > li > span {
    border: 1px solid #ddd;
    color: #595959 !important;
}

#DashGrid_wrapper .paginate_button {
    padding: 0;
}

#DashGrid_wrapper table.dataTable thead .sorting:after {
    left: 2px !important;
    color: #333;
    opacity: 1;
    font-size: 11px;
    top: 17px;
}

#DashGrid_wrapper .mdl-data-table th {
    height: inherit !important;
}

#DashGrid_wrapper .mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
    padding-left: 24px !important;
}

#DashGrid_wrapper .mdl-data-table td {
    text-align: left;
    padding: 15px 15px 15px 20px !important;
}

    #DashGrid_wrapper .mdl-data-table td md-button {
        cursor: pointer;
    }

/*.billtable {
    overflow: initial !important;
}*/

#DashGrid_wrapper .paginate_button {
    border: 0px solid #ddd !important;
    padding: 0px !important;
}

.savingButton {
    position: absolute;
    top: 0;
}

.paymntButtonsPopup {
    display: flex;
    justify-content: flex-start;
    padding: 0px 0 20px !important;
}

    .paymntButtonsPopup #SelectCard, .paymntButtonsPopup #SelectBank {
        width: auto;
    }

.eff_wrapFirst.starIconinput .required {
    right: -10px !important;
}

#PaymentExtenionText p {
    margin-bottom: 20px;
}

.add_account_btn a#lnkInviteUser {
    color: #fff !important;
    background-color: #0b5b82 !important;
    border: 0 !important;
    min-height: 40px;
    display: flex;
    justify-content: center;
    font-family: 'IBMPlexSans-Bold', sans-serif;
    align-items: center;
    font-size: 14px;
}



.profile-details .btn-group > .btn:first-child:focus, .profile-details .btn-group > .btn:first-child:hover {
    background-color: #dadada;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #515151;
    font-family: 'OpenSans-Regular';
}

.profile-details .btn-group > .btn:first-child {
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #515151;
    font-family: 'OpenSans-Regular';
}

.add-card #addnewpayment {
    font-size: 15px;
}

.radioButtonAlign .divPopup {
    justify-content: flex-start;
}

#divPopup #divcreditrdobtn, #divPopup #divdebitrdobtn, #divPopup .divbankrdobtn {
    margin-right: 35px;
}

.step1 .required {
    position: absolute;
}

.addPaymntAuto {
    padding-left: 0;
}

#btnCancel :not(.btnc2) {
    display: flex !important;
    text-decoration: none;
}

#btnCancel:hover {
    text-decoration: none;
}

.btnc2 #btnCancel {
    text-decoration: none;
}

.accountPopup .tableBox {
    overflow: auto;
    min-height: 120px;
    max-height: 300px;
}

.checkboxcDisabled {
    background-color: #958888;
    border: 2px solid #958888;
}

#left_side_secAdd .multiselect-container.dropdown-menu {
    max-width: 262px;
    overflow: scroll !important;
    height: 200px;
    padding: 10px;
}

.AcntSelectWrapper li#AddressInfo button.btn {
    background: #ffffff url(../images/arrowdown_mdb.png) !important;
    background-size: 12px 15px !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    color: #696969;
    font-family: 'Opensans-regular';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .AcntSelectWrapper li#AddressInfo button.btn:focus {
        outline: 0 !important;
        /*box-shadow: 0 0 0 0.11rem rgb(0 0 0 / 90%) !important;*/
    }

#AddressInfo #left_side_secAdd b.caret {
    display: none;
}

.AcntSelectWrapperDropdown .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #fff !important;
    color: #444;
}

.boxesContainer {
    margin-bottom: 20px;
}

.colorBox {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    margin-right: 20px;
}

.pink {
    background-color: #fce1e4;
}

.blue {
    background-color: #fcf4dd;
}

.yellow {
    background-color: #ddedea;
}

.boxesContainer p {
    font-size: 14px;
}

.errorIcon {
    border: 1px solid red;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
}

.rgt_pay.otherAmount {
    float: right;
}

#OtherAmount {
    float: right;
    padding: 0 7px 0 0 !important;
    min-width: 100%;
    max-height: 34px;
    text-align: right;
}

hr {
    width: 100%;
    float: left;
}

#ClearFromToDate {
    padding: 5px 7px !important;
    min-width: 32px !important;
    margin: 0 0px 0 10px;
    min-height: 33px;
    font-size: 16px;
    height: 33px;
}

.service-footer {
    margin: 20px;
}

    .service-footer .mdl-radio {
        top: 0;
    }

    .service-footer .radioButtonDiv {
        margin-right: 20px;
    }

#tblRowMoveOut tr:nth-of-type(odd) {
    background: none !important;
}

#tblRowMoveOut tr {
    background: none !important;
}

#tblRowMoveOut th {
    padding: 10px 10px 10px 10px !important;
    background: none !important;
    font-family: OpenSans-Bold !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

#tblRowMoveOut .chkboxCustom {
    padding-left: 10px;
}

#tblRowMoveOut .mdl-radio {
    line-height: 0px;
}

.affectedAccount .mdl-data-table th {
    text-align: left;
    color: #333;
    font-family: 'OpenSans-Bold';
    text-align: left !important;
    font-size: 14px;
    text-transform: uppercase;
}

.affectedAccount .mdl-data-table td {
    text-align: left;
}

.md-icon-button {
    background: inherit;
    border: 0;
}

.streetAddress .input_box_eff_wrap input.input_effect {
    width: 100%;
}

.formsectionarea .multiselect-container {
    height: 200px;
    overflow-y: scroll;
    max-width: 331px;
}

.bottom_area_home .formsectionarea .multiselect-container {
    height: 200px;
    overflow-y: scroll;
    max-width: 100% !important;
}

.formsectionarea .inputSearch {
    margin: 20px 10px;
}

.whiteBgPrefer {
    background-color: #fff;
    padding: 10px;
}

.prefernceBtn {
    margin: 0px 20px 0 0;
}

.disclamerTxt {
    padding: 20px 0px 10px 20px;
    display: block;
    text-align: left;
    float: left;
}

.prefernceDiv {
    float: left;
}

    .prefernceDiv .right_content_box {
        border-left: 0px solid #f4f4f4;
    }

.ptext {
    font-size: 16px;
    margin: 30px 0 0;
    display: block;
}

#date1 {
    margin: 20px 0 20px 0;
    display: block;
}

.trackText {
    padding: 20px 0 0 18px;
}

#divdebitrdobtn .mdl-radio__outer-circle, #divcreditrdobtn .mdl-radio__outer-circle, #divbankrdobtn .mdl-radio__outer-circle {
    top: 2px !important;
}

#divdebitrdobtn .mdl-radio__inner-circle, #divcreditrdobtn .mdl-radio__inner-circle, #divbankrdobtn .mdl-radio__inner-circle {
    top: 6px !important;
}

#highestval {
    color: rgb(84, 87, 90) !important;
}

.popup_area_home #Newbilling_add_details .input_box_eff_wrap {
    width: 100% !important;
}

.landlordbTN {
    border: 1px solid #CCCCCC;
    color: #333;
    padding: 7px 15px;
    border-radius: 20px;
    margin: 9px 0 0 20px;
    float: left;
}

    .landlordbTN:hover, .landlordbTN:focus {
        text-decoration: none;
    }

#divBillingAreaNoData {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fullwidthbtn {
    min-width: 100%;
    float: left;
    width: 100%;
    margin: 25px 0;
}

#divRemoveOwnerAllocation .radioButtonDiv.residentText {
    padding-left: 20px;
}



.selectProperty_scroll {
    min-height: 400px;
}

#divRemoveOwnerAllocation .modal-footer {padding:0;}
table.dataTable thead .sorting_desc:after {
    content: "\F045" !important;
    font-family: "Material Design Icons" !important;
}

table.dataTable thead .sorting:after {
    font-family: "Material Design Icons" !important;
    content: "\F05D" !important;
}

.white_info:before{color:#fff;}
.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.11rem rgba(0,0,0,.9) !important;
}
#DeleteInviteGuestUser .submit-button:hover {
    color: #fff !important;
}
.confirmPopup .modal-content {
    padding: 30px !important;
}

.confirmPopup .modal-header {
    padding: 5px 0px 15px !important;
    border-bottom: 1px solid #d4d4d4 !important;
}
.confirmPopup .modal-footer {
    padding: 0 !important;
}
.confirmPopup .modal-body {
    padding: 15px 0 0 0 !important;
}
.StepperBtnArea {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
}
#Enroll button.close:after {
    content: "\ea0e";
    font-family: "scmfonts" !important;
    font-size: 16px;
    color: #575757;
    vertical-align: middle;
    position: relative;
    top: 5px;
    font-weight: normal;
}

.dataTables_scrollHead {
    overflow: unset !important;
}

    .dataTables_scrollHead .dropdown-menu {
        left: unset;
        right: 0;
    }



body button.kebbeico {
    border: 0px !important;
    outline: none;
    box-shadow: none !important;
    text-indent: -999px;
    position: relative;
    padding: 10px;
    height: 30px;
}

.kebbeico:before {
    content: "\F1D9";
    font-family: "Material Design Icons";
    text-indent: 0px;
    position: absolute;
    left: -2px;
    font-size: 24px;
    color: #3c3c3c;
    bottom: -4px;
}




@media(min-width: 320px) and (max-width:767px) {
    #divbutton {
            width: 90%;
            margin: 30px 20px 0 !important;
            float: left !important;
        }
        #divbutton input{ margin-bottom:0;}
            .pinviteUser .top_user_left_area {
            width: 93%;
            margin: 0 10px 0 30px !important;
        }
        #divNickNamePopup .modal-footer .cancel-button, #DeleteServiceAccount .modal-footer .cancel-button {
            margin-right: 0;
        }


        #divNickNamePopup .modal-footer .submit-button, #DeleteServiceAccount .modal-footer .submit-button {
            margin-left: 0;
            margin-bottom: 20px;
        }
        #divNickNamePopupHeader {
            min-width: 360px !important;
        }
        .user_ipad {
            padding: 13px 20px 0 0 !important;
            float: right !important;
        }
        .outagenoti_mobile {
            float: right;
        }
        header .navbar-header {
            float: right;
        }
        .personalBusiness {
            margin-bottom: 0;
        }
        .personalBusiness .linkradiobutton {
            margin-bottom: 10px;
        }

        #divAddressPopup_123 .popup_area .upper_text {
            margin-bottom: 30px !important;
        }
        #divAddressPopup .linkradiobutton {
            width: auto;
        }
        #serviceAccountGrid1 td:last-child {
            position: absolute;
            right: 10px;
            top: 10px;
        }
      
        .chkboxCustomact {
            margin-bottom: 10px;
        }
        .modal-footer {
            display: flex;
            flex-direction: column-reverse;
        }
        .submit-button, .cancel-button {
            min-width: 100% !important;
            max-width: 100% !important;
        }

        .submit-button {
            margin-bottom: 20px;
        }

        #popupQuietHours .bottom_area_home {
            display: flex;
            flex-direction: column-reverse;
            width: 100%;
        }

        .input_Sec_noti .inpt_bx_wrap {
            width: 100% !important;
            margin-top: 8px;
        }

        .btn_right_secp_noti .submit-button {
            margin-bottom: 20px;
        }

        .btn_right_secp_noti .submit-button, .btn_right_secp_noti .cancel-button, .btn_right_secp_noti .hide_wrapperboxp {
            width: 100%;
        }

        .paybilltopspace .btn_right_secp_noti {
            display: flex;
            flex-direction: column-reverse;
        }

        .addrow_noti, .input_Sec_noti .disabled, .removebtn {
            right: 12px;
            top: 8px;
            margin-left: 16px;
            float: right;
            position: absolute;
        }

        .binding_secBilling .inpt_bx_wrap {
            width: 100% !important;
            margin-top: 8px;
        }

        .binding_sec .noti_inpt_wrap {
            width: 100%;
            margin-right: 0;
        }

        #Settimezonepopup .bottom_area_home {
            display: flex !important;
            flex-direction: column-reverse;
            width: 100%;
        }

        #Settimezonepopup .cancel-button, #Settimezonepopup .submit-button {
            min-width: 100% !important;
        }

        #Settimezonepopup .submit-button {
            margin-bottom: 20px;
        }

        .profiledata-row .submit-button {
            margin-right: 0;
            margin-bottom: 20px;
        }

        .profiledata-row .btn_right_secp {
            display: flex;
            flex-direction: column-reverse;
        }

        .profiledata-row .cncl_btnp, .profiledata-row .submit-button {
            width: 100%;
            margin-right: 0 !important;
        }

        .add_account_btn a#lnkInviteUser {
            width: 93%;
            margin-left: 30px;
        }

        .pinviteUser .top_user_left_area {
            margin-right: 0;
        }

        .top_user_left_area {
            width: 90%;
            margin: 0 20px !important;
        }

        #txtBasicSearch1 {
            width: 100% !important;
        }

        .add_account_btn .EnableShowHide.orangeBtnCommon {
            width: 100%;
        }

        .profileEditbox a.glyphicon.glyphicon-question-sign.help_icon_img.newpassinfo {
            right: -7px;
        }

        .top_user_left_area button#btnFilter {
            right: 0 !important;
        }

        .pinviteUser .add_account_btn.ig_btn {
            margin-bottom: 20px;
        }

        .add_account_btn.add_link_acc {
            margin-right: 0 !important;
        }

        .top_user_left_area {
            float: right !important;
        }

        .add_account_btn {
            margin-bottom: 10px;
            width: 100%;
        }

        .srvce_pro .inner-address {
            display: inline;
        }

        .accountboxContainer {
            display: none;
        }

        .commoncard_sec {
            float: left;
        }

        header .navbar-header {
            margin-top: 12px;
        }

        #headerlogo > a > img {
            margin-bottom: 20px;
        }

        .StepperBtnArea .cancel-button {
            margin-left: 0;
            margin-right: 0;
        }

        .StepperBtnArea {
            width: 100% !important;
            flex-direction: column-reverse;
        }

        .resp_card_tbl > thead {
            display: none !important
        }

        .resp_card_tbl > tbody > tr {
            display: flex !important;
            flex-direction: column !important;
            margin-bottom: 5px;
            border-bottom: 1px solid #d4d4d4 !important
        }

            .resp_card_tbl > tbody > tr:last-child {
                border-bottom: 0 !important
            }

            .resp_card_tbl > tbody > tr > td:before {
                content: attr(col) !important;
                padding-right: 20px;
                width: 100% !important;
                display: inline-block;
                vertical-align: top;
                text-transform: uppercase;
                font-family: 'OpenSans-Bold',sans-serif;
                color: #333
            }

            .resp_card_tbl > tbody > tr > td {
                border: 0 !important
            }

        .dataTables_wrapper tr th, .dataTables_wrapper tr td {
            padding-left: 15px !important;
            padding-right: 15px !important
        }

        table#tblBillingHistory tr.shown {
            margin-bottom: 0 !important
        }

        .dataTables_wrapper table tr .subtabletd {
            padding: 0 !important
        }
    }



    @media (min-width:768px) and (max-width:991px) {
        header {
            padding: 0 0px 0px 0;
        }
      
    }


    @media (min-width:992px) and (max-width:1024px) {
        header {
            padding: 0 0px 0px 0;
        }
    }



    @media (max-width:767px) {
        header {
            padding-bottom: 0 0px 10px 0;
        }
        .borderWrapper input#btnUpdatePreAuthPaymentPlan {
            padding: 9px 20px !important;
        }
        .setting_save_box .buttons_area {display:block;}
    }

.inviteDiv {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

a:focus{text-decoration:none!important;}
.disableBTN {
    background: #aaaaaa !important;
    color: #fff !important;
}
.input-group.date.hasDatepicker {
    width: 100%;
}
.ui-widget.ui-widget-content {
    position: absolute;
    top: 60px;
}

/*New calendar UI*/
div.datepicker-calendar {
    min-width: 336px;
}

    div.datepicker-calendar table.datepicker-grid td {
        margin: 0px !important;
        border: 2px solid #fff !important;
        font-size: 12px;
        color: #666666;
        font-weight: normal !important;
        text-align: center !important;
        background: #ededed;
        opacity: 0.95;
    }

tr.datepicker-weekdays {
    border: 0px !important;
}

.datepicker-day {
    background: none !important;
    border: 0px !important;
    padding-top: 19px !important;
    padding-bottom: 10px !important;
}

    .datepicker-day > abbr {
        text-decoration: none !important;
    }

div.datepicker-calendar.default table.datepicker-grid td.curDay, div.datepicker-calendar.default table.datepicker-grid td.curMonth, div.datepicker-calendar.default table.datepicker-grid td.curYear {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    opacity: 1;
}

div.datepicker-calendar.default table.datepicker-grid:focus {
    outline: 0px dotted #999 !important;
}

body div.datepicker-calendar.default table.datepicker-grid td.empty {
    border: none;
    color: #CCC;
    opacity: 0.5;
    background: #f1f1f1 !important;
}

body div.datepicker-calendar div.datepicker-month-wrap {
    padding-top: 5px;
}

body div.datepicker-calendar.default table.datepicker-grid td.unselectable {
    color: #c4c4c4;
}

body div.datepicker-calendar div.datepicker-month {
    font-size: 16px;
}
.calnderdatepickerDiv{margin-bottom:0;}
div.datepicker-calendar.default table.datepicker-grid td.curDay {
    background-color: #FFF0C4!important;
}
div.datepicker-calendar table.datepicker-grid td {
    background: #ededed!important;
}
@font-face {
    font-family: 'IBMPlexSans-Bold';
    src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype'), url('../fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSans-SemiBold';
    src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype'), url('../fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
}


@font-face {
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ibm_plex_sansregular';
    src: url('../fonts/ibmplexsans-regular-webfont.woff2') format('woff2'), url('../fonts/ibmplexsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.paymentPlansWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    flex-direction: column;
}


.actionArea {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-top: 30px;
}

.paymentPlansWrap > .actionArea > .Outlinedbtn {
    padding-left: 45px;
    padding-right: 45px;
}

/* Stepper css starts here */
.MultiStepsContainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.StepperHeader {
    width: 100%;
    display: flex;
}

ol.progtrckrs {
    margin: 0 auto;
    padding: 0 !important;
    list-style-type: none;
    max-width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border: 0 !important;
}

    ol.progtrckrs li {
        display: inline-flex;
        text-align: center;
        padding: 0;
        margin: 50px 0 35px;
        cursor: pointer;
        width: 20%;
        align-items: center;
        border-bottom: 6px solid #d8d8d8;
    }

        ol.progtrckrs li:before {
            position: relative;
            top: 15px;
            float: left;
            left: -1% !important;
        }

        ol.progtrckrs li.progtrckrs-doing:before {
            content: "\E061";
            color: #fff;
            background-color: #0c75df;
            width: 25px;
            line-height: 25px;
            border-radius: 50%;
            font-size: 14px;
            height: 25px;
            font-family: material icons;
        }

.progtrckrs em {
    display: none;
    font-weight: 700;
    padding-left: 1rem;
}

ol.progtrckrs li span {
    padding: 0;
    position: absolute;
    left: 0;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 45px;
    font-family: 'OpenSans-SemiBold';
    text-transform: uppercase;
}

ol.progtrckrs li:after {
    content: "\A0\A0";
}

ol.progtrckrs li.progtrckrs-doing, ol.progtrckrs li.progtrckrs-todo {
    pointer-events: none;
}

ol.progtrckrs li.progtrckrs-todo {
    color: silver;
}

    ol.progtrckrs li.progtrckrs-todo:before {
        content: "2";
        color: #595959;
        background-color: #d8d8d8;
        width: 25px;
        line-height: 25px;
        border-radius: 50%;
        font-size: 1rem;
        height: 25px;
    }

ol.progtrckrs li:nth-child(3).progtrckrs-todo:before {
    content: "3";
}

ol.progtrckrs li:nth-child(4).progtrckrs-todo:before {
    content: "4";
}

ol.progtrckrs li:nth-child(5).progtrckrs-todo:before {
    content: "5";
}

ol.progtrckrs li:nth-child(6).progtrckrs-todo:before {
    content: "6";
}

ol.progtrckrs > li:last-child {
    border-bottom: 6px solid #fff;
    width: auto;
}

ol.progtrckrs li.progtrckrs-done {
    color: #000;
    border-bottom: 6px solid #0c75df;
}

    ol.progtrckrs li.progtrckrs-done:before {
        content: "\E876";
        font-family: Material Icons;
        font-weight: 700;
        color: #fff;
        background-color: #0c75df;
        width: 25px;
        line-height: 25px;
        border-radius: 50%;
        height: 25px;
    }

.progtrckrs-done span, .progtrckrs-todo span {
    display: none;
}

.StepperBody {
    width: 100%;
    padding: 0px;
}

    .StepperBody h3,
    .paymentPlansWrap h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        color: #333;
        margin: 0;
        font-family: 'IBMPlexSans-SemiBold';
        text-transform: uppercase;
    }

.ActionArea .submit-button,
.ActionArea .cancel-button {
    padding: 6px 30px !important;
    min-height: 40px;
    min-width: 120px !important;
}

.step1, step2, step3 {
    width: 100%;
    padding: 0;
}

    .step1 > p, .step2 > p, .step3 > p {
        /*padding: 10px 145px 20px 145px;
        margin: 0px 0 20px 0;
        width: 100%;*/
    }

.sscontainer {
    width: 100%;
    margin: 20px auto;
    padding: 0px;
}

.ActionArea .stepperbtns {
    width: 100%;
    float: right;
    background-image: none !important;
}

.ActionArea {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.paymentPlansWrap .ActionArea {
    justify-content: center;
}

.sscontainer .full_width_input_sec {
    margin: 20px 0px 0 !important;
}

    .sscontainer .full_width_input_sec input[disabled] {
        background: #f6f6f6 !important;
    }

.tooltipbtn {
    background: transparent;
    padding: 0;
}

.step2 > .sscontainer {
    width: 100%;
}

.stepenv {
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px;
}

ul.InstalmentList {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

    ul.InstalmentList > li {
        border: solid 1px #eaeaea;
        padding: 20px 20px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
        border-radius: 5px;
    }

.StepperBtnArea {
    display: flex;
    width: 100%;
    margin: 20px 0 0;
    justify-content: flex-end;
    float: left;
}

    .StepperBtnArea > .stepperbtns,
    .StepperBtnArea > .stepperbtns:hover,
    .StepperBtnArea > .stepperbtns:focus,
    .StepperBtnArea > .stepperbtns:visited,
    .StepperBtnArea > .stepperbtns:active,
    .ActionArea > .stepperbtns,
    .ActionArea > .stepperbtns:hover,
    .ActionArea > .stepperbtns:focus,
    .ActionArea > .stepperbtns:visited,
    .ActionArea > .stepperbtns:active {
        background-image: none !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        text-indent: 0;
    }

.stepthreecontainer.paymentPlansWrap {
    padding: 0;
}

/* Stepper css ends here */




.radioYN {
    margin: 20px 0;
   
}
.yesNoDiv{display:flex;}
.stepersubHead {
    margin-top: 30px;
    padding-top: 30px;
}

.error {
    color: red;
}

.searchIcon {
    position: absolute;
    top: 20px;
    right: 10px;
}

.pre-login-landlordagreement .review_confrm_wrap {
    padding: 40px 10px 0;
    float: left;
    width: 100%;
}

.pre-login-landlordagreement .credit_Card_boxwrapper .mp_review_confirm {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 6px;
    display: flex;
}

.serviceSuccess .done_ico_success {
    font-size: 37px;
    padding: 15px;
    background: #0b5b82;
    border-radius: 50%;
    color: #fff;
}

.pre-login-landlordagreement .credit_Card_boxwrapper .mp_icon {
    float: left;
    height: 24px;
    width: 24px;
}

.pre-login-landlordagreement .credit_Card_boxwrapper .mp_info {
    float: left;
    width: 92%;
    padding: 0px 16px 16px 0px;
    border-bottom: 1px solid #E5E5E7;
    margin-left: 16px;
}

.pre-login-landlordagreement .credit_Card_boxwrapper .mp_info {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 0px;
    font-weight: 600;
}

    .pre-login-landlordagreement .credit_Card_boxwrapper .mp_info span, .credit_Card_boxwrapper .mp_info p {
        color: #333;
        font-size: 14px;
        line-height: 16px;
        padding: 4px 0px 0px 0px;
        display: block;
        margin-bottom: 0px;
    }

.pre-login-landlordagreement .credit_Card_boxwrapper > p {
    color: #808080;
    font-size: 16px;
    line-height: 19px;
    margin: 8px 0 0;
}

.serviceSuccess .mp_head {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 0px;
    width: 100%;
}

    .serviceSuccess .mp_head i {
        font-size: 37px;
        padding: 15px;
        border-radius: 50%;
        color: #fff;
    }

    .serviceSuccess .mp_head .titlehead {
        padding: 20px;
        font-size: 26px !important;
        text-align: center;
        font-weight: bold;
        margin: 0;
        color: #0b5b82 !important;
    }

    .serviceSuccess .mp_head p {
        color: #696969;
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 0px;
    }

.serviceSuccess .review_confrm_wrap {
    padding: 40px 10px 0;
    float: left;
    width: 100%;
}

.serviceSuccess .credit_Card_boxwrapper .mp_review_confirm {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 6px;
}

.serviceSuccess .credit_Card_boxwrapper .mp_icon {
    float: left;
    height: 24px;
    width: 24px;
}

.serviceSuccess .credit_Card_boxwrapper .mp_info {
    float: left;
    width: 92%;
    padding: 0px 16px 16px 0px;
    border-bottom: 1px solid #E5E5E7;
    margin-left: 16px;
}

    .serviceSuccess .credit_Card_boxwrapper .mp_info label {
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        display: block;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .serviceSuccess .credit_Card_boxwrapper .mp_info span, .serviceSuccess .credit_Card_boxwrapper .mp_info p {
        color: #808080;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 0px 0px 0px;
        display: block;
        margin-bottom: 0px;
    }

ol.foursteps li {
    width: 32%;
}
.detailstep .mp_info label {
    font-family: 'open_sansbold';
    font-size: 15px;
}

.detailstep .mp_info span {
    font-family: 'open_sansregular';
    font-weight: normal;
}
.editprelogin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@charset "utf-8";
body {
    background-color: #f4f4f4 !important;
    margin: 0px;
    height: 100%;
    font-family: OpenSans-Regular;
    font-size: 13px;
}

/* MaterialDesignIcons.com */
@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.eot?v=4.8.95");
    src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=4.8.95") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=4.8.95") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=4.8.95") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=4.8.95") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'IBMPlexSans-Bold';
    src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype'), url('../fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSans-SemiBold';
    src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype'), url('../fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
form, html {
    height: 100%;
}
a:focus, img:focus {
    outline: 1px dotted;
}
a:focus, button:focus, input:focus, img:focus {
    outline: 1px dotted #ccc !important;
}
.back_button {
    display: none;
}
header {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    position: relative;
    z-index: 999;
}
.logo {
    margin: 0;
    padding: 18px 0;
}
.right_my_accounct {
    margin: 0;
    padding: 0;
    text-align: right;
}
.right_my_accounct ul {
    margin: 17px 0px;
    padding: 0;
    float: right;
    list-style: none;
}
.right_my_accounct ul li {
    margin: 0;
    padding: 0;
    float: left;
}
.right_my_accounct ul li a {
    margin: 0;
    padding: 10px 10px 2px;
    text-decoration: none;
    display: block;
}
.right_my_accounct ul li a:hover {
    color: #88c300;
}
#myCarousel {
    position: relative;
}
.header-top-social {
    width: auto !important;
}
/* Login sector css starts here */
.login-sector {
    background-color: #f4f4f4;
    border: 1px solid #fff;
    margin-right: 7px;
    min-width: 550px;
    padding: 0 25px;
    position: absolute;
    right: 100%;
    top: 7px;
    width: 100%;
    z-index: 999999;
    display: block;
}
.login-sector-1 {
    background-color: rgba(246, 246, 246, 0.99);
    border: 0 solid #ff0000;
    box-shadow: 0px 0px 3px #818181;
    min-width: 51px;
    padding: 0 15px;
    position: absolute;
    right: 100%;
    top: 423px;
    width: 200px !important;
    z-index: 999999;
    display: none;
    margin-right: 34px;
    min-height: 94px;
    overflow: visible !important;
}
.contact_us_login {
    padding-top: 12px;
}
.contact_us_login .form-group-1 {
    margin-bottom: 6px;
}
.contact_us_login .form-group-1 a {
    border-bottom: 1px solid #dedede;
    color: #39aadf;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 0;
}
.contact_us_login .form-group-1 a:hover {
    text-decoration: underline;
    background: transparent !important;
}
.usr-pop {
    display: block;
}
.login-sector > .signin-section {
    border: 0 solid #ff0000;
    float: left;
    height: 300px;
    padding: 0 35px 0 15px;
    position: relative;
    width: 50%;
}
.login-sector > .signin-section::after {
    border-right: 2px solid #dfdfdf;
    bottom: 10%;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10%;
}
.checkbox, .radio {
    display: block;
    margin-bottom: 4px !important;
    margin-top: 10px;
    position: relative;
}
.signin-section {
    text-align: left;
}
.signin-section .checkbox {
}
.signin-section .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: -20px;
    position: absolute;
    right: 10px;
}
.login-sector > .signin-section label {
    color: #a5a5a5;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    max-width: 100%;
    padding-left: 0;
    font-weight: normal;
}
.login-sector > .signin-section .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 0px;
}
.login-sector > .register-section {
    border: 0 solid #ff0000;
    float: left;
    height: 300px;
    padding: 68px 15px 0 30px;
    width: 50%;
}
.login-sector > .register-section > .form-group > a {
    
    color: #2fc0e6;
    font-size: 15px;
    font-weight: normal;
    padding: 4px 0 9px 36px;
}
.login-sector > .register-section > .form-group > a:hover {
    text-decoration: underline;
}
.forget_name .form_group_1 {
    padding-left: 4px;
    margin-bottom: 18px !important;
}
.login-sector h3, .form-group h3 {
    color: #939292;
    font-size: 18px;
    margin: 27px 0 15px;
}
.login-sector .signin-section > h3 {
    color: #2fc0e6;
    font-size: 20px;
    font-weight: bold;
}
.register-section {
    text-align: left;
}
.register-section > .social-section-area {
    float: left;
    margin-bottom: 16px;
    margin-top: 5px;
    text-align: center;
    margin-left: 14px;
}
.register-section > .social-section-area > ul {
    float: none;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
.register-section > .social-section-area > ul > li {
    border: 0;
    float: left;
    margin: 0 !important;
}
.register-section > .social-section-area > ul > li > a:hover {
    transform: scale(1);
}
.register-section > .social-section-area > ul > li > a {
    background-repeat: no-repeat;
    color: #939292;
    display: block;
    font-size: 12px;
    height: 26px;
    margin: 0 6px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 30px;
}
.component-1 {
    text-align: center;
}
.component__title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.icon-123 {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 26px !important;
    height: 26px !important;
    font-size: 0;
    text-indent: -9999px;
}
.icon-mono {
  
    background-color: #b6b2b2;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
    border-radius: 50%;
}
.icon-mono.facebook {
    background-position: 3px 4px;
    background-color: #3c5a98;
}
.icon-mono.facebook:hover {
    background-color: #3c5a98;
    background-position: 3px -16px;
}
.icon-mono.twitter {
    background-position: -22px 5px;
    background-color: #1ab2e8;
}

.icon-mono.twitter:hover {
    background-color: #1ab2e8;
    background-position: -22px -15px;
}
.icon-mono.linkedin-1 {
    background-position: -50px -77px;
    background-color: #006699;
}

.icon-mono.linkedin-1:hover {
    background-color: #006699;
    background-position: -50px -96px;
}
.icon-mono.youtube {
    background-position: -75px 4px;
    background-color: #ca1413;
}

.icon-mono.youtube:hover {
    background-color: #ca1413;
    background-position: -75px -16px;
}
.icon-mono.instagram {
    background-position: -151px 4px;
    background-color: #ce2894;
}
.icon-mono.instagram:hover {
    background-color: #ce2894;
    background-position: -151px -17px;
}
.icon-mono.googleplus {
    background-position: -192px 0;
}
.icon-mono.googleplus:hover {
    background-color: #d34836;
    background-position: -192px -96px;
}
.fb {
    
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.fb:hover {
    
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.twitt {
    
}
.twitt:hover {
    
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    transition: all ease 0.5s;
}
.linkedin {
    
}
.linkedin:hover {
    
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    transition: all ease 0.5s;
}
.btn-sub.btn-sub {
    background-color: #88be1c !important;
    border: 1px solid #88be1c !important;
    color: #ffffff !important;
    font-size: 16px;
}
#btnpaypower.btn-sub.btn-sub {
    height: 28px;
}
button.btn-sub.btn-sub {
    background-color: #88be1c !important;
    border: 1px solid #88be1c !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-size: 16px !important;
    background-image: none !important;
}
@media all and (-ms-high-contrast:none) {
    input[type="checkbox"] {
        border: 0 !important;
        background: none !important;
    }
}
button.btn {
    filter: none !important;
}
.btn-sub1 {
    padding: 2px 40px 4px;
    width: 100%;
}
.btn-sub2 {
    padding: 2px 40px 4px;
    width: 100%;
    height: 28px;
}
.btn-sub:hover, .btn-sub:focus, .btn-sub:active {
    color: #fff;
}
.Save_bill_section {
    
    margin-top: 48%;
    padding: 0;
    position: absolute;
    left: 11%;
    z-index: 99;
    width: 89%;
    height: 210px;
}
.Save_bill_section .Save_bill_section_left {
    width: 50%;
    float: left;
    margin: 0;
    padding: 3% 0 2% 6%;
}
.Save_bill_section .Save_bill_section_left h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 66px;
    font-size: 78px;
}
.Save_bill_section .Save_bill_section_left h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 33px;
}
.Save_bill_section .Save_bill_section_left p {
    margin: 0;
    padding: 5px 0px 0px;
    color: #fff;
    font-size: 10px;
}
.Save_bill_section .Save_bill_section_right {
    width: 50%;
    float: left;
    margin: 0;
}
.Save_bill_section .Save_bill_section_right ul {
    margin: 75px 6px 0px;
    padding: 0;
    list-style: none;
}
.Save_bill_section .Save_bill_section_right ul li {
    margin: 0;
    padding: 0;
    
}
@-moz-document url-prefix() {
    .Save_bill_section .Save_bill_section_right ul li {
        
    }
}
.Save_bill_section .Save_bill_section_right ul li a {
    margin: 0;
    padding: 3px 0px 0px 20px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: block;
}
.Save_bill_section .Save_bill_section_right .button a {
    color: #96a610;
    display: block;
    font-size: 14px;
    margin: 10px 30px;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    width: 80%;
    background: #fff;
}
.Save_bill_section .Save_bill_section_right .button a:hover {
    background: #f0f0f0;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.overlay .container, .overlay .row, .overlay .col-lg-5, .overlay .col-md-5, .overlay .col-sm-5, .overlay .col-xs-12,
.overlay .col-lg-7, .overlay .col-md-7, .overlay .col-sm-7 {
    height: 100%;
}
.banner_logged_out {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 88.5%;
}
@media (min-width:1100px) and (max-width:1500px) {
    .banner_logged_out {
        background-position: center -194px;
    }
}
@media (min-width:1600px) and (max-width:3500px) {
    .banner_logged_out {
        height: 92%;
    }
    .banner_logged_out {
        background-position: center -205px;
    }
}
.carousel-inner {
    background: url(../images/banner_login_02.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 88.5%;
}
.log_out_area h1 {
    margin: 10px auto 0;
    padding: 0 0 10px;
    color: #333;
    font-size: 29px;
    white-space: nowrap;
    font-family: 'IBMPlexSans-Bold', sans-serif;
}
.log_out_area p {
    color: #545454;
    margin: 10px 0 0 0;
    padding: 0 3px;
    font-size: 16px;
    line-height: 27px;

}

.log_out_area .sign_in a {
    color: #fff;
    display: inline-block;
    margin: 15px auto 18px;
    padding: 8px 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: auto;
    box-shadow: 0px 0px 5px #888888;
    -moz-box-shadow: 0px 0px 5px #888888;
    -webkit-box-shadow: 0px 0px 5px #888888;
}
.log_out_area a {
    color: #0b5b82;
}
/*------------- NEW UI ---------------*/
.loginLeft {
    float: left;
    width: 35%;
    padding: 0 40px;
    text-align: center;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.loginRight {
    float: right;
    background: url(../images/bnimg.jpg) left top no-repeat;
    min-height: 85vh;
    width: 65%;
    background-size: cover;
}
.log_out_area {
    text-align: center;
}

.loginLeft .log_out_area .sign_in a {
    background: #ffffff !important;
    color: #0135c5 !important;
    border: 1px solid #0135c5 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    font-family: 'IBMPlexSans-Bold';
    font-size: 14px;
    min-height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .loginLeft .log_out_area .sign_in a:hover{
        background: #ffffff !important;
        color: #0135c5 !important;
        border: 1px solid #0135c5 !important;
        box-shadow: none !important;
        border-radius: 3px !important;
    }

/* Footer */
footer {
    background: #fff;
    color: #000;
    text-align: center;
    position: relative;
    padding: 0px 10px 0px;
    width: 100%;
    bottom: 0px;
    z-index: 99;
    border-top: 1px solid #e2e2e2;
}
footer .copy-right {
    margin: 7px 0px 0px;
    padding: 0px;
    text-align: center;
    font-size: 10px;
}
footer .footer-logo.footer-logo {
    float: right;
    text-align: right;
    margin: 4px 0px;
}
.tab_bg {
}

h1.skipnav {
    font-size: 0px;
}
h1.skipnav a {
    font-size: 13px;
}
@media (min-width: 993px) and (max-width: 1024px) {
    .error_page_section {
        width: 100% !important;
    }
    .Save_bill_section {
        background: rgba(0, 0, 0, 0);
        height: 210px;
        left: 17%;
        margin-top: 48%;
        padding: 0;
        position: absolute;
        width: 89%;
        z-index: 9999;
    }
    .Save_bill_section .Save_bill_section_left h2 {
        color: #fff;
        font-size: 45px;
        line-height: 49px;
        margin: 0;
        padding: 0;
    }
    .Save_bill_section .Save_bill_section_left h3 {
        color: #fff;
        font-size: 26px;
        margin: 0;
        padding: 0;
    }
    .Save_bill_section .Save_bill_section_right ul {
        list-style: outside none none;
        margin: 75px 7px 0;
        padding: 0;
    }
    .Save_bill_section .Save_bill_section_right .button a {
        background: #fff none repeat scroll 0 0;
        color: #96a610;
        display: block;
        font-size: 14px;
        margin: 10px 8px;
        padding: 3px 10px;
        text-align: center;
        text-decoration: none;
        width: 80%;
    }
    .nav_login_section {
        background: #f4f4f4 none repeat scroll 0 0;
        float: right;
        height: 82.7%;
        margin-top: 0px;
        padding: 0;
        position: absolute;
        right: 12%;
        width: 60%;
        z-index: 9999;
    }
    
    .nav_login_section.nav_login_section ul li a img {
        margin: 8px 15px 5px 0;
    }
    .nav_login_section.nav_login_section ul li a span {
        padding: 7px 0 0;
    }
    .dropdown dd ul {
        z-index: 99999 !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    footer .footer-logo {
        margin: 0 !important;
    }
    footer .copy-right {
        text-align: center !important;
        margin: 2px 0px 0px;
    }
    .iphone.iphone_contact {
        text-align: center !important;
    }
    .term_condi_box {
        margin-bottom: -3px !important;
        padding-top: 2px !important;
        text-align: center !important;
    }
    footer .footer-logo.footer-logo {
        width: 100%;
        text-align: center !important;
    }
    .sch_bill_box {
        max-height: 100px;
        visibility: hidden;
    }
    .registration-form input[type="text"], .registration-form input[type="password"] {
        width: 89% !important;
    }
    .registration-form select#ddlZip {
        width: 88.8% !important;
    }
    .login-sector-1 {
        background-color: rgba(246, 246, 246, 0.99);
        border: 0 solid #ff0000;
        margin-right: 0 !important;
        min-width: 329px;
        padding: 0 25px;
        position: absolute;
        right: 50px !important;
        top: 412px;
        width: 200px;
        z-index: 999999;
    }
    .logo {
        margin: 0;
        padding: 14px 0 !important;
        width: auto;
    }
    .logo img {
        margin-top: 3px;
        max-width: 53% !important;
    }
    .details_box .register_lnk ul {
        float: right !important;
        padding-top: 15px;
    }
    .program_details_lnk {
        float: left;
        width: auto !important;
    }
    #myCarousel.carousel-inner {
        height: 100% !important;
        overflow: visible;
    }
    .login-sector {
        background-color: rgba(246, 246, 246, 0.99);
        border: 1px solid #ccc;
        min-width: 550px;
        padding: 0 25px;
        position: absolute;
        box-shadow: 0px 3px 9px #ccc;
        top: 17px;
        width: 87%;
        z-index: 999999;
        margin-right: 0 !important;
        right: 50px !important;
    }
    .login-sector::after {
        display: none;
    }
    .login-sector-close {
        background: rgba(0, 0, 0, 0) url('../images/cross-icon.png') no-repeat scroll left top;
        border-bottom: 0 none;
        border-right: 0 none;
        border-top: 0 none;
        cursor: pointer;
        content: "";
        height: 28px;
        position: absolute;
        right: 12px;
        top: 11px;
        width: 28px;
        z-index: 9999999;
    }
    .log_out_area h1 {
        font-size: 29px;
        white-space: normal;
        color:#333;
    }
    .log_out_area {
        width: 100%;
    }
    .Save_bill_section {
        background: rgba(0, 0, 0, 0);
        height: 210px;
        left: 0;
        margin-top: 40px;
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 99999;
    }
    .overlay .container, .overlay .row, .overlay .col-lg-5, .overlay .col-md-5, .overlay .col-sm-5, .overlay .col-xs-12, .overlay .col-lg-7, .overlay .col-md-7, .overlay .col-sm-7 {
        height: 68%;
    }
    .nav_login_section {
        background: #f4f4f4 none repeat scroll 0 0;
        float: right;
        height: auto !important;
        margin-top: 0;
        padding: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 99999;
    }
    .carousel-inner {
        height: 90% !important;
    }
}
@media (min-width: 414px) and (max-width: 640px) {
    .login-sector {
        background-color: rgba(246, 246, 246, 0.99);
        border: 1px solid #87dd00;
        margin-right: 0 !important;
        min-width: 340px;
        padding: 0 25px 66px;
        position: absolute;
        right: 5.5% !important;
        top: -110px;
        width: 87%;
        z-index: 999999;
    }
    .energy_mid_box .right_content_box {
        height: 96% !important;
        margin-bottom: 25px;
        width: 100%;
    }
}
@media (min-width:320px) and (max-width:767px) {
    .loginLeft {
        width: 100%;
        padding: 0 10px;
    }
    .loginRight{
        display:none;
    }
    .log_out_area h1 {
        font-size: 29px;
        white-space: normal;
    }
    .sidebar_toggle.sidebar_toggle {
        display: block !important;
    }
    .back_to_login.back_to_login {
        display: none;
    }
    .loginpage-form h1 {
        margin: .67em 0px !important;
    }
    .login-page {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        padding: 30px 35px !important;
    }
    .loginpage-form {
        padding: 0 0% 0 0px !important;
        width: 100% !important;
    }
    .btn-default-login.btn-default-login {
        width: 89px !important;
        margin: 0px 0 19px 0 !important;
    }
    footer .copy-right {
        margin-top: 3px;
    }
    .logo {
        float: left !important;
    }
    .about_my_home .mid_area_home .right_content_area_home, .about_my_home .mid_area_home .left_content_area_home {
        margin: 0 0 0px !important;
        width: 100% !important;
    }
    .about_my_home .mid_area_home .right_content_area_home {
        margin-bottom: 10px !important;
    }
    .about_my_home {
        max-width: 92% !important;
    }
    .about_my_home .mid_area_home .right_content_area_home input[type="text"], .about_my_home .mid_area_home .right_content_area_home select {
        width: 70% !important;
    }
    .Save_bill_section {
        width: 106% !important;
    }
    #myCarousel.carousel-inner {
        height: 100% !important;
        margin-bottom: 61px;
        overflow: visible;
    }
    .carousel-control {
        top: 40% !important;
    }
    .carousel-control img {
        width: 40px;
    }
    .login-sector {
        background-color: rgba(246, 246, 246, 0.99);
        border: 0 solid #ff0000;
        margin-right: 0 !important;
        min-width: 340px;
        padding: 0 25px 40px;
        position: absolute;
        right: 10px !important;
        top: -110px;
        width: 87%;
        z-index: 999999;
    }
    .carousel-control {
        bottom: auto !important;
        z-index: 99 !important;
    }
    .login-sector > .signin-section {
        border: 0 solid #ff0000;
        float: left;
        height: auto;
        padding: 0 0px 0 15px;
        position: relative;
        width: 100% !important;
    }
    .login-sector > .signin-section #txtLogin, .login-sector > .signin-section #txtpwd {
        width: 100% !important;
    }
    .sch_bill_box {
        max-height: 30px;
        visibility: hidden;
    }
    .log_smw_btn {
        width: 100% !important;
    }
    .login-sector > .register-section {
        border: 0 solid #ff0000;
        float: left;
        height: 192px;
        padding: 0px 7px 0;
        width: 100%;
    }
    .register-section .form-group {
        display: inline;
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
        width: 100%;
    }
    .register-section > .social-section-area {
        float: left;
        margin-bottom: 1px;
        margin-top: 9px;
        text-align: left;
        width: 100%;
    }
    .form-groups {
        float: none !important;
        margin-right: 0 !important;
    }
    .login-sector > .signin-section::after {
        border-right: 0 solid #ccc;
        bottom: 9.5%;
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 10.1%;
    }
    .login-sector::after {
        display: none;
    }
    .login-sector-close {
        background: rgba(0, 0, 0, 0) url('../images/cross-icon.png') no-repeat scroll left top;
        border-bottom: 0 none;
        border-right: 0 none;
        border-top: 0 none;
        cursor: pointer;
        content: "";
        height: 28px;
        position: absolute;
        right: 12px;
        top: 11px;
        width: 28px;
        z-index: 9999999;
    }
    .log_out_area {
        width: 90%;
    }
    .Save_bill_section {
        background: rgba(0, 0, 0, 0);
        height: 163px;
        left: 0;
        margin-top: 22px;
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    .overlay .container, .overlay .row, .overlay .col-lg-5, .overlay .col-md-5, .overlay .col-sm-5, .overlay .col-xs-12, .overlay .col-lg-7, .overlay .col-md-7, .overlay .col-sm-7 {
        height: 68%;
    }
    .Save_bill_section .Save_bill_section_left h2 {
        color: #fff;
        font-size: 30px;
        line-height: 29px;
        margin: 0;
        padding: 0;
    }
    .Save_bill_section .Save_bill_section_left h3 {
        color: #fff;
        font-size: 19px;
        margin: 0;
        padding: 0;
    }
    .Save_bill_section .Save_bill_section_right ul {
        list-style: outside none none;
        margin: 39px 7px 0;
        padding: 0;
    }
    .Save_bill_section .Save_bill_section_right .button a {
        background: #fff none repeat scroll 0 0;
        color: #96a610;
        display: block;
        font-size: 14px;
        margin: 10px 8px;
        padding: 3px 10px;
        text-align: center;
        text-decoration: none;
        width: 80%;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
        right: 138%;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 116%;
    }
    .carousel-control {
        bottom: auto !important;
        color: #fff;
        font-size: 20px;
        opacity: 0.5;
        position: absolute;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        top: 50%;
        width: 15%;
        z-index: 99999;
    }
    .nav_login_section {
        background: #f4f4f4 none repeat scroll 0 0;
        float: right;
        height: auto !important;
        margin-top: 22px;
        padding: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 999;
    }
    .nav_login_section ul li a {
        padding: 3px 20px 3px 40px;
    }
    .nav_login_section ul li a span {
        display: inline-block;
        font-size: 12px;
        margin: 0;
        padding: 4px 0 0;
        width: 75%;
    }
    .login-sector {
        background-color: rgba(246, 246, 246, 0.99);
        border: 1px solid #87dd00;
        margin-right: 0 !important;
        min-width: 280px;
        padding: 0 25px 25px;
        position: absolute;
        right: 5.5% !important;
        top: -10px;
        width: 87%;
        z-index: 999999;
    }
    .registration_btn.registration_btn {
        width: 97px !important;
        min-height: 36px;
    }
    .search-area {
        float: left;
        width: 78%;
    }
    .nav_login_section ul li a img {
        margin: 7px 10px 12px 0;
        max-width: 10%;
        vertical-align: top;
    }
    .nav_login_section ul li a i {
        display: block;
        font-size: 19px;
        font-style: normal;
        margin: 0;
        padding: 0;
    }
    .carousel-inner {
        height: 90% !important;
    }
    .cover_right_top_area {
        border-top: 2px solid #f4f4f4;
        margin-top: 5px;
        width: 94% !important;
    }
    .customer_txt_name .topic_box select {
        width: 92.2% !important;
    }
    .cover_right_top_area .search-area input[type="text"], input[type="password"], textarea {
        width: 92% !important;
    }
    input[type="text"], input[type="password"], textarea {
        width: 92% !important;
    }
    .right_my_accounct {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 72%;
    }
    .logo {
        margin: 0;
        padding: 5px 0;
        text-align: center;
    }
    footer .footer-logo {
        float: none;
        margin: 0px 0px 4px 0 !important;
        text-align: center;
    }
    footer .container .term_condi_box {
        margin: 3px 0 0 0;
        padding: 0;
    }
}
/* Login page Style */
.registration-page {
    background: #ffffff;
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: 18px;
    position: relative;
    display: table;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    width: 100%;
}
.loginpage-form {
    padding: 0 0% 0 23px;
}
.registration-form h1 {
    color: #87c301;
    font-size: 170.8%;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin-top: 0px;
}
.loginpage-form h3 {
    font-size: 141.7%;
    color: #5e5e5e;
    padding: 5px 0 7px 0;
    margin: 0px;
}
.registration-form input[type="text"], .registration-form input[type="password"] {
    width: 87%;
    padding: 5px 5px;
    margin-bottom: 16px;
    border: 1px solid#ccc;
    color: #675E5E;
}
.registration-form select {
    width: 86.9%;
    padding: 5px 5px;
    margin-bottom: 16px;
    border: 1px solid#ccc;
    color: #999;
}
.registration-form .user_id input[type="text"] {
    width: 33%;
}
.registration_btn.registration_btn {
    float: right;
    width: 120px !important;
    padding: 6px 0 !important;
    background: #88be1c !important;
    color: #f0f0f0 !important;
    border-radius: 0px !important;
    text-align: center;
    font-size: 14px !important;
    margin-right: 20px;
    border: 0px !important;
    font-weight: bold;
    min-height: 40px;
    line-height:26px;
}
.registration_btn:focus {
    color: #FFFFFF !important;
    text-decoration: none;
    outline: none;
}
.registration_btn:hover {
    background: #7c7c7c !important;
    color: #fff;
    text-decoration: none;
}
#errorMsg {
    z-index: 9999;
}
a.registration_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #7c7c7c;
}
.reg_button {
    border-top: 2px solid #ccc;
    float: left;
    padding: 13px 0 2px;
    width: 100%;
}
.form-group ul {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}
.form-group ul li {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}
.form-group ul li a {
    text-decoration: none;
    font-size: 14px;
    display: block;
}
#lblMsg {
    background: #fff none repeat scroll 0 0;
    border-left: 3px solid #f00;
    box-shadow: 1px 0 4px #ccc;
    font-size: 14px;
    left: -9%;
    padding: 12px 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    display: none;
}
.ul_listing ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.ul_listing ul li {
    margin: 0px;
    padding: 0px;
    
}
.ul_listing ul li a {
    margin: 0px;
    padding: 3px 21px;
    display: block;
}
.back_to_login {
    margin: 25px 9px 0 0;
    padding: 0;
    float: left;
    width: auto;
    height: 24px;
}
    .back_to_login a {
        padding: 0px 0px;
        margin: 0;
        text-decoration: none;
        display: block;
        background: none;
        width: 26px;
        height: 26px;
        font-size: 0px;
        color: #205d81;
        position:relative;
    }

        .back_to_login a:before {
            content: "\F006F";
            font-family: "Material Design Icons";
            font-size: 34px;
            font-weight: normal;
            position: absolute;
            top: -12px;
            left: -3px;
        }

.loginpage-form {
    padding:0;
    font-family: OpenSans-Regular;
}
.loginpage-form h1 {
    font-size: 190% !important;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin: 0px;
}
.loginpage-form h3 {
    color: #5e5e5e;
    font-family: arial;
    font-size: 141.7%;
    font-weight: normal !important;
    margin: 0;
    padding: 5px 0 7px;
}
.login-page input[type="text"], .login-page input[type="password"] {
    padding: 5px 0px 4px 50px !important;
    width: 100% !important;
    border-radius: 0;
}
.login-page .login-page-user {
    
    display: block;
    float: left;
    position: absolute;
    width: 36px;
    height: 31px;
    z-index: 1;
    top: 32px;
    left: 1px;
}
.form-group {
    position: relative;
}
.login-page-password {
    
    display: block;
    float: left;
    position: absolute;
    width: 36px;
    height: 33px;
    z-index: 1;
    top: 30px;
    left: 1px;
}

.forgot-password {
    color: #6f6f6f;
    display: block;
    margin-top: 10px;
    text-align: right;
}
.forgot-password ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.forgot-password ul li {
    border-left: 1px solid #595959;
    float: left;
    margin: 0;
    padding: 0;
}
.forgot-password ul li:first-child {
    border: 0;
}
.forgot-password ul li a {
    color: #2561ad;
    font-size: 107.7%;
    padding: 2px 13px;
    text-decoration: none;
}
.forgot-password ul li a:hover {
    color: #959595;
}
.login-page-image {
    text-align: left;
    padding-top: 9px;
    width: 96.6%;
}
.login-page-image img {
    padding-bottom: 27px;
    max-width: 100%;
}
.login-page-image .carousel-indicators {
    bottom: -19px !important;
}
.login-page-image .carousel-indicators li {
    background-color: #e1e1e1;
    margin: 0 6px 0 6px;
    width: 12px;
    height: 12px;
}
.login-page-image .carousel-indicators .active {
    background-color: #57565b;
}
.btn-default-login.btn-default-login {
    display: block;
    float: right;
    border: 0px !important;
    color: #f0f0f0 !important;
    font-size: 18px;
    outline: none;
    padding: 6px 0 !important;
    width: 120px;
    margin: 18px 0 19px 0;
    background: #88be1c !important;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    border-radius: 2px;
    font-weight: bold;
    border-radius: 0px !important;
}
.btn-default-login:hover {
    background: #7c7c7c !important;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.btn-default-login-submit.btn-default-login-submit {
    display: block;
    float: right;
    border: 0px;
    color: #f0f0f0;
    font-size: 18px;
    outline: none;
    padding: 6px 0 !important;
    width: 120px;
    margin: 18px 0 19px 0;
    background: #88be1c;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    border-radius: 0px;
    font-weight: bold;
}
.btn-default-login-submit:hover {
    background: #7c7c7c;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.btn-default-login-cancel.btn-default-login-cancel {
    display: block;
    float: left;
    border: 0px;
    color: #f0f0f0;
    font-size: 16px;
    outline: none;
    padding: 6px 0 !important;
    width: 120px;
    margin: 18px 0 19px 0;
    background: #88be1c;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    border-radius: 0px;
    font-weight: bold;
    min-height:40px;
}
.btn-default-login-cancel:hover {
    background: #7c7c7c;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.log_smw_btn {
    clear: both;
    float: left;
    width: 96%;
    margin-top: 10px;
}
.login-form-text [type="checkbox"] {
    margin-top: 1px !important;
}
.about_my_home {
    max-width: 53%;
    background: #fff;
    box-shadow: 0px 0px 4px #cfcfcf;
    padding: 0px !important;
    max-height: 530px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    margin: auto;
}
.about_my_home h1 {
    background: #f2f2f2;
    border-bottom: 2px solid #cecece;
    color: #53565a;
    font-size: 123.1%;
    font-weight: bold;
    position: relative;
    margin: 0px;
    padding: 13px 0 13px 15px;
}
.about_my_home .close_icon {
    margin: 0px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
}
.about_my_home .upper_text {
    margin: 0px 0px 10px;
    padding: 0px;
    color: #808080;
    font-size: 14px;
    font-weight: bold;
}
.about_my_home .mid_area_home {
    width: 84%;
    margin: 2% auto 0px;
    display: block;
    color: #808080;
    font-size: 14px;
}
#mid_area_home, #mid_area_business {
    width: 100% !important;
}
.about_my_home .mid_area_home .left_content_area_home {
    width: 36%;
    float: left;
    margin: 0px 0px 18px;
    padding-top: 6px;
}
.about_my_home #mid_area_business.mid_area_home .left_content_area_home {
    margin: 0px 0px 0px;
    font-size: 13px;
}
#mid_area_business table {
    margin-top: 10px;
}
#mid_area_business table tr td label {
    margin: 0 11px 0 5px;
    position: relative;
    top: -2px;
    font-weight: normal;
}
.about_my_home .mid_area_home .right_content_area_home {
    width: 64%;
    float: left;
    margin: 0px 0px 18px;
}
.about_my_home .mid_area_home .right_content_area_home .blank_text {
    padding-top: 6px;
}
.about_my_home .mid_area_home .right_content_area_home select {
    border: 1px solid #d6d6d6;
    padding: 5px 0;
    width: 89.5%
}
.about_my_home .mid_area_home .right_content_area_home input[type="text"] {
    border: 1px solid #d6d6d6;
    outline: medium none;
    padding: 5px;
    width: 89%
}
.about_my_home .mid_area_home input[type="checkbox"] {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #b9b9b9;
    float: left;
    margin: 4px 2% 0 0;
    outline: medium none;
    transform: scale(1.3);
}
.about_my_home .mid_area_home .check {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}
.about_my_home .bottom_area_home {
    border-top: 2px solid #b9b9b9;
    padding: 0px;
    margin-top: 0px;
    background: #fff;
    width: 100%;
    float: left;
}
.buttons_area {
    width: 100%;
    padding: 2% 0 0%;
    float: left;
    margin: 0px;
    font-size: 12px;
    border-bottom: 2px solid #f4f4f4;
}
.submit-button {
    background: none repeat scroll 0 0 #006699;
    border: 0;
    border-radius: 2px;
    color: #f0f0f0;
    float: right;
    font-size: 14px;
    /* height: 30px;*/
    margin-bottom: 15px;
    padding: 6px 27px;
    text-align: center;
    min-height: 40px;
    font-family: 'IBMPlexSans-Bold', sans-serif !important;
}
.cancel-button {
    background: none repeat scroll 0 0 #006699;
    border: 0;
    border-radius: 2px;
    color: #f0f0f0;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 13px;
    padding: 6px 27px;
    text-align: center;
    min-height: 40px;
    font-family: 'IBMPlexSans-Bold', sans-serif !important;
}
.bg {
    background-color: #E6E6E6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999999;
}
/*--Error Page CSS--*/
.error_page_covered {
    background: url(../images/error_page_banner.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 88.5%;
}
.error_page_section {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 70%;
    height: 300px;
    text-align: center;
}
.error_page_section h1 {
    margin: 10px 0;
    padding: 0 0 13px;
    color: #d64c00;
    font-size: 105px;
    font-family: Verdana;
    font-style: italic;
    font-weight: bold;
}
.error_page_section h1 span {
    color: #5d5d5d;
    font-family: Verdana;
    font-size: 22px;
    font-style: normal;
    margin: 0 0 0 -38px;
    padding: 0;
}
.error_page_section p {
    color: #8b8b8b;
    margin: 0;
    padding: 25px 3px;
    font-family: Verdana;
    font-size: 22px;
    line-height: 27px;
}
.error_page_section p a {
    margin: 0;
    padding: 0;
    color: #fe764d;
    text-decoration: none;
    display: inline-block;
}
.error_page_section p a:hover {
    text-decoration: underline;
}
@media only screen and (min-width:320px) and (max-width:768px) {
    .about_my_home .mid_area_home .right_content_area_home input[type="text"] {
        border: 1px solid #d6d6d6;
        outline: medium none;
        padding: 5px;
        width: 70%;
    }
    .Save_bill_section {
        display: table;
        margin-top: 15px;
        padding: 0 0 8px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .input_box_eff_wrap {
        margin-bottom: 0px !important;
    }

    .radio_opt_drpdown {
        margin-top: 25px !important;
    }
    input[disabled] {
        -webkit-text-fill-color: #424242;
        -webkit-opacity: 1;
    }
    .about_my_home .mid_area_home .right_content_area_home input[type="text"] {
        border: 1px solid #d6d6d6;
        outline: medium none;
        padding: 5px;
        width: 70%;
    }
}
#btnClearSaveHomeInfo.canceladd.canceladd {
    float: left;
}
#btnClearSaveHomeInfo#btnClearSaveHomeInfo {
    float: left !important;
}

.modal-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding: 5px 0px 15px;
    border-radius: 0 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    margin-bottom: 20px;
}
.modal-content {
    border-radius: 12px !important;
    padding: 45px !important;
}

.modal-header {
    border-bottom: 1px solid #d4d4d4 !important;
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: 0 1px 0 #fff;
}
    .modal-header .close {
        opacity: 1 !important;
    }

.modal-title, .modal-title-changepwd {
    font-size: 21px;
    margin: 0;
    font-weight: bold;
    color: #020202;
}

.modal {
    text-align: center;
}
.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.term_condi_box {
    padding-top: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.term_condi_box a {
    outline: none;
}
.text_align_box {
    padding: 0 10px 5px;
    width: 100%;
    float: left;
    text-align: justify;
}
.glyphicon-question-sign:before {
    content: "\f05a" !important;
    font-family: 'FontAwesome';
    position: relative;
    top: -3px;
}
.modern_theme {
    display: none;
}
.gen_theme {
    display: inline-block;
}
.pro_info_footer {
    float: left;
    width: 100%;
    border-bottom: 2px solid #b9b9b9;
    margin-bottom: 12px;
    padding: 10px 22px 10px;
}
.pro_info_footer .check {
    font-style: normal;
    position: relative;
    top: -1px;
}
.btn_footer_about {
    float: left;
    width: 100%;
    padding: 0 20px 0 10px;
}
.submit-button.submit-button, .btn-default-login-submit.btn-default-login-submit.btn-default-login-submit,
.registration_btn.registration_btn.registration_btn, p > span.newbutton_outer.newbutton_outer,
.start_btn.start_btn > input[type="submit"], .continue_button.continue_button a, .btn-default-login.btn-default-login {
    text-decoration: none;
    transition: ease-in 0.3s;
    border-radius: 3px !important;
    font-weight: normal !important;
    font-family: 'IBMPlexSans-Bold' !important;
    font-size:14px;
}
.submit-button.submit-button:hover, .btn-default-login-submit.btn-default-login-submit.btn-default-login-submit:hover,
.registration_btn.registration_btn.registration_btn:hover, p > span.newbutton_outer.newbutton_outer:hover,
.start_btn.start_btn > input[type="submit"]:hover, .continue_button.continue_button a:hover, .btn-default-login.btn-default-login:hover {
    transition: ease-in 0.3s;
}
.cancel-button.cancel-button, .btn-default-login-cancel.btn-default-login-cancel.btn-default-login-cancel, .cancel_button_comm.cancel_button_comm.cancel_button_comm {
    font-weight: normal !important;
    border-radius: 3px !important;
    transition: ease-out 0.3s;
    cursor: pointer;
    text-transform: uppercase;
}
.cancel-button.cancel-button:hover, .btn-default-login-cancel.btn-default-login-cancel.btn-default-login-cancel:hover, .cancel_button_comm.cancel_button_comm.cancel_button_comm:hover {
    transition: ease-out 0.3s;
}
/*  Input Box Styling  */
.full_width_input_sec {
    width: 100%;
    float: left;
    margin: 25px 0px 0;
}
.left_side_sec.input_box_eff_wrap {
    width: 100%;
    float: left;
}
.input_box_eff_wrap {
    position: relative;
    margin-bottom:0px;
}
.input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
    font-size: 15px;
    padding: 10px 10px 10px 0px !important;
    display: block;
    width: 95% !important;
    margin-bottom: 0 !important;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    height: auto;
    border-radius: 0px !important;
    float: left;
    box-shadow: none !important;
}
    .input_box_eff_wrap select.select_effect {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/arrowdown_mdb.png);
        background-size: 15px 20px;
        background-position: right center;
        background-repeat: no-repeat;
    }
.input_box_eff_wrap select::-ms-expand {
    display: none;
}

label.effect_lbl {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
input.input_effect:focus ~ label.effect_lbl, input.input_effect:valid ~ label.effect_lbl,
select.select_effect:focus ~ label.effect_lbl, select.select_effect:valid ~ label.effect_lbl,
textarea.textarea_effect:focus ~ label.effect_lbl, textarea.textarea_effect:valid ~ label.effect_lbl,
input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.select_effect[readonly='readonly'] ~ label.effect_lbl,
input.input_effect[disabled="disabled"] ~ label.effect_lbl, select.select_effect[disabled="disabled"] ~ label.effect_lbl {
    top: -20px;
    font-size: 15px;
}
.highlight_input {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
input.input_effect:focus ~ .highlight_input {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
.textarea_effect {
    resize: none;
}
.bar_input {
    display: block;
    width: 95%;
}
.bar_input:before, .bar_input:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #2b8dbd;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.bar_textarea:before, .bar_textarea:after {
    bottom: 27px;
}
.bar_input:before {
    left: 50%;
}
.bar_input:after {
    right: 50%;
}
input.input_effect:focus ~ .bar_input:before, input.input_effect:focus ~ .bar_input:after,
select.select_effect:focus ~ .bar_input:before, select.select_effect:focus ~ .bar_input:after,
textarea.textarea_effect:focus ~ .bar_input:before, textarea.textarea_effect:focus ~ .bar_input:after {
    width: 50%;
}
.errorbox.errorbox {
    border: 0px !important;
    border-bottom: 1px solid #ffa8a8 !important;
}
@media (max-width:360px) {
    .btn-default-login-submit.btn-default-login-submit,
    .btn-default-login-cancel.btn-default-login-cancel,
    .registration_btn.registration_btn,
    .btn-default-login.btn-default-login {
        width: auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        min-width: 90px;
        min-height: 35px;
    }
    .alert_pop_left > img {
        max-width: 90% !important;
        margin-top: 3px;
    }
}
@media (max-width:767px) {
    .loginpage-form {
        padding: 0 0% 0 10px;
    }
    .loginpage-form h1 {
        font-size: 20px !important;
    }
    footer {
        position: relative;
        padding: 0;
    }
}



header.main_header[role="header"] {
    background: #ffffff !important;
}
.registerSucess .buttonareasuccess .signin-btn {
    color: #fff !important;
}
.lanlordText {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif !important;}

.sign_in {
    margin-top: 20px;
}

.pre-login-landlordagreement .StepperBtnArea .disableBtn {
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
}
.acknowldgeDiv .checkbox label span a{font-size:16px;}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}

@font-face {
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'IBMPlexSans-Bold';
    src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype'), url('../fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSans-SemiBold';
    src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype'), url('../fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
}



.muiBlock {
    border: 1px solid #DBDBDB;
    background: #ffffff;
    border-radius: 8px;
    padding: 50px 60px;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 15%) !important;
}

.pre-login-landlordagreement {
    padding: 50px 0;
}

    .pre-login-landlordagreement h2 {
        color: #333;
        font-size: 20px;
        line-height: 32px;
        margin: 0;
        font-family: 'IBMPlexSans-Bold', sans-serif;
        text-transform: uppercase;
    }

    .pre-login-landlordagreement .paymentPlansWrap h2 {
        margin: 10px 0;
    }

    .pre-login-landlordagreement .paymentPlansWrap .border-bottom {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .pre-login-landlordagreement h4 {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        color: #0b5b82;
        font-family: 'OpenSans-Bold';
        margin: 20px 0 0;
    }

    .pre-login-landlordagreement .mdl-radio__outer-circle {
        top: 2px
    }

    .pre-login-landlordagreement .mdl-radio__ripple-container {
        top: -12px
    }

    .pre-login-landlordagreement .mdl-radio__inner-circle {
        top: 6px;
    }

    .pre-login-landlordagreement .mdl-radio.is-upgraded {
        margin-right: 80px;
    }

.checkbox {
    display: inline-block !important;
}

    .checkbox input {
        position: static !important;
        margin: 0 10px 0 0 !important;
        vertical-align: -2px;
    }

.right-side-bar h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    font-family: 'IBMPlexSans-Semibold', sans-serif;
    color: #333;
}

.businessDiv,
.poboxDiv {
    display: none;
}

.map-search .material-icons {
    position: absolute;
    top: 20px;
    right: 10px;
}

.locationmapDiv {
    margin-bottom: 15px;
}

.address-dropdown ul {
    margin: 60px 0;
    padding: 0;
    height: 240px;
    overflow-y: auto;
    border: 1px solid #c5c5c5 !important;
}

    .address-dropdown ul li a {
        padding: 10px 20px;
        font-size: 15px;
        color: #333 !important;
        text-decoration: none;
        display: block;
    }

.mapdiv {
    background: #0b5b82;
    color: #fff;
    padding: 20px;
    margin-top: 30px;
}

    .mapdiv p {
        margin: 0;
    }

        .mapdiv p + p {
            margin-top: 10px;
        }

        .mapdiv p .material-icons {
            vertical-align: -6px;
            margin-right: 10px;
        }

.select-property {
    font-family: 'OpenSans-Bold';
    font-weight: 700;
    color: #0b5b82;
    display: inline-block;
    margin-top: 30px;
}


.add-another-property {
    padding: 10px;
    color: #0b5b82;
    margin: 0;
    font-family: 'OpenSans-semibold';
    border: 1px solid #0b5b82;
    border-radius: 4px;
    font-size: 13px;
    margin: 20px 0 0 0;
    float: right;
}

.SectionDisplay {
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0px;
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    padding: 25px 0px 20px;
}

.IconSection {
    display: inline-flex;
    color: #333;
}

.SectionDisplay .jssText {
    margin-left: 16px;
}

h5.jssh5 {
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 700;
    font-family: OpenSans-Bold;
}

.jssAddress {
    width: 100%;
    font-style: normal;
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
}

.dropdown-address {
    background: rgba(0, 0, 0, 0.04);
    height: 170px;
    overflow: auto;
    margin: 15px 0;
}

    .dropdown-address p {
        margin: 0;
        padding: 7px 15px;
        font-size: 13px;
    }

        .dropdown-address p + p {
            border-top: 1px solid #ccc;
        }

        .dropdown-address p span {
            float: right;
            font-size: 20px;
            cursor: pointer;
        }

.selected-property {
    font-weight: bold;
}

.multiple-selectDropDown {
    padding: 4px 0;
    margin-top: 10px;
}

.btn-group,
.multiselect.dropdown-toggle {
    width: 100%;
    text-align: left;
    border: 0;
    font-size: 16px;
    box-shadow: none;
    background: transparent;
}

.multiple-selectDropDown button:focus-visible {
    outline: 0 !important;
    outline: 0;
}

.multiAccount.multiple-selectDropDown {
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #505050;
    width: 100% !important;
    background: #f2f2f2;
    height: 55px;
    background-image: url(../../images/arrowdown_mdb.png) !important;
    background-size: 15px 20px !important;
    background-position: right 20px center !important;
    background-repeat: no-repeat !important;
}

.multiple-selectDropDown .input-group-addon {
    display: none;
}

.multiple-selectDropDown .multiselect-container .input-group {
    margin: 0;
    width: 100%;
}

.multiple-selectDropDown .input-group-addon, .multiple-selectDropDown .multiselect-clear-filter {
    background: transparent;
    border-color: transparent;
    position: absolute;
}

.multiple-selectDropDown .input-group-addon {
    right: 15px;
    top: 0px;
    position: absolute;
    z-index: 3;
    font-size: 20px;
}

.multiple-selectDropDown .form-control {
    border: none;
    width: 100%;
    background: #f3f3f3;
    position: relative;
}

.multiple-selectDropDown .dropdown-menu {
    width: 100%;
    padding: 20px;
    width: 100%;
    padding: 20px;
    height: 240px;
    overflow: auto;
}

.multiple-selectDropDown .multiselect-container .input-group .form-control {
    padding-top: 5px !important;
    height: 50px;
}

.multiple-selectDropDown .input-group-btn {
    display: none;
}

.multiple-selectDropDown .multiselect-reset {
    position: absolute !important;
    top: -53px;
    z-index: 999;
    right: 15px;
    border: none;
}

    .multiple-selectDropDown .multiselect-reset .btn-default {
        border: none;
        background: transparent;
        color: #949ca6;
        font-size: 20px;
    }

        .multiple-selectDropDown .multiselect-reset .btn-default:hover,
        .multiple-selectDropDown .multiselect-reset .btn-default:focus {
            background-color: transparent;
        }

.multiple-selectDropDown .btn-group.show .caret {
    border-top: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #dcdcdc;
}

.multiple-selectDropDown .input-group a.btn.btn-default.btn-block {
    position: absolute;
    right: 15px;
    top: -5px;
    font-weight: normal;
}


.multiple-selectDropDown .multiple-selectDropDown .dropdown-menu li {
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.multiple-selectDropDown .multiselect-container > li a {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 600;
    /*text-transform: capitalize;*/
    color: #333 !important;
    text-decoration: none;
    display: block;
}

.multiple-selectDropDown .multiselect-container > li > a > label {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

    .multiple-selectDropDown .multiselect-container > li > a > label input {
        margin: 0 10px 0 0px !important;
        padding: 0 !important;
    }

.multiple-selectDropDown .multiselect .caret {
    display: none;
}

.multiple-selectDropDown .checkbox, .multiple-selectDropDown .radio {
    position: static;
}

.multiple-selectDropDown .multiselect-container > li {
    position: relative;
}

    .multiple-selectDropDown .multiselect-container > li.filter {
        border: 0;
        border-radius: 0;
        margin: 0 0 10px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

        .multiple-selectDropDown .multiselect-container > li.filter input {
            padding: 10px 16px !important;
            height: 55px;
            border: 0 !important;
            border-bottom: 1px solid #505050 !important;
            width: 100% !important;
            box-shadow: none !important;
            letter-spacing: 0.15px;
            line-height: 24px;
            background: #F2F2F2 !important;
            border-radius: 5px 5px 0px 0px !important;
            color: #000;
        }

.multiple-selectDropDown li.multiselect-all > a > div {
    visibility: hidden;
    height: 10px;
}

.multiple-selectDropDown .multiselect {
    padding: 12px;
}

.multiple-selectDropDown .dropdown-menu > li > a:focus, .multiple-selectDropDown .dropdown-menu > li > a:hover {
    background-color: #ebf5ff;
    color: #143154;
}

.multiple-selectDropDown .dropdown-menu > .active > a {
    background-color: transparent;
}


.multiple-selectDropDown .btn-default:hover,
.multiple-selectDropDown .btn-default.active.focus,
.multiple-selectDropDown .btn-default.active:focus,
.multiple-selectDropDown .btn-default.active:hover,
.multiple-selectDropDown .btn-default:active.focus,
.multiple-selectDropDown .btn-default:active:focus,
.multiple-selectDropDown .btn-default:active:hover,
.multiple-selectDropDown .open > .dropdown-toggle.btn-default.focus,
.multiple-selectDropDown .open > .dropdown-toggle.btn-default:focus,
.multiple-selectDropDown .open > .dropdown-toggle.btn-default:hover {
    background-color: transparent;
}

.multiple-selectDropDown.single-dropDown .multiselect-container > li a {
    padding-left: 20px;
}

.locationmapDiv {
    height: 400px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.rto-enroll-text {
    font-size: 15px !important;
    font-weight: bold !important;
}

.addressScroll {
    overflow: scroll;
    height: 200px;
}

.addressDivBar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

div#multiSelectUnit {
    background: none;
    height: auto !important;
    border-bottom: 0px solid #505050;
}

#multiSelectUnit button.multiselect.dropdown-toggle.btn.btn-default {
    display: none;
}

#multiSelectUnit ul.multiselect-container.dropdown-menu {
    display: block;
    position: static;
    padding: 0px;
    box-shadow: none;
    border: 0px;
    margin-top: 75px;
}

#multiSelectUnit ul.multiselect-container > li.filter {
    position: absolute;
    top: 6px;
}


#page_loader_payment {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    display: none;
    position: fixed;
    font-family: 'OpenSans-Regular';
    top: 0px;
    z-index: 999999999999999;
    left: 0;
}

.page_loader_with_icon {
    height: 65px;
    margin: 0 auto;
    position: relative;
}

.page_load_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 48%;
    height: 300px;
    text-align: center;
    color: #040404;
    background: #fff;
    border-radius: 8px;
    padding: 23px 15px;
}

    .page_load_container p {
        margin-top: 0px;
        font-size: 13px;
        padding: 0px 15px 0px;
    }

#page_loader_payment b {
    margin: 0;
    padding: 26px 0px 7px;
    font-size: 26px;
    color: #0b5b82;
    display: block;
    text-align: center;
}

#page_loader_payment p {
    margin: 0;
    padding: 10px 0px 0px;
    display: block;
    font-size: 19px;
    color: #7e7e7e;
    text-align: center;
}

@media (min-width:1600px) and (max-width:3000px) {
    .page_load_container {
        width: 40%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .page_load_container {
        width: 88%;
        overflow: auto;
    }
    .muiBlock{
        padding:20px;
    }
}

@media (max-width:767px) {
    .radioYN label:first-child{
        margin-bottom:15px!important;
    }
    .muiBlock {
        padding: 20px;
    }
    .page_load_container {
        width: 88%;
        overflow: auto;
    }

    #page_loader_payment b {
        padding: 21px 0px 7px;
        font-size: 20px;
    }

    #page_loader_payment p {
        font-size: 12px;
    }
}

.page_loader_with_icon {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 65px;
    width: 130px;
    margin: 10px auto -16px;
}

.FourSteps li {
    width: 30% !important;
}

    .FourSteps li:last-child {
        width: auto !important;
    }

.paymntmthd {
    display: flex;
}

    .paymntmthd .infohideafter {
        margin-left: 8px;
    }

.digital-signature {
    margin: 30px 0;
    float: left;
    width: 100%;
}

.digital-signatureH {
    font-size: 16px;
    color: #333;
    font-family: 'IBMPlexSans-SemiBold';
    text-transform: uppercase;
}

.digital-signature textarea {
    width: 100%;
    margin: 10px 0 0 0;
}

#sig-canvas {
    border: 1px solid #CCCCCC;
    margin: 20px 0 0 0;
    cursor: crosshair;
}

.searchBar {
    position: relative;
    width: 100%;
}

.searchIcon {
    position: absolute;
    right: 16px;
    top: 21px;
    color: #333;
}

.ui-menu-item {
    padding: 10px 5px;
}

#ui-id-1 {
    border-radius: 0;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 15%) !important;
}

    #ui-id-1 li {
        padding: 0 !important;
        border-radius: 0;
    }

        #ui-id-1 li a {
            width: 100%;
            display: block;
            padding: 10px 5px;
            border-radius: 0;
        }

            #ui-id-1 li a:hover {
                text-decoration: none;
                border-radius: 0;
                padding: 10px 5px;
            }

.deleteaddress {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px !important;
    margin: 0px;
}

    .deleteaddress:nth-child(even) {
        background: #fcfcfc;
    }

.selectProperty {
    width: 100%;
    float: left;
}

.detailstep .editField {
    float: right;
    color: #0B5B82 !important;
    text-decoration: underline;
    cursor: pointer;
}

.selectProperty_address {
    display: flex;
    margin-bottom: 20px;
}

.spn_prop_remove .material-icons {
    font-size: 20px;
    cursor: pointer;
}

#selectProperty, #cPremise, #fPremise {
    overflow: auto;
    /*height: 60vh;*/
    padding-right: 8px;
    max-height: 40vh;
    min-height: 80px;
}

.acknowldgeDiv .marginNone {
    margin-top: 0 !important;
}
/* w2ui 1.5.rc1 (nightly) (c) http://w2ui.com, vitmalina@gmail.com */
@font-face{font-family:w2ui-font;src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA2QAA4AAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEMAAABWQLxMu2NtYXAAAAGIAAAAOgAAAUriGxC2Y3Z0IAAAAcQAAAAUAAAAIv+WA5hmcGdtAAAB2AAABacAAAuX2BTb8Gdhc3AAAAeAAAAACAAAAAgAAAAQZ2x5ZgAAB4gAAANfAAAEmA0SrIBoZWFkAAAK6AAAADIAAAA2BV3r6GhoZWEAAAscAAAAIAAAACQD8wHJaG10eAAACzwAAAAYAAAAKBLdAABsb2NhAAALVAAAABYAAAAWBaAEAm1heHAAAAtsAAAAIAAAACABBgv1bmFtZQAAC4wAAAEtAAACIsTQ/zJwb3N0AAAMvAAAAFQAAABxEzKM+HByZXAAAA0QAAAAfQAAAIqMht7EeJxjYGR8zDiBgZWBg9GFMY2BgcEdSn9lkGRoYWBgYmBlZsAKAtJcUxgcPjJ+5GQ88P8Agx7jAQZHoDAjSA4A1EQL+wB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD5y/v8PUvCREUTzM0DVAwEjG8OIBwB4FgbAAAB4nGNgwAA8EMh44P9+EAYAFmAFL3icrVb5c9NGFJZ8JE5CjpKDFvVYsXGa2iuTUggGTAiSZRfcw7laCUorxU56H9Ayw9/gv+bJtDP0N/60fm9lm0CSdoZpJqP37e6nffeTyVCCjL3AD4VoPTNmtlo0tnMvoMsWrYbRoejtBZQpxn8XjILR6ch9y7bJCMnwZL1vmIYXuQ6ZikR06FBGia6g523Krdzrr5qTnt/xt+8HtrStXiCo3Q5s2gwtQVVG1TAUSUqKu7SKrcFK0BqfrzHzeTsQMKIXC5psBxF2BJ9NMlpntB5ZURiGFpnlMJRktIODMHQoqwTuyRVjGJT32gHlpUtj0oX5IZmRQzklYZfoJvl9V/BJqpyfOPc7lC3Z2PdET/Rwd7KWL8KtrSBqW/F2GMgQp5s7AY4sdmqg2aG8onGv3DcyaWjGsJSuRIilG1Nm/5DMDu6nfMmhcSXYyCmv8yxn7Au+gTajkClRXRtZUP3xKcPz3ZI9CvaEejn4k+ktZhkmePA4En5PxpwIHSnD4miSsGDk0ErKFmVcT1VMnfI6LeMtw3rh2tGXzijtUH9qMusHtiXtsGQ7NK2STManblx3aEaBKASd8e7y6wDSDWmaV9tYTWPl0CyumdMhEYhAB3ppxotELxI0g6A5NKdau0GS69bDZZo+kE8cekO1toLWTrpp2dif1/tnVWLMentBMjuL/MUuzZa5SFG6bnKGH9N4kLmETGSL7SDh4MFbt4f0stqSLfHaEFvpOb+C2uedEJ40YX8Tuy+n6pQEJoYxLxEtj4yNvmmaOlfzykiMjL8b0Kx0hU9TKMpJKI5cEUH9X3NzpjFjuG4vSs6Olelx2bqAMC3At/myQ4sqMVkuIc4sz6kky/JNleRYvqWSPMvzKhljaalknOXbKimwfEclEyw/UKJC5gOHSho8dKiswSOH3lUGTZdfw8b3YOO7uFvARpY2bGR5ATaylLCR5TJsZFmEjSxXYCPL92Ejy1XYyFIpUdOl5iionYuExyZ4Oh1oH8X1VlHklMlBJ11EETfFKZmQcVXyGPtXBkrJobVReswlulhK8uaiH2AMsYMfHo3M8eNLSlzR9n4EnukfV4IOO1E57xtLfxr8V9+Q1eSSuQiPLsN/GHyyvSjsuOrQFVU5V3No/b+oKMIO6FeREmOpKCqiyc2LUN7p9ZqyiW4PMNYxFtHR66a5uAD9VUyZJTQI/jWFJrzyQa8ihaj1cNe1F8eikt5BOdwJlqCI+31zK3iaEVlhPc2sZM+HLs/AAqap1GzZQPd5r7ZSxHMoHfYZL+pKynpxF8cZL7aAI55Br74TwyQMZtlADiU0NOAXhNaC+05QItNpl0ODI/Z5FFT+2K24kT0qaiPwbKdT7oUupPw6x0BgJ78yiIGsITQ39DYV0DxCNGSTlXG2ajpk7MAgosZuUBE1fBvZ4sGmYFuGIR8rYnXn6Nc3TdRJFTzIjOQyvjmwwBumJuLP86suDlO5oaSocNQaGMy1sJJUzAU04K3Rdvvo9ubL7BM5txVVyyde6iq6Vu5BMRcLrD3OQVoqVAHVG1XYMLpcXBKlXkGTpNfVMTQww1+jFJv/V/Wx+TxfahIj5Ei+7XBgo8/BGPrfYP9tOQjAwI+Ry024vJg2J77u6MP5Cl1GL358yv4dzFxzYZ6uAN9VdBWixVHzEVfRwKdsGKdPFJcjtQA/VX3MGYDPAEwGn6u+qXfaAHpnizk+wDZzGOwwh8EucxjsMec2wBfMYfAlcxgEzGEQMscDuMccBveZw+Ar5jB4wJwGwNfMYfANcxhEzGEQM8cF2GcOgw5zGHSZw+BA0fVRmA95QRtA32p0C+g7XU9YbGLxvaIbI/YPvNDsHzVi9k8aMfVnRbUR9RdeaOqvGjH1N42Y+lDRzRH1ES809XeNmPqHRkx9rJ5O5DLDH09umQoHlF1uPxl+U5x/ACtxTWMAAAEAAf//AA94nJVTPWzbRhj9vjuKP5JMSTFFWqL1Y1EkIxBxY8kUIxu1uBRp7AQWMtgOKAEOMqRGY8BwAQdBF6MIuhUw2qFLEXQo0KEyELRbl7pLhwDdW3TJ1q3w0qGL1Y9i1HYtgXt399073LvHd4AAk0sGeAopEL8TAG96KLmSgfjy8mhwgSGeJj0AcOL+hb/hCxpJkIFSqAuM9sJxijPEg0L85UWx7M13CtastaLomygaRxG+uBriV0mjTfThc/wEmlANzbqhpgRguMmRATtGWj7QFjVTEBc8NHQtl4DYeAulGJzVProxdNs1DLptAweeooxGiuIpJXk0VErKv3NlOJJLCj73CJMlWR6NZDlZIj5Rh0NFiSUJdMcLutMF5KAENqzA51svlcFeGACkMQ3vAeMKZ8oR3SAlYOohCCJyJvCHkE5LUQYlaW4ri4oiRyDLqnzXDG8lO/Ho/259EJZdxyzf8JwVd2WpVrZNO3Z43m/PiaY3v9pdx7ZeQU30sOH4huV3fGrFDldRqqKxgcEy8mV0aUBTFV+r6XxancL+ab2+Xw8Pzzg/O0xw74Sxk70p4vU3NDX9C9FOcf8f1uHZVWdGIwRGfv2Kv+PX5Nw8aCEFQJU5E+E2mXlgolj0+szNIcnoM0viduDn8Ke1V5VXt9OL+o3e+c75DtbHY+vjCtW+1BfTH1rj8dVrKp/34ohMc/IZfgEWtEIHBC4cUxE/SCHFke9SxyFiSJHctjq21bHi/NnF2JRi4szbaMUQ2+XPPOu0dfw0n3mazwTZ/NNMPh5mg0w8/IMqJ9l8Pnsyq8SLkGiZ/Inf4vfQgpVwuUmHtq7T0WzTRv5u/DxI0yNAxnAXEFlEgWbbrucuTWPsWA2VaVXWaXeDDayhrkkqSVtmqxtU042AdEkYtG5VfMcwHL+ytF5kMnc4q+3c9Aa9RqM38Fr3Ku8IP2PgGq6/7rtGtcyRu4yMbVlrg93BmlWrbMsP3l8gvWwymfxAD/NimuRe2L2GTMBNoPSlQDgSkV4cF9gjSKUwIsFzW8C5yu+a5SRsetO+JpFy23WkDfTpFybBIv1iDavYdez/pAsvn2kFfYE9uX//CSNs9stYeKw2TXb1Y/cO4p3uFLOPC1juNxMO4YJe0J7lmNn8aMYghL8BN5m3wQB4nGNgZGBgAOKnn6qi4vltvjJwMzGAwCV52TII3fvt////+5kYGQ8AuRwMYGkAX08M3AAAeJxjYGRgYDzw/wCDHhMDA8P/f0xMDEARFMAFAHuABL54nGNiYGBggmLGyQg2jM+4HcIGAByDAe8AAAAAABYAPACIAIgBIAFQAZYB7gJMAAAAAQAAAAoAMgAEAAAAAAACABoAKgB3AAAAZguXAAAAAHicbY9NbsIwEIVfIFAVpAq1UqXurC66qQg/CxYcAPYs2IfgBFASR45B4gI9Qc/QM/QEXfYMPUpfwiiLFlsef/PmjX8ADPAFD9XwcFvHarRww+zCbdJA2Cc/CXfQx7Nwl/pQuIdXzIT7eEDIEzy/Ou0eTriFO7wJt6m/C/vkD+EOHvEp3KX+LdzDGj/Cfbx4s31k8mFscrfSyTENbZM3sNa23JtcTYJxoy11rm3o9FZtzqo8JVPnYhVbk6kFqzpNjSqsOejIBTvnivloFIseRCbDHhEMcv46rneHFTQSHJHyx/ZK/b+yZodFyUqVK0wQYHzFt6Qvr70hM40tvRucGUuceOeUqqNbcVn2ZKSF9Gq+JyUrFHXtQCWiHmBXdxWYY8QZ//EH9SuyX24OYHIAAAB4nG3BSw6AIAwFwD6l+LmlaWogIhAKC2/vwq0zNNGH6d9OhAkzHBgeC1Zs2FmCyrVISePOxtKKGetd++NiPouvmiUmV9Mw37Tq0b3p0SQQvYZKFLt4nGPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGdicNjEwMmiBGJu5mRg5ICx+BjCL3WkXMwNQmhPI5nDaxeAAYTMzuGxUYewIjNjg0BGxkTnFZaMaiLeLo4GBkcWhIzkkAqQkEgg28zIx8mjtYPzfuoGldyMTUB9rigsAZa0kmwAAAA==") format("woff");font-weight:400;font-style:normal}[class^=w2ui-icon-]:before,[class*=" w2ui-icon-"]:before{font-family:w2ui-font;display:inline-block;vertical-align:middle;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w2ui-icon-check:before{content:"\f101"}.w2ui-icon-columns:before{content:"\f102"}.w2ui-icon-cross:before{content:"\f103"}.w2ui-icon-empty:before{content:"\f104"}.w2ui-icon-info:before{content:"\f105"}.w2ui-icon-pencil:before{content:"\f106"}.w2ui-icon-plus:before{content:"\f107"}.w2ui-icon-reload:before{content:"\f108"}.w2ui-icon-search:before{content:"\f109"}.w2ui-reset{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-family:Verdana,Arial,sans-serif;font-size:11px}.w2ui-reset *{color:default;line-height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}.w2ui-reset table{max-width:none;background-color:transparent;border-collapse:separate;border-spacing:0;border:0}.w2ui-reset table tr th,.w2ui-reset table tr td{font-family:Verdana,Arial,sans-serif;font-size:11px}.w2ui-reset input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.w2ui-reset select,.w2ui-reset textarea{display:inline-block;width:auto;height:auto;vertical-align:baseline;padding:4px;margin:0;font-size:11px}.w2ui-reset select{padding:1px;height:23px;font-size:11px}.w2ui-centered{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);max-height:100%;margin:0;padding:0 10px;text-align:center}.w2ui-disabled,.w2ui-readonly{background-color:#f1f1f1!important;color:#777!important}.w2ui-message{font-size:12px;position:absolute;z-index:250;background-color:#f9f9f9;border:1px solid #999;box-shadow:0 0 15px #aaa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border-top:0;border-radius:0 0 6px 6px;overflow:auto}.w2ui-message .w2ui-message-body{position:absolute;top:0;bottom:45px;left:0;right:0;overflow:auto;line-height:1.5;font-size:14px}.w2ui-message .w2ui-message-body .w2ui-centered{line-height:1.5}.w2ui-message .w2ui-message-buttons{position:absolute;height:45px;bottom:0;left:0;right:0;border-top:1px solid #e5e5e5;text-align:center;padding:8px}input:not([type=button]):not([type=submit]).w2ui-input,textarea.w2ui-input{padding:4px;border:1px solid #cacaca;border-radius:3px;color:#000;background-color:#fff;line-height:normal}input:not([type=button]):not([type=submit]).w2ui-input:focus,textarea.w2ui-input:focus{outline-color:#72b2ff}input:not([type=button]):not([type=submit]).w2ui-input:disabled,textarea.w2ui-input:disabled,input:not([type=button]):not([type=submit]).w2ui-input[readonly],textarea.w2ui-input[readonly]{background-color:#f1f1f1;color:#777}input.w2ui-input::-ms-clear{display:none}input.w2ui-input:-ms-input-placeholder{color:#aaa!important}select.w2ui-input{color:#000;padding:0 15px 0 7px;line-height:1.8;border-radius:3px;border:1px solid #cacaca;-webkit-appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC),-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-size:17px 6px,100% 100%;background-position:right center,left top;background-repeat:no-repeat,no-repeat}.w2ui-icon-expand:before{position:relative;top:1px;left:1px;content:' ';width:6px;height:6px;border:2px solid rgba(150,150,150,.8);border-bottom:0;border-left:0;transform:rotateZ(45deg)}.w2ui-icon-collapse:before{position:relative;top:-1px;left:3px;content:' ';width:6px;height:6px;border:2px solid rgba(150,150,150,.8);border-bottom:0;border-left:0;transform:rotateZ(135deg)}input[type=checkbox].w2ui-toggle{position:absolute;opacity:0;width:46px;height:22px;padding:0;margin:0;margin-left:2px}input[type=checkbox].w2ui-toggle+div{display:inline-block;width:46px;height:22px;border:1px solid #bbb;border-radius:30px;background-color:#eee;-webkit-transition-duration:.3s;-webkit-transition-property:background-color,box-shadow;-moz-transition-duration:.3s;-moz-transition-property:background-color,box-shadow;box-shadow:inset 0 0 0 0 rgba(0,0,0,.4);margin-left:2px}input[type=checkbox].w2ui-toggle:disabled+div{opacity:.3}input[type=checkbox].w2ui-toggle+div>div{float:left;width:22px;height:22px;border-radius:inherit;background:#f5f5f5;-webkit-transition-duration:.3s;-webkit-transition-property:transform,background-color,box-shadow;-moz-transition-duration:.3s;-moz-transition-property:transform,background-color;box-shadow:0 0 1px #323232,0 0 0 1px rgba(200,200,200,.6);pointer-events:none;margin-top:-1px;margin-left:-1px}input[type=checkbox].w2ui-toggle:checked+div{border:1px solid #00a23f;box-shadow:inset 0 0 0 12px #54B350}input[type=checkbox].w2ui-toggle:checked+div>div{-webkit-transform:translate3d(24px,0,0);-moz-transform:translate3d(24px,0,0);background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.3),0 0 0 1px #00a23f}input[type=checkbox].w2ui-toggle.blue:checked+div{border:1px solid #206FAD;box-shadow:inset 0 0 0 12px #35A6EB}input[type=checkbox].w2ui-toggle.blue:checked+div>div{box-shadow:0 2px 5px rgba(0,0,0,.3),0 0 0 1px #206fad}input[type=checkbox].w2ui-toggle:focus{outline:0}.w2ui-overlay{position:absolute;margin-top:4px;margin-left:-17px;display:none;z-index:1300;color:inherit;background-color:#fbfbfb;border-color:#fbfbfb;box-shadow:0 2px 10px #999;border-radius:4px;text-align:left}.w2ui-overlay>div{border-radius:4px;position:relative;border:3px solid #777}.w2ui-overlay table td{color:inherit}.w2ui-overlay:before{content:"";position:absolute;border-color:inherit}.w2ui-overlay:after{content:"";position:absolute;border-color:inherit;bottom:100%;left:4px}.w2ui-overlay.top-arrow:before{border-bottom:12px solid #6f6f6f;border-right:12px solid transparent;border-left:12px solid transparent;bottom:100%;margin-bottom:-3px}.w2ui-overlay.top-arrow:after{border-bottom:8px solid #000;border-bottom-color:inherit;border-right:8px solid transparent;border-left:8px solid transparent;bottom:100%;margin-bottom:-3px}.w2ui-overlay.bottom-arrow:before{border-top:12px solid #6f6f6f;border-right:12px solid transparent;border-left:12px solid transparent;top:100%;margin-top:-3px}.w2ui-overlay.bottom-arrow:after{border-top:8px solid #000;border-top-color:inherit;border-right:8px solid transparent;border-left:8px solid transparent;top:100%;margin-top:-3px}.w2ui-overlay.w2ui-overlay-popup{z-index:1700}.w2ui-overlay .w2ui-grid-searches{border-top:3px solid #777!important}.w2ui-overlay .no-color{border:1px solid #eee;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABlBMVEX/////TgCFoIUYAAAAGUlEQVR42uXHIQEAAACDsNO/NJ4Kn9uC8wsJkAARUrXAjwAAAABJRU5ErkJggg==);background-size:15px 15px}.w2ui-tag{position:absolute;z-index:1300;opacity:0;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.w2ui-tag .w2ui-tag-body{box-sizing:border-box;display:inline-block;position:absolute;border-radius:3px;padding:6px 10px;margin-left:10px;margin-top:0;background-color:rgba(60,60,60,.9);color:#fff!important;font-size:11px;font-family:verdana;text-shadow:1px 1px 3px #000;line-height:1.4;letter-spacing:.1px}.w2ui-tag .w2ui-tag-body.w2ui-tag-right:before{content:"";position:absolute;width:0;height:0;border-top:6px solid transparent;border-right:6px solid rgba(60,60,60,.9);border-bottom:6px solid transparent;margin:0 0 0 -16px}.w2ui-tag .w2ui-tag-body.w2ui-tag-left:after{content:"";position:absolute;top:5px;width:0;height:0;border-top:6px solid transparent;border-left:6px solid rgba(60,60,60,.9);border-bottom:6px solid transparent;margin:0 0 0 10px}.w2ui-tag .w2ui-tag-body.w2ui-tag-bottom:before{content:"";position:absolute;width:0;height:0;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:6px solid rgba(60,60,60,.9);margin:-12px 0 0 2px}.w2ui-tag .w2ui-tag-body.w2ui-tag-top:after{content:"";position:absolute;left:12px;bottom:-6px;width:0;height:0;border-right:6px solid transparent;border-left:6px solid transparent;border-top:6px solid rgba(60,60,60,.9)}.w2ui-tag.w2ui-tag-popup{z-index:1700}.w2ui-overlay table.w2ui-drop-menu{width:100%;color:#000;background-color:#fff;padding:5px 0;cursor:default}.w2ui-overlay table.w2ui-drop-menu td{white-space:nowrap}.w2ui-overlay table.w2ui-drop-menu .w2ui-item-even{color:inherit;background-color:#fff}.w2ui-overlay table.w2ui-drop-menu .w2ui-item-odd{color:inherit;background-color:#f3f6fa}.w2ui-overlay table.w2ui-drop-menu .w2ui-item-group{color:#444;font-weight:700;background-color:#ECEDF0;border-bottom:1px solid #D3D2D4}.w2ui-overlay table.w2ui-drop-menu td.menu-icon{padding:3px 0 4px 6px;width:20px}.w2ui-overlay table.w2ui-drop-menu td.menu-icon>span{height:20px;width:18px}.w2ui-overlay table.w2ui-drop-menu td.menu-text{padding:8px 10px 8px 5px;width:auto}.w2ui-overlay table.w2ui-drop-menu td.menu-count{text-align:right}.w2ui-overlay table.w2ui-drop-menu td.menu-count>span{border:1px solid #f6fcf4;border-radius:20px;width:auto;height:18px;padding:2px 7px;margin:3px 5px 0;background-color:#f2f8f0;color:#666;box-shadow:0 0 2px #474545;text-shadow:1px 1px 0 #fff}.w2ui-overlay table.w2ui-drop-menu td.menu-count>span.hotkey{border:0;border-radius:0;background-color:transparent!important;color:#888;box-shadow:none;text-shadow:none}.w2ui-overlay table.w2ui-drop-menu tr:hover{color:inherit;background-color:#e6f0ff}.w2ui-overlay table.w2ui-drop-menu tr.w2ui-selected{background-color:#b6d5fb}.w2ui-overlay table.w2ui-drop-menu tr.w2ui-selected td{color:inherit}.w2ui-overlay table.w2ui-drop-menu tr.w2ui-disabled{opacity:.4;background-color:#fff!important}.w2ui-overlay table.w2ui-drop-menu .w2ui-icon{font-size:14px;color:#8d99a7;display:inline-block;padding-top:4px}.w2ui-marker{color:#444;background-color:rgba(252,244,161,.48)}.w2ui-spinner{display:inline-block;background-size:100%;background-repeat:no-repeat;background-image:url(data:image/gif;base64,R0lGODlhgACAAKIAAP///93d3bu7u5mZmQAA/wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQAEACwCAAIAfAB8AAAD/0i63P4wygYqmDjrzbtflvWNZGliYXiubKuloivPLlzReD7al+7/Eh5wSFQIi8hHYBkwHUmD6CD5YTJLz49USuVYraRsZ7vtar7XnQ1Kjpoz6LRHvGlz35O4nEPP2O94EnpNc2sef1OBGIOFMId/inB6jSmPdpGScR19EoiYmZobnBCIiZ95k6KGGp6ni4wvqxilrqBfqo6skLW2YBmjDa28r6Eosp27w8Rov8ekycqoqUHODrTRvXsQwArC2NLF29UM19/LtxO5yJd4Au4CK7DUNxPebG4e7+8n8iv2WmQ66BtoYpo/dvfacBjIkITBE9DGlMvAsOIIZjIUAixliv9ixYZVtLUos5GjwI8gzc3iCGghypQqrbFsme8lwZgLZtIcYfNmTJ34WPTUZw5oRxdD9w0z6iOpO15MgTh1BTTJUKos39jE+o/KS64IFVmsFfYT0aU7capdy7at27dw48qdS7eu3bt480I02vUbX2F/JxYNDImw4GiGE/P9qbhxVpWOI/eFKtlNZbWXuzlmG1mv58+gQ4seTbq06dOoU6vGQZJy0FNlMcV+czhQ7SQmYd8eMhPs5BxVdfcGEtV3buDBXQ+fURxx8oM6MT9P+Fh6dOrH2zavc13u9JXVJb520Vp8dvC76wXMuN5Sepm/1WtkEZHDefnzR9Qvsd9+/wi8+en3X0ntYVcSdAE+UN4zs7ln24CaLagghIxBaGF8kFGoIYV+Ybghh841GIyI5ICIFoklJsigihmimJOLEbLYIYwxSgigiZ+8l2KB+Ml4oo/w8dijjcrouCORKwIpnJIjMnkkksalNeR4fuBIm5UEYImhIlsGCeWNNJphpJdSTlkml1jWeOY6TnaRpppUctcmFW9mGSaZceYopH9zkjnjUe59iR5pdapWaGqHopboaYua1qije67GJ6CuJAAAIfkEBQUABAAsCgACAFcAMAAAA/9Iutz+ML5Ag7w46z0r5WAoSp43nihXVmnrdusrv+s332dt4Tyo9yOBUJD6oQBIQGs4RBlHySSKyczVTtHoidocPUNZaZAr9F5FYbGI3PWdQWn1mi36buLKFJvojsHjLnshdhl4L4IqbxqGh4gahBJ4eY1kiX6LgDN7fBmQEJI4jhieD4yhdJ2KkZk8oiSqEaatqBekDLKztBG2CqBACq4wJRi4PZu1sA2+v8C6EJexrBAD1AOBzsLE0g/V1UvYR9sN3eR6lTLi4+TlY1wz6Qzr8u1t6FkY8vNzZTxaGfn6mAkEGFDgL4LrDDJDyE4hEIbdHB6ESE1iD4oVLfLAqPETIsOODwmCDJlv5MSGJklaS6khAQAh+QQFBQAEACwfAAIAVwAwAAAD/0i63P5LSAGrvTjrNuf+YKh1nWieIumhbFupkivPBEzR+GnnfLj3ooFwwPqdAshAazhEGUXJJIrJ1MGOUamJ2jQ9QVltkCv0XqFh5IncBX01afGYnDqD40u2z76JK/N0bnxweC5sRB9vF34zh4gjg4uMjXobihWTlJUZlw9+fzSHlpGYhTminKSepqebF50NmTyor6qxrLO0L7YLn0ALuhCwCrJAjrUqkrjGrsIkGMW/BMEPJcphLgDaABjUKNEh29vdgTLLIOLpF80s5xrp8ORVONgi8PcZ8zlRJvf40tL8/QPYQ+BAgjgMxkPIQ6E6hgkdjoNIQ+JEijMsasNY0RQix4gKP+YIKXKkwJIFF6JMudFEAgAh+QQFBQAEACw8AAIAQgBCAAAD/kg0PPowykmrna3dzXvNmSeOFqiRaGoyaTuujitv8Gx/661HtSv8gt2jlwIChYtc0XjcEUnMpu4pikpv1I71astytkGh9wJGJk3QrXlcKa+VWjeSPZHP4Rtw+I2OW81DeBZ2fCB+UYCBfWRqiQp0CnqOj4J1jZOQkpOUIYx/m4oxg5cuAaYBO4Qop6c6pKusrDevIrG2rkwptrupXB67vKAbwMHCFcTFxhLIt8oUzLHOE9Cy0hHUrdbX2KjaENzey9Dh08jkz8Tnx83q66bt8PHy8/T19vf4+fr6AP3+/wADAjQmsKDBf6AOKjS4aaHDgZMeSgTQcKLDhBYPEswoA1BBAgAh+QQFBQAEACxOAAoAMABXAAAD7Ei6vPOjyUkrhdDqfXHm4OZ9YSmNpKmiqVqykbuysgvX5o2HcLxzup8oKLQQix0UcqhcVo5ORi+aHFEn02sDeuWqBGCBkbYLh5/NmnldxajX7LbPBK+PH7K6narfO/t+SIBwfINmUYaHf4lghYyOhlqJWgqDlAuAlwyBmpVnnaChoqOkpaanqKmqKgGtrq+wsbA1srW2ry63urasu764Jr/CAb3Du7nGt7TJsqvOz9DR0tPU1TIA2ACl2dyi3N/aneDf4uPklObj6OngWuzt7u/d8fLY9PXr9eFX+vv8+PnYlUsXiqC3c6PmUUgAACH5BAUFAAQALE4AHwAwAFcAAAPpSLrc/m7IAau9bU7MO9GgJ0ZgOI5leoqpumKt+1axPJO1dtO5vuM9yi8TlAyBvSMxqES2mo8cFFKb8kzWqzDL7Xq/4LB4TC6bz1yBes1uu9uzt3zOXtHv8xN+Dx/x/wJ6gHt2g3Rxhm9oi4yNjo+QkZKTCgGWAWaXmmOanZhgnp2goaJdpKGmp55cqqusrZuvsJays6mzn1m4uRAAvgAvuBW/v8GwvcTFxqfIycA3zA/OytCl0tPPO7HD2GLYvt7dYd/ZX99j5+Pi6tPh6+bvXuTuzujxXens9fr7YPn+7egRI9PPHrgpCQAAIfkEBQUABAAsPAA8AEIAQgAAA/lIutz+UI1Jq7026h2x/xUncmD5jehjrlnqSmz8vrE8u7V5z/m5/8CgcEgsGo/IpHLJbDqf0Kh0ShBYBdTXdZsdbb/Yrgb8FUfIYLMDTVYz2G13FV6Wz+lX+x0fdvPzdn9WeoJGAYcBN39EiIiKeEONjTt0kZKHQGyWl4mZdREAoQAcnJhBXBqioqSlT6qqG6WmTK+rsa1NtaGsuEu6o7yXubojsrTEIsa+yMm9SL8osp3PzM2cStDRykfZ2tfUtS/bRd3ewtzV5pLo4eLjQuUp70Hx8t9E9eqO5Oku5/ztdkxi90qPg3x2EMpR6IahGocPCxp8AGtigwQAIfkEBQUABAAsHwBOAFcAMAAAA/9Iutz+MMo36pg4682J/V0ojs1nXmSqSqe5vrDXunEdzq2ta3i+/5DeCUh0CGnF5BGULC4tTeUTFQVONYAs4CfoCkZPjFar83rBx8l4XDObSUL1Ott2d1U4yZwcs5/xSBB7dBMBhgEYfncrTBGDW4WHhomKUY+QEZKSE4qLRY8YmoeUfkmXoaKInJ2fgxmpqqulQKCvqRqsP7WooriVO7u8mhu5NacasMTFMMHCm8qzzM2RvdDRK9PUwxzLKdnaz9y/Kt8SyR3dIuXmtyHpHMcd5+jvWK4i8/TXHff47SLjQvQLkU+fG29rUhQ06IkEG4X/Rryp4mwUxSgLL/7IqFETB8eONT6ChCFy5ItqJomES6kgAQAh+QQFBQAEACwKAE4AVwAwAAAD/0i63A4QuEmrvTi3yLX/4MeNUmieITmibEuppCu3sDrfYG3jPKbHveDktxIaF8TOcZmMLI9NyBPanFKJp4A2IBx4B5lkdqvtfb8+HYpMxp3Pl1qLvXW/vWkli16/3dFxTi58ZRcChwIYf3hWBIRchoiHiotWj5AVkpIXi4xLjxiaiJR/T5ehoomcnZ+EGamqq6VGoK+pGqxCtaiiuJVBu7yaHrk4pxqwxMUzwcKbyrPMzZG90NGDrh/JH8t72dq3IN1jfCHb3L/e5ebh4ukmxyDn6O8g08jt7tf26ybz+m/W9GNXzUQ9fm1Q/APoSWAhhfkMAmpEbRhFKwsvCsmosRIHx444PoKcIXKkjIImjTzjkQAAIfkEBQUABAAsAgA8AEIAQgAAA/VIBNz+8KlJq72Yxs1d/uDVjVxogmQqnaylvkArT7A63/V47/m2/8CgcEgsGo/IpHLJbDqf0Kh0Sj0FroGqDMvVmrjgrDcTBo8v5fCZki6vCW33Oq4+0832O/at3+f7fICBdzsChgJGeoWHhkV0P4yMRG1BkYeOeECWl5hXQ5uNIAOjA1KgiKKko1CnqBmqqk+nIbCkTq20taVNs7m1vKAnurtLvb6wTMbHsUq4wrrFwSzDzcrLtknW16tI2tvERt6pv0fi48jh5h/U6Zs77EXSN/BE8jP09ZFA+PmhP/xvJgAMSGBgQINvEK5ReIZhQ3QEMTBLAAAh+QQFBQAEACwCAB8AMABXAAAD50i6DA4syklre87qTbHn4OaNYSmNqKmiqVqyrcvBsazRpH3jmC7yD98OCBF2iEXjBKmsAJsWHDQKmw571l8my+16v+CweEwum8+hgHrNbrvbtrd8znbR73MVfg838f8BeoB7doN0cYZvaIuMjY6PkJGSk2gClgJml5pjmp2YYJ6dX6GeXaShWaeoVqqlU62ir7CXqbOWrLafsrNctjIDwAMWvC7BwRWtNsbGFKc+y8fNsTrQ0dK3QtXAYtrCYd3eYN3c49/a5NVj5eLn5u3s6e7x8NDo9fbL+Mzy9/T5+tvUzdN3Zp+GBAAh+QQJBQAEACwCAAIAfAB8AAAD/0i63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdArcQK2TOL7/nl4PSMwIfcUk5YhUOh3M5nNKiOaoWCuWqt1Ou16l9RpOgsvEMdocXbOZ7nQ7DjzTaeq7zq6P5fszfIASAYUBIYKDDoaGIImKC4ySH3OQEJKYHZWWi5iZG0ecEZ6eHEOio6SfqCaqpaytrpOwJLKztCO2jLi1uoW8Ir6/wCHCxMG2x7muysukzb230M6H09bX2Nna29zd3t/g4cAC5OXm5+jn3Ons7eba7vHt2fL16tj2+QL0+vXw/e7WAUwnrqDBgwgTKlzIsKHDh2gGSBwAccHEixAvaqTYcFCjRoYeNyoM6REhyZIHT4o0qPIjy5YTTcKUmHImx5cwE85cmJPnSYckK66sSAAj0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWr169gwxZJAAA7)}.w2ui-icon{background-repeat:no-repeat;height:16px;width:16px;overflow:hidden;margin:2px;display:inline-block}.w2ui-icon.icon-search,.w2ui-icon.icon-search-down{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAgCAYAAAB+ZAqzAAACuElEQVRYw9WXSWhTQRjHR0UKLqhFaV0OUih68GAOWjyJKypCpAoV8aIiioIICiKiB1GMtE3MYmry2moXDz1UDx7sUXHBhQpSaRVxrYpWcMO9avx/8AJh/CbznHkxdeB3Cd/8589kvuUJkWcdjCTHghUgAi6DJ+AVeAqugSQIggniXywcNBJsB70g44EHYBcYXUhTM8EFj4ZkboKqQpiqAv2GprK8o7/f75t6pjn0M3gNPmri3vtycxAZA64qDvkJ2kENqAQTQQWoBg74qth3B4y3NbZDIX4fzNfsnQtuK/YfsjFVCh4pMq3Co0Y5uMVoUGkpy8aFT5xaeSzVEo45bXdBt4LeaLq1k0RXMYJfdDfFmAuAD4zWlty4UNyZEkm19MUb2zMw8Sfp1u+IWSrcIimLnTG8/SijdU6OO5poDESdtgHZVBzUHm/amhW7zoitMTS2mNHqASPk2FDCCcLMYK6p+obmulyxfiYLA4bGKFvfSnrUvkq5+Lpk8z4yRH8r3l/X4WiqJFfspSQ0CGYZGpsMnkt6L+h31Z76hpMdeOwPQ7H0NFnssST0C8wxNDaDKb6kP06150gsHahNNlVzYheZd7HJ0BiX4VRGhpmIhRixKyZilM2M1mnTArtIUbU3/qVO0H0GvmQ4CY4C3YopYYlHjXlggNG4R33Ypi2tVtwaPeTdNMkq9pVQZQdvFPs32zbx4aAjzxhDRfIAWAeWg7VgrzsY5ht/zoNJtubKwA3LITGjSKRyW3NTwaUCmKOSMd3WHH0ZJRQZZkOP1zFKZ3CB++4+aQ6kEeksWAb2a2L7qDv49S1Q6T72MOgEXa6RGFhP3wpS/B6NOWpRs0UxFg7eqTFHjX1hscxtAz/ymEuIYi0cvgF8Y0w5Ro3dZ3M1boJkTaXEUFlug6fsdsRQWzTj0cey+N/Xb2sj5lTh2M6OAAAAAElFTkSuQmCC) no-repeat center!important;background-size:14px 12px!important;opacity:.9}.w2ui-icon.icon-folder{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGrSURBVDjLxZO7ihRBFIa/6u0ZW7GHBUV0UQQTZzd3QdhMQxOfwMRXEANBMNQX0MzAzFAwEzHwARbNFDdwEd31Mj3X7a6uOr9BtzNjYjKBJ6nicP7v3KqcJFaxhBVtZUAK8OHlld2st7Xl3DJPVONP+zEUV4HqL5UDYHr5xvuQAjgl/Qs7TzvOOVAjxjlC+ePSwe6DfbVegLVuT4r14eTr6zvA8xSAoBLzx6pvj4l+DZIezuVkG9fY2H7YRQIMZIBwycmzH1/s3F8AapfIPNF3kQk7+kw9PWBy+IZOdg5Ug3mkAATy/t0usovzGeCUWTjCz0B+Sj0ekfdvkZ3abBv+U4GaCtJ1iEm6ANQJ6fEzrG/engcKw/wXQvEKxSEKQxRGKE7Izt+DSiwBJMUSm71rguMYhQKrBygOIRStf4TiFFRBvbRGKiQLWP29yRSHKBTtfdBmHs0BUpgvtgF4yRFR+NUKi0XZcYjCeCG2smkzLAHkbRBmP0/Uk26O5YnUActBp1GsAI+S5nRJJJal5K1aAMrq0d6Tm9uI6zjyf75dAe6tx/SsWeD//o2/Ab6IH3/h25pOAAAAAElFTkSuQmCC) no-repeat center!important}.w2ui-icon.icon-page{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAINSURBVBgZBcG/r55zGAfg6/4+z3va01NHlYgzEfE7MdCIGISFgS4Gk8ViYyM2Mdlsko4GSf8Do0FLRCIkghhYJA3aVBtEz3nP89wf11VJvPDepdd390+8Nso5nESBQoq0pfvXm9fzWf19453LF85vASqJlz748vInb517dIw6EyYBIIG49u+xi9/c9MdvR//99MPPZ7+4cP4IZhhTPbwzT2d+vGoaVRRp1rRliVvHq+cfvM3TD82+7mun0o/ceO7NT+/4/KOXjwZU1ekk0840bAZzMQ2mooqh0A72d5x/6sB9D5zYnff3PoYBoWBgFKPKqDKqjCpjKr//dcu9p489dra88cydps30KswACfNEKanSaxhlntjJ8Mv12Paie+vZ+0+oeSwwQ0Iw1xAR1CiFNJkGO4wu3ZMY1AAzBI0qSgmCNJsJUEOtJSMaCTBDLyQ0CknAGOgyTyFFiLI2awMzdEcSQgSAAKVUmAeNkxvWJWCGtVlDmgYQ0GFtgg4pNtOwbBcwQy/Rife/2yrRRVI0qYCEBly8Z+P4qMEMy7JaVw72N568e+iwhrXoECQkfH91kY7jwwXMsBx1L93ZruqrK6uuiAIdSnTIKKPLPFcvay8ww/Hh+ufeznTXu49v95IMoQG3784gYXdTqvRmqn/Wpa/ADFX58MW3L71SVU9ETgEIQQQIOOzub+fhIvwPRDgeVjWDahIAAAAASUVORK5CYII=) no-repeat center!important}.w2ui-lock{display:none;position:absolute;z-index:1400;top:0;left:0;width:100%;height:100%;opacity:.15;filter:alpha(opacity=15);background-color:#333}.w2ui-lock-msg{display:none;position:absolute;z-index:1400;top:45%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:200px;height:80px;padding:30px 8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:13px;font-family:Verdana,Arial,sans-serif;opacity:.8;filter:alpha(opacity=80);background-color:#555;color:#fff;text-align:center;border-radius:5px;border:2px solid #444}.w2ui-lock-msg .w2ui-spinner{display:inline-block;width:24px;height:24px;margin:-3px 8px -7px -10px}.w2ui-scroll-wrapper{overflow:hidden}.w2ui-scroll-left,.w2ui-scroll-right{top:0;width:18px;height:100%;cursor:default!important;z-index:10;display:none;position:absolute}.w2ui-scroll-left:hover,.w2ui-scroll-right:hover{background-color:#ddd}.w2ui-scroll-left{left:0;box-shadow:0 0 7px #5F5F5F;background:#f7f7f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAzklEQVR4Ae2THRDEMBCFzy1ucatb3eJ2uhi3uNUtbnGrW9zi1rOdNzdvdl7nDpvYt/9/r7+/51myZZf/zXkD2iMHHRSb0x3oskwMieK05PwEXqP4ExSL0wp0ROao2OOuMPOMdUL6XU1/oGLcFWb+NqyTd2W/P/2qTr9h+nFXhOkHXRHiNyjrgp/U/V+WaQcaNY13zZI0A1JvcVqAnrGDTdtDtZUHjHIJhxxVLN0iqXgCP1l/7h8U9kc6abyJ4/eNWPpGdBv+XdUK0K8cnvcBly2rDr7C1HQAAAAASUVORK5CYII=) center center no-repeat;background-size:15px 12px}.w2ui-scroll-right{right:0;box-shadow:0 0 7px #5F5F5F;background:#f7f7f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAz0lEQVR4Ae2UG7TGMBCEr1vd4la3uMUtuli3utWtbnGLW9zi9l/bDMzJG7u12cfJfLunf1+UEC9Bv0vVQwJ8hjRCaZafflb1C9RQf4OD0gSDE+i+PiJAabFhQc1y1AYYsJGLY3lgxM17uWPO56yPiFDqVPWgRtpIHSd1zPnwkBsdI58OlNwx4fP2X0TgfMTOoHSdKOXkpyNvEyQh7ul+4swxJSTQuwNDxz68l/ukVNbu0Neen5Z+KvzWxBAqHds349uPFJ/jVOrPjxUq++OLf+20q5+noXo0AAAAAElFTkSuQmCC) center center no-repeat;background-size:15px 13px}button.w2ui-btn{position:relative;display:inline-block;border-radius:4px;margin:0 5px;padding:6px 12px;color:#666;font-size:12px;border:1px solid #B6B6B6;background-image:-webkit-linear-gradient(#fff 0,#e7e7e7 100%);background-image:-moz-linear-gradient(#fff 0,#e7e7e7 100%);background-image:-ms-linear-gradient(#fff 0,#e7e7e7 100%);background-image:-o-linear-gradient(#fff 0,#e7e7e7 100%);background-image:linear-gradient(#fff 0,#e7e7e7 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffffffff', GradientType=0);outline:0;box-shadow:0 1px 0 #fff;cursor:default;min-width:75px;line-height:110%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}button.w2ui-btn:hover{text-decoration:none;border:1px solid #bbb;background-image:-webkit-linear-gradient(#f7f7f7 0,#ddd 100%);background-image:-moz-linear-gradient(#f7f7f7 0,#ddd 100%);background-image:-ms-linear-gradient(#f7f7f7 0,#ddd 100%);background-image:-o-linear-gradient(#f7f7f7 0,#ddd 100%);background-image:linear-gradient(#f7f7f7 0,#ddd 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#fff7f7f7', GradientType=0);color:#333}button.w2ui-btn:active,button.w2ui-btn.clicked{border:1px solid #999;background-image:-webkit-linear-gradient(#ccc 0,#ccc 100%);background-image:-moz-linear-gradient(#ccc 0,#ccc 100%);background-image:-ms-linear-gradient(#ccc 0,#ccc 100%);background-image:-o-linear-gradient(#ccc 0,#ccc 100%);background-image:linear-gradient(#ccc 0,#ccc 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffcccccc', GradientType=0);text-shadow:1px 1px 1px #eee}button.w2ui-btn:disabled{border:1px solid #bbb!important;background:#f7f7f7!important;color:#bdbcbc!important;text-shadow:none!important}button.w2ui-btn:focus:before{content:"";border:1px dashed #aaa;border-radius:3px;position:absolute;top:2px;bottom:2px;left:2px;right:2px;pointer-events:none}button.w2ui-btn::-moz-focus-inner{border:0}button.w2ui-btn-blue{color:#fff;background-image:-webkit-linear-gradient(#80c0f7 0,#269df0 100%);background-image:-moz-linear-gradient(#80c0f7 0,#269df0 100%);background-image:-ms-linear-gradient(#80c0f7 0,#269df0 100%);background-image:-o-linear-gradient(#80c0f7 0,#269df0 100%);background-image:linear-gradient(#80c0f7 0,#269df0 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff269df0', endColorstr='#ff80c0f7', GradientType=0);border:1px solid #538AB7;text-shadow:0 0 1px #111}button.w2ui-btn-blue:hover{color:#fff;background-image:-webkit-linear-gradient(#73b6f0 0,#2391dd 100%);background-image:-moz-linear-gradient(#73b6f0 0,#2391dd 100%);background-image:-ms-linear-gradient(#73b6f0 0,#2391dd 100%);background-image:-o-linear-gradient(#73b6f0 0,#2391dd 100%);background-image:linear-gradient(#73b6f0 0,#2391dd 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff2391dd', endColorstr='#ff73b6f0', GradientType=0);border:1px solid #497BA3;text-shadow:0 0 1px #111}button.w2ui-btn-blue:active,button.w2ui-btn-blue.clicked{color:#fff;background-image:-webkit-linear-gradient(#1e83c9 0,#1e83c9 100%);background-image:-moz-linear-gradient(#1e83c9 0,#1e83c9 100%);background-image:-ms-linear-gradient(#1e83c9 0,#1e83c9 100%);background-image:-o-linear-gradient(#1e83c9 0,#1e83c9 100%);background-image:linear-gradient(#1e83c9 0,#1e83c9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff1e83c9', endColorstr='#ff1e83c9', GradientType=0);border:1px solid #1268A6;text-shadow:0 0 1px #111}button.w2ui-btn-blue:focus:before{border:1px dashed #e8e8e8}button.w2ui-btn-green{color:#fff;background-image:-webkit-linear-gradient(#81cf81 0,#52a452 100%);background-image:-moz-linear-gradient(#81cf81 0,#52a452 100%);background-image:-ms-linear-gradient(#81cf81 0,#52a452 100%);background-image:-o-linear-gradient(#81cf81 0,#52a452 100%);background-image:linear-gradient(#81cf81 0,#52a452 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff52a452', endColorstr='#ff81cf81', GradientType=0);border:1px solid #479247;text-shadow:0 0 1px #111}button.w2ui-btn-green:hover{color:#fff;background-image:-webkit-linear-gradient(#6abe68 0,#3f8f3d 100%);background-image:-moz-linear-gradient(#6abe68 0,#3f8f3d 100%);background-image:-ms-linear-gradient(#6abe68 0,#3f8f3d 100%);background-image:-o-linear-gradient(#6abe68 0,#3f8f3d 100%);background-image:linear-gradient(#6abe68 0,#3f8f3d 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff3f8f3d', endColorstr='#ff6abe68', GradientType=0);border:1px solid #479247;text-shadow:0 0 1px #111}button.w2ui-btn-green:active,button.w2ui-btn-green.clicked{color:#fff;background-image:-webkit-linear-gradient(#377d36 0,#377d36 100%);background-image:-moz-linear-gradient(#377d36 0,#377d36 100%);background-image:-ms-linear-gradient(#377d36 0,#377d36 100%);background-image:-o-linear-gradient(#377d36 0,#377d36 100%);background-image:linear-gradient(#377d36 0,#377d36 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff377d36', endColorstr='#ff377d36', GradientType=0);border:1px solid #555!important;text-shadow:0 0 1px #111}button.w2ui-btn-green:focus:before{border:1px dashed #e8e8e8}button.w2ui-btn-orange{color:#fff;background-image:-webkit-linear-gradient(#fcc272 0,#fb8822 100%);background-image:-moz-linear-gradient(#fcc272 0,#fb8822 100%);background-image:-ms-linear-gradient(#fcc272 0,#fb8822 100%);background-image:-o-linear-gradient(#fcc272 0,#fb8822 100%);background-image:linear-gradient(#fcc272 0,#fb8822 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffb8822', endColorstr='#fffcc272', GradientType=0);border:1px solid #B68B4C;text-shadow:0 0 1px #111}button.w2ui-btn-orange:hover{color:#fff;background-image:-webkit-linear-gradient(#f4ad59 0,#f1731f 100%);background-image:-moz-linear-gradient(#f4ad59 0,#f1731f 100%);background-image:-ms-linear-gradient(#f4ad59 0,#f1731f 100%);background-image:-o-linear-gradient(#f4ad59 0,#f1731f 100%);background-image:linear-gradient(#f4ad59 0,#f1731f 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff1731f', endColorstr='#fff4ad59', GradientType=0);border:1px solid #B68B4C;text-shadow:0 0 1px #111}button.w2ui-btn-orange:active,button.w2ui-btn-orange.clicked{color:#fff;border:1px solid #666;background-image:-webkit-linear-gradient(#b98747 0,#b98747 100%);background-image:-moz-linear-gradient(#b98747 0,#b98747 100%);background-image:-ms-linear-gradient(#b98747 0,#b98747 100%);background-image:-o-linear-gradient(#b98747 0,#b98747 100%);background-image:linear-gradient(#b98747 0,#b98747 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffb98747', endColorstr='#ffb98747', GradientType=0);text-shadow:0 0 1px #111}button.w2ui-btn-orange:focus:before{border:1px dashed #f9f9f9}button.w2ui-btn-red{color:#fff;background-image:-webkit-linear-gradient(#ff6e70 0,#c72d2d 100%);background-image:-moz-linear-gradient(#ff6e70 0,#c72d2d 100%);background-image:-ms-linear-gradient(#ff6e70 0,#c72d2d 100%);background-image:-o-linear-gradient(#ff6e70 0,#c72d2d 100%);background-image:linear-gradient(#ff6e70 0,#c72d2d 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffc72d2d', endColorstr='#ffff6e70', GradientType=0);border:1px solid #BB3C3E;text-shadow:0 0 1px #111}button.w2ui-btn-red:hover{color:#fff;background-image:-webkit-linear-gradient(#ee696c 0,#ae2527 100%);background-image:-moz-linear-gradient(#ee696c 0,#ae2527 100%);background-image:-ms-linear-gradient(#ee696c 0,#ae2527 100%);background-image:-o-linear-gradient(#ee696c 0,#ae2527 100%);background-image:linear-gradient(#ee696c 0,#ae2527 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffae2527', endColorstr='#ffee696c', GradientType=0);border:1px solid #BB3C3E;text-shadow:0 0 1px #111}button.w2ui-btn-red:active,button.w2ui-btn-red.clicked{color:#fff;border:1px solid #861C1E;background-image:-webkit-linear-gradient(#9c2123 0,#9c2123 100%);background-image:-moz-linear-gradient(#9c2123 0,#9c2123 100%);background-image:-ms-linear-gradient(#9c2123 0,#9c2123 100%);background-image:-o-linear-gradient(#9c2123 0,#9c2123 100%);background-image:linear-gradient(#9c2123 0,#9c2123 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff9c2123', endColorstr='#ff9c2123', GradientType=0);text-shadow:0 0 1px #111}button.w2ui-btn-red:focus:before{border:1px dashed #ddd}button.w2ui-btn-small{padding:5px!important;margin:0;min-width:0}button.w2ui-btn-small:focus:before{border-radius:2px;top:2px;bottom:2px;left:2px;right:2px}.w2ui-form{position:relative;color:#000;background-color:#f2f2f2;border:1px solid silver;border-radius:3px;padding:0;overflow:hidden!important}.w2ui-form>div{position:absolute;overflow:hidden}.w2ui-form .w2ui-form-header{position:absolute;left:0;right:0;border-bottom:1px solid #99bbe8!important;overflow:hidden;color:#444;font-size:13px;text-align:center;padding:8px;background-image:-webkit-linear-gradient(#dae6f3,#c2d5ed);background-image:-moz-linear-gradient(#dae6f3,#c2d5ed);background-image:-ms-linear-gradient(#dae6f3,#c2d5ed);background-image:-o-linear-gradient(#dae6f3,#c2d5ed);background-image:linear-gradient(#dae6f3,#c2d5ed);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffdae6f3', endColorstr='#ffc2d5ed', GradientType=0);border-top-left-radius:3px;border-top-right-radius:3px}.w2ui-form .w2ui-form-toolbar{position:absolute;left:0;right:0;margin:0;padding:6px 3px;border-bottom:1px solid #d5d8d8}.w2ui-form .w2ui-form-tabs{margin:0;padding:0}.w2ui-form .w2ui-tabs{position:absolute;left:0;right:0;border-top-left-radius:3px;border-top-right-radius:3px;padding-top:5px!important;background-color:#fafafa}.w2ui-form .w2ui-tabs .w2ui-tab.active{background-color:#f2f2f2}.w2ui-form .w2ui-page{position:absolute;left:0;right:0;overflow:auto;padding:10px;border-left:1px solid inherit;border-right:1px solid inherit;background-color:inherit;border-radius:3px}.w2ui-form .w2ui-buttons{position:absolute;left:0;right:0;bottom:0;text-align:center;border-top:1px solid #d5d8d8;border-bottom:0 solid #d5d8d8;background-color:#fafafa;padding:15px 0!important;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.w2ui-form .w2ui-buttons input[type=button],.w2ui-form .w2ui-buttons button{min-width:80px;margin-right:5px}.w2ui-form input[type=checkbox],.w2ui-form input[type=radio]{margin-top:4px;margin-bottom:4px}.w2ui-form input[type=checkbox].w2ui-toggle{margin:0}.w2ui-group-title{padding:5px 2px;color:#8D96A2;text-shadow:1px 1px 2px #fdfdfd;font-size:120%}.w2ui-group{background-color:#f9f9f9;margin:5px 0 10px;padding:10px 5px;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.w2ui-field>label{display:block;float:left;margin-top:7px;margin-bottom:3px;width:120px;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right;min-height:20px;color:#666}.w2ui-field>div{margin-bottom:3px;margin-left:128px;padding:3px;min-height:28px;float:none}.w2ui-field.w2ui-required>div{position:relative}.w2ui-field.w2ui-required>div::before{content:'*';position:absolute;margin-top:5px;margin-left:-9px;color:red}.w2ui-field.w2ui-span1>label{width:20px}.w2ui-field.w2ui-span1>div{margin-left:28px}.w2ui-field.w2ui-span2>label{width:40px}.w2ui-field.w2ui-span2>div{margin-left:48px}.w2ui-field.w2ui-span3>label{width:60px}.w2ui-field.w2ui-span3>div{margin-left:68px}.w2ui-field.w2ui-span4>label{width:80px}.w2ui-field.w2ui-span4>div{margin-left:88px}.w2ui-field.w2ui-span5>label{width:100px}.w2ui-field.w2ui-span5>div{margin-left:108px}.w2ui-field.w2ui-span6>label{width:120px}.w2ui-field.w2ui-span6>div{margin-left:128px}.w2ui-field.w2ui-span7>label{width:140px}.w2ui-field.w2ui-span7>div{margin-left:148px}.w2ui-field.w2ui-span8>label{width:160px}.w2ui-field.w2ui-span8>div{margin-left:168px}.w2ui-field.w2ui-span9>label{width:180px}.w2ui-field.w2ui-span9>div{margin-left:188px}.w2ui-field.w2ui-span10>label{width:200px}.w2ui-field.w2ui-span10>div{margin-left:208px}.w2ui-error{border:1px solid #ffa8a8!important;background-color:#fff4eb!important}.w2field{padding:3px;border-radius:3px;border:1px solid silver}.w2ui-field-helper{position:absolute;display:inline-block;line-height:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none}.w2ui-field-helper .w2ui-field-up{position:absolute;top:0;padding:2px 3px}.w2ui-field-helper .w2ui-field-down{position:absolute;bottom:0;padding:2px 3px}.w2ui-field-helper .arrow-up:hover{border-bottom-color:#81C6FF}.w2ui-field-helper .arrow-down:hover{border-top-color:#81C6FF}.arrow-up{background:0 0;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:5px solid #777;font-size:0;line-height:0}.arrow-down{background:0 0;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #777;font-size:0;line-height:0}.arrow-left{background:0 0;width:0;height:0;border-bottom:4px solid transparent;border-top:4px solid transparent;border-right:5px solid #777;font-size:0;line-height:0}.arrow-right{background:0 0;width:0;height:0;border-bottom:4px solid transparent;border-top:4px solid transparent;border-left:5px solid #777;font-size:0;line-height:0}.w2ui-color{padding:5px;padding-top:8px;background-color:#fff;border-radius:3px}.w2ui-color>table{table-layout:fixed;width:160px}.w2ui-color>table td{width:20px;height:20px;text-align:center}.w2ui-color>table td div{cursor:pointer;display:inline-block;width:16px;height:17px;padding:1px 4px;border:1px solid transparent;color:#fff;text-shadow:0 0 2px #000}.w2ui-color>table td div:hover{outline:1px solid #666;border:1px solid #fff}.w2ui-calendar{margin:0;padding:1px;line-height:108%}.w2ui-calendar .w2ui-calendar-title{margin:0 -1px;padding:7px 2px;background-image:-webkit-linear-gradient(#f6f6f6,#d9d9d9);background-image:-moz-linear-gradient(#f6f6f6,#d9d9d9);background-image:-ms-linear-gradient(#f6f6f6,#d9d9d9);background-image:-o-linear-gradient(#f6f6f6,#d9d9d9);background-image:linear-gradient(#f6f6f6,#d9d9d9);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffd9d9d9', GradientType=0);border-bottom:1px solid #bbb;color:#555;text-align:center;text-shadow:1px 1px 1px #eee;cursor:pointer}.w2ui-calendar .w2ui-calendar-jump{position:absolute;top:27px;left:0;right:0;bottom:0;background-color:#FaFaFa}.w2ui-calendar .w2ui-calendar-jump>:first-child{position:absolute;top:0;left:0;bottom:0;width:110px;overflow:hidden;padding-top:5px;border-right:1px solid silver}.w2ui-calendar .w2ui-calendar-jump>:last-child{position:absolute;top:0;right:0;bottom:0;width:88px;overflow-x:hidden;overflow-y:auto;padding-top:5px;text-align:center}.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-month,.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year{display:inline-block;padding:5px 0;text-align:center;float:left;margin:2px;width:50px;cursor:default;border:1px solid transparent;border-radius:2px}.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year{float:none;width:95%}.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-month:hover,.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year:hover{border:1px solid #ccc;color:#000;background-color:#efefef}.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-month.selected,.w2ui-calendar .w2ui-calendar-jump .w2ui-jump-year.selected{border:1px solid #ccc;color:#000;background-color:#dadada}.w2ui-calendar .w2ui-calendar-previous,.w2ui-calendar .w2ui-calendar-next{width:24px;height:20px;color:#666;border:1px solid transparent;border-radius:3px;padding:2px 3px 1px 2px;margin:-4px 0 0 0;cursor:default}.w2ui-calendar .w2ui-calendar-previous:hover,.w2ui-calendar .w2ui-calendar-next:hover{border:1px solid silver;background-color:#efefef}.w2ui-calendar .w2ui-calendar-previous>div,.w2ui-calendar .w2ui-calendar-next>div{position:absolute;border-left:4px solid #888;border-top:4px solid #888;border-right:4px solid transparent;border-bottom:4px solid transparent;width:0;height:0;padding:0;margin:3px 0 0}.w2ui-calendar .w2ui-calendar-previous{float:left}.w2ui-calendar .w2ui-calendar-previous>div{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:6px}.w2ui-calendar .w2ui-calendar-next{float:right}.w2ui-calendar .w2ui-calendar-next>div{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);margin-left:2px;margin-right:2px}.w2ui-calendar .w2ui-calendar-now{cursor:pointer;margin-bottom:10px;text-align:center}.w2ui-calendar .w2ui-calendar-now:hover{color:#0A96DE}.w2ui-calendar table.w2ui-calendar-days{padding:0}.w2ui-calendar table.w2ui-calendar-days td{border:1px solid #fff;color:#000;background-color:#f9f9f9;padding:6px;cursor:default;text-align:right}.w2ui-calendar table.w2ui-calendar-days td.w2ui-saturday,.w2ui-calendar table.w2ui-calendar-days td.w2ui-sunday{border:1px solid #fff;color:#c8493b;background-color:#f9f9f9}.w2ui-calendar table.w2ui-calendar-days td.w2ui-saturday:hover,.w2ui-calendar table.w2ui-calendar-days td.w2ui-sunday:hover{border:1px solid #ccc;color:#000;background-color:#e9e9e9}.w2ui-calendar table.w2ui-calendar-days td.w2ui-saturday.w2ui-blocked,.w2ui-calendar table.w2ui-calendar-days td.w2ui-sunday.w2ui-blocked{text-decoration:line-through;border:1px solid #fff;color:#ccc;background-color:#fff}.w2ui-calendar table.w2ui-calendar-days td.w2ui-today{color:#000;background-color:#e2f7cd}.w2ui-calendar table.w2ui-calendar-days td:hover{border:1px solid #ccc;color:#000;background-color:#e9e9e9}.w2ui-calendar table.w2ui-calendar-days td.w2ui-date-selected{border:1px solid #8cb067}.w2ui-calendar table.w2ui-calendar-days td.w2ui-blocked{text-decoration:line-through;border:1px solid #fff;color:#ccc;background-color:#fff}.w2ui-calendar table.w2ui-calendar-days td.w2ui-day-empty{border:1px solid #fff;background-color:#fdfdfd}.w2ui-calendar table.w2ui-calendar-days tr.w2ui-day-title td{border:1px solid #fff;color:gray;background-color:#fff;text-align:center;padding:6px}.w2ui-calendar-time{padding:5px;cursor:default}.w2ui-calendar-time td div{padding:7px 10px;text-align:center;border:1px solid transparent;white-space:nowrap}.w2ui-calendar-time td:nth-child(even){background-color:#f6f6f6}.w2ui-calendar-time td div:hover{border:1px solid #ccc;color:#000;background-color:#e9e9e9}.w2ui-calendar-time td div.w2ui-blocked{text-decoration:line-through;border:1px solid #fff;color:#ccc;background-color:#fff}.w2ui-select{cursor:default;color:#000!important;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC),-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC),-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC),-ms-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC),-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAALCAQAAACnzwd+AAAAcklEQVR4AcXMsQFBQQDG4P9tAgC0gJYRQJZgKQMwCqCku6vVAAAA+NJHP4KHOk0aV2pRw61n4BBmyOxKQ8I4ehZeuhd3HTx6DQEGZ7sBfr2OOOOj3Yi43kMKs9sZknofOexqZ8npMygwWZTX51CipP+YA1OiZJbYYg9lAAAAAElFTkSuQmCC),linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-size:17px 6px,100% 100%;background-position:right center,left top;background-repeat:no-repeat,no-repeat}.w2ui-select[readonly],.w2ui-select[disabled]{background-image:none;background-color:#f1f1f1!important;color:#777!important}.w2ui-list{color:inherit;position:absolute;padding:0;margin:0;min-height:25px;overflow:auto;border:1px solid silver;border-radius:3px;font-size:6px;line-height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.w2ui-list input[type=text]{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.w2ui-list ul{list-style-type:none;background-color:#000;margin:0;padding:0}.w2ui-list ul li{float:left;margin:2px 1px 0 2px;border-radius:3px;width:auto;padding:3px 10px 1px 7px;border:1px solid #88b0d6;background-color:#eff3f5;white-space:nowrap;cursor:default;font-family:verdana;font-size:11px;line-height:100%;height:20px;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-list ul li:hover{background-color:#d0dbe1}.w2ui-list ul li:last-child{border-radius:0;border:1px solid transparent;background-color:transparent}.w2ui-list ul li:last-child input{padding:1px;padding-top:0;margin:0;border:0;outline:0;height:auto;line-height:100%;font-size:inherit;font-family:inherit;background-color:transparent}.w2ui-list ul li .w2ui-list-remove{float:right;width:15px;height:14px;margin:-1px -9px 0 3px;border-radius:15px}.w2ui-list ul li .w2ui-list-remove:hover{background-color:#D77F7F;color:#fff}.w2ui-list ul li .w2ui-list-remove:before{position:relative;top:0;padding:0;margin:0;left:5px;color:inherit;opacity:.7;text-shadow:inherit;font-size:inherit;font-variant:small-caps;content:'x';line-height:100%}.w2ui-list ul li>span.file-size{pointer-events:none;color:#777}.w2ui-list .w2ui-enum-placeholder{display:inline;position:absolute;pointer-events:none;color:#999;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-list.w2ui-file-dragover{background-color:#E4FFDA;border:1px solid #93E07D}.w2ui-layout{overflow:hidden!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-layout *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-layout>div{position:absolute;overflow:hidden;border:0;margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-layout>div .w2ui-panel{display:none;position:absolute;z-index:120}.w2ui-layout>div .w2ui-panel .w2ui-panel-title{position:absolute;left:0;top:0;right:0;padding:5px;background-image:-webkit-linear-gradient(#dae6f3,#c2d5ed);background-image:-moz-linear-gradient(#dae6f3,#c2d5ed);background-image:-ms-linear-gradient(#dae6f3,#c2d5ed);background-image:-o-linear-gradient(#dae6f3,#c2d5ed);background-image:linear-gradient(#dae6f3,#c2d5ed);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffdae6f3', endColorstr='#ffc2d5ed', GradientType=0);border:1px solid #b9cee9;border-bottom:1px solid #99bbe8}.w2ui-layout>div .w2ui-panel .w2ui-panel-tabs{position:absolute;left:0;top:0;right:0;z-index:2;display:none;overflow:hidden;background-color:#fafafa;padding:4px 0}.w2ui-layout>div .w2ui-panel .w2ui-panel-tabs>.w2ui-tab.active{background-color:#f2f2f2}.w2ui-layout>div .w2ui-panel .w2ui-panel-toolbar{position:absolute;left:0;top:0;right:0;z-index:2;display:none;overflow:hidden;background-color:#fafafa;border-bottom:1px solid silver;padding:4px}.w2ui-layout>div .w2ui-panel .w2ui-panel-content{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;color:inherit;background-color:#f2f2f2}.w2ui-layout>div .w2ui-resizer{display:none;position:absolute;z-index:121;background-color:transparent}.w2ui-layout>div .w2ui-resizer:hover,.w2ui-layout>div .w2ui-resizer.active{background-color:#c8cad1}.w2ui-grid{position:relative;border:1px solid silver;border-radius:2px;overflow:hidden!important}.w2ui-grid>div{position:absolute;overflow:hidden}.w2ui-grid .w2ui-grid-header{position:absolute;border-bottom:1px solid #99bbe8!important;height:28px;overflow:hidden;color:#444;font-size:13px;text-align:center;padding:7px;background-image:-webkit-linear-gradient(#dae6f3,#c2d5ed);background-image:-moz-linear-gradient(#dae6f3,#c2d5ed);background-image:-ms-linear-gradient(#dae6f3,#c2d5ed);background-image:-o-linear-gradient(#dae6f3,#c2d5ed);background-image:linear-gradient(#dae6f3,#c2d5ed);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffdae6f3', endColorstr='#ffc2d5ed', GradientType=0);border-top-left-radius:2px;border-top-right-radius:2px}.w2ui-grid .w2ui-grid-toolbar{position:absolute;border-bottom:1px solid silver;background-color:#eaeaea;height:38px;padding:6px 1px 4px;margin:0;box-shadow:0 1px 2px #ddd}.w2ui-grid .w2ui-toolbar-search{width:160px;margin-right:3px}.w2ui-grid .w2ui-toolbar-search .w2ui-search-all{outline:0!important;width:160px!important;border-radius:3px!important;line-height:normal!important;height:23px!important;border:1px solid #b9b9b9!important;color:#000!important;background-color:#fff!important;padding:3px 18px 3px 21px!important;margin:0!important;margin-top:1px!important}.w2ui-grid .w2ui-toolbar-search .w2ui-search-down{position:absolute;margin-top:-7px;margin-left:4px}.w2ui-grid .w2ui-toolbar-search .w2ui-search-clear{position:absolute;width:16px;height:16px;margin-top:-8px;margin-left:-20px;border-radius:15px;cursor:default}.w2ui-grid .w2ui-toolbar-search .w2ui-search-clear:hover{background-color:#D77F7F;color:#fff}.w2ui-grid .w2ui-toolbar-search .w2ui-search-clear:before{position:relative;top:2px;left:5px;opacity:.6;color:inherit;text-shadow:inherit;content:'x';cursor:default}.w2ui-grid .w2ui-grid-body{position:absolute;overflow:hidden;padding:0;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.w2ui-grid .w2ui-grid-body input,.w2ui-grid .w2ui-grid-body select,.w2ui-grid .w2ui-grid-body textarea{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;-o-user-select:text}.w2ui-grid .w2ui-grid-body div.w2ui-input{user-select:tex;-webkit-user-select:tex;-moz-user-select:tex;-ms-user-select:tex;-o-user-select:tex;background-color:#fff;padding:4px 2px;border:1px solid transparent;width:100%;height:100%;pointer-events:auto;outline:0;white-space:pre;overflow:hidden}.w2ui-grid .w2ui-grid-body .w2ui-grid-columns,.w2ui-grid .w2ui-grid-body .w2ui-grid-fcolumns{overflow:hidden;position:absolute;left:0;top:0;right:0;box-shadow:0 1px 4px #ddd;height:auto}.w2ui-grid .w2ui-grid-body .w2ui-grid-columns table,.w2ui-grid .w2ui-grid-body .w2ui-grid-fcolumns table{height:auto}.w2ui-grid .w2ui-grid-body .w2ui-grid-columns .w2ui-resizer,.w2ui-grid .w2ui-grid-body .w2ui-grid-fcolumns .w2ui-resizer{position:absolute;z-index:1000;display:block;background-image:none;background-color:rgba(0,0,0,0);padding:0;margin:0;width:6px;height:12px;cursor:col-resize}.w2ui-grid .w2ui-grid-body .w2ui-grid-records,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords{position:absolute;left:0;right:0;top:0;bottom:0}.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd{color:inherit;background-color:#fff}.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd:hover,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd:hover,.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd.w2ui-record-hover,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd.w2ui-record-hover{color:inherit;background-color:#e6f0ff}.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd.w2ui-empty-record:hover,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd.w2ui-empty-record:hover{background-color:#fff}.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even{color:inherit;background-color:#f3f6fa}.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even:hover,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even:hover,.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even.w2ui-record-hover,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even.w2ui-record-hover{color:inherit;background-color:#e6f0ff}.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even.w2ui-empty-record:hover,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even.w2ui-empty-record:hover{background-color:#f3f6fa}.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-selected,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-selected,.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-selected,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-selected{color:#000!important;background-color:#b6d5ff!important}.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.w2ui-inactive,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-inactive,.w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-inactive,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-inactive{background-color:#d8dee7!important}.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-expanded1,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-expanded1{height:0;border-bottom:1px solid #b2bac0}.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-expanded1>div,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-expanded1>div{height:0;border:0;transition:height .3s,opacity .3s}.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-expanded2,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-expanded2{height:0;border-radius:0;border-bottom:1px solid #b2bac0}.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-expanded2>div,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-expanded2>div{height:0;border:0;transition:height .3s,opacity .3s}.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-load-more,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-load-more{border-top:1px solid #d6d5d7;cursor:pointer}.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-load-more>div,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-load-more>div{text-align:center;color:#777;background-color:rgba(233,237,243,.5);padding:10px 0 15px;border-top:1px solid #fff}.w2ui-grid .w2ui-grid-body .w2ui-grid-records .w2ui-load-more>div:hover,.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords .w2ui-load-more>div:hover{color:inherit;background-color:#e6f0ff}.w2ui-grid .w2ui-grid-body table{border-spacing:0;border-collapse:collapse;table-layout:fixed;width:1px}.w2ui-grid .w2ui-grid-body table .w2ui-head{margin:0;padding:0;border-right:1px solid #c5c5c5;border-bottom:1px solid #c5c5c5;color:#000;background-image:-webkit-linear-gradient(#f9f9f9,#e4e4e4);background-image:-moz-linear-gradient(#f9f9f9,#e4e4e4);background-image:-ms-linear-gradient(#f9f9f9,#e4e4e4);background-image:-o-linear-gradient(#f9f9f9,#e4e4e4);background-image:linear-gradient(#f9f9f9,#e4e4e4);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe4e4e4', GradientType=0)}.w2ui-grid .w2ui-grid-body table .w2ui-head>div{padding:7px 3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative}.w2ui-grid .w2ui-grid-body table .w2ui-head.w2ui-col-intersection{border-right-color:#72b2ff}.w2ui-grid .w2ui-grid-body table .w2ui-head.w2ui-reorder-cols-head:hover{cursor:move}.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker{padding:0;position:absolute;height:100%;top:0}.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker.left{left:0;margin-left:-5px}.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker.right{right:0;margin-right:-5px}.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker .top-marker{position:absolute;top:0;height:0;width:0;border-top:5px solid #72b2ff;border-left:5px solid transparent;border-right:5px solid transparent}.w2ui-grid .w2ui-grid-body table .w2ui-head .col-intersection-marker .bottom-marker{position:absolute;bottom:0;height:0;width:0;border-bottom:5px solid #72b2ff;border-left:5px solid transparent;border-right:5px solid transparent}.w2ui-grid .w2ui-grid-body table td{border-right:1px solid #d6d5d7;border-bottom:0 solid #d6d5d7;cursor:default;overflow:hidden}.w2ui-grid .w2ui-grid-body table td.w2ui-soft-span,.w2ui-grid .w2ui-grid-body table td.w2ui-soft-hidden{border-right-color:transparent}.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data{margin:0;padding:0}.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data .w2ui-info{position:relative;top:1px;font-size:14px;color:#8D99A7;cursor:pointer;width:16px;display:inline-block;margin-right:2px;text-align:center}.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data>div{padding:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data>div.flexible-record{height:auto;overflow:visible;white-space:normal}.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data .w2ui-show-children{width:16px;height:10px;display:inline-block;position:relative;top:-1px;cursor:pointer}.w2ui-grid .w2ui-grid-body table td:last-child{border-right:0}.w2ui-grid .w2ui-grid-body table .w2ui-col-number{width:34px;color:#777;background-color:rgba(233,237,243,.5)}.w2ui-grid .w2ui-grid-body table .w2ui-col-number div{padding:0 7px 0 3px;text-align:right}.w2ui-grid .w2ui-grid-body table .w2ui-col-number.w2ui-head{cursor:pointer}.w2ui-grid .w2ui-grid-body table .w2ui-col-select{width:26px}.w2ui-grid .w2ui-grid-body table .w2ui-col-select div{padding:0;text-align:center;overflow:hidden}.w2ui-grid .w2ui-grid-body table .w2ui-col-select div input[type=checkbox]{margin-top:0;margin-bottom:0;position:relative}.w2ui-grid .w2ui-grid-body table .w2ui-col-expand{width:26px}.w2ui-grid .w2ui-grid-body table .w2ui-col-expand div{padding:0;text-align:center;font-weight:700}.w2ui-grid .w2ui-grid-body table .w2ui-col-selected{background-color:#d1d1d1!important}.w2ui-grid .w2ui-grid-body table .w2ui-row-selected{background-color:#d1d1d1!important}.w2ui-grid .w2ui-grid-body div.w2ui-col-header{height:auto!important;width:100%;overflow:hidden;padding-right:10px!important}.w2ui-grid .w2ui-grid-body div.w2ui-col-header>div.w2ui-sort-up{border:4px solid transparent;border-bottom:5px solid #8D99A7;margin-top:-2px;margin-right:-7px;float:right}.w2ui-grid .w2ui-grid-body div.w2ui-col-header>div.w2ui-sort-down{border:4px solid transparent;border-top:5px solid #8D99A7;margin-top:2px;margin-right:-7px;float:right}.w2ui-grid .w2ui-grid-body .w2ui-col-group{text-align:center}.w2ui-grid .w2ui-grid-body .w2ui-grid-scroll1{position:absolute;left:0;bottom:0;border-top:1px solid #ddd;border-right:1px solid #ddd;background-color:#FAFAFA}.w2ui-grid .w2ui-grid-empty-msg{position:absolute;top:27px;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.65)}.w2ui-grid .w2ui-grid-empty-msg>div{position:absolute;left:0;right:0;top:45%;transform:translateY(-45%);text-align:center;font-size:13px;color:#666}.w2ui-grid .w2ui-changed{background:url(data:image/gif;base64,R0lGODlhCgAKAJEAALAABf///wAAAAAAACH5BAEAAAIALAAAAAAKAAoAAAIPlI8Hy8mbxIsSUnup3rQAADs=) no-repeat top right}.w2ui-grid .w2ui-edit-box{position:absolute;z-index:1001;border:2px solid #6299DA;pointer-events:auto}.w2ui-grid .w2ui-editable{overflow:hidden;height:100%!important;margin:0!important;padding:0!important}.w2ui-grid .w2ui-editable input{border:0;border-radius:0;margin:0;padding:4px 3px;width:100%;height:100%}.w2ui-grid .w2ui-editable input.w2ui-select{outline:0!important;background:#fff}.w2ui-grid .w2ui-grid-summary{position:absolute;box-shadow:0 -1px 4px #aaa}.w2ui-grid .w2ui-grid-summary table{color:inherit}.w2ui-grid .w2ui-grid-summary table .w2ui-odd{background-color:#eef5eb}.w2ui-grid .w2ui-grid-summary table .w2ui-even{background-color:#f8fff5}.w2ui-grid .w2ui-grid-footer{position:absolute;margin:0;padding:0;text-align:center;height:24px;overflow:hidden;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;-o-user-select:text;box-shadow:0 -1px 4px #eee;color:#444;background-color:#f8f8f8;border-top:1px solid #ddd;border-bottom-left-radius:2px;border-bottom-right-radius:2px}.w2ui-grid .w2ui-grid-footer .w2ui-footer-left{float:left;padding-top:5px;padding-left:5px}.w2ui-grid .w2ui-grid-footer .w2ui-footer-right{float:right;padding-top:5px;padding-right:5px}.w2ui-grid .w2ui-grid-footer .w2ui-footer-center{padding:2px;text-align:center}.w2ui-grid .w2ui-grid-footer .w2ui-footer-center .w2ui-footer-nav{width:110px;margin:0 auto;padding:0;text-align:center}.w2ui-grid .w2ui-grid-footer .w2ui-footer-center .w2ui-footer-nav input[type=text]{padding:1px 2px 2px;border-radius:3px;width:40px;text-align:center}.w2ui-grid .w2ui-grid-footer .w2ui-footer-center .w2ui-footer-nav a.w2ui-footer-btn{display:inline-block;border-radius:3px;cursor:pointer;font-size:11px;line-height:16px;padding:1px 5px;width:30px;height:18px;margin-top:-1px;color:#000;background-color:transparent}.w2ui-grid .w2ui-grid-footer .w2ui-footer-center .w2ui-footer-nav a.w2ui-footer-btn:hover{color:#000;background-color:#aec8ff}.w2ui-grid .w2ui-grid-focus-input{position:absolute;top:0;right:0;z-index:-1;opacity:0;overflow:hidden;padding:0;margin:0;width:1px;height:1px;resize:none;border:0}.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-selected{background-color:#EEF4FE!important}.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr td.w2ui-inactive{background-color:#F4F6F9!important}.w2ui-ss .w2ui-grid-body .w2ui-grid-records table td{border-right-width:1px;border-bottom:1px solid #efefef}.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd,.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even,.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr.w2ui-odd:hover,.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr.w2ui-even:hover{background-color:inherit}.w2ui-ss .w2ui-grid-body .w2ui-grid-records table tr:first-child td{border-top:0;border-bottom:0}.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-selected{background-color:#EEF4FE!important}.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr td.w2ui-inactive{background-color:#F4F6F9!important}.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table td{border-right-width:1px;border-bottom:1px solid #efefef}.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd,.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even,.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-odd:hover,.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr.w2ui-even:hover{background-color:inherit}.w2ui-ss .w2ui-grid-body .w2ui-grid-frecords table tr:first-child td{border-bottom:0}.w2ui-ss .w2ui-grid-body .w2ui-selection{position:absolute;z-index:1000;border:2px solid #6299DA;pointer-events:none}.w2ui-ss .w2ui-grid-body .w2ui-selection .w2ui-selection-resizer{cursor:crosshair;position:absolute;bottom:0;right:0;width:6px;height:6px;margin-right:-3px;margin-bottom:-3px;background-color:#457FC2;border:.5px solid #fff;outline:1px solid #fff;pointer-events:auto}.w2ui-ss .w2ui-grid-body .w2ui-selection.w2ui-inactive{border:2px solid #C0C2C5}.w2ui-ss .w2ui-grid-body .w2ui-selection.w2ui-inactive .w2ui-selection-resizer{background-color:#B0B0B0}.w2ui-ss .w2ui-grid-body .w2ui-soft-range{position:absolute;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.w2ui-ss .w2ui-grid-body .w2ui-changed{background:inherit}.w2ui-info-bubble table{font-size:11px;font-family:Verdana,Arial,sans-serif;color:#fff;text-shadow:1px 1px solid #999}.w2ui-info-bubble table tr td:first-child{white-space:nowrap;padding:2px;padding-right:10px;color:#ddd;vertical-align:top}.w2ui-info-bubble table tr td:last-child{white-space:pre;padding:2px}.w2ui-overlay .w2ui-select-field{padding:4px 0;cursor:default}.w2ui-overlay .w2ui-select-field table{font-size:11px;font-family:Verdana,Arial,sans-serif;border-spacing:0;border-collapse:border-collapse}.w2ui-overlay .w2ui-select-field table tr{height:27px}.w2ui-overlay .w2ui-select-field table tr:hover{background-color:#b6d5ff}.w2ui-overlay .w2ui-select-field table tr td:nth-child(1){width:26px;padding-right:6px;text-align:right;color:#888}.w2ui-overlay .w2ui-select-field table tr td:nth-child(2){padding:3px 20px 3px 0}.w2ui-overlay .w2ui-col-on-off{padding:4px 0}.w2ui-overlay .w2ui-col-on-off table{border-spacing:0;border-collapse:border-collapse}.w2ui-overlay .w2ui-col-on-off table tr:hover{background-color:#b6d5ff}.w2ui-overlay .w2ui-col-on-off table td input[type=checkbox]{margin:3px 2px 2px}.w2ui-overlay .w2ui-col-on-off table td label{display:block;padding:3px 0;padding-right:10px}.w2ui-overlay .w2ui-col-on-off table td:first-child{padding:4px 0 4px 6px}.w2ui-overlay .w2ui-col-on-off table td:last-child{padding:4px 6px 4px 0}.w2ui-overlay .w2ui-grid-searches{text-align:left;padding:0;border-top:0;background-color:#f7f6f0}.w2ui-overlay .w2ui-grid-searches table{padding:4px;padding-top:12px;border-collapse:border-collapse}.w2ui-overlay .w2ui-grid-searches table td{padding:4px}.w2ui-overlay .w2ui-grid-searches table td.close-btn{width:20px;padding-right:20px}.w2ui-overlay .w2ui-grid-searches table td.close-btn button{min-width:24px;height:24px;padding-top:5px!important}.w2ui-overlay .w2ui-grid-searches table td.caption{text-align:right;padding-right:5px;border-right:1px solid #e8e8e3}.w2ui-overlay .w2ui-grid-searches table td.operator{text-align:left;padding:0 10px;padding-right:5px;border-right:1px solid #e8e8e3;height:31px}.w2ui-overlay .w2ui-grid-searches table td.operator select{width:100%;color:#000}.w2ui-overlay .w2ui-grid-searches table td.operator select::-ms-expand{display:none}.w2ui-overlay .w2ui-grid-searches table td.value{padding-right:5px;padding-left:5px}.w2ui-overlay .w2ui-grid-searches table td.value input[type=text]{border-radius:3px;padding:3px;margin-right:3px;height:23px}.w2ui-overlay .w2ui-grid-searches table td.value select{padding:3px;margin-right:3px;height:23px}.w2ui-overlay .w2ui-grid-searches table td.actions{border-right:0}.w2ui-overlay .w2ui-grid-searches table td.actions>div{margin:-7px;margin-top:15px;padding:13px 0;text-align:center;background-color:#efefe9;border-top:1px solid #e8e8e3}.w2ui-popup{position:fixed;z-index:1600;overflow:hidden;font-family:Verdana,Arial,sans-serif;border-radius:6px;padding:0;margin:0;border:1px solid #777;background-color:#eee;box-shadow:0 0 25px #555}.w2ui-popup,.w2ui-popup *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-popup .w2ui-popup-title{padding:6px;border-radius:6px 6px 0 0;background-image:-webkit-linear-gradient(#ececec,#dfdfdf);background-image:-moz-linear-gradient(#ececec,#dfdfdf);background-image:-ms-linear-gradient(#ececec,#dfdfdf);background-image:-o-linear-gradient(#ececec,#dfdfdf);background-image:linear-gradient(#ececec,#dfdfdf);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffececec', endColorstr='#ffdfdfdf', GradientType=0);border-bottom:2px solid #bfbfbf;position:absolute;overflow:hidden;height:32px;left:0;right:0;top:0;text-overflow:ellipsis;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;cursor:move;font-size:15px;color:#555;z-index:300}.w2ui-popup .w2ui-popup-button{float:right;width:18px;height:18px;cursor:pointer;overflow:hidden;padding:0;margin:0 3px 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAQCAYAAABQrvyxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAj1JREFUeNrslr9rFFEQxz/zZi/qxSgW2lsqkiYoBku5Ro1o4UFKEYkgSaxSCLYqdv5IEVPYCMJJwERWrK0CKhoQ8hdobQTjXW7njcXlYnLunQQu0YDTLOy+Nzvfme98Z8Td2ckW2OGWdMvRvYfT/RGfBPoBBVpLK0AEPgVkdGL06vt/CoB5nBaRE8AXYKXNsQIwaB4fAwOtH+88mn4m7ifN4vUYebWBKkFKqjIV3N9NjI2Uuw5ARI45fBanH+F77iFnN8JHETmS68P9NHBQNTwHL8foaSN4SqoyA/SZyL4tqQAQBVYCLOFYlNxmq0WorVLpN9Oe5LKt1CsgRVWpAOfB66phBuhTkepSdfnKVjaxNJMSWn/iawmTtpeDp6pWBpaBoqrMqoYU6AOqIbFhxGa3R4V8nfNNKLUESzXJhoCvQC+wF/gW1C5IiC+2XUbD5jA3rd4C26NR3945IA2iRzqRJgdElJJlSQocAKrAD2A/6Ev3cLajjN59MDWHyKl2voOI1zKbv3Xj2lCHJFoz+LXuBoIAjnUklEvJrDDT5LwmdhG8blkyBxRjXSu4loE0X4VEznXKV3SnoOFMB7YUolBcbcKNdxuPXUBPu8pbLXsK0ghebVjEXgNoYmXLtGLuxd6ePU+AQ20AaIrb4DpFycmSv81/7YsiMgAstB1kQgE47O4LuQmCNwGOB7VxCb/URsRSTbhkmU4ifGiZHd1Z5m7fnxoIQSaBo39YJRZj9LGb4yPzXWm1/9voX7afAwAC5tacDTA2XgAAAABJRU5ErkJggg==) no-repeat center left;background-position:0 0;color:transparent!important;border-radius:3px;border:1px solid transparent}.w2ui-popup .w2ui-popup-close{margin-top:0;background-position:-32px 0}.w2ui-popup .w2ui-popup-close:hover{background-color:#ccc;border:1px solid #aaa}.w2ui-popup .w2ui-popup-max{background-position:-16px 0}.w2ui-popup .w2ui-popup-max:hover{background-color:#ccc;border:1px solid #aaa}.w2ui-popup .w2ui-box,.w2ui-popup .w2ui-box-temp{position:absolute;left:0;right:0;top:32px;bottom:52px;z-index:100}.w2ui-popup .w2ui-popup-body{font-size:12px;line-height:130%;padding:0 7px 7px;color:#000;background-color:#eee;position:absolute;overflow:auto;width:100%;height:100%}.w2ui-popup .w2ui-popup-buttons{padding:12px;border-radius:0 0 6px 6px;border-top:1px solid #d5d8d8;background-color:#f1f1f1;text-align:center;position:absolute;overflow:hidden;height:52px;left:0;right:0;bottom:0;z-index:200}.w2ui-popup .w2ui-popup-no-title{border-top-left-radius:6px;border-top-right-radius:6px;top:0!important}.w2ui-popup .w2ui-popup-no-buttons{border-bottom-left-radius:6px;border-bottom-right-radius:6px;bottom:0!important}.w2ui-popup .w2ui-alert-msg,.w2ui-popup .w2ui-confirm-msg{font-size:13px;line-height:1.5}.w2ui-sidebar{position:relative;cursor:default;overflow:hidden!important;background-color:#edf1f6!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-sidebar *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-sidebar>div{position:absolute;overflow:hidden}.w2ui-sidebar .w2ui-sidebar-top{position:absolute;z-index:2;top:0;left:0;right:0}.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-left,.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-right{position:absolute;right:2px;top:2px;height:24px;padding:5px;border-radius:2px;background-size:16px 12px;background-position:center center;background-repeat:no-repeat;background-color:#edf1f6}.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-left:hover,.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-right:hover{background-color:#d7e1ef}.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-left{left:auto;width:25px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAzklEQVR4Ae2THRDEMBCFzy1ucatb3eJ2uhi3uNUtbnGrW9zi1rOdNzdvdl7nDpvYt/9/r7+/51myZZf/zXkD2iMHHRSb0x3oskwMieK05PwEXqP4ExSL0wp0ROao2OOuMPOMdUL6XU1/oGLcFWb+NqyTd2W/P/2qTr9h+nFXhOkHXRHiNyjrgp/U/V+WaQcaNY13zZI0A1JvcVqAnrGDTdtDtZUHjHIJhxxVLN0iqXgCP1l/7h8U9kc6abyJ4/eNWPpGdBv+XdUK0K8cnvcBly2rDr7C1HQAAAAASUVORK5CYII=)}.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-right{left:2px;width:auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAz0lEQVR4Ae2UG7TGMBCEr1vd4la3uMUtuli3utWtbnGLW9zi9l/bDMzJG7u12cfJfLunf1+UEC9Bv0vVQwJ8hjRCaZafflb1C9RQf4OD0gSDE+i+PiJAabFhQc1y1AYYsJGLY3lgxM17uWPO56yPiFDqVPWgRtpIHSd1zPnwkBsdI58OlNwx4fP2X0TgfMTOoHSdKOXkpyNvEyQh7ul+4swxJSTQuwNDxz68l/ukVNbu0Neen5Z+KvzWxBAqHds349uPFJ/jVOrPjxUq++OLf+20q5+noXo0AAAAAElFTkSuQmCC)}.w2ui-sidebar .w2ui-sidebar-bottom{position:absolute;z-index:2;bottom:0;left:0;right:0}.w2ui-sidebar .w2ui-sidebar-div{position:absolute;z-index:1;overflow:auto;top:0;bottom:0;left:0;right:0;padding:2px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.w2ui-sidebar .w2ui-sidebar-div table{width:100%}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node{background-color:#edf1f6;border-top:1px solid transparent;border-bottom:1px solid transparent;margin:0;padding:1px 0}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node table{pointer-events:none}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-caption,.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image,.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image>span,.w2ui-sidebar .w2ui-sidebar-div .w2ui-node td.w2ui-node-dots{color:#000;text-shadow:0 0 0 #fff;pointer-events:none}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-caption:hover,.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image:hover,.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image>span:hover,.w2ui-sidebar .w2ui-sidebar-div .w2ui-node td.w2ui-node-dots:hover{color:inherit}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node:hover{border-top:1px solid #f9f9f9;border-bottom:1px solid #f9f9f9;background-color:#d7e1ef}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image{width:22px;text-align:center;pointer-events:none}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .w2ui-node-image>span{color:#516173!important}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node input,.w2ui-sidebar .w2ui-sidebar-div .w2ui-node button{pointer-events:auto}.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected,.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover{position:relative;background-image:-webkit-linear-gradient(#69b1e0,#4a96d3);background-image:-moz-linear-gradient(#69b1e0,#4a96d3);background-image:-ms-linear-gradient(#69b1e0,#4a96d3);background-image:-o-linear-gradient(#69b1e0,#4a96d3);background-image:linear-gradient(#69b1e0,#4a96d3);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff69b1e0', endColorstr='#ff4a96d3', GradientType=0);border-top:1px solid #5295cd;border-bottom:1px solid #2661a6}.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected .w2ui-node-caption,.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover .w2ui-node-caption,.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected .w2ui-node-image,.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover .w2ui-node-image,.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected .w2ui-node-image>span,.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover .w2ui-node-image>span,.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected td.w2ui-node-dots,.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:hover td.w2ui-node-dots{color:#fff!important;text-shadow:1px 1px 2px #666!important}.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected:before{content:"";border:1px dashed #eee;border-radius:3px;position:absolute;top:2px;bottom:2px;left:2px;right:2px;pointer-events:none}.w2ui-sidebar .w2ui-sidebar-div .w2ui-selected.w2ui-inactive:before{border:1px dashed transparent!important}.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled,.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover{background:transparent!important;border-top:1px solid transparent;border-bottom:1px solid transparent}.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled .w2ui-node-caption,.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover .w2ui-node-caption,.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled .w2ui-node-image,.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover .w2ui-node-image,.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled .w2ui-node-image>span,.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover .w2ui-node-image>span,.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled td.w2ui-node-dots,.w2ui-sidebar .w2ui-sidebar-div .w2ui-disabled:hover td.w2ui-node-dots{opacity:.4;filter:alpha(opacity=40);color:#000!important;text-shadow:0 0 0 #fff!important}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-caption{white-space:nowrap;padding:5px 0 5px 3px;margin:1px 0 1px 22px;position:relative;z-index:1;font-size:12px}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-group{white-space:nowrap;overflow:hidden;padding:10px 0 10px 10px;margin:0;cursor:default;color:#868b92;background-color:transparent}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-group :nth-child(1){margin-right:10px;float:right;color:transparent}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-group :nth-child(2){font-weight:400;text-transform:uppercase}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-sub{overflow:hidden}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-flat{padding:6px 0;text-align:center}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-flat .w2ui-node-image{text-align:center;width:auto}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-flat .w2ui-node-image>span{font-size:16px;color:#000;text-shadow:0 0 0 #fff}.w2ui-sidebar .w2ui-sidebar-div .w2ui-node-flat .w2ui-node-image.w2ui-icon{width:21px}.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-dots{width:18px;padding:0 0 1px 7px;text-align:center}.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-dots .w2ui-expand{width:16px;margin-top:-3px;pointer-events:auto}.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data{padding:1px 1px 3px}.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data .w2ui-node-image{padding:3px 0 0;float:left}.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data .w2ui-node-image>span{font-size:16px;color:#000;text-shadow:0 0 0 #fff}.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data .w2ui-node-image.w2ui-icon{margin-top:3px}.w2ui-sidebar .w2ui-sidebar-div td.w2ui-node-data .w2ui-node-count{float:right;border:1px solid #6f9dc7;border-radius:20px;width:auto;height:18px;padding:2px 7px;margin:3px 4px -2px 0;background-color:#e7f0fc;color:#667274;box-shadow:0 0 0 #fff;text-shadow:1px 1px 1px #e6e6e6;position:relative;z-index:2}.w2ui-tabs{cursor:default;overflow:hidden!important;position:relative;background-color:#fafafa;padding:3px 0}.w2ui-tabs:not(.w2ui-tabs-up){padding-bottom:0!important}.w2ui-tabs.w2ui-tabs-up{padding-top:0!important}.w2ui-tabs table{border-bottom:1px solid silver;padding:0 7px}.w2ui-tabs .w2ui-tab{padding:6px 20px;text-align:center;color:#000;background-color:transparent;border:1px solid silver;border-bottom:1px solid silver;white-space:nowrap;margin:1px 1px -1px 0;border-top-left-radius:4px;border-top-right-radius:4px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.w2ui-tabs .w2ui-tab.active{color:#000;background-color:#fff;border:1px solid silver;border-bottom:1px solid transparent}.w2ui-tabs .w2ui-tab.closable{padding:6px 28px 6px 20px}.w2ui-tabs .w2ui-tab-close{color:#555;text-shadow:1px 1px 1px #bbb;float:right;margin:6px 4px 0 0;padding:0 0 0 5px;width:16px;height:16px;opacity:.9;border:0;border-top:3px solid transparent;border-radius:9px}.w2ui-tabs .w2ui-tab-close:hover{background-color:#D77F7F;color:#fff}.w2ui-tabs .w2ui-tab-close:before{position:relative;top:-2px;left:0;opacity:.6;color:inherit;text-shadow:inherit;content:'x'}.w2ui-tabs.w2ui-tabs-up table{border-top:1px solid silver;border-bottom:0}.w2ui-tabs.w2ui-tabs-up .w2ui-tab{border-top:1px solid silver;margin:-1px 1px 0 0;border-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.w2ui-tabs.w2ui-tabs-up .w2ui-tab.active{border:1px solid silver;border-top:1px solid transparent}.w2ui-tabs.w2ui-tabs-up .w2ui-tab-close{margin-top:4px}.w2ui-toolbar{margin:0;padding:2px;outline:0;position:relative;background-color:#efefef;overflow:hidden!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.w2ui-toolbar .disabled{opacity:.3;filter:alpha(opacity=30)}.w2ui-toolbar table{table-layout:auto!important}.w2ui-toolbar table td{border:0!important}.w2ui-toolbar table.w2ui-button{margin:0 1px 0 0;border-radius:4px;height:24px;min-width:24px;border:1px solid transparent;background-color:transparent}.w2ui-toolbar table.w2ui-button .w2ui-tb-image{width:22px;height:16px;padding:0;margin:5px 1px 3px!important;border:0!important;text-align:center}.w2ui-toolbar table.w2ui-button .w2ui-tb-image>span{font-size:15px;display:block;color:#8d99a7}.w2ui-toolbar table.w2ui-button .w2ui-tb-image>span:before{vertical-align:top!important}.w2ui-toolbar table.w2ui-button .w2ui-tb-caption{color:#000;padding:0 4px 0 2px}.w2ui-toolbar table.w2ui-button .w2ui-tb-count{padding:0 3px 0 1px}.w2ui-toolbar table.w2ui-button .w2ui-tb-count>span{border:1px solid #f6fcf4;border-radius:11px;width:auto;height:18px;padding:0 6px 1px;background-color:#f2f8f0;color:#666;box-shadow:0 0 2px #474545;text-shadow:1px 1px 0 #fff}.w2ui-toolbar table.w2ui-button .w2ui-tb-down{padding:1px 3px 1px 1px}.w2ui-toolbar table.w2ui-button .w2ui-tb-down>div{border:4px solid transparent;border-top:5px solid #8D99A7;margin-top:5px}.w2ui-toolbar table.w2ui-button.over{border:1px solid #ccc;background-color:#eee}.w2ui-toolbar table.w2ui-button.over .w2ui-tb-caption{color:#000}.w2ui-toolbar table.w2ui-button.down{border:1px solid #aaa;background-color:#ddd}.w2ui-toolbar table.w2ui-button.down .w2ui-tb-caption{color:#666}.w2ui-toolbar table.w2ui-button.checked{border:1px solid #aaa;background-color:#fff}.w2ui-toolbar table.w2ui-button.checked .w2ui-tb-caption{color:#000}.w2ui-toolbar table.w2ui-button table{height:17px;border-radius:4px;cursor:default}.w2ui-toolbar .w2ui-break{background-image:-webkit-linear-gradient(top,rgba(153,153,153,.1) 0,#999 40%,#999 60%,rgba(153,153,153,.1) 100%);background-image:-moz-linear-gradient(top,rgba(153,153,153,.1) 0,#999 40%,#999 60%,rgba(153,153,153,.1) 100%);background-image:-ms-linear-gradient(top,rgba(153,153,153,.1) 0,#999 40%,#999 60%,rgba(153,153,153,.1) 100%);background-image:-o-linear-gradient(top,rgba(153,153,153,.1) 0,#999 40%,#999 60%,rgba(153,153,153,.1) 100%);background-image:linear-gradient(top,rgba(153,153,153,.1) 0,#999 40%,#999 60%,rgba(153,153,153,.1) 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff999999', GradientType=0);width:1px!important;height:22px;padding:0;margin:0 6px}.w2ui-listview{overflow:auto!important;background-color:#fff!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-listview *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.w2ui-listview>ul{list-style-type:none;margin:0;cursor:default}.w2ui-listview>ul>li{display:inline-block;vertical-align:top;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;border:1px solid transparent;border-radius:4px}.w2ui-listview>ul>li.w2ui-focused{border:1px solid #2661a6}.w2ui-listview>ul>li.w2ui-selected{border:1px solid #2661a6}.w2ui-listview>ul>li.w2ui-selected,.w2ui-listview>ul>li.w2ui-selected.hover{background-image:-webkit-linear-gradient(#69b1e0,#4a96d3);background-image:-moz-linear-gradient(#69b1e0,#4a96d3);background-image:-ms-linear-gradient(#69b1e0,#4a96d3);background-image:-o-linear-gradient(#69b1e0,#4a96d3);background-image:linear-gradient(#69b1e0,#4a96d3);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff69b1e0', endColorstr='#ff4a96d3', GradientType=0)}.w2ui-listview>ul>li.w2ui-selected>div>div.caption,.w2ui-listview>ul>li.w2ui-selected.hover>div>div.caption{color:#fff}.w2ui-listview>ul>li.w2ui-selected>div>div.description,.w2ui-listview>ul>li.w2ui-selected.hover>div>div.description{color:#ddd}.w2ui-listview>ul>li.w2ui-selected>div>div.extra>div>div,.w2ui-listview>ul>li.w2ui-selected.hover>div>div.extra>div>div{color:#ddd}.w2ui-listview>ul>li.hover{background-color:#d7e1ef;border:1px solid #2661a6}.w2ui-listview>ul>li div{vertical-align:middle}.w2ui-listview>ul>li>div>div.caption{display:block;text-align:center;word-wrap:break-word;max-height:50px;color:#000;font-size:12px}.w2ui-listview>ul>li>div>div.description{display:none;text-align:left;color:#777;font-size:12px}.w2ui-listview>ul>li>div>div.extra{display:none}.w2ui-listview>ul>li>div>div.extra>div>div{color:#777}.w2ui-icon-small>ul{padding:1px 0 0 1px}.w2ui-icon-small>ul>li{margin:0 1px 1px 0;padding:2px;width:250px;white-space:nowrap}.w2ui-icon-small>ul>li>div>div.w2ui-listview-img{display:inline-block;width:26px;height:22px;font-size:21px;margin-right:2px}.w2ui-icon-small>ul>li>div>div.caption{display:inline-block}.w2ui-icon-medium>ul{padding:4px 0 0 4px}.w2ui-icon-medium>ul>li{margin:0 4px 4px 0;padding:4px;width:100px}.w2ui-icon-medium>ul>li>div>div.w2ui-listview-img{display:block;width:92px;height:60px;font-size:57px;margin-left:auto;margin-right:auto;background-position:center}.w2ui-icon-large>ul{padding:4px 0 0 4px}.w2ui-icon-large>ul>li{margin:0 4px 4px 0;padding:4px;width:160px}.w2ui-icon-large>ul>li>div>div.w2ui-listview-img{display:block;width:152px;height:120px;font-size:114px;margin-left:auto;margin-right:auto;background-position:center}.w2ui-icon-tile>ul{padding:1px 0 0 1px}.w2ui-icon-tile>ul>li{margin:0 1px 1px 0;padding:4px;width:250px;white-space:nowrap}.w2ui-icon-tile>ul>li>div>div.w2ui-listview-img{display:inline-block;width:72px;height:60px;font-size:57px;float:left;margin-right:4px}.w2ui-icon-tile>ul>li>div>div.caption{text-align:left}.w2ui-icon-tile>ul>li>div>div.description{display:block}.w2ui-table>ul{padding:0}.w2ui-table>ul>li{width:100%;padding:2px;border-radius:0;border-bottom:1px dotted #d3d3d3}.w2ui-table>ul>li>div{display:inline-block;position:relative;width:100%;white-space:nowrap;overflow:hidden}.w2ui-table>ul>li>div>div.w2ui-listview-img{display:inline-block;width:38px;height:32px;font-size:31px;margin-right:2px}.w2ui-table>ul>li>div>div.caption{display:inline-block}.w2ui-table>ul>li>div>div.extra{display:inline-block;position:absolute;right:0;height:100%;background-color:#fff}.w2ui-table>ul>li>div>div.extra>div:before{display:inline-block;height:100%;width:0;content:'';vertical-align:middle}.w2ui-table>ul>li>div>div.extra>div{display:inline}.w2ui-table>ul>li>div>div.extra>div>div{display:inline-block;font-size:12px}.w2ui-table>ul>li.w2ui-selected div.extra,.w2ui-table>ul>li.w2ui-selected.hover div.extra{background-image:-webkit-linear-gradient(#69b1e0,#4a96d3);background-image:-moz-linear-gradient(#69b1e0,#4a96d3);background-image:-ms-linear-gradient(#69b1e0,#4a96d3);background-image:-o-linear-gradient(#69b1e0,#4a96d3);background-image:linear-gradient(#69b1e0,#4a96d3);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff69b1e0', endColorstr='#ff4a96d3', GradientType=0)}.w2ui-table>ul>li.hover div.extra{background-color:#d7e1ef}.w2ui-listview>ul>li div.icon-none{border:1px solid rgba(102,102,102,.35)}
