/*! jQuery UI - v1.12.1 - 2021-06-06
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* 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-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-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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-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-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-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;
}
.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;
}
.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-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .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");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_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;
}
/************************************************************** LOGO STYLES ************************************************************************/
html {
	overflow-y: auto; 
}

html,body {
	background: #FFFFFF;
}

body #coexistIFrameId {
	min-height: auto;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}
a { outline: 0 !important; } 
a:active { outline: none !important; }  
a:focus{ -moz-outline-style: none !important; }

/*Title*/
.designer-portlet .component.heading {
	padding: 15px 0 0;
	letter-spacing: 0px;
}

.designer-portlet .component.heading h2 {
	text-transform: uppercase;
}

.designer-portlet .component.heading.title.condutor,.designer-portlet .component.heading.title.documentos,.designer-portlet .component.heading.title.coberturas,.designer-portlet .component.heading.title.participantes,.designer-portlet .component.heading.title.imovel
	{
	padding: 19px 0px 19px 0px;
}

.designer-portlet .component.heading.title h2,.designer-portlet .component.heading.nrContrato h2,.designer-portlet .component.heading.nrRecibo h2
	{
	padding: 0;
	letter-spacing: 0;
	font: 22px/22px 'HermesRegular' !important;
	color: #a7cf00;
}

.designer-portlet .component.panel .component.heading.nrContrato h2,.designer-portlet .component.heading.nrRecibo h2
	{
	color: #3c434a;
}

.designer-portlet span.required {
	color: #a7cf00;
}

.designer-portlet .list {
	overflow: visible;
}

.designer-portlet .component.text_area.texto span.textarea-wrapper {
	display: inline-block;
	width: 95%;
}

.designer-portlet .component.text_area.texto textarea {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}

#resumo-cnt .component.output_field.nome label {
	padding: 2px;
}

#resumo-cnt .component.output_field.nome>div {
	color: initial;
}

.designer-portlet .component.list .component.message div.info {
	background: #ffffff;
	border: none;
	font: 14px/14px 'TahomaBold' !important;
	color: #3c434a;
}

.designer-portlet #veiculo-cnt .component.heading.title {
	padding: 19px 0 19px;
}

.designer-portlet .component.list table td a.p_width_450.p_height_250 {
	float: right;
	text-decoration: none;
	cursor: default;
}

.designer-portlet .component.list table td.opcaoDesc {
	text-transform: uppercase;
}

.designer-portlet .component.list table td.produto,.designer-portlet .component.list table tr td.produtoDesc div.ellipsis
	{
	width: 32px;
	height: 35px;
	margin: 0 auto;
	text-indent: -9999px;
}

.designer-portlet .component.list table td.produto.auto,.designer-portlet .component.list table tr td.produtoDesc.auto div.ellipsis
	{
	background: url('images/produtos_sprite.png') no-repeat -88px -49px;
}

.designer-portlet .component.list table td.produto.casa,.designer-portlet .component.list table tr td.produtoDesc.casa div.ellipsis
	{
	background: url('images/produtos_sprite.png') no-repeat -46px -47px;
}

.designer-portlet .component.list table td.produto.vida,.designer-portlet .component.list table tr td.produtoDesc.vida div.ellipsis
	{
	background: url('images/produtos_sprite.png') no-repeat -125px -204px;
}

.designer-portlet .component.list table td.produto.saude,.designer-portlet .component.list table tr td.produtoDesc.saude div.ellipsis
	{
	background: url('images/produtos_sprite.png') no-repeat -4px -50px;
}

.designer-portlet .component.list table td.produto.auto,.designer-portlet .component.list table tr:hover td.produtoDesc.auto div.ellipsis
	{
	background: url('images/produtos_sprite.png') no-repeat -89px -8px;
}

.designer-portlet .component.list table td.produto.casa,.designer-portlet .component.list table tr:hover td.produtoDesc.casa div.ellipsis
	{
	background: url('images/produtos_sprite.png') no-repeat -46px -5px;
}

.designer-portlet .component.list table td.produto.vida,.designer-portlet .component.list table tr:hover td.produtoDesc.vida div.ellipsis
	{
	background: url('images/produtos_sprite.png') no-repeat -77px -204px;
}

.designer-portlet .component.list table td.produto.saude,.designer-portlet .component.list table tr:hover td.produtoDesc.saude div.ellipsis
	{
	background: url('images/produtos_sprite.png') no-repeat -5px -3px;
}

/* Pq o margin-top 25px em todos? */
.designer-portlet .component.button{
	margin-top: 25px;
}

.designer-portlet .component.button a,
.designer-portlet .component.button a:hover,
.designer-portlet .component.button a[disabled],
.designer-portlet .component.submit.alterarmtododepagamento input,
.designer-portlet .component.submit.alterarmtododepagamento input:hover,
.designer-portlet .component.submit.alterarmtododepagamento input:active
	{
	color: #ffffff;
	border-radius: 5px;
	text-shadow: 0px 1px #5b310e;
	box-shadow: 0px 1px #666666;
	text-align: center;
	padding: 9px;
	font: 16px/22px 'HermesBold' !important;
	cursor: pointer;
	background: rgba(221, 121, 33, 1);
	background: -moz-linear-gradient(top, rgba(221, 121, 33, 1) 0%,
		rgba(192, 105, 29, 1) 100% );
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221, 121, 33
		, 1) ), color-stop(100%, rgba(192, 105, 29, 1) ) );
	background: -webkit-linear-gradient(top, rgba(221, 121, 33, 1) 0%,
		rgba(192, 105, 29, 1) 100% );
	background: -o-linear-gradient(top, rgba(221, 121, 33, 1) 0%,
		rgba(192, 105, 29, 1) 100% );
	background: -ms-linear-gradient(top, rgba(221, 121, 33, 1) 0%,
		rgba(192, 105, 29, 1) 100% );
	background: linear-gradient(to bottom, rgba(221, 121, 33, 1) 0%,
		rgba(192, 105, 29, 1) 100% );
}

.designer-portlet .component.button.dark-button a,
.designer-portlet .component.button a.dark-button,
.designer-portlet .component.button.dark-button a:hover,
.designer-portlet .component.button a.dark-button:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a4048+0,33393f+100 */
	background: #3a4048; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a4048 0%, #33393f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a4048), color-stop(100%,#33393f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a4048 0%,#33393f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a4048 0%,#33393f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a4048 0%,#33393f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a4048 0%,#33393f 100%); /* W3C */
	
}

.designer-portlet .component.submit.alterarmtododepagamento {
	margin-top: 0px !important;
}

.designer-portlet .component.submit.alterarmtododepagamento input,.designer-portlet .component.submit.alterarmtododepagamento input:hover,.designer-portlet .component.submit.alterarmtododepagamento input:active
	{
	width: auto !important;
	margin-top: 0px !important;
}



.designer-portlet .component.panel.boxed {
	padding: 0px;
}

.designer-portlet .component.panel.boxed>div {
	border-top: 0px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.designer-portlet .component.panel.boxed>div.list {
	border: none;
}

.designer-portlet .component.panel.boxed>div>.title {
	/*background-image: url("images/LogoImages/opacity75.png");  Not working  */
	background-color: #ecf0dc;
	border-top: 3px solid #77b900;
	padding: 3px 0px 3px 0px;
}

.designer-portlet .component.panel.boxed>div>.title a {
	text-decoration: none;
	color: #000;
	background: none;
	font-size: 1.2em;
}
/*GDPR gestao Consentimentos only*/

.designer-portlet.clientes-app .component span{
	display: inline;
}

.designer-portlet.clientes-app .component.panel.boxed>div>.title{
	background-color: white;
	border-top: 0px;
	padding: 10px 0px 10px 0px;
}

body .designer-portlet.clientes-app .component.submit{
	width: fit-content;
	width: -moz-fit-content;
}

.designer-portlet.clientes-app .component .footer{
	background-color: white;
}

.designer-portlet.clientes-app .component.submit{
	margin-bottom: 5px;
}

.designer-portlet .component.button.btncancelarstandalone{
	margin-top: 0px;
}

.designer-portlet.clientes-app .component.panel.boxed > div{
	background-color: white;
	border: 0px;
	border-radius: 0px;
}

body.portal-popup .designer-portlet.clientes-app .component.label label{
	color: black;
}

.component.grid.gridProvas {
    background-color: white;
}

.designer-portlet.clientes-app .ui-state-default, .designer-portlet.clientes-app .ui-widget-content .ui-state-default, .designer-portlet.clientes-app .ui-widget-header .ui-state-default {
	border: 0;
	background: url('images/sprite_resumo.png') no-repeat -112px -51px;
    background-position-x: -112px;
    background-position-y: -51px;
	border-radius: initial;
	box-shadow: none;
	top: 24px;
	z-index: 1000;
}

.designer-portlet.clientes-app  .ui-button-icon-primary.ui-icon.ui-icon-closethick{
	display:none
}

.designer-portlet.clientes-app .checkbox.wrapper{
	background: url(images/sprites/checkboxes.png) no-repeat -131px -31px !important;
	width: 19px;
    height: 19px;
    display: inline-block;
    padding-left: 0;
    cursor: pointer;
    margin-top: 0;
    margin-right: 5px;
}

.designer-portlet.clientes-app .checkbox.wrapper.checked{
	background: url(images/sprites/checkboxes.png) no-repeat -107px -31px !important;	
}
	
.designer-portlet.clientes-app .component span.ui-button-text{
	display: none;
}

/*FIM GDPR gestao Consentimentos only*/

/*Components Designer*/

/*Generic to all*/

/*readonly & readonly:focus*/
.designer-portlet .component input[readonly],.designer-portlet .component select[readonly],.designer-portlet .component input[readonly]:focus,.designer-portlet .component select[readonly]:focus
	{
	background-color: rgb(235, 235, 228);
	color: rgb(84, 84, 84);
	border-radius: 0px;
	background-color: white;
	cursor: auto;
	border-top: 2px solid #9a9a9a;
	border-left: 2px solid #9a9a9a;
	border-bottom: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	color: initial;
}

.designer-portlet .component.checkbox input[readonly],.designer-portlet .component.checkbox input[readonly]
	{
	background: url(images/LogoImages/checkbox_checked.gif) center 6px
		no-repeat;
}
/*Individual components*/
/*label*/
.designer-portlet .component label {
	font: 12px/12px 'TahomaBold';
	color: #3c434a;
	display: inline-block;
	float: left;
	min-height: 15px;
}

.designer-portlet .component.radio div.inline label {
	font: 12px/17px 'TahomaRegular' !important;
	color: #3c434a;
	padding: 0px 5px;
}

/*input,password,textarea*/
.designer-portlet .component input[type="text"],.designer-portlet .component input[type="password"],.designer-portlet .component textarea,.designer-portlet .component input[type="text"]:focus,.designer-portlet .component input[type="password"]:focus,.designer-portlet .component textarea:focus
	{
	height: 35px;
	border: 1px solid #3c434a;
	border-radius: 5px;
	outline: none;
	font: 12px/12px 'TahomaRegular' !important;
	padding: 0px 3px 0px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: initial;
}

.designer-portlet .component textarea {
	height: auto !important;
}

/*Tabela Coberturas*/
.designer-portlet .component.headerTblCoberturasLogo {
	
}

.designer-portlet .component.headerTblCoberturasLogo td {
	text-align: center;
	border: 2px solid black;
}

.designer-portlet .component.headerTblCoberturasLogo td * {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.designer-portlet .component.headerTblCoberturasLogo h5 {
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	word-spacing: 0px;
	letter-spacing: -0.1px;
}

.designer-portlet .component.headerTblCoberturasLogo h6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	word-spacing: 0px;
	word-spacing: 0px;
	letter-spacing: -0.1px;
}

.designer-portlet .component.premiosOpcaoTblCoberturasLOGO {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.designer-portlet .component.premiosOpcaoTblCoberturasLOGO td .output_field
	{
	text-align: center;
	color: black;
}

.designer-portlet .component.panel.boxed.opcaoTblCoberturasLOGO>div>.title
	{
	background-color: #B4C374;
}

.designer-portlet .component a {
	color: #333435;
}

.designer-portlet .component a:hover {
	color: #015BA7;
	text-decoration: underline;
}

.portlet-boundary.insurance-logo-app {
	width: 99%;
	max-width: 997px;
	margin: 0 auto;
}

.designer-portlet .component.tabs>div {
	background: #FFFFFF;
}

.designer-portlet .component.heading.area {
	margin: 0;
	margin-left: 75px;
}

.designer-portlet .component.heading.area h2 {
	font: 24px/24px 'HermesThin' !important;
	color: #3c434a !important;
	font-family: 'HermesThin' !important;
	text-transform: none;
}

.designer-portlet .component.heading.resumo {
	padding: 0;
	margin-bottom: 0;
}

.designer-portlet .component.heading.resumo h2 {
	font: 35px/35px 'HermesRegular' !important;
	color: #a7cf00 !important;
	font-family: 'HermesRegular' !important;
	text-transform: none;
}

.designer-portlet .component.heading.title,.designer-portlet .component.heading.nrContrato,.designer-portlet .component.heading.nrRecibo
	{
	margin: 0;
	padding: 19px 0 0;
}

.designer-portlet .component.heading.subtitleRequired h6 {
	font: 10px/10px 'TahomaBold' !important;
	color: #3c434a;
	border: none;
	letter-spacing: 0;
}

.designer-portlet .component.heading.infoTitle,.designer-portlet .component.heading.optionTitle
	{
	padding: 0;
	margin: 0;
}

.designer-portlet .component.heading.infoTitle h6 {
	font: 14px/14px 'TahomaRegular' !important;
	letter-spacing: 0;
	border-bottom: 0;
	padding-bottom: 10px;
	color: #6F6F6F;
}

.designer-portlet .component.heading.optionTitle h2 {
	font: 14px/14px 'TahomaBold' !important;
	padding-bottom: 10px;
	text-transform: none;
}

.designer-portlet .component.heading.subtitle {
	padding: 0;
}

body .designer-portlet .component.heading.subtitle h6 {
	font: 14px/14px 'HermesRegular' !important;
	padding-bottom: 30px;
}

body .designer-portlet .component.heading.subtitle.morada h6 {
	padding-bottom: 10px;
	padding-top: 15px;
}

body .designer-portlet .component.submit {
	width: 100%;
}

body .designer-portlet .form_footer .component.submit {
	width: auto;
}

.designer-portlet .component.heading.subtitle h6 {
	font: 14px/14px 'HermesRegular' !important;
	color: #3c434a;
	border: none;
	letter-spacing: 0;
}

.designer-portlet .component.heading.subsubtitle h6 {
	font: 12px/12px 'TahomaRegular' !important;
	color: #3c434a;
	border: none;
	letter-spacing: 0;
}

.designer-portlet .component.panel.separator {
	border-bottom: 1px solid #959595;
}

.designer-portlet .tabs>div.content {
	border: none;
	clear: both;
}

.designer-portlet .tabs.tabsProduto li {
	border: 1px solid #3c434a;
	background: #3c434a;
}

.designer-portlet .tabs>ul>li {
	text-align: center;
	padding: 0px 7px 2px;
	float: left;
	position: relative;
	margin-right: 10px;
	border: 1px solid #a7cf00;
	border-radius: 20px;
	background: #a7cf00;
	font: 14px/14px 'TahomaBold' !important;
	color: #FFFFFF;
}

.designer-portlet .tabs>ul>li.all {
	margin-top: 0px;
}

.designer-portlet .tabs>ul>li.disabled {
	background: #ffffff;
	border: 1px solid #9da1a4;
}

.designer-portlet .component.tabs>ul li.disabled a {
	background: #ffffff;
	color: #9da1a4;
	opacity: 1;
}

.designer-portlet .component.tabs.tabsProduto>ul li a,.designer-portlet .component.tabs.tabsProduto>ul li span
	{
	background: #3c434a;
}

.designer-portlet .component.tabs>ul li a,.designer-portlet .component.tabs>ul li span
	{
	background: #a7cf00;
	color: #FFFFFF;
	border: none;
	margin-top: 5px;
	font: 14px/14px 'TahomaBold' !important;
	color: #FFFFFF;
}

.designer-portlet .tabs>ul {
	overflow: visible;
}

.designer-portlet .tabs.tabsProduto li.selected {
	color: #3c434a;
	border: 1px solid #3c434a;
}

.designer-portlet .tabs>ul>li.selected {
	color: #a7cf00;
	position: relative;
	border: 1px solid #a7cf00;
	border-radius: 20px;
	background: #FFFFFF;
}

.designer-portlet .tabs>ul>li.selected:after,.designer-portlet .tabs>ul>li.selected:before
	{
	top: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.designer-portlet .tabs.tabsProduto li.selected:before {
	border-top-color: #3c434a;
}

.designer-portlet .tabs>ul>li.selected:before {
	border-color: rgba(167, 207, 0, 0);
	border-top-color: #a7cf00;
	border-width: 6px;
	margin-left: -6px;
}

.designer-portlet .tabs>ul>li.selected:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}

.designer-portlet .component.tabs.tabsProduto>ul li a.selected {
	color: #3c434a;
}

.designer-portlet .component.tabs>ul li a.selected {
	background: #FFFFFF;
	text-align: center;
	font: 14px/14px 'TahomaBold' !important;
	color: #a7cf00;
	border: none;
}

.designer-portlet .component.form_footer {
	overflow: visible;
}

.designer-portlet .component.dropdown select[disabled] {
	background: #eee;
}

.designer-portlet .component.submit {
	text-align: center;
	font: 16px/16px 'HermesBold' !important;
	color: #ffffff;
	border-radius: 5px;
	text-shadow: 0px 1px #000000;
	cursor: pointer;
	float: right;
	margin-top: 25px;
	height: 38px;
}

.designer-portlet .component.submit input,.designer-portlet .component.submit input:hover,.designer-portlet .component.submit input:hover:active
	{
	min-width: 120px;
	height: 38px;
	text-align: center;
	font: 16px/16px 'HermesBold' !important;
	color: #ffffff;
	border-radius: 5px;
	text-shadow: 0px 1px #000000;
	box-shadow: 0px 1px #666666;
	cursor: pointer;
	float: right;
	background: rgba(158, 198, 0, 1);
	background: -moz-linear-gradient(top, rgba(158, 198, 0, 1) 0%,
		rgba(140, 175, 0, 1) 100% );
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158, 198, 0,
		1) ), color-stop(100%, rgba(140, 175, 0, 1) ) );
	background: -webkit-linear-gradient(top, rgba(158, 198, 0, 1) 0%,
		rgba(140, 175, 0, 1) 100% );
	background: -o-linear-gradient(top, rgba(158, 198, 0, 1) 0%,
		rgba(140, 175, 0, 1) 100% );
	background: -ms-linear-gradient(top, rgba(158, 198, 0, 1) 0%,
		rgba(140, 175, 0, 1) 100% );
	background: linear-gradient(to bottom, rgba(158, 198, 0, 1) 0%,
		rgba(140, 175, 0, 1) 100% );
}

.designer-portlet .ui-datepicker-trigger,.designer-portlet .ui-datepicker-trigger:hover
	{
	background: url('images/sprite_registo.png') no-repeat -143px -2px;
}

#simulatorCoberturas .component.checkbox>div {
	padding-left: 2px;
}

.designer-portlet .component.output_field.nomedotomador,.designer-portlet .component.output_field.emaildecontacto
	{
	border-right: 1px solid #e1e1e1;
	padding-right: 20px;
}

.designer-portlet .component.output_field.nomedotomador label,.designer-portlet .component.output_field.emaildecontacto label,.designer-portlet .component.output_field.telefonedecontacto label
	{
	font: 12px/12px 'TahomaBold' !important;
	color: #959595;
	float: left;
	padding-left: 12px;
	padding-bottom: 10px;
}

.designer-portlet .component.output_field.nomedotomador label:before {
	content: "";
	background: url('images/sprite_geral.png') no-repeat -70px -1px;
	width: 15px;
	height: 13px;
	float: left;
	margin-right: 5px;
}

.designer-portlet .component.output_field.emaildecontacto label:before {
	content: "";
	background: url('images/sprite_geral.png') no-repeat -96px -3px;
	width: 15px;
	height: 9px;
	float: left;
	margin-right: 5px;
}

.designer-portlet .component.output_field.telefonedecontacto label:before
	{
	content: "";
	background: url('images/sprite_geral.png') no-repeat -121px -3px;
	width: 15px;
	height: 16px;
	float: left;
	margin-right: 5px;
}

.designer-portlet .component.output_field.nomedotomador div,.designer-portlet .component.output_field.emaildecontacto div,.designer-portlet .component.output_field.telefonedecontacto div
	{
	font: 14px/14px 'TahomaRegular' !important;
	color: #3c434a;
	padding-left: 10px;
	padding-top: 8px;
	margin-left: 25px;
	clear: both;
}

.designer-portlet .component.panel.links .inline-right {
	font: 12px/12px 'HermesRegular' !important;
	color: #3c434a;
	float: right;
	padding-top: 15px;
}

.designer-portlet .component.panel.links .inline-right a {
	font: 12px/12px 'HermesRegular' !important;
	color: #3c434a;
	margin: 4px;
	text-decoration: underline;
}

.designer-portlet .component.panel.linksCliente .inline-right a.acaoDestaqueSimuladores ,.designer-portlet .component.panel.linksCliente .inline-right a.acaoEditarDados,.designer-portlet .component.panel.linksCliente .inline-right a.acaoPedido,.designer-portlet .component.panel.linksCliente .inline-right a.acaoSimuladorAuto,.designer-portlet .component.panel.linksCliente .inline-right a.acaoRecomendarAmigo
	{
	width: 67px;
    height: 38px;
	float: left;
	margin-top: 10px;
	text-indent: -9999px;
}

.designer-portlet .component.panel.linksCliente .inline-right a.acaoDestaqueSimuladores {
	
	background: url('images/sprite_areaClienteBt.png') no-repeat -5px -101px;
}

.designer-portlet .component.panel.linksCliente .inline-right a.acaoEditarDados
	{
	background: url('images/sprite_areaClienteBt.png') no-repeat -5px -5px;
}

.designer-portlet .component.panel.linksCliente .inline-right a.acaoSimuladorAuto
	{
	background: url('images/sprite_areaClienteBt.png') no-repeat -82px -53px;
}

.designer-portlet .component.panel.linksCliente .inline-right a.acaoPedido
	{
	background: url('images/sprite_areaClienteBt.png') no-repeat -5px -53px;
}

.designer-portlet .component.panel.linksCliente .inline-right a.acaoRecomendarAmigo
	{
	background: url('images/sprite_areaClienteBt.png') no-repeat -82px -5px;
}

.designer-portlet .component.panel.links .inline-right a[title='editar dados.']:after
	{
	content: "|";
	margin-left: 13px;
}

.designer-portlet .component.panel.panelAreaCliente>div>div:last-child {
	width: 50%;
	height: 83px;
	background-color: transparent;
	position: absolute;
	top: 5px;
	right: 0;
	border-radius: 10px;
}

.designer-portlet .component.panel.panelAreaCliente>div>div:last-child img {
	width: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	cursor: pointer;
}

.designer-portlet .component.panel.panelAreaCliente .component.heading.resumo:before
	{
	content: "";
	float: left;
	background: url('images/sprite_registo.png') no-repeat 0 0;
	width: 59px;
	height: 37px;
	margin-right: 15px;
}

.designer-portlet .component.list tbody td.estado,.designer-portlet .component.list tbody td.estado div.ellipsis
	{
	font-family: 'TahomaBold' !important;
	color: #3c434a;
	text-transform: uppercase;
}

.designer-portlet .tabs.tabsProduto li.selected {
	color: #3c434a;
	border: 1px solid #3c434a;
}

.designer-portlet .tabs>ul>li.selected {
	color: #a7cf00;
	position: relative;
	border: 1px solid #a7cf00;
	border-radius: 20px;
	background: #FFFFFF;
}

.designer-portlet .tabs>ul>li.selected:after,.designer-portlet .tabs>ul>li.selected:before
	{
	top: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.designer-portlet .tabs>ul>li.selected:before {
	border-top-color: #3c434a;
}

.designer-portlet .tabs>ul>li.selected:before {
	border-color: rgba(167, 207, 0, 0);
	border-top-color: #a7cf00;
	border-width: 6px;
	margin-left: -6px;
}

.designer-portlet .tabs>ul>li.selected:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}

.designer-portlet .component.tabs.tabsProduto>ul li a.selected {
	color: #3c434a;
}

.designer-portlet .component.tabs>ul li a.selected {
	background: #FFFFFF;
	text-align: center;
	font: 14px/14px 'TahomaBold' !important;
	color: #a7cf00;
	border: none;
}

/* .designer-portlet .component.input_text span.wrapper-start,.designer-portlet .component.input_text span.wrapper-start span.wrapper-end,.designer-portlet .component.input_text span.wrapper-start span.wrapper-end span.wrapper,.designer-portlet .component input */
/* 	{ */
/* 	width: 100%; */
/* } */

.designer-portlet .component label.left {
	text-align: left;
}

.designer-portlet .component.radio.meiopreferencialpararececaodedocumentos>div
	{
	width: 37%;
}

.designer-portlet .component.radio>div,.designer-portlet .component.checkbox>div {
	margin-top: 0px;
}

.designer-portlet input[type="radio"],.designer-portlet input[type="checkbox"]
	{
	margin-right: 0;
}

.designer-portlet .component.panel .inline>.component>label.right,.designer-portlet .component.panel .inline-left>.component>label.right,.designer-portlet .component.panel .inline-right>.component>label.right,.designer-portlet .component.panel .simple-left>.component>label.right,.designer-portlet .component.panel .simple-right>.component>label.right
	{
	margin-left: 0;
	padding-top: 10px;
}

.designer-portlet .component.checkbox.privacidade>div>div {
	background-color: #a7cf00;
}

.designer-portlet .component.panel.headingConsultaContratoAuto,.designer-portlet .component.panel.headingConsultaContratoSaude,.designer-portlet .component.panel.headingConsultaContratoCasa
	{
	background-color: #a7cf00;
	border-radius: 5px;
	margin-bottom: 10px;
	height: 90px;
}

.designer-portlet .component.panel.headingConsultaContratoAuto div.column:first-child .component.heading,.designer-portlet .component.panel.headingConsultaContratoSaude div.column:first-child .component.heading,.designer-portlet .component.panel.headingConsultaContratoCasa div.column:first-child .component.heading
	{
	border-right: 1px solid #ffffff;
	height: 70px;
}

.designer-portlet .component.panel.headingConsultaContratoAuto div.column:last-child .component.heading,.designer-portlet .component.panel.headingConsultaContratoSaude div.column:last-child .component.heading,.designer-portlet .component.panel.headingConsultaContratoCasa div.column:last-child .component.heading
	{
	padding: 18px 0 0;
	margin-bottom: 0px;
}

.designer-portlet .component.panel.headingConsultaContratoAuto .component.heading h2,.designer-portlet .component.panel.headingConsultaContratoSaude .component.heading h2,.designer-portlet .component.panel.headingConsultaContratoCasa .component.heading h2
	{
	font: 30px/30px 'HermesRegular' !important;
	color: #ffffff;
	padding: 10px 0px 11px;
}

.designer-portlet .component.panel.headingConsultaContratoAuto>div div:last-child .component.heading h2,.designer-portlet .component.panel.headingConsultaContratoSaude>div div:last-child  .component.heading h2,.designer-portlet .component.panel.headingConsultaContratoCasa>div div:last-child  .component.heading h2
	{
	font: 36px/36px 'HermesThin' !important;
	color: #ffffff;
	padding: 10px 0px 11px;
	text-transform: none;
}

.designer-portlet .component.panel.headingConsultaContratoCasa div.column:first-child .component.heading h2:before
	{
	background: url('images/produtos_sprite.png') no-repeat -5px -99px;
	margin-top: -22px;
}

.designer-portlet .component.panel.headingConsultaContratoAuto div.column:first-child .component.heading h2:before
	{
	background: url('images/produtos_sprite.png') no-repeat -88px -99px;
	margin-top: -22px;	
}

.designer-portlet .component.panel.headingConsultaContratoSaude div.column:first-child .component.heading h2:before
	{
	background: url('images/produtos_sprite.png') no-repeat -140px -5px;
	margin-top: -22px;
}

.designer-portlet .component.panel.headingConsultaContratoAuto .component.heading h2:before,.designer-portlet .component.panel.headingConsultaContratoSaude .component.heading h2:before,.designer-portlet .component.panel.headingConsultaContratoCasa .component.heading h2:before
	{
	content: "";
	width: 60px;
	height: 66px;
	float: left;
	margin: -15px 15px;
}

.designer-portlet .component.tabs.tabsProduto>div {
	padding-top: 30px;
}

.designer-portlet .component.tabs.tabsProduto .component.input_text.fraccionamento label
	{
	font: 22px/22px 'HermesRegular' !important;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

.designer-portlet .component.tabs.tabsProduto .component.input_text.fraccionamento span.display
	{
	font: 30px/30px 'HermesRegular' !important;
	display: inline-block;
	padding-top: 0px;
	color: #3c434a !important;
	text-align: center;
	width: 100%;
}

/* .designer-portlet .component.localriscomoradatomador div.left, */
/* .designer-portlet .component.radio.sexo div.left, */
/* .designer-portlet .component.radio.pessoasegura>div */
/* 	{ */
/* 	margin-top: 9px; */
/* } */

#dadosDaConta-cnt .component.button.cancelar a {
	background: #373e44 !important;
}

#pedidos-cnt .component.dropdown.produto {
	padding-right: 10px;
}

#pedidos-cnt .component.dropdown.produto>div,#pedidos-cnt .component.dropdown.motivo>div
	{
	width: 68% !important;
}

.designer-portlet .component.condutorhabitualtomadorseguro label,.designer-portlet .component.tipoentidade label
	{
	padding: 11px 0px 0px 0x;
}

.designer-portlet .component.condutorhabitualtomadorseguro div.left,.designer-portlet .component.possuiplacadecimento div.left,.designer-portlet .component.possuialarme div.left,.designer-portlet .component.possuianexos div.left,.designer-portlet .component.localriscomoradatomador div.left
	{
	width: 64%;
}

.designer-portlet .component.checkbox.clientenaoaceitasugestao>div {
	float: left;
}

.designer-portlet .component.checkbox.usoparticular label.right {
	margin-top: 4px;
	padding-left: 0%;
	font: 12px/12px 'TahomaRegular' !important;
}

.designer-portlet .component.checkbox.usoparticular>div,.designer-portlet .component.checkbox.clientenaoaceitasugestao>div
	{
	width: 4%;
}

.designer-portlet .component.radio.riscooutraseguradora>div {
	width: 15%;
}

.designer-portlet .component.input_text.andar.percent>div {
	width: 80% !important;
}

.designer-portlet .component.list.fraccionamentos thead th {
	text-transform: uppercase;
	font: 12px/12px 'TahomaRegular';
}

.designer-portlet .component.list.fraccionamentos .fraccionamento,.designer-portlet .component.list.fraccionamentos .fraccionamento>div
	{
	text-align: left;
	padding-left: 5px;
}

.designer-portlet .component.list.fraccionamentos tbody td {
	font: 12px/12px 'TahomaRegular';
}

.designer-portlet .component.list.fraccionamentos tbody td:not(.fraccionamento
	) >div {
	font: 12px/12px 'TahomaBold';
}



.designer-portlet .component.panel.photo {
	display: none;
}

.designer-portlet .component.panel.photo .column.w-100 {
	width: 108px;
	height: 108px;
	border: 2px solid #ffffff;
	border-radius: 100px;
	position: relative;
	z-index: 10;
	float: left;
	background: url('images/FotoNaoDisponivel.png') no-repeat;
	background-size: 108px 108px;
}

.designer-portlet .component.panel.photo .column.w-100:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	border-radius: 100px;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border: 2px solid #a9d006;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.insurance-logo-app
	{
	position: absolute;
	border: 1px solid #a7cf00;
	border-radius: 5px;
	box-shadow: none;
	background: white;
	height: 90%;
	margin-top: 0px;
}

.designer-portlet .component.panel.matriculaPanel,
.designer-portlet .component.panel.panelSaude .component.input_text.objetoseguro,
.designer-portlet .component.panel.codigoPostalPanel,
.designer-portlet .component.panel.nreciboPanel
	{
	border-bottom: 1px solid #a7cf00;
  	border-radius: 0;
  	padding-bottom: 5px;
}

.portal-popup.detalhesObjetoSeguro .balloon {
	display: none;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.label.matricula label,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.label.codigoPostal label,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list #bean.detalheSaude,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.label.nrecibo label
	{
	padding-top: 16px;
	font: 14px/14px 'TahomaBold' !important;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list table,.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list table td
	{
	border: none;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list table tr
	{
	height: auto;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list table tbody td,.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list table tbody tr
	{
	background-color: transparent !important;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list td.numero .ellipsis {
	font: 12px/12px 'TahomaBold' !important;
	color: #ffffff !important;
	padding: 8px 0;
	margin-top: 2px;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list table td:not(.actions ) {
	border: none !important;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list td.nome
	{
	font: 12px/12px 'TahomaRegular' !important;
	color: #ffffff !important;
	float: right;
	margin-top: 10px;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .panelVida .component.list td.nome {
	float: none;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.list table tbody tr:hover
	{
	background-color: transparent !important;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.objetoseguro span.display
	{
	padding-top: 7px;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.matricula span.display,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.codigopostal span.display,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.nrecibo span.display,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.objetoseguro span.display
	{
	float: left;
	padding-top: 14px;
	font-family: 'TahomaRegular' !important;
}

.designer-portlet.detalhesObjetoSeguro .component.label.codigoPostal:before
	{
	content: "";
	background: url('images/produtos_sprite.png') no-repeat -36px 3px;
	width: 53px;
	height: 40px;
	margin-right: 15px;
	display: block;
	float: left;
	background-color: #a7cf00;
	border-radius: 100px;
	border: 1px #a7cf00;
	padding-top: 10px;
}

.designer-portlet.detalhesObjetoSeguro .component.input_text.objetoseguro:before
	{
	content: "";
	background: url('images/sprite_contrato.png') no-repeat -95px 3px;
	width: 50px;
	height: 42px;
	margin-right: 15px;
	display: block;
	float: left;
	background-color: #a7cf00;
	border-radius: 100px;
	border: 1px #a7cf00;
	margin-bottom: 10px;
}

.designer-portlet.detalhesObjetoSeguro .panelVida .component.input_text.objetoseguro:before
	{
	content: "";
	background: url('images/produtos_sprite.png') no-repeat -68px -203px;
	width: 50px;
	height: 42px;
	margin-right: 15px;
	display: block;
	float: left;
	background-color: #a7cf00;
	border-radius: 100px;
	border: 1px #a7cf00;
	margin-bottom: 10px;
}

.designer-portlet.detalhesObjetoSeguro .component.label.matricula:before
	{
	content: "";
	background: url('images/sprite_resumo.png') no-repeat 11px 11px;
	width: 55px;
	height: 42px;
	margin-right: 15px;
	display: block;
	float: left;
	background-color: #a7cf00;
	border-radius: 100px;
	border: 1px #a7cf00;
	padding-top: 10px;
}

.designer-portlet.detalhesObjetoSeguro .component.label.nrecibo:before {
	content: "";
	background: url('images/sprite_resumo.png') no-repeat -81px 7px;
	width: 50px;
	height: 37px;
	margin-right: 15px;
	display: block;
	float: left;
	background-color: #a7cf00;
	border-radius: 100px;
	border: 1px #a7cf00;
	padding-top: 10px;
}

.detalhesObjetoSeguro .closeButtonBar {
	background: url('images/sprite_resumo.png') no-repeat -94px -52px;
	width: 10px;
	height: 10px;
	float: right;
	margin-top: 7px;
	cursor: pointer;
	position: absolute;
	left: 100%;
	margin-left: -15px;
	z-index: 50;
}

.detalhesObjetoSeguro {
	height: auto;
	background: #363c42;
	width: 320px;
	margin: auto;
	position: absolute;
	border: 1px solid #a7cf00;
	border-radius: 5px;
	z-index: 1;
	margin-left: -30px;
	margin-top: 30px;
	padding: 5px;
}

.detalhesObjetoSeguro:before,.detalhesObjetoSeguro:after {
	bottom: 100%;
	left: 12.6%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 2;
}

.detalhesObjetoSeguro:after {
	border-color: rgba(54, 60, 66, 0);
	border-bottom-color: #363c42;
	border-width: 10px;
	margin-left: -5px;
}

.detalhesObjetoSeguro:before {
	border-color: rgba(167, 207, 0, 0);
	border-bottom-color: #a7cf00;
	border-width: 11px;
	margin-left: -6px;
}

.detalhesObjetoSeguro.designer-portlet .component span.field {
	margin-top: 5px;
	float: right;
}

.detalhesObjetoSeguro.designer-portlet .component span.field.left {
	float: left;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text span.display,.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text label
	{
	font: 12px/12px 'TahomaRegular' !important;
	color: #ffffff;
	float: right;
	margin-bottom: 10px;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.capital,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.prazo,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.juro,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.percentagem {
	padding-left: 67px;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.capital label,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.prazo label,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.juro label,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.percentagem label {
	float: left;
	padding: 0;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.capital span,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.prazo span,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.juro span,
.portal-popup.detalhesObjetoSeguro.designer-portlet .component.input_text.percentagem span {
	margin-top: 0px;
}

body.portal-popup .designer-portlet .component.input_text span.display {
	font: 12px/12px 'TahomaRegular' !important;
	color: #3c434a;
	float: left;
}

body.portal-popup .designer-portlet .component.input_text.nrrecibo span.display
	{
	font: 14px/14px 'TahomaBold' !important;
}

.detalhesObjetoSeguro.designer-portlet .component.list table tr td .ellipsis
	{
	color: #ffffff;
}

.detalhesObjetoSeguro.portal-popup.designer-portlet .component.input_text.objetoseguro label {
	float: left;
	font: 14px/14px 'TahomaBold' !important;
	width: 40%;
	margin-top: 4px;
}

.detalhesObjetoSeguro.portal-popup.designer-portlet .component.input_text.objetoseguro span.display
	{
	float: left;
}

.detalhesObjetoSeguro.portal-popup.designer-portlet .component.input_text.matricula span.display,
.detalhesObjetoSeguro.portal-popup.designer-portlet .component.input_text.nrecibo span.display
	{
	font: 14px/14px 'TahomaRegular' !important;
}

body.portal-popup .designer-portlet .component.label label {
	font: 12px/12px 'TahomaBold' !important;
	float: left;
	color: #ffffff;
	padding: 0;
}

body.portal-popup .designer-portlet .component.panel.pedidoOriginalPanel .component.label label,body.portal-popup .designer-portlet .component.iterator .component.label label
	{
	color: #3c434a;
}

body.portal-popup .designer-portlet .component.iterator .component.label.comentarioLogo label
	{
	color: #e57c22;
}

.designer-portlet .component.iterator .component.text_area.comentario textarea.comentarioCliente
	{
	background-color: #ebebeb;
	border: 1px solid #3c434a;
}

.portal-popup.detalhesObjetoSeguro.designer-portlet .component.label label
	{
	font: 12px/12px 'TahomaBold' !important;
	float: left;
	color: #ffffff;
	padding: 0;
	margin-bottom: 10px;
}

body.portal-popup .designer-portlet .component.input_text.objetoseguro label
	{
	color: #3c434a;
	font: 12px/12px 'TahomaBold' !important;
}

body.portal-popup .designer-portlet .component.label.matricula label {
	font: 14px/14px 'TahomaBold' !important;
}

body .designer-portlet #dadosDaConta-cnt .component.label.codigoPostalDadosDaContaLabel label
	{
	padding: 0px 0px 7px 0px;
}

body .designer-portlet .component label {
	padding: 12px 0px 12px 0px;
}

body.portal-popup .designer-portlet .component.input_text.objetoseguro span.display
	{
	margin-top: 0px;
}

.detalhesObjetoSeguro .ui-icon.ui-icon-closethick {
	background: url('images/sprite_resumo.png') no-repeat -94px -51px;
	width: 10px;
	height: 10px;
	float: right;
	margin-top: -30px;
	cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close span.ui-icon.ui-icon-closethick {
	margin: 10px 0px 10px 10px;
}

.ui-dialog .ui-icon.ui-icon-closethick {
	background: none;
}

.ui-dialog .ui-helper-clearfix:before {
	content: "";
	float: right;
	font: 10px/10px 'TahomaBold' !important;
	color: #3c434a;
	margin-top: 4px;
	padding-right: 30px;
}

.detalhesObjetoSeguro .ui-helper-clearfix:before {
	content: "";
}

.designer-portlet .component.tabs>ul li span.counter {
	position: absolute;
	background: #e57c22;
	padding: 3px 5px;
	border-radius: 5px;
	top: -25px;
	color: #FFF;
}

.designer-portlet .component.checkbox.autorizootratamento label {
	font: 12px/12px 'TahomaRegular' !important;
}

#pedidos-cnt .component.submit.enviar {
	width: auto;
	margin-top: 0px;
}

#pedidos-cnt .component.reset_button {
	margin-top: 0px;
}

.designer-portlet .component.checkbox.autorizootratamento>div {
	width: 2%;
	float: left;
}

.designer-portlet .component input[type="reset"],.designer-portlet .component input[type="reset"]:active,.designer-portlet .component input[type="reset"]:focus
	{
	width: 120px;
	padding: 10px 0;
	background-color: #373e44;
	text-align: center;
	font: 16px/16px 'HermesBold' !important;
	color: #ffffff;
	border-radius: 5px;
	text-shadow: 0px 1px #000000;
	cursor: pointer;
	margin-right: 20px;
	float: left;
	background-image: none;
	height: auto;
}

.designer-portlet .component.reset_button {
	margin-top: 25px;
}

.designer-portlet .component.button a,.designer-portlet .component.button a:hover{
	height: 19px;
	font: 16px/22px 'HermesBold' !important;
}

.rightContainer {
	float: right;
	height: 31px;
}

.designer-portlet .component span.field {
	margin-top: 11px;
}

#content {
	height: 98% !important;
}

.designer-portlet .component.grid {
	width: 100%;
}

.designer-portlet .component.list.historico .pagination {
	width: 10px;
	height: 100px;
	float: left;
	margin-top: 140px;
	margin-left: 70px;
}

.designer-portlet .component.list.historico div.pagination li a {
	color: transparent;
}

.designer-portlet .component.list.historico div.pagination li.number {
	background: url('images/bullets.png') no-repeat -21px -50px;
	width: 15px;
	height: 15px;
	margin-bottom: 5px;
	cursor: pointer;
}

.designer-portlet .component.list.historico div.pagination li.selected {
	background: url('images/bullets.png') no-repeat -3px -50px;
	width: 15px;
	height: 15px;
	margin-bottom: 5px;
	cursor: pointer;
	text-indent: -9999px;
}

.designer-portlet .component.list.historico table {
	float: left;
}

.designer-portlet .component.panel.panelPagamento {
	width: 30%;
	border: 1px solid #a7cf00;
	border-radius: 5px;
	padding: 10px;
}

.designer-portlet .component.panel.panelPagamento .mbIcon {
	background: url('images/sprite_MB.png') no-repeat -150px 0;
	width: 39px;
	height: 45px;
	margin: auto;
}

.designer-portlet .component.checkbox.possuianexos label.right {
	width: 95%;
	padding-left: 0;
	float: right;
}

.designer-portlet .component.checkbox.possuianexos>div {
	width: 4%;
}

.blockUI.blockMsg.blockPage {
	width: 10% !important;
	left: 45% !important;
	color: transparent !important;
}

.designer-portlet .component.dropdown .darkness select {
	width: 220px !important;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gwCCzsycymjLAAAAklJREFUKBUBPgLB/QD///8AAAAAAAAAAAAAAAAA//////////8AAAAAAAAAAAAAAAD///8AAgAAAAAAAAAAAAAAAP////8AAAAAAAAAAP////8AAAAAAAAAAAAAAAACAAAAAAAAAAD/////AAAAAAAAAAAAAAAAAAAAAP////8AAAAAAAAAAAH///8AAAAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBAAAAAABAQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wAEAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH///8AAAAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAgAAAAABAQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAAAAAAACAAAAAAAAAAEBAQEAAAAAAAAAAAAAAAAAAAAAAAEBAQAAAAABAAAAAAIAAAAAAAAAAAAAAAEBAQEAAAAAAAAAAAABAQEAAAAAAQAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAEBAQH/AAAAAAAAAAEAAAAAAAAAAAAAAACKVCoWHRcF3wAAAABJRU5ErkJggg==') no-repeat scroll 205px 10px #3C434A;
	color: #fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.designer-portlet .component.dropdown .darkness select option {
	background: #fff;
	color: #3C434A;
}

.designer-portlet .component input[type="password"] {
	width: 85px;
}

.designer-portlet .orangeText label {
	color: #E57C22 !important;
}

.designer-portlet input.date[type="text"] {
	width: 6em !important;
}

/* ** Estilos para a tabela de pagamentos ** */

.designer-portlet .component.grid.metodoPagamento table {
	border-collapse: separate;
	border-spacing: 25px 0px;
}

.designer-portlet .component.grid.metodoPagamento td {
	border: 1px solid #a7cf00;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 250px;
}

.designer-portlet .metodoPagamento .component.output_field.mb {
	background: url('images/sprite_metodos_pagamento.png') no-repeat -163px 0px;
	width: 38px;
	height: 45px;
	float: left;
	margin: 0px 10px 10px 10px;
}

.designer-portlet .metodoPagamento .component.output_field.paypal {
	background: url('images/sprite_metodos_pagamento.png') no-repeat 0px -63px;
	width: 107px;
	height: 26px;
	margin: 28px auto;
}

.payPalSubmit{ margin-top: 6px !important; }  

.designer-portlet .metodoPagamento .component.output_field.visa {
	background: url('images/sprite_metodos_pagamento.png') no-repeat 0px -3px;
	width: 142px;
	height: 32px;
	margin: 28px auto 55px auto;
}
.designer-portlet .metodoPagamento .component.output_field.mbway {
	background: url('images/sprite_metodos_pagamento.png') no-repeat -142px -119px;
	width: 78px;
	height: 38px;
	margin: 25px auto 5px auto;
}
.grid.metodoPagamento .component.input_text.nrtelemovel label {
	margin-top: 15px;
    width: 62px;	
}
.grid.metodoPagamento .component.input_text.nrtelemovel{
	width: 90%;
}

.designer-portlet .component.submit input.anularBtn, 
.designer-portlet .component.submit input.reenviarBtn, 
.component.submit input.reenviarBtn:hover:active, 
.designer-portlet .component.submit input.anularBtn:hover:active {
    min-width: 60px;
}

.designer-portlet .component.submit input.anularBtn{
	border-radius: 5px;
    text-shadow: 0 1px #5b310e;
    box-shadow: 0 1px #666;
    text-align: center;
    font: 16px/22px 'HermesBold' !important;
    cursor: pointer;
    background: rgba(221,121,33,1);
    background: -moz-linear-gradient(top,rgba(221,121,33,1) 0,rgba(192,105,29,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(221,121,33,1)),color-stop(100%,rgba(192,105,29,1)));
    background: -webkit-linear-gradient(top,rgba(221,121,33,1) 0,rgba(192,105,29,1) 100%);
    background: -o-linear-gradient(top,rgba(221,121,33,1) 0,rgba(192,105,29,1) 100%);
    background: -ms-linear-gradient(top,rgba(221,121,33,1) 0,rgba(192,105,29,1) 100%);
    background: linear-gradient(to bottom,rgba(221,121,33,1) 0,rgba(192,105,29,1) 100%);
}

.designer-portlet .metodoPagamento .component.output_field.debito,
.designer-portlet .metodoPagamento .component.output_field.dd {
	background: url('images/sprite_metodos_pagamento.png') no-repeat -119px -57px;
	width: 103px;
	height: 39px;
	margin: 32px auto;
}

.designer-portlet .metodoPagamento .component.output_field.arrowDescontoImediato{
	background: url('images/sprite_metodos_pagamento.png') no-repeat -2px -110px;
	width: 120px;
	height: 120px;
	position: absolute;
	z-index: 0;
    bottom: 140px;
    left: 145px;
}

.designer-portlet .mobile .metodoPagamento .component.output_field.boxDescontoImediato {
    background: url(images/sprite_metodos_pagamento.png) no-repeat -2px -139px;
    background-size: 100%;
    width: 158px;
    height: 28px;
    position: absolute;
    z-index: 0;
    bottom: 121px;
    left: 72px;
}

.designer-portlet .metodoPagamento .component.output_field.mbWay{
	background: url('images/sprite_metodos_pagamento.png') no-repeat -142px -119px;
	width: 78px;
	height: 38px;
	margin: 25px auto 0 auto;
}


.designer-portlet .component.metodoPagamento .component.panel.checked h4#outrosMeios {
    color: white !important;
}

.designer-portlet .component.metodoPagamento div#verMais h4{
	 color: #3c434a !important;
}
/* **** */

@media ( max-width : 1024px) {
	.designer-portlet .component.panel.dadosLinksCliente>div>div:first-child
		{
		float: right;
	}
	.designer-portlet .component.panel.dadosLinksCliente>div>div:last-child
		{
		float: right;
	}
	.designer-portlet .component.tabs>ul li a,.designer-portlet .component.tabs>ul li span
		{
		margin-top: 10px;
	}
	#container .designer-portlet .tabs>ul li {
		height: 40px;
	}
		
	.designer-portlet .panelAreaCliente div.w-50 {
	    float: none;
	}
	
	.designer-portlet .component.tabs > ul li span.counter {
	    top: -35px;
	}
	
	.designer-portlet .tabs > ul li a, .designer-portlet .tabs > ul li > span {
    	padding: 3px 0px;
	}
	
	.designer-portlet .component.list table thead th a {
	    font-size: 11px;
	}
	
	.designer-portlet .component.list table tr td a {
	    font-size: 11px;
	}
	
	.designer-portlet .component.list table tr td, .designer-portlet .component.list table tr td .ellipsis {
	    font-size: 11px;
	}
	
	.designer-portlet .component.list table tr td.actions .component.button a {
    	padding: 8px 5px;
	}
	
	
	.designer-portlet .component.list table tr td.objetoSeguro {
		min-width: 90px;
	}
}

@media ( max-width : 750px) {
	#containerFooter {
		display: block;
	}
	#container {
		margin-top: 20px !important;
	}
	#structure {
		display: block;
	}
	#containerFooter {
		padding-top: 55px;
		margin-bottom: 34px;
	}
	#smartHeader {
		font: normal normal 30px/35px HermesThin, Tahoma;
		color: #a7cf00;
		text-align: center;
		font-family: HermesThin;
	}
	#footerText,#footerText a {
		font: normal normal 10px/12.5px TahomaRegular;
		color: #3c434a;
		text-align: center;
		font-family: TahomaRegular;
		text-decoration: none;
	}
	.bolder {
		font-weight: 700;
	}
	#smartHeader .bolder {
		font: normal 31px/22px HermesRegular, Tahoma;
		color: #a7cf00;
		text-align: center;
		font-family: HermesRegular;
	}
	.footerPayPal {
		background: url(../images/footer_geral_smart.png?t=1544022069842) no-repeat -134px -57px;
		width: 91px;
		height: 25px;
		margin: 25px auto 15px;
	}
	.footerFacebook {
		background: url(../images/footer_geral_smart.png?t=1544022069842) no-repeat -171px -5px;
		width: 36px;
		height: 36px;
		margin-right: 18px;
		float: left;
	}
	.footerInstagram {
		background: url(../images/footer_geral_smart.png?t=1544022069842) no-repeat -44px -95px;
		width: 37px;
		height: 36px;
		float: left;
		margin-right: 17px;
	}
	.footerLinkedIn {
		background: url(../images/footer_geral_smart.png?t=1544022069842) no-repeat -121px -4px;
		width: 37px;
		height: 37px;
		float: left;
		margin-right: 17px;
	}
	.footerYoutube {
		background: url(../images/footer_geral_smart.png?t=1544022069842) no-repeat -5px -95px;
		width: 36px;
		height: 36px;
		float: left;
	}
	.footerBlogo {
		background: url(../images/footer_geral_smart.png?t=1544022069842) no-repeat -183px -94px;
		width: 49px;
		height: 36px;
		float: left;
	}
	.footerApple {
		background: url(../images/footer_geral_smart.png?t=1544022069842) no-repeat -3px -4px;
		width: 116px;
		height: 41px;
		margin-right: 10px;
		display: inline-block;
	}
	.footerPlay {
		background: url(../images/footer_geral_smart.png?t=1544022069842) no-repeat -3px -49px;
		width: 116px;
		height: 41px;
		display: inline-block;
	}
	.footerStores {
		height: 40px;
		margin: 25px;
		text-align: center;
	}
	.footerMailSearch {
		height: 35px;
		width: 264px;
		margin: 0 auto 25px;
	}
} 

/*
	Override tema site público
*/
.designer-portlet .heading h2 {
	margin-left: 0px;
}

.designer-portlet *, .designer-portlet *:before, .designer-portlet *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	 box-sizing: content-box;
}

.portlet-content, .portlet-minimized .portlet-content-container {
	padding: 10px 0px 0px 0px !important;
}

.component .panel {
 	width: auto; 
	box-shadow: none; 
	margin: 0 auto;
	background: transparent; 
}

.label {
	display: block;
}

.tooltip {
	opacity: 1; 
}

.close {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-shadow: inherit;
	opacity: inherit;
	filter: inherit;
}

.designer-portlet.portal-popup label {
	min-height: 16px;
}

.designer-portlet .panel {
	background-color: inherit;
	margin-bottom: inherit;
 	background-color: inherit;
 	border: initial;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.separator {
	margin: 0px auto 15px auto !important;
}

.ui-dialog .ui-dialog-title {
	display: none;
}

.ui-dialog .ui-dialog-titlebar.ui-corner-all {
	border: none;
}

.ui-dialog.error .ui-helper-clearfix:before {
	content: none;
}

.ui-dialog .ui-dialog-titlebar-close:hover, 
.ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 1px;
}

.designer-portlet.ui-dialog.error .ui-dialog-buttonpane.ui-widget-content .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
.designer-portlet.ui-dialog.error .ui-dialog-buttonpane.ui-widget-content .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover,
.designer-portlet.ui-dialog.error .ui-dialog-buttonpane.ui-widget-content .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:active  {
	background: none repeat scroll 0% 0% #A7CF00 !important;
	cursor: pointer;
}

.confirm.ui-dialog {
	border-radius: 6px;
	border: 3px solid #EAF7ED;
}

.confirm .ui-dialog-titlebar {
	background: none;
}

.confirm .ui-dialog-content {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.confirm .ui-button {
  border-radius: 8px;
}

.confirm .ui-button .ui-button-text {
  font: 15px/15px "HermesRegular" !important;
  padding-top: 3px;
}

.confirm .ui-button.cancel .ui-button-text {
  color: gray;
}

.navbar-default {
	z-index: 999;
}

.component.grid table td {
	padding-top: 0px;
}

.radio, .checkbox {
	min-height: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.component.dropdown select {
	opacity: 1;
}

.reset_button {
	background: none;
	width: 142px;
	height: 38px;
	position: relative;
	right: 0px;
	top: 0px;
}

.enviar { 
	background: none;
}

.designer-portlet .component.checkbox label {
	padding-top: 0px !important;
	margin-top: 0px;
	padding-left: 0px;
}

.column.w-100.inline-left {
	width: 100%;
}

.navbar-toggle {
    background: url("../images/header_geral_smart.png?t=1544022069842") no-repeat scroll -46px -40px transparent !important;
    border: 0px none;
}

.designer-portlet .tabs ul {
	height: 50px;
}

.designer-portlet .component.grid table {
	border-top: none;
}

.designer-portlet .component.button.buttonMetodoPagamento {
	margin-top: 0px;
}

.designer-portlet .component.button.greenTooltipButton {
	margin-top: 15px;
}

.designer-portlet .component.button a.greenTooltipButton {
	width: 130px;
	background: rgba(167, 207, 0, 1);
	background: -moz-linear-gradient(top, rgba(167, 207, 0, 1) 0%, rgba(113, 140, 0, 1) 100% );
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167, 207, 0, 1) ), color-stop(100%, rgba(113, 140, 0, 1) ) );
	background: -webkit-linear-gradient(top, rgba(167, 207, 0, 1) 0%, rgba(113, 140, 0, 1) 100% );
	background: -o-linear-gradient(top, rgba(167, 207, 0, 1) 0%, rgba(113, 140, 0, 1) 100% );
	background: -ms-linear-gradient(top, rgba(167, 207, 0, 1) 0%, rgba(113, 140, 0, 1) 100% );
	background: linear-gradient(to bottom, rgba(167, 207, 0, 1) 0%, rgba(113, 140, 0, 1) 100% );
}

div#participacao_apolices_auto_list > label {
	display: none !important;
}

@media ( max-width : 750px) {
	#smartHeader {
		display: block !important;
	}
	
	 .geral_info, .Total2, #p_p_id_geralModulePortlet_WAR_insurancelogoportlet_ {
	 	display: none !important;
	 }
}

.designer-portlet .panelMetodoPagamento .component.submit {
	margin-top: 0px;
}

.designer-portlet tr.somatorio-extra-veiculo td {
	background-color: #D4D4D4 !important;
}

.designer-portlet .component.list table tr.somatorio-extra-veiculo:hover td .ellipsis {
	color: #3C434A !important;
}

#container {
	margin-top: 140px;
}

.portal-popup #container{
	margin-top: 0;
}

#logoffBtn a.logoffButton {
	position: relative;
}

body .designer-portlet .component.button.poupanca {
	margin-top: 25px !important;
}

#areaPessoalLeft.logoffArea.whiteButton .buttonText.areaPessoalCli,
#areaPessoal.logoffArea.whiteButton .buttonText.areaPessoalCli {
	color: #e57c22;
}

.designer-portlet .component.list.coberturas thead th.vida-header:before {
	content: "";
    width: 35px;
    height: 35px;
    background: url(images/produtos_sprite.png) no-repeat -124px -206px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}

html body.simulador-vida .designer-portlet.ui-dialog.ui-widget.error .head h1, 
html body.consulta-vida .designer-portlet.ui-dialog.ui-widget.error .head h1, 
html body.consulta-vida .designer-portlet.ui-dialog.ui-widget.warning .head h1, 
html body.simulador-vida .ui-dialog.confirm .ui-widget-header {
	background: url(images/popups/icon_vida.png) center center no-repeat;
	background-size: 70px;
}

html body.YMHSC .designer-portlet.ui-dialog.ui-widget.error .head h1,
html body.YMHSC .ui-dialog.confirm .ui-widget-header,
html body.YMHSC .designer-portlet.ui-dialog.ui-widget.warning .head h1{
	background: url(images/popups/Casa_danos_graves.png) center center no-repeat;
	background-size: 115px;
}

html body.simulador-saude .designer-portlet.ui-dialog.ui-widget.error .head h1, 
html body.consulta-saude .designer-portlet.ui-dialog.ui-widget.error .head h1, 
html body.consulta-saude .designer-portlet.ui-dialog.ui-widget.warning .head h1, 
html body.simulador-saude .ui-dialog.confirm .ui-widget-header,
html body.simular-saude-v2 .ui-dialog.confirm .ui-widget-header,
html body.simular-saude-v2 .designer-portlet.ui-dialog.ui-widget.error .head h1{
	background: url(images/popups/saude.svg) center center no-repeat;
	background-size: 110px;
}

html body.YMHSC .designer-portlet.ui-dialog.ui-widget.success .head h1{
	background: url(images/popups/icon_casa.png) center center no-repeat;
	background-size: 115px;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	background: none repeat scroll 0% 0% #0078C9;
	border: 3px solid #0078C9;
	width: 2.3em;
	height: 2.3em;
	padding: 0.4em 0px 0px;
	margin: 2em 0px 0px -3em;
	border-radius: 100%;
	box-sizing: border-box;
	color: #FFF;
	font-size: 0.6em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	float: left;
	vertical-align: baseline;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 500;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
	z-index: 99999;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/* 
	COMMON 
*/
body.extEnt_slb .designer-portlet .component.list table thead th:not(.actions),
body.extEnt_oney .designer-portlet .component.list table thead th:not(.actions) {
	color: #FFF;
}

body.extEnt_slb th.selectable,
body.extEnt_oney th.selectable {
    border-right: 1px solid #FFFFFF !important;
}

body.extEnt_slb .designer-portlet .coberturas.frontend td.active .disabled, 
body.extEnt_slb .designer-portlet td.active .component.dropdown select[disabled],
body.extEnt_oney .designer-portlet .coberturas.frontend td.active .disabled, 
body.extEnt_oney .designer-portlet td.active .component.dropdown select[disabled] {
    color: #DADADA;
}

body.extEnt_slb .designer-portlet .green-box .component label,
body.extEnt_oney .designer-portlet .green-box .component label {
	color: #FFFFFF;
}

body.extEnt_slb .designer-portlet .coberturas.frontend .desde, 
body.extEnt_oney .designer-portlet .coberturas.frontend .desde {
	 color: #000;
}

body.extEnt_slb .designer-portlet .coberturas.frontend .active .desde,
body.extEnt_slb .designer-portlet .coberturas.frontend .active .desde label,
body.extEnt_oney .designer-portlet .coberturas.frontend .active .desde,
body.extEnt_oney .designer-portlet .coberturas.frontend .active .desde label { 
    color: #FFF;
}

body.extEnt_slb .designer-portlet .component.panel.headingConsultaContratoAuto .heading.title h2, 
body.extEnt_slb .designer-portlet .component.panel.headingConsultaContratoSaude .heading.title h2, 
body.extEnt_slb .designer-portlet .component.panel.headingConsultaContratoCasa .heading.title h2,
body.extEnt_oney .designer-portlet .component.panel.headingConsultaContratoAuto .heading.title h2, 
body.extEnt_oney .designer-portlet .component.panel.headingConsultaContratoSaude .heading.title h2, 
body.extEnt_oney .designer-portlet .component.panel.headingConsultaContratoCasa .heading.title h2 {
	color: #FFF !important;
}

body.extEnt_slb .designer-portlet .component.tabs.tabsProduto .component.input_text.fraccionamento span.display,
body.extEnt_oney .designer-portlet .component.tabs.tabsProduto .component.input_text.fraccionamento span.display {
	color: #FFF !important;
}

/*	
	AON
	  
*/
@media (max-width: 1024px){
	.extEnt_aon .navbar-brand {
		left: -75%;
	}
}

@media (max-width: 640px) {
 	.extEnt_aon .navbar-brand{
 		top:-20%;
 		left:-15%;
 	}	
}

/*
	ONEY  
*/
body.extEnt_oney .designer-portlet .component.list table thead th:not(.actions) {
	background-color: #00ABE6;
}

body.extEnt_oney .designer-portlet .component h3, body.extEnt_oney .designer-portlet .component h4 {
	color: #00ABE6 !important;
}

body.extEnt_oney th.selectable {
    color: #00ABE6 !important;
}

body.extEnt_oney .designer-portlet .component.list:not(.coberturas):not(.fraccionamentos) table tbody tr:hover td:not(.highlight):not(.actions) {
	background-color: #9DE6FF;
}

body.extEnt_oney .designer-portlet .component.list table tr:hover td.actions .component.button a {
	background: #9DE6FF;
}

body.extEnt_oney .designer-portlet span.required {
    color: #00ABE6;
}

body.extEnt_oney .designer-portlet .green-text {
    color: #00ABE6;
}

body.extEnt_oney .designer-portlet .component.tooltip:before {
	border-bottom-color: #00ABE6;
}

body.extEnt_oney .designer-portlet .component.tooltip {
	border: 1px solid #00ABE6;
}

body.extEnt_oney .categoriaveiculo>div>div  {
	border: 1px solid #3c434a;
}

body.extEnt_oney .categoriaveiculo>div>div.checked {
	background: #00ABE6;
	border: 1px solid #00ABE6;
}

body.extEnt_oney .designer-portlet .component div.help {
	background-image: url('images/ballon_oney.png') !important;
	background-position: 0 0 !important;
}

body.extEnt_oney .designer-portlet .green-box {
	background-color: #00ABE6 !important;
}

body.extEnt_oney .designer-portlet .coberturas.frontend td.active {
    background: #9DE6FF;
}

body.extEnt_oney .designer-portlet .coberturas.frontend .adira.checked {
    background: #00ABE6;
    color: #FFFFFF;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody tr td .line_separate {
	border-bottom: 1px solid #00ABE6;
}

body.extEnt_oney .designer-portlet .coberturas.frontend td.active .disabled, 
body.extEnt_oney .designer-portlet td.active .component.dropdown select[disabled] {
	color: #8C8C8C;
}

body.extEnt_oney .designer-portlet form .component.dropdown.fracionamento label.left, 
body.extEnt_oney .designer-portlet form .component.dropdown.metodo label.left {
	color: #00ABE6;
}

body.extEnt_oney .designer-portlet.insurance-logo-app .tabs>ul>li {
	border: 1px solid #00ABE6;
	background: #00ABE6;
}

body.extEnt_oney .designer-portlet.insurance-logo-app .tabs>ul>li.selected {
	border: 1px solid #00ABE6;
	background: #FFFFFF;
}

body.extEnt_oney .designer-portlet.insurance-logo-app .tabs>ul>li.selected:before {
	border-top-color: #00ABE6;
}

body.extEnt_oney .designer-portlet.insurance-logo-app .component.tabs>ul li a {
	background: #00ABE6;
}

body.extEnt_oney .designer-portlet.insurance-logo-app .component.tabs>ul li a.selected {
	color: #00ABE6;
	background: #FFFFFF;
}

body.extEnt_oney .designer-portlet .component.heading.title h2, 
body.extEnt_oney .designer-portlet .component.heading.nrContrato h2, 
body.extEnt_oney .designer-portlet .component.heading.nrRecibo h2,
body.extEnt_oney .designer-portlet .component.heading.resumo h2 {
	color: #00ABE6 !important;
}

body.extEnt_oney .designer-portlet.insurance-logo-app .component.submit input, 
body.extEnt_oney .designer-portlet.insurance-logo-app .component.submit input:hover, 
body.extEnt_oney .designer-portlet.insurance-logo-app .component.submit input:hover:active,
body.extEnt_oney .designer-portlet .component.button a.greenTooltipButton,
body.extEnt_oney .designer-portlet .component.button a:not(.facebook), 
body.extEnt_oney .designer-portlet .component.button a:not(.facebook):hover, 
body.extEnt_oney .designer-portlet .component.submit.alterarmtododepagamento input, 
body.extEnt_oney .designer-portlet .component.submit.alterarmtododepagamento input:hover, 
body.extEnt_oney .designer-portlet .component.submit.alterarmtododepagamento input:active {
	background: rgba(0,171,230,1);
	background: -moz-linear-gradient(top, rgba(0,171,230,1) 0%, rgba(0,122,163,1) 53%, rgba(8,153,201,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,171,230,1)), color-stop(53%, rgba(0,122,163,1)), color-stop(100%, rgba(8,153,201,1)));
	background: -webkit-linear-gradient(top, rgba(0,171,230,1) 0%, rgba(0,122,163,1) 53%, rgba(8,153,201,1) 100%);
	background: -o-linear-gradient(top, rgba(0,171,230,1) 0%, rgba(0,122,163,1) 53%, rgba(8,153,201,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,171,230,1) 0%, rgba(0,122,163,1) 53%, rgba(8,153,201,1) 100%);
	background: linear-gradient(to bottom, rgba(0,171,230,1) 0%, rgba(0,122,163,1) 53%, rgba(8,153,201,1) 100%);
	filter: unquote("progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abe6', endColorstr='#0899c9', GradientType=0 )") !important;
}

body.extEnt_oney .detalhesObjetoSeguro {
	border: 1px solid #00ABE6;
}

body.extEnt_oney .designer-portlet .component.panel.matriculaPanel, 
body.extEnt_oney .designer-portlet .component.panel.panelSaude .component.input_text.objetoseguro, 
body.extEnt_oney .designer-portlet .component.panel.codigoPostalPanel, 
body.extEnt_oney .designer-portlet .component.panel.nreciboPanel {
	border-bottom: 1px solid #00ABE6;
}

body.extEnt_oney .designer-portlet .component.panel.headingConsultaContratoAuto, 
body.extEnt_oney .designer-portlet .component.panel.headingConsultaContratoSaude, 
body.extEnt_oney .designer-portlet .component.panel.headingConsultaContratoCasa {
	background-color: #00ABE6;
}

body.extEnt_oney .designer-portlet.detalhesObjetoSeguro .component.label.matricula:before,
body.extEnt_oney .designer-portlet.detalhesObjetoSeguro .component.input_text.objetoseguro:before,
body.extEnt_oney .designer-portlet.detalhesObjetoSeguro .component.label.codigoPostal:before {
	background-color: #00ABE6;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ACVAU .description:before {
	background: url('images/coberturasAuto_oney.png') no-repeat -59px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ASSCI .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ASSVA .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ASSVL .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ASSVV .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.AV .description:before
	{
	background: url('images/coberturasAuto_oney.png') no-repeat -29px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.CCCAU .description:before {
	background: url('images/coberturasAuto_oney.png') no-repeat -148px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.CPTDP .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.CPTRC .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.CVVDP .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.CVVRC .description:before
	{
	background: url('images/coberturasAuto_oney.png') no-repeat -148px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.DTCON .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.DTOCU .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.MIP00 .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.PO .description:before
	{
	background: url('images/coberturasAuto_oney.png') no-repeat -89px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.AJ .description:before {
	background: url('images/coberturasAuto_oney.png') no-repeat -59px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.FENAU .description:before {
	background: url('images/coberturasAuto_oney.png') no-repeat -89px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.FURAU .description:before {
	background: url('images/coberturasAuto_oney.png') no-repeat -29px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.IREAU .description:before {
	background: url('images/coberturasAuto_oney.png') no-repeat 0px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.QVAUT .description:before {
	background: url('images/coberturasAuto_oney.png') no-repeat -119px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.IE .description:before {
	background: url('images/coberturasAuto_oney.png') no-repeat -148px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.RCDCP .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.RCDMT .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.RCFAC .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.RC .description:before
	{
	background: url('images/coberturasAuto_oney.png') no-repeat 0px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.VSSAU .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.VSUAU .description:before
	{
	background: url('images/coberturasAuto_oney.png') no-repeat -119px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.VS .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.VS .description:before
	{
	background: url('images/coberturasAuto_oney.png') no-repeat -119px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.AGREV .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.VANDA .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.DAGUA .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.INCEN .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ITEAL .description:before
	{
	background: url('images/coberturasCasa_oney.png') no-repeat -1px -1px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.FUROB .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.FUROP .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.FUROV .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.DROUB .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.RPESS .description:before
	{
	background: url('images/coberturasCasa_oney.png') no-repeat -64px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.QVIDR .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.RELEC .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ORHSC .description:before
	{
	background: url('images/coberturasCasa_oney.png') no-repeat -33px -1px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ASSDO .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ASSDV .description:before
	{
	background: url('images/coberturasCasa_oney.png') no-repeat -95px -31px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.BREFR .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.DOCUM .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.HOTEC .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.MUDAN .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.PESQU .description:before
	{
	background: url('images/coberturasCasa_oney.png') no-repeat -95px -1px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.DSENH .description:before {
	background: url('images/coberturasCasa_oney.png') no-repeat -32px -31px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.ELECT .description:before {
	background: url('images/coberturasCasa_oney.png') no-repeat -64px -31px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.FENSI .description:before {
	background: url('images/coberturasCasa_oney.png') no-repeat 0px -31px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.RCFPO .description:before {
	background: url('images/coberturasCasa_oney.png') no-repeat -64px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.BEMES .description:before {
	background: url('images/coberturasSaude_oney.png') no-repeat -91px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.COINT .description:before {
	background: url('images/coberturasSaude_oney.png') no-repeat -62px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.CONSM .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.CONSU .description:before
	{
	background: url('images/coberturasSaude_oney.png') no-repeat -32px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.DENTI .description:before {
	background: url('images/coberturasSaude_oney.png') no-repeat -32px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.INCO5 .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.INCON .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.INTE5 .description:before,
body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.INTER .description:before
	{
	background: url('images/coberturasSaude_oney.png') no-repeat 0px 0px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.MEDCA .description:before {
	background: url('images/coberturasSaude_oney.png') no-repeat 0px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.OFTAL .description:before {
	background: url('images/coberturasSaude_oney.png') no-repeat -62px -30px;
}

body.extEnt_oney .designer-portlet .component.list.coberturas tbody td.CS .description:before {
	background: url('images/coberturasSaude_oney.png') no-repeat -32px 0px;
}
