/* Minification failed. Returning unminified contents.
(1525,18): run-time error CSS1030: Expected identifier, found ' '
(1525,19): run-time error CSS1031: Expected selector, found 'url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")'
(1525,19): run-time error CSS1025: Expected comma or open brace, found 'url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")'
(1526,1): run-time error CSS1019: Unexpected token, found '}'
(1541,2): run-time error CSS1031: Expected selector, found '/'
(1541,2): run-time error CSS1025: Expected comma or open brace, found '/'
(3929,6): run-time error CSS1030: Expected identifier, found 'form30('
(3994,1): run-time error CSS1019: Unexpected token, found '}'
(5091,20): run-time error CSS1031: Expected selector, found '{'
(5120,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.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-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* Utils*/

.color-manz {
    color: #ed2d23 !important
}


/* UTILS */

.overflow-auto {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch
}

/* END UTILS */


.menuuserprofilephoto {
    background-image: url('../images/profile.svg');
}

.main-menu-link.pesquisa {
    width: 70px;
}

.mainmenu {
    top: 71px;
    position: fixed;
    flex-flow: row wrap;
    padding: 10px 20px 20px;
}

.menublock {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 20%;
    margin-top: 50px;
}

.barlines {
    padding: 0;
}

.barlinestext {
    padding: 10px 10px 9px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.column-icon {
    width: 90px;
    flex: 0 0 90px;
}

.column-icon-header {
    width: 90px;
    flex: 0 0 90px;
}

.column-codigo {
    width: 20%;
    flex: 0 0 20%;
}

.column-icon img {
    display: block;
    height: 20px;
    margin: auto;
}

img.seta {
    content: url('../images/seta-vermelha.svg');
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.entidade-item {
    margin-left: 0px;
    padding-left: 0px;
    display: inline-block;
    width: 100%;
}

    .entidade-item div:first-child {
        width: 35px;
        height: 35px;
        margin-top: 5px;
        float: left;
        border-radius: 30px;
        background-color: #eee;
        background-size: cover, auto 26px;
        background-repeat: repeat, no-repeat;
    }

    .entidade-item div:last-child {
        line-height: 100%;
    }

        .entidade-item div:last-child h3 {
            margin-top: 10px;
            padding-left: 45px;
            margin-bottom: 3px;
            font-size: 14px;
            line-height: 14px;
            font-weight: normal;
        }

        .entidade-item div:last-child p {
            margin-top: 0;
            padding-left: 45px;
            margin-bottom: 0px;
            font-size: 11px;
            line-height: 11px;
            font-weight: normal;
        }

.msgblue {
    background-color: #428bca !important;
}

.barh1 a {
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.telerik-fix-sep {
    margin-bottom: 20px;
}

/* ***** autocomplete ***** */

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 99999;
    max-height: 250px !important;
    overflow-y: auto !important;
    background-color: #fff;
}

.autocomplete-suggestions {
    border: 1px solid #e4e4e4;
    background: #F4F4F4;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-weight: bolder;
}

.autocomplete-item h3 {
    margin-top: 10px;
    padding-left: 5px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

.autocomplete-item p {
    margin-top: 0;
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
}

/* ***** /autocomplete *****/

.ui-menu {
    list-style: none;
    padding: 5px;
    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-helper-hidden-accessible {
    display: none;
}

.download-document:hover {
    color: cornflowerblue;
}

.delete-document:hover {
    color: red;
}

.download-document {
    text-decoration: none !important;
    color: #333;
}

.form100 {
    width: 100%;
}

.maintitlecontainer {
    margin-top: 10px !important;
    /*margin-bottom: 10px;*/
    padding-right: 0px;
    padding-left: 0px;
}

.padding-lat8 {
    padding: 0 8px;
}

.paddingRight8 {
    padding-right: 8px;
}

#crop-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

    #crop-avatar img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }


.profile_img, #upload-photo {
    float: right;
    clear: both;
    cursor: pointer;
}

/*.barlines:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}*/

.tooltip {
    width: auto;
    max-width: 400px;
    border-radius: 5px !important;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.form15 {
    display: block;
    width: 15%;
    margin-right: 9px;
    float: left;
    min-width: 120px;
}

.form30 {
    min-width: 120px;
}

.column-icon-chk {
    z-index: auto;
    width: 30px;
    flex: 0 0 30px;
}

small.lineLeft {
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    max-width: 100%;
}

.lineLeft {
    float: left;
    color: #666;
}

.lineRight {
    float: right;
    color: #666;
}

.lineCenter {
    float: none;
    color: #666;
}

.lineLeft a {
    float: left;
    color: #666;
}

.lineRight a {
    float: right;
    color: #666;
}

.lineCenter a {
    float: none;
    color: #666;
}

.order-up, .order-down {
    right: 0px;
}

.barlinestext {
    font-size: 12px;
}

.float-right {
    float: right;
}

.barlinestext.icon-fix img {
    width: 20px;
}

.barh1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .barh1 a {
        white-space: normal;
    }

.column-header-150 {
    width: 150px;
    flex: 0 0 150px;
}

.column-header-110 {
    width: 110px;
    flex: 0 0 110px;
}

.column-60 {
    width: 60px;
    flex: 0 0 60px;
}

.column-80 {
    width: 80px;
    flex: 0 0 80px;
}

.column-85 {
    width: 85px;
    flex: 0 0 85px;
}

.column-90 {
    width: 90px;
    flex: 0 0 90px;
}

.column-100 {
    width: 100px;
    flex: 0 0 100px;
}

.column-110 {
    width: 110px;
    flex: 0 0 110px;
}

.column-120 {
    width: 120px;
    flex: 0 0 120px;
}

.column-130 {
    width: 130px;
    flex: 0 0 130px;
}

.column-150 {
    width: 150px;
    flex: 0 0 150px;
}

.column-170 {
    width: 170px;
    flex: 0 0 170px;
}

.column-180 {
    width: 180px;
    flex: 0 0 180px;
}

.column-200 {
    width: 200px;
    flex: 0 0 200px;
}

.column-270 {
    width: 270px;
    flex: 0 0 270px;
}

.column-110 img {
    display: inline-flex;
    height: 20px;
    margin: auto;
}

.column-110 .order-up, .column-110 .order-down {
    position: initial;
}

.warning-msg {
    z-index: 9000;
    left: 0px;
    background: rgba(228, 228, 228, 0.7);
}

.warning-msg-centro {
    height: 100%;
    padding-right: 25%;
    padding-left: 25%;
}

.warning-msg-centro-box {
    background-color: #ddd;
    width: 100%;
    padding: 30px;
    border: solid 1px #bbb;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

/*paginador*/

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.pagination li {
        display: inline;
    }

        ul.pagination li a {
            color: black;
            float: left;
            padding: 6px /*8px*/;
            text-decoration: none;
            border-radius: 5px;
            border-color: #afafaf;
            min-width: 36px;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            margin-left: 1px;
            margin-right: 1px;
        }

            ul.pagination li a:hover {
                background-color: #ddd;
            }

    ul.pagination > .active > span {
        float: left;
        padding: 6px /*8px*/;
        text-decoration: none;
        border-radius: 5px;
        background-color: white;
        color: #ed2d23;
        min-width: 36px;
        text-align: center;
        border-color: #ed2d23;
        border-width: 1px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 1px;
        margin-right: 1px;
    }

        ul.pagination > .active > span:hover:not(.active) {
            background-color: white;
            color: #ed2d23;
            border-color: #ed2d23;
            cursor: no-drop;
        }

/*botao novo*/
.novo {
    display: block;
    margin-top: -3.5px;
    padding: 6px 10px 4px;
    float: right;
    border-radius: 3px;
    background-color: #ed2d23;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

    .novo:hover {
        background-color: #000;
    }

/*botao guardar*/
.submitgravar {
    display: block;
    margin-top: -7.5px;
    padding: 6px 10px 4px;
    float: right;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 5px;
}

    .submitgravar:hover {
        background-color: #ed2d23;
    }

/*alinhar botoes*/
.submitcontainer {
    margin-top: 5px;
}

.new-document {
    position: relative;
    display: block;
    padding: 9px 15px 7px;
    float: right;
    border-radius: 3px;
    background-color: #ed2d23;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

    .new-document:hover {
        background-color: #000;
    }

.readonly {
    margin-bottom: 20px;
    color: dimgrey;
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;
    min-height: 38px;
    padding: 8px;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.dropdownlist {
    z-index: 99999999;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    padding: 5px !important;
}

.k-multiselect .k-button {
    border-color: #ddd !important;
    background-color: #ddd !important;
    color: #000 !important;
}

.k-widget.k-treeview {
    color: #ed2d23 !important;
}

.k-checkbox:checked + .k-checkbox-label:before {
    color: #ed2d23 !important;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #ddd !important;
    border-color: #ddd !important;
    color: #000 !important;
}

.k-treeview .k-in.k-state-hover {
    color: #000 !important;
}

.k-input, .k-multiselect-wrap, .k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
    padding: 4px;
}

/* popovers */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.observacoeshorario {
    width: 100%;
    margin-right: 10px;
}

.eventoCalendarioDisciplina {
    height: 100%;
    border-color: #881014;
    background: #881014;
    color: #fff;
}

.eventoCalendarioExame {
    border-color: #927127;
    background: #927127;
    height: 100%;
    color: #fff;
}

.eventoCalendarioEventoHorario {
    background: #3D4B57;
    border-color: #3D4B57;
    height: 100%;
    color: #fff;
}

.eventoCalendarioTipoEvento {
    background: #a1b2b9;
    border-color: #a1b2b9;
    height: 100%;
    color: #fff;
}

.eventoCalendarioTipoEvento10 {
    height: 100%;
    border-color: #56cc58;
    background: #56cc58;
    color: #fff;
}

.eventoCalendarioTipoEvento20 {
    border-color: #e86838;
    background: #e86838;
    height: 100%;
    color: #fff;
}

.eventoCalendarioTipoEvento30 {
    background: #8d4ceb;
    border-color: #8d4ceb;
    height: 100%;
    color: #fff;
}

.eventoCalendarioTipoEvento40 {
    background: #58B3F0;
    border-color: #58B3F0;
    height: 100%;
    color: #fff;
}

.eventoContainer {
    margin: 0px auto;
    width: 100%;
    z-index: 9999;
    font-size: 12px;
}

    .eventoContainer .eventoCamposContainer {
        display: block;
        padding: 5px;
        line-height: 18px;
    }

.eventoObservacoesContainer {
    top: -25px;
    position: relative;
    right: 2px;
    flex: 0 0 90px;
    z-index: 99999;
}


.eventoLocalContainer {
    display: block;
    padding: 5px;
}

.eventoColumn-icon {
    width: 90px;
    flex: 0 0 40px;
}

    .eventocolumn-icon img {
        display: block;
        height: 20px;
        margin-right: 5px;
        float: right;
    }

.eventoCamposContainer img {
    height: 15px;
}

@media (max-width: 300px) {

    .eventoLocalContainer {
        display: none;
    }

    .eventoCamposContainer {
        padding: 6px;
    }
}

.resultsHorario {
    white-space: nowrap;
}

    .resultsHorario img {
        height: 20px;
    }

.k-widget.k-tooltip.k-popup.k-group.k-reset {
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #ed2d23;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.k-callout.k-callout-s, .k-callout.k-callout-n {
    border-top-color: #ed2d23 !important;
}

.k-event, .k-task-complete {
    border-color: #cccccc !important;
    background: #cccccc 0 -257px none repeat-x !important;
    color: #fff;
}

.k-scheduler-table td, .k-scheduler-table th {
    padding: 0 !important;
}

.k-scheduler-timecolumn div {
    padding-top: 5px !important;
    padding-left: 5px !important;
}

k-scheduler-datecolumn {
    padding-top: 5px !important;
    padding-left: 5px !important;
}

.k-scheduler-table th {
    height: 28px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #777 !important;
    font-weight: 700 !important;
}

a.k-link:hover {
    color: #ed2d23 !important;
}

    a.k-link:hover span {
        color: #ed2d23 !important;
    }

.maintitle {
    font-size: 15px !important;
}

.maintitleestado {
    font-size: 13px !important;
}

.red {
    color: #ed2d23;
}

.k-scheduler-monthview .k-hidden, .k-scheduler-monthview .k-scheduler-table td {
    height: 90px !important;
}

.photoArtigo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 166px;
    float: left;
    border-radius: 3px;
    background-color: #ebebeb;
    background-image: url('../images/ArtigoNoPhoto.png');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    cursor: pointer;
}

    .photoArtigo.photook {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

        .photoArtigo.photook:hover {
            opacity: 0.59;
        }

.whitespace {
    white-space: nowrap;
}

span.combo100 {
    width: 100%;
}




.toogle-panel {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    border-radius: 10px;
}

    .toogle-panel .on-off-btn {
        width: 100px;
    }

    .toogle-panel .info-toogle {
        margin-top: 10px;
        margin-left: 10px;
    }

.cmn-toggle {
    position: absolute;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
    }

input.cmn-toggle-round + label {
    padding: 2px;
    max-width: 90%;
    height: 25px;
    background-color: #dddddd;
    border-radius: 60px;
    margin-top: 9px;
    margin-left: 5px;
}

    input.cmn-toggle-round + label:before,
    input.cmn-toggle-round + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label:before {
        right: 1px;
        background-color: white;
        border-radius: 60px;
        transition: background 0.4s;
    }

    input.cmn-toggle-round + label:after {
        width: 28px;
        background-color: #999;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transition: margin 0.4s;
    }

input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 67%;
}

.paddingRight110 {
    padding-right: 110px;
}

/*loading*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.8;
    background: url('../images/loading.gif') center no-repeat #fff;
}

.se-pre-con-dashboard {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.8;
    background: url('../images/loading.gif') center no-repeat #fff;
    display: none
}

    .se-pre-con-dashboard > p {
        color: #ed2d23;
        position: fixed;
        bottom: 40%;
        width: 100%;
        text-align: center;
        font-size: 2em
    }

.se-pre-con-docs {
    position: relative;
    background-color: white; /* for demonstration */
    height: 150px;
    max-height: 400px;
    display: none;
}

    .se-pre-con-docs img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -54px; /* -1 * image width / 2 */
        margin-top: -55px; /* -1 * image height / 2 */
        display: none;
    }
/*endloading*/

.width100P {
    width: 100% !important;
}

.strike {
    color: #999;
    position: relative;
    display: inline-block;
}

    .strike::before {
        content: '';
        border-bottom: 2px solid #ed2d23;
        width: 100%;
        position: absolute;
        right: 0;
        top: 45%;
    }

.hidecolumn {
    display: none;
}

.carrinho-detalhe {
    font-size: 14px;
}

.imagemCarrinho.Fechar {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.float-left {
    float: left;
}

.add-celebration {
    float: left;
    padding: 8px 6px 8px 6px;
    margin: 28px 0 20px 6px;
}

label.label-info {
    font-weight: 100;
}

    label.label-info::after {
        clear: both;
        float: none;
    }

label.label-info-2 {
    font-size: 16px;
    font-weight: normal !important;
}

    label.label-info-2::after {
        clear: both;
        float: none;
    }

html, body {
    height: 100%;
    padding-top: 70px;
}

* html, * html body {
    overflow: hidden;
}

.mainheader {
    position: fixed;
    top: 0px;
    background-color: #fff;
}

.titlebar.header {
    width: 100%;
    position: fixed;
    top: 70px;
    z-index: 15;
}

.dropdownlist.w-dropdown-list.w--open {
    background-color: #fff;
    position: absolute;
    top: 45px;
    z-index: 20;
}

.radio.payment {
    padding: 15px 5px 15px 20px;
}

label.payment {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

    label.payment img {
        height: 26px;
        margin-top: -5px;
    }

.column-60-carrinho {
    width: 60px;
    flex: 0 0 60px;
    margin: auto;
}

.main-menu-link.mensagens {
    width: 60px;
}

.main-menu-link.cart {
    background-image: url('../images/cart-black.svg');
    background-position: 50% 50%;
    background-size: auto 28px;
    background-repeat: no-repeat;
}

    .main-menu-link.cart:hover {
        background-image: url('../images/cart.svg');
        background-position: 50% 50%;
    }

@media (max-width: 767px) {
    .main-menu-link.cart {
        width: 60px;
    }
}

.pesquisamaincontainer {
    position: fixed;
    top: 70px;
    margin-bottom: -70px;
    z-index: 25;
    width: 100%;
}

.pesquisafechar {
    top: 20px;
    right: 20px;
}

html.login, body.login {
    height: 100%;
    padding-top: 0;
}

* html.login, * html.login body.login {
    overflow: hidden;
}

.maincontent {
    margin-top: -35px;
}

.inquerito {
    margin-bottom: 70px;
}

.btn-inquerito {
    display: block;
    padding: 0px 8px 0px;
    float: right;
    border-radius: 3px;
    background-color: #ed2d23;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

    .btn-inquerito:hover {
        background-color: #000;
    }

.inqueritoGlobal {
    text-align: center;
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

.submitcontainer .menuuserprofiledrop {
    margin-top: 0px;
    float: right;
    text-transform: none;
}

.submitcontainer .dropdownlist.w-dropdown-list.w--open {
    top: 24px;
}

.w-dropdown-link.w--current {
    color: #7e7e7e;
}

.tabela-preco {
    font-size: 11px;
    font-weight: 700;
}

.remove-white-space {
    white-space: normal;
}

.column-120 img {
    display: block;
    height: 20px;
    margin: auto;
}

.formmaincontainer {
    margin-top: 30px;
}

.avaliacao-input {
    height: 58px;
}

.margin-right-5px {
    margin-right: 5px;
}

.margin-left-5px {
    margin-left: 5px;
}

.contrato {
    margin-top: -3px;
}

    .contrato a {
        color: #ed2d23;
    }

        .contrato a:hover {
            color: #3898ec;
        }

small.info-extra {
    margin-top: -5px;
    margin-bottom: 5px;
    color: #3898ec;
}

    small.info-extra.red {
        color: #ed2d23;
    }


.vertical-text {
    transform: rotate(270deg);
    transform-origin: left top 0;
    margin-left: 20px;
    margin-top: 185px;
}

.vertical-text-fitness {
    transform: rotate(270deg);
    transform-origin: left top 0;
    margin-left: 3px;
    margin-top: 294px;
    width: 300px;
    margin-bottom: -15px;
}

.relatorio-indiqueturma {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.barfooter {
    background-color: #ddd;
}

.avaliacao-vermelho {
    background-color: rgba(255, 0, 0, 0.5);
}

.avaliacao-laranja {
    background-color: rgba(255, 127, 0, 0.5);
}

.avaliacao-amarelo {
    background-color: rgba(255, 244, 0, 0.5);
}

.avaliacao-verde {
    background-color: rgba(113, 255, 0, 0.5);
}

.form70 {
    display: block;
    width: 71%;
    margin-right: 13px;
    float: left;
}

.form60 {
    display: block;
    width: 61%;
    margin-right: 13px;
    float: left;
}

.form40 {
    display: block;
    width: 41%;
    margin-right: 13px;
    float: left;
}

/* INSCRIÇÕES */

.inscricao-main-container {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.inscricao-foto-container {
    position: relative;
    z-index: 1;
    width: 40%;
    height: 100%;
    float: left;
    border-right: 2px solid #ed2d23;
    background-image: url(../images/loginFoto.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.inscricao-field-container {
    width: 60%;
    height: 100%;
    float: left;
}

.inscricao-container {
    position: relative;
    height: 100%;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    border-bottom: 1px solid #cfcfcf;
    background-color: #efefef;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.inscricao-local {
    color: #C00000;
}

.inscricao-combo option {
    margin-left: 20px;
}

.mensagens-buttons {
    display: block;
    margin-top: 4px;
    float: left;
    min-width: 300px;
}

    .mensagens-buttons > button {
        float: left;
        margin-right: 10px;
        width: 110px;
    }

.memo {
    min-height: 70px !important;
}

.materialgarantido {
    width: 44%;
}

    .materialgarantido > input {
        margin-bottom: 0px;
    }

.align-right {
    text-align: right;
}

.faixas-header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.faixa-lines {
    float: left;
    width: 20%;
}

    .faixa-lines > input[type="checkbox"] {
        margin-right: 10px;
        margin-top: 3px;
    }

    .faixa-lines > label {
        font-size: 13px;
        font-weight: normal;
    }

.eventoCalendarioModulo {
    border-color: #584008;
    background: #584008;
    height: 100%;
    color: #fff;
}

.photomaincontainerother {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    width: 20%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.boxCelebrationPoupanca {
    width: 250px;
    margin-bottom: 5px;
    top: 50%;
    left: 50%;
    border: 1px solid red;
    background-color: red;
    border-radius: 5px;
    display: block;
}

    .boxCelebrationPoupanca .CelebrationPoupancaText {
        font-size: 16px;
        font-weight: 500;
        margin: 1px 5px 5px 5px;
        color: white;
        display: block;
        text-align: center;
    }

    .boxCelebrationPoupanca .CelebrationPoupancaValue {
        font-size: 16px;
        font-weight: 800;
        margin: 1px 5px 5px 5px;
        color: white;
        display: block;
        text-align: center;
    }
/*alteração color picker*/
.k-widget.k-colorpicker.k-header {
    width: 107px;
}

.k-picker-wrap.k-state-default > .k-selected-color {
    width: 100%;
    height: 34px;
}


.darker-overlay {
    background-color: rgba(0,0,0, 1); /* Black w/opacity */
}


.nourldecoration {
    text-decoration: none;
    color: red;
}

.bulletpoint {
    position: relative;
    top: 10px;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-left: 5px;
    float: left;
    background-image: url('../images/BulletPoint.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.bartitle2 {
    margin-top: 4px;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.bartitleedit {
    line-height: 19px;
}

.seta {
    background-size: contain;
    top: 6px;
    width: 7px;
}

.barlinesfaq {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 10px 10px 9px 10px;
}

.barlinesfaq-categoria {
    text-decoration: none;
    font-size: 16px;
    color: red;
    display: inline-block;
    font-weight: bold;
}

.barlinesfaq-image {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background-size: contain;
    background-image: url('../images/faq_plus.svg');
}

    .barlinesfaq-image.active {
        background-image: url('../images/faq_minus.svg') !important;
    }

.barlinesfaq-nome {
    float: left;
}

.barlinesfaq-questoes {
    display: none;
    margin-left: 50px;
}

    .barlinesfaq-questoes.active {
        display: block;
    }


.barlinesfaq-pergunta {
    text-decoration: none;
    font-size: 16px;
    color: red;
    display: inline-block;
    font-weight: bold;
}

.barlinesfaq-resposta {
    margin-left: 27px;
    color: #3f3f3f;
    display: none;
    font-size: 15px;
}

    .barlinesfaq-resposta.active {
        display: block;
    }



.combo-item {
    margin-left: 0px;
    padding-left: 0px;
    display: inline-block;
    width: 100%;
}

    .combo-item div:last-child {
        line-height: 100%;
    }

        .combo-item div:last-child h3 {
            margin-top: 10px;
            margin-bottom: 3px;
            font-size: 14px;
            line-height: 14px;
            font-weight: normal;
        }

        .combo-item div:last-child p {
            margin-top: 0;
            margin-bottom: 0px;
            font-size: 11px;
            line-height: 11px;
            font-weight: normal;
        }

.word-wrap {
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
}

.videoContainer {
    padding-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video-text {
    padding-top: 1%;
    display: block;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: white;
}

.video-player {
    padding-top: 1%;
    justify-content: center;
    margin: auto;
    display: block;
    cursor: pointer;
    border-radius: 20px;
}

video {
    width: 100%;
    max-width: 800px;
    height: auto;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 20px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.progress {
    background: #ddd;
    border-radius: 3px;
}

.progress-bar {
    background-color: red;
    color: white;
    font-weight: 900;
    text-align: center;
    transition: all 0.1s;
}

.status-bullet {
    height: 25px;
    width: 25px;
    float: left;
    padding: 3px;
}

.list-event-items {
    padding: 15px 10px;
    border: 1px solid rgba(237, 45, 35, 0.80);
    margin-bottom: 10px;
    border-radius: 5px;
}

.checkbox-inline {
    margin-top: 10px;
    margin-right: 5px;
}

input.acesso-quantidade,
select.acesso-quantidade {
    margin: 0 !important;
}

.not-active {
    color: #ccc;
    pointer-events: none;
    cursor: default;
}

.last-item-list {
    border-top: 2px solid #000;
}

span.gray {
    color: #888;
}

/* INSCRIÇÕES EVENTOS */

.register-main-container {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.register-foto-container {
    position: relative;
    z-index: 1;
    width: 20%;
    height: 100%;
    float: left;
    border-right: 2px solid #ed2d23;
    background-image: url(../images/loginFoto.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.register-field-container {
    width: 80%;
    height: 100%;
    float: left;
}

.register-container {
    position: relative;
    height: 100%;
    /*padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;*/
    border-bottom: 1px solid #cfcfcf;
    background-color: #fff;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    overflow: hidden;
}

.register-header {
    position: fixed;
    top: 0;
    left: 20%;
    height: 90px;
    overflow: hidden;
    width: 80%;
    /*z-index: 9;*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    /*background-size: cover, cover;*/
    border-bottom: 2px solid #d5d5d5;
}

.register-header-right {
    width: 210px;
    float: right;
    text-align: right;
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    height: 90px;
    /*border-left: 1px solid #d5d5d5;*/
}

.register-header:after {
    content: "";
    width: 10px;
    float: right;
    background: transparent;
    background: -webkit-linear-gradient(left, transparent, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, transparent, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, transparent, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, transparent, #fff);
    height: 90px;
}

/*.register-header-left {
    float: left;
    width: 60%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover, cover;
    height: 100%;
}*/

.register-form-container {
    position: fixed;
    top: 90px;
    right: 0;
    left: 20%;
    bottom: 0;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 90px;
    float: left;
    border-radius: 3px;
    background-color: #ebebeb;
    background-image: url('../images/ArtigoNoPhoto.png');
    background-position: top left;
    background-size: cover, cover;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .banner.photook {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

        .banner.photook:hover {
            opacity: 0.59;
        }

.checkbox-inline-table {
    margin-top: 3px;
    margin-right: 5px;
}

.fake-checkbox {
    float: left;
    width: 10px;
}

.label-inline {
    margin-bottom: 0;
    margin-left: -10px;
    margin-top: 7px;
}

a.a-fix {
    line-height: 35px;
    margin-left: 10%;
}

.registo-pagamento {
    left: 20%;
    top: 90px;
    background-color: #fff;
}

    .registo-pagamento .overlay-content {
        padding-left: 10%;
        padding-right: 10%;
        text-align: left;
        top: 15%;
    }

    .registo-pagamento a:hover, .overlay a:focus {
        color: #ed2d23;
    }

.registo-carrinho-item {
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    color: #777;
}

.registo-carrinho-linha {
    float: right;
    margin-right: 5px;
}

.registo-carrinho-preco {
    float: right;
}

.registo-carrinho-item.total {
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

.registo-carrinho-item.nota {
    padding: 4px;
    margin-top: 0;
    text-align: center;
    font-size: 9px;
    color: #fff;
    background-color: #ed2d23;
    float: right;
    border-radius: 3px;
}

    .registo-carrinho-item.nota.green {
        background-color: #8ce196;
    }

    .registo-carrinho-item.nota.blue {
        background-color: #00B1E1;
    }

.vertical-text-evento {
    transform: rotate(270deg);
    transform-origin: left top 0;
    margin-left: 9px;
    margin-top: 223px;
    width: 229px;
    margin-bottom: -15px;
}

.barlines-evento {
    line-height: 25px;
}

.lista-evento {
    overflow-y: auto;
    display: grid;
}

.separador-evento {
    border-left: 1px solid #000;
}

.workshop-item {
    margin-top: -10px;
    margin-bottom: 10px;
}

.margin-top-10px {
    margin-top: 10px;
}

#convencao_workshop option:disabled,
.extra-workshop-register option:disabled {
    background-color: red;
    color: #fff;
}

.evento-classificacao {
    height: 57px;
}

.barh1.preco-item {
    border-left: solid 1px #c4c4c4;
    line-height: 120%;
    padding: 14px 4px 7px 4px;
}

.barh1.hidden, .barlinestext.hidden {
    visibility: hidden;
    padding: 2px 4px 2px 4px;
}

.barlines.preco-item {
    border: none;
}

    .barlines.preco-item:hover {
        background: none;
    }

.barlinestext.preco-item {
    border-bottom: 1px solid #c4c4c4;
    border-left: solid 1px #c4c4c4;
    line-height: 38px;
    padding: 2px 4px 2px 4px;
}

    .barlinestext.preco-item.column-110 {
        border-left: none;
    }

input.float-left.preco-item {
    width: 49%;
    float: left;
}

input.float-right.preco-item {
    width: 49%;
    float: right;
}

.column-75 {
    width: 75px;
    flex: 0 0 75px;
}

.column-140 {
    width: 140px;
    flex: 0 0 140px;
}

.margin-bottom-58px {
    margin-bottom: 58px;
}

.exportar-csv {
    left: 0;
    top: 0;
    background-color: #fff;
}

    .exportar-csv .overlay-content {
        padding-left: 10%;
        padding-right: 10%;
        text-align: left;
        top: 15%;
        display: block;
    }

    .exportar-csv a.closebtn:hover, .overlay a.closebtn:focus {
        color: #ed2d23;
    }

.overlay a.novo {
    display: block;
    margin-top: -3.5px;
    padding: 6px 10px 4px;
    float: right;
    border-radius: 3px;
    background-color: #ed2d23;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.promo-less-mills {
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 0;
}

    .promo-less-mills label {
        background-color: #333;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        padding: 0;
        text-align: center;
        margin-top: 5px;
    }

        .promo-less-mills label.readonly {
            font-size: 1.5em;
            margin-bottom: 0;
            border: none;
            min-height: 0;
            padding: 0;
            text-align: center;
            margin-top: 5px;
        }

.tabslink.tabs-mini {
    height: auto;
}

.combo-empty {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

    .combo-empty a {
        display: inline-block;
        padding: 4px 7px 3px;
        border-radius: 3px;
        background-color: #ed2d23;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
    }

.k-item.combo-empty-item {
    border: none !important;
    box-shadow: none !important;
}

.totalizador {
    font-size: 13px;
    border-bottom: 0px !important;
}

.left-content {
    float: left;
    width: 80%;
}

.right-content {
    float: right;
    width: 20%;
    max-width: 140px;
}

.photo-accreditation {
    margin-top: 0;
    height: 140px;
    width: 140px;
}

.accreditation-state {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 5px 20px 0;
}

.width-80 {
    float: left;
    width: 79%;
    margin-right: 1%;
}

.width-20 {
    float: right;
    width: 20%;
}

.homepagetext.green {
    color: #25b30f;
}

small.utilizado-atribuido {
    margin-top: 2px;
    font-size: 9px;
    line-height: 9px;
    color: #a5a5a5;
    display: block;
}

.acesso-helper {
    margin-top: 2px;
    font-size: 9px;
    line-height: 9px;
    color: #777;
    display: block;
    text-transform: uppercase;
}

.barlinestext > small.acesso-helper {
    color: #a5a5a5;
}

.header-entity {
    margin-bottom: 4px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-top: -32px;
}

small.horario-voluntario {
    color: #777;
    font-size: 70%;
}

small.voluntario-helper {
    font-size: 16px;
    font-weight: 700;
    color: #777;
    font-size: 70%;
    margin-top: -20px;
    margin-bottom: 20px;
}

.boxtitle.accreditation {
    font-size: 19px;
    line-height: 25px;
}

.boxicon.accreditation {
    float: right;
}

.home-detail {
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.home-download {
    margin-left: 5px;
    float: right;
    min-width: 20px;
    padding: 3px 7px;
    border-radius: 3px;
    background-color: #ed2d23;
    color: #fff;
    font-weight: bold;
}

a.home-download:hover {
    background-color: #dd1a10;
}

.register-header > .bartitle {
    padding: 5px;
}

.subbartitle {
    margin-top: 4px;
    float: right;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
}

.home-download img {
    height: 16px;
    margin-right: 4px;
}


.accreditation-input {
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transition: all 160ms ease-in-out;
    transition: all 160ms ease-in-out;
    font-size: 16px;
}

    .accreditation-input:hover {
        background-color: #f5f5f5;
    }

    .accreditation-input:active {
        border-color: #000;
        background-color: #f5f5f5;
    }

    .accreditation-input:focus {
        border-color: #000;
        background-color: #f5f5f5;
    }

    .accreditation-input.qrcode {
        background-image: url('../images/QRCODE.png');
        background-position: 8px 50%;
        background-size: 35px 35px;
        background-repeat: no-repeat;
    }

        .accreditation-input.qrcode:hover {
            padding-left: 12px;
            background-position: -35px 50%;
        }

.accreditation-helper {
    text-align: center;
    width: 100%;
    color: grey;
    font-weight: normal;
    margin-top: -8px;
    margin-bottom: 35px;
}

.bartitle.ligth {
    text-transform: none;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 0;
}

    .bartitle.ligth.title {
        float: none;
        margin: 0;
        color: grey;
        font-weight: normal;
    }

.list-event-items.ok {
    border-color: #22c736;
}

.list-event-items.warning {
    border-color: #fcb238;
}

.msgorange {
    background-color: #fcb238 !important;
}

.no-mobile {
    display: block;
}

.msgerro.destaque {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

    .msgerro.destaque > .msgerrotexto {
        padding-top: 30px;
        padding-bottom: 30px;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

.hide-workshop {
    display: none;
}

.fix-program {
    background-size: contain;
    background-repeat: no-repeat;
}

.mini-fix-sep {
    margin-bottom: 10px;
}

.register-header.fix {
    height: 145px;
}

.register-header-right.fix {
    height: 145px;
    width: 250px;
}

.register-form-container.fix {
    top: 145px;
}

.register-header.fix:after {
    height: 145px;
}

@media (max-width: 767px) {
    .no-mobile {
        display: none !important;
    }

    .accreditation-input.qrcode {
        padding-top: 5px;
    }

    .form30() .logo-link {
        display: block;
        width: 50px;
        padding: 3px;
        padding-top: 25px;
    }

    .manz-logo-texto {
        width: 100%;
    }

    .main-menu-link {
        width: 50px;
    }

    .box-atalhos {
        display: none;
    }

    .form30 {
        display: block;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        float: none;
    }

    .loginsubmit.w-button {
        margin-left: 2%;
    }

    .formfull30 {
        display: block;
    }

    .subbartitle {
        float: left;
        clear: both;
        padding: 0 5px;
    }

    .register-header.accreditation {
        height: 70px;
    }

    .register-form-container.accreditation {
        top: 70px;
    }

    .bartitle.ligth {
        margin-top: 10px;
        clear: both;
    }

    .accreditation-helper {
        margin-bottom: 5px;
    }

    .subbartitle {
        margin-top: 0;
    }

    .msgerro.destaque > .msgerrotexto {
        padding: 0;
    }
}

@media (max-width: 479px) {
    .menuuserprofilemaincontainer {
        position: fixed;
    }

    .menuuserprofilepop {
        padding-top: 5px;
    }

        .menuuserprofilepop div {
            white-space: normal;
            text-align: center;
        }
}

.remove-bullets {
    list-style-type: none;
}

    .remove-bullets > li {
        padding: 2px;
    }

.inline-fix {
    line-height: 34px;
}

.label-helper {
    margin-top: -5px;
    color: #888;
}

.CarrinhoSubTotalPortes {
    font-size: 13px;
    font-weight: 800;
    text-align: right;
    color: grey;
}

.CarrinhoPortesValor {
    font-size: 13px;
    font-weight: 800;
    color: #000;
    float: right;
}

.CarrinhoSubTotalValor {
    font-size: 13px;
    font-weight: 800;
    color: #000;
    float: right;
}

.CarrinhoTotal {
    font-size: 18px;
    font-weight: 800;
    text-align: right;
    color: grey;
}

.CarrinhoTotalValor {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    float: right;
    margin-left: 3px;
}

    .CarrinhoTotal.small, .CarrinhoTotalValor.small {
        font-size: 15px;
    }

#packtotals {
    padding-bottom: 50px;
}

.novo.add-gymn {
    margin-top: 30px;
    float: left;
}

.column-30 {
    width: 30px;
    flex: 0 0 30px;
}

.margin-bottom-0px {
    margin-bottom: 0 !important;
}

.boxCenter {
    margin-top: 10%;
    text-align: center;
    width: 100%;
}

    .boxCenter .boxtitle.error {
        text-align: center;
        width: 100%;
        font-size: 96px;
        color: #bbb;
        margin-bottom: 50px;
    }

    .boxCenter .boxtitle {
        text-align: center;
        width: 100%;
        color: #bbb;
    }

.registo-carrinho-item.discount {
    color: #22c736;
}

.label-input-helper {
    /*margin-top: -20px;*/
    color: #888;
    /*margin-bottom: 20px;*/
}

.barlinestext .menuuserprofiledrop {
    margin-top: 0px;
    float: right;
    text-transform: none;
}

.barlinestext .dropdownlist.w-dropdown-list.w--open {
    top: 24px;
    position: relative;
}

    .barlinestext .dropdownlist.w-dropdown-list.w--open.menuuserpeofilelink.w-dropdown-link {
        z-index: 99999999999;
        position: relative;
    }

.promo-right {
    width: 48%;
    float: right;
}

.promo-left {
    width: 48%;
    float: left;
}

.progress-footer {
    font-size: 15px;
    line-height: 30px;
}

.barlinestext.smalllines {
    padding: 2px 5px 2px 5px;
}

.input.w-select.smalllines {
    margin-bottom: 0;
}

.input.w-select.mediumlines {
    margin-bottom: 10px;
}

.border-red {
    border-color: #ed2d23 !important;
    border-width: 1px !important;
}

.list-event-items.also-ok {
    border-color: #428bca;
}

.msggreen {
    background-color: #22c736 !important;
}

.mobileTable {
    position: relative;
    min-width: fit-content;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.mobileTable-content {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    padding-right: 15px; /* Increase/decrease this value for cross-browser compatibility */
}

@media (max-width : 1365px) {
    .hide-col-mobile-ld {
        display: none;
    }

    .show-col-mobile-ld {
        display: block;
    }
}

@media (max-width : 1023px) {
    .hide-col-mobile-md {
        display: none;
    }

    .mobile-md {
        width: 100px !important;
        flex: 0 0 100px !important;
    }

    .show-col-mobile-md {
        display: block;
    }

    .submitgravar {
        font-size: 14px;
    }

    .cancelarsubmit {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hide-col-mobile-sd {
        display: none;
    }

    .show-col-mobile-sd {
        display: block;
    }

    .submitgravar {
        font-size: 12px;
        padding: 6px 8px 4px;
        margin-right: 4px;
    }

    .cancelarsubmit {
        font-size: 12px;
        margin-right: 10px;
    }

    .form50 {
        display: block;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        float: none;
    }
}

@media (min-width: 768px) {
    .hide-col-mobile-sd {
        display: block;
    }

    .show-col-mobile-sd {
        display: none;
    }
}

@media (max-width : 479px) {
    .hide-col-mobile-xsd {
        display: none;
    }

    .show-col-mobile-xsd {
        display: block;
    }
}

.comercial-item-done {
    background-color: #a3e99c;
}

.comercial-item-notdone {
    background-color: #57bde4;
}

.comercial-item {
    font-weight: 800;
}

.color-circle {
    height: 20px;
    width: 20px;
    display: block;
    border: 1px solid #666666;
    border-radius: 60px;
    margin: auto;
}

.eventoComercialAtividade {
    height: 100%;
    color: #fff;
}

.homepagecelebration {
    background-color: #333;
    color: white;
    border-radius: 4px;
    padding: 0px 6px 3px 6px;
    margin-bottom: 9px;
    font-size: 10px;
    text-align: center;
    max-width: 265px;
}

.homepagecelebration-name {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 15px;
}

.homepagecelebration:hover {
    background-color: #ed2d23;
}

@media (max-width: 767px) {
    .homepagecelebration {
        max-width: none;
    }
}

.btn-status {
    display: block;
    padding: 0px 6px 0px;
    border-radius: 3px;
    background-color: #ed2d23;
    color: white !important;
    font-size: 9px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

    .btn-status:hover {
        background-color: #000;
    }


.homepagetext-optional {
    text-align: -webkit-center;
    font-weight: 700;
    background-color: #DDDDDD;
    text-transform: uppercase;
    font-size: 12px;
}

.homepagetext-small {
    padding: 5px 2px 5px 2px;
    border-top: 1px solid #d6d6d6;
    color: #a5a5a5;
    /*font-size: 13px;*/
}

.smallboxtitlebox {
    margin-bottom: 3px;
}

.smallboxtitle {
    text-align: -webkit-center;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.register-header.subaccreditation {
    height: 35px;
    top: 70px;
}

.presences {
    margin-top: 4px;
    text-align: -webkit-center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 1px;
}

.num_presencas {
    color: forestgreen;
    margin-right: 3px;
}

.form30.acreditationfix {
    padding-top: 7px;
}

.num_frequencias {
    margin-left: 3px;
}

.main-menu-link.sales-force {
    background-image: url('../images/sale_force.svg');
    background-position: 50% 50%;
    background-size: auto 26px;
    background-repeat: no-repeat;
    width: 140px;
}

    .main-menu-link.sales-force:hover {
        background-image: url('../images/sale_force_red.svg');
        background-position: 50% 50%;
    }

.main-menu-link.digitalbs {
    background-image: url('../images/pjlogo.png');
    background-position: 50% 50%;
    background-size: auto 45px;
    background-repeat: no-repeat;
    width: 140px;
    filter: grayscale(100%);
}

    .main-menu-link.digitalbs:hover {
        /*background-position: 50% 50%;*/
        filter: none;
    }

.migration-bullet {
    height: 25px;
    width: 61.5px;
    float: left;
    padding: 3px;
}

.active-qw {
    background-color: #ffe8e7;
    padding-top: 17px;
    padding-bottom: 17px;
    border-left: 2px solid #f4baba;
    border-right: 2px solid #f4baba;
}

.qw-nok {
    color: red;
    font-weight: 600;
}

.qw-ok {
    color: green;
    font-weight: 600;
}

/*botao exportar*/
.exportar {
    display: block;
    margin-top: -3.5px;
    padding: 6px 10px 4px;
    float: right;
    border-radius: 3px;
    background-color: #ed2d23;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

    .exportar:hover {
        background-color: #000;
    }

button.chart-data-list-btn {
    background: url("../images/top_entidades.svg") no-repeat center;
    width: 24px;
    height: auto
}

.btn-disabled,
.btn-disabled:hover {
    background-color: #ccc;
    cursor: default;
    border: none;
    outline: none
}

button.chart-data-list-btn:hover {
    background: url("../images/top_entidades_hover.svg") no-repeat center;
}

button.exportar_single_XLS {
    background: url("../images/export_xls.svg") no-repeat center;
    width: 24px;
    height: auto
}

    button.exportar_single_XLS:hover {
        background: url("../images/export_xls_hover.svg") no-repeat center;
    }

button.exportar_single_PDF {
    background: url("../images/export_pdf.svg") no-repeat center;
    width: 24px;
    height: auto
}

    button.exportar_single_PDF:hover {
        background: url("../images/export_pdf_hover.svg") no-repeat center;
    }

button.exportar_single:hover {
    background: url("../images/export_pdf_hover.svg") no-repeat center;
}

/*** Dashboards ***/
.dashboard-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border: 0;
}

.section_loader {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    opacity: 0.8;
    background: url('../images/loading.gif') center no-repeat #fff;
}

.chart-wrapper,
.chart-list-wrapper {
    padding: 15px;
    min-height: 300px
}

.chart-wrapper4 {
    width: 33.33%;
    min-width: 373.33px
}

.chart-wrapper6 {
    width: 50%;
    min-width: 560px
}

.chart-wrapper8 {
    width: 66.66%;
    min-width: 746.66px
}

.chart-wrapper12 {
    width: 100%
}

.chart-wrapper > header,
.chart-list-wrapper > header {
    padding: 5px;
    background-color: #eee;
    border: 1px solid #eee;
    border-bottom: none;
}

.chart-wrapper12 > header {
    min-width: 860px
}

.chart-wrapper4 > header,
.chart-wrapper6 > header,
.chart-wrapper8 > header,
.chart-list-wrapper > header {
    display: flex;
    justify-content: space-between
}

.chart-list-wrapper > section {
    margin-top: 10px
}

    .chart-list-wrapper > section > table,
    .chart-list-wrapper > section > table tr {
        width: 100%
    }

        .chart-list-wrapper > section > table > caption {
            padding: 0
        }

            .chart-list-wrapper > section > table > caption > * {
                background-color: #eee;
                position: relative;
                padding: 5px 10px;
                margin: 0;
                float: left;
                color: #ed2d23;
                border-radius: 0 10px 0 0;
                -webkit-border-radius: 0 10px 0 0;
                -moz-border-radius: 0 10px 0 0;
            }

                .chart-list-wrapper > section > table > caption > *:before {
                    height: 100%;
                    width: 20px;
                    border-radius: 10px 10px 0 0;
                    -webkit-border-radius: 10px 10px 0 0;
                    -moz-border-radius: 10px 10px 0 0;
                    content: "";
                    background-color: #eee;
                    position: absolute;
                    top: 0;
                    right: -6px;
                    z-index: -1;
                    -webkit-transform: skewX(35deg);
                    transform: skewX(35deg)
                }

        .chart-list-wrapper > section > table tr {
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            -webkit-box-pack: start;
            justify-content: flex-start;
            padding: 5px;
            border: 1px solid #eee
        }

        .chart-list-wrapper > section > table > thead {
            background-color: #eee;
            border-bottom: none
        }

            .chart-list-wrapper > section > table > thead > tr > th {
                text-transform: uppercase;
                font-weight: 700
            }

        .chart-list-wrapper > section > table th,
        .chart-list-wrapper > section > table td {
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            width: 100%;
            flex: 1;
            color: #000;
            font-size: 11px
        }

        .chart-list-wrapper > section > table > tbody > tr:nth-child(2n) {
            background-color: #eee
        }

        .chart-list-wrapper > section > table th *,
        .chart-list-wrapper > section > table td * {
            margin: 0;
            padding: 0
        }

        .chart-list-wrapper > section > table > tfoot > tr {
            border-top: 1px solid #AAA;
            font-weight: 700
        }

.chart-wrapper12 > header > h3,
.chart-wrapper100 > header > h3 {
    margin-top: 10px
}

.chart-wrapper12 > .k-chart {
    min-width: 860px;
}

.chart-wrapper > .chart_overlay,
.chart-list-wrapper > .chart_overlay {
    border: 1px solid #eee;
    text-align: center;
    display: none;
    overflow: auto;
    height: 200px
}

    .chart-wrapper > .chart_overlay > h3,
    .chart-list-wrapper > .chart_overlay > h3,
    .chart-wrapper50 > .chart_overlay > h3,
    .chart-wrapper100 > .chart_overlay > h3 {
        color: #848484
    }

    .chart-wrapper > .chart_overlay > img,
    .chart-list-wrapper > .chart_overlay > img,
    .chart-wrapper50 > .chart_overlay > img,
    .chart-wrapper100 > .chart_overlay > img {
        width: 86px;
        height: auto
    }

.chart-wrapper50 > header {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #eee;
    border-bottom: none;
}

    .chart-wrapper4 > header > hgroup > h3,
    .chart-wrapper6 > header > hgroup > h3,
    .chart-wrapper50 > header > hgroup > h3,
    .chart-list-wrapper > header > hgroup > h3 {
        margin: 0;
    }

        .chart-wrapper > header > hgroup > h3 > small,
        .chart-list-wrapper > header > hgroup > h3 > small,
        .chart-wrapper > header > h3 > small,
        .chart-list-wrapper > header > h3 > small,
        .chart-wrapper50 > header > hgroup > h3 > small,
        .chart-wrapper100 > header > h3 > small {
            background-color: #ed2d23;
            padding: 3px 10px 1px 10px;
            color: #fff;
            font-size: 14px;
            border-radius: 10px;
            vertical-align: middle
        }

    .chart-wrapper > header > section,
    .chart-list-wrapper > header > section,
    .chart-wrapper50 > header > section {
        display: none
    }

        .chart-wrapper > header > section.visible,
        .chart-list-wrapper > header > section.visible,
        .chart-wrapper50 > header > section.visible {
            display: flex;
            flex-wrap: wrap
        }

        .chart-wrapper > header > section > button:focus,
        .chart-list-wrapper > header > section > button:focus,
        .chart-wrapper50 > header > section > button:focus {
            outline: 0
        }

        .chart-wrapper > header > section > button,
        .chart-list-wrapper > header > section > button,
        .chart-wrapper50 > header > section > button {
            margin-left: 20px
        }

            .chart-wrapper > header > section > button:first-child,
            .chart-list-wrapper > header > section > button:first-child,
            .chart-wrapper50 > header > section > button:first-child {
                margin-left: 0
            }

.chart-wrapper > .k-chart > svg {
    border: 1px solid #eee;
    border-top: none;
    padding: 5px;
}

.chart-wrapper6 > section.chart-data-list {
    display: none
}

    .chart-wrapper6 > section.chart-data-list.visible,
    .chart-wrapper50 > section.chart-data-list.visible {
        display: flex;
        flex-wrap: wrap
    }

    .chart-wrapper6 > section.chart-data-list > .chart_box,
    .chart-wrapper50 > section.chart-data-list > .chart_box {
        width: 100%;
        padding: 10px;
        overflow: auto;
        border: 1px solid #eee;
    }

        .chart-wrapper6 > section.chart-data-list > .chart_box > div.list_reference_header,
        .chart-wrapper50 > section.chart-data-list > .chart_box > div.list_reference_header {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            color: #000
        }

            .chart-wrapper6 > section.chart-data-list > .chart_box > div.list_reference_header > p:first-child,
            .chart-wrapper50 > section.chart-data-list > .chart_box > div.list_reference_header > p:first-child {
                padding-left: 5px
            }

            .chart-wrapper6 > section.chart-data-list > .chart_box > div.list_reference_header > p > span,
            .chart-wrapper50 > section.chart-data-list > .chart_box > div.list_reference_header > p > span,
            .chart-wrapper6 > section.chart-data-list > .chart_box > div.homepagetext > p > span,
            .chart-wrapper50 > section.chart-data-list > .chart_box > div.homepagetext > p > span {
                display: inline-block;
                width: 100px;
                text-align: center
            }

        .chart-wrapper6 > section.chart-data-list > .chart_box > div.homepagetext,
        .chart-wrapper50 > section.chart-data-list > .chart_box > div.homepagetext {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between
        }

            .chart-wrapper6 > section.chart-data-list > .chart_box > div.homepagetext > p,
            .chart-wrapper50 > section.chart-data-list > .chart_box > div.homepagetext > p {
                margin: 0
            }

                .chart-wrapper6 > section.chart-data-list > .chart_box > div.homepagetext > p:first-child,
                .chart-wrapper50 > section.chart-data-list > .chart_box > div.homepagetext > p:first-child {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

@media screen and (max-width: 1580px) {
    .cw_sl12 {
        width: 100%
    }
}

@media screen and (max-width: 1510px) {
    .cw_m12 {
        width: 100%
    }

    .cw_m6 {
        width: 50%
    }
}

@media screen and (max-width: 1180px) {
    .cw_sm12 {
        width: 100%
    }
}

/****** Mailing list barlines******/
.mailing-list-barline.active:hover {
    background-color: transparent
}

.mailing-list-barline-title.active {
    /*background-color: #ffe8e7;*/
    background-color: #ddd;
    width: 100%;
    padding: 10px
}

@media screen and (max-width: 768px) {
    .main-menu-link.sales-force {
        background-size: auto 12px;
        width: 60px;
    }

    .main-menu-link.digitalbs {
        background-size: auto 22px;
        width: 60px;
    }
}

@media screen and (max-width: 518px) {
    .main-menu-link.sales-force {
        display: none;
    }

    .main-menu-link.digitalbs {
        display: none;
    }
}



.triangle-left {
    bottom: 50px;
    left: 50px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 50px solid red;
    border-bottom: 20px solid transparent;
    position: absolute;
}

.triangle-left-text {
    bottom: 18px;
    left: 18px;
    width: 110px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    color: red;
}

    .triangle-left-text:hover {
        color: #777;
    }

.triangle-left:hover {
    border-right: 50px solid #777;
    cursor: pointer;
}

.triangle-right {
    bottom: 50px;
    right: 50px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 50px solid red;
    border-bottom: 20px solid transparent;
    position: absolute;
}

.triangle-right-text {
    bottom: 18px;
    right: 18px;
    width: 110px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: red;
}

    .triangle-right-text:hover {
        color: #777;
    }

.triangle-right:hover {
    border-left: 50px solid #777;
    cursor: pointer;
}

.tablinkarrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 62px;
    margin-left: -1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background-color: #f5f5f5;*/
    /*color: white;*/
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    max-width: 60px;
    flex-direction: column;
    padding-bottom: 4px;
}

.arrow-container {
    /*position: absolute;*/
    margin-top: 50px;
    border-top: 1px solid red;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: white;
}

    .arrow-container > .tablinkarrow > .arrow-text {
        /*writing-mode: vertical-rl;
        text-orientation: upright;*/
        font-size: 12px;
        font-weight: bold;
        color: red;
        letter-spacing: 0px;
        padding-bottom: 5px;
    }

    .arrow-container > .tablinkarrow > .arrow-bullet-left {
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 30px solid red;
        border-bottom: 15px solid transparent;
        align-self: center;
        /*margin-left: 5px;
        margin-right: -4px;*/
        cursor: pointer;
    }

    .arrow-container > .tablinkarrow > .arrow-bullet-right {
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-left: 30px solid red;
        border-bottom: 15px solid transparent;
        align-self: center;
        /*margin-left: -5px;
        margin-right: 4px;*/
        cursor: pointer;
    }

.arrow-left-disabled {
    border-top: 15px solid transparent !important;
    border-right: 30px solid #777 !important;
    border-bottom: 15px solid transparent !important;
    color: white !important;
    cursor: no-drop !important;
}

.arrow-right-disabled {
    border-top: 15px solid transparent !important;
    border-left: 30px solid #777 !important;
    border-bottom: 15px solid transparent !important;
    color: white !important;
    cursor: no-drop !important;
}

.arrow-bullet-left:hover:not(.arrow-left-disabled) {
    border-top: 15px solid transparent !important;
    border-right: 30px solid black !important;
    border-bottom: 15px solid transparent !important;
    /*cursor: pointer;*/
}

.arrow-bullet-right:hover:not(.arrow-right-disabled) {
    border-top: 15px solid transparent !important;
    border-left: 30px solid black !important;
    border-bottom: 15px solid transparent !important;
    /*cursor: pointer;*/
}

@media screen and (max-width: 1920px) {

    .formfull30.registo-carrinho {
        display: flex;
        align-items: flex-end !important;
    }
}

@media screen and (max-width: 900px) {

    .formfull30.registo-carrinho {
        display: flex;
        align-items: flex-end !important;
    }

    .main-menu-link.sales-force {
        background-size: auto 22px;
        width: 60px;
    }

    .main-menu-link.digitalbs {
        background-size: auto 22px;
        width: 60px;
    }
}

.progress-bar {
    border-radius: 50px;
    line-height: 1.8;
    background-image: linear-gradient(to right, black 10%, red 80%);
    font-size: 16px;
    /*-webkit-text-stroke: 1px red;*/
    transition: all 0.2s ease-in-out;
}

.progress {
    border-radius: 50px;
}

.jobs > .box {
    border: none !important;
    margin: 0 !important;
    margin-bottom: 10px;
}

    .jobs > .box > {
        border: none !important;
        margin: 0 !important;
        margin-bottom: 10px;
    }

.homepagejobs {
    background-color: #333;
    color: white;
    border-radius: 4px;
    padding: 0px 6px 3px 6px;
    font-size: 10px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}

    .homepagejobs:hover {
        background-color: #FF0000;
        color: white;
    }

.homepagejobs-name {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 15px;
}

}

.column-300 {
    width: 300px;
    flex: 0 0 300px;
}

.column-400 {
    width: 400px;
    flex: 0 0 400px;
}

.pesquisagroup {
    width: 100%;
    display: flex;
    margin: 10px;
    font-weight: 800;
    font-size: 1em;
}

.bubble {
    position: fixed;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 300px;
    max-width: 100%;
    background: red;
    border-radius: 40px;
    padding: 18px;
    text-align: center;
    color: White;
    font-weight: 800;
    white-space: normal;
    opacity: 0.8;
}

.bubble-bottom-left:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 24px solid red;
    border-right: 12px solid transparent;
    border-top: 12px solid red;
    border-bottom: 20px solid transparent;
    left: 32px;
    bottom: -24px;
}

@media (max-width: 766px) {
    .bubble {
        left: 0 !important;
        width: auto !important;
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
}

.barlinesfooter {
    padding-top: 17px;
}

.barline-footer {
    position: absolute;
    width: 100%;
    display: flex;
    margin-bottom: 60px;
}

.text-success {
    color: green;
}

.dropdown-select-fix {
    width: 100%;
    padding: 5px 0 5px 0;
    font-size: 10px;
}

    .dropdown-select-fix > option {
        font-size: 14px;
    }


/*    CONTRATO OVERLAY */

.overlay.white-overlay {
    background-color: rgba(255, 255, 255, 1) !important;
    z-index: 1000;
}

    .overlay.white-overlay .closebtn {
        width: 100%;
        text-align: right;
        color: #000000;
        position: fixed;
        top: 0;
        padding: 2%;
        z-index: 110;
        right: 0 !important;
    }

        .overlay.white-overlay .closebtn:hover {
            color: red;
        }

    .overlay.white-overlay .overlay-content {
        padding: 0% 15% 0% 15%;
        text-align: inherit;
        position: fixed;
        top: 10% !important;
        width: 100%;
        z-index: 110;
        margin-top: 0;
        overflow: auto;
        height: 80%;
    }

    .overlay.white-overlay .overlay-action-container {
        bottom: 0;
        width: 100%;
        z-index: 110;
        position: fixed;
        background-color: #ffffff;
        display: flex;
        border: 1px solid black;
        height: 10%;
    }

        .overlay.white-overlay .overlay-action-container .overlay-action {
            margin: auto;
            width: 50%;
            text-align: center;
            display: inline;
            transition: all 0.2s ease-in-out;
        }

            .overlay.white-overlay .overlay-action-container .overlay-action .helper-text {
                font-size: 0.5em !important;
                font-weight: normal !important;
            }

            .overlay.white-overlay .overlay-action-container .overlay-action:not(disabled):hover {
                color: red;
            }

            .overlay.white-overlay .overlay-action-container .overlay-action.success {
                color: green;
            }

                .overlay.white-overlay .overlay-action-container .overlay-action.success:not(disabled):hover {
                    color: darkgreen;
                }

.contrato-link {
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.2em;
    color: #000000;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
}

    .contrato-link input[type=checkbox] {
        width: 20px;
        height: 20px;
    }

    .contrato-link:hover {
        color: red;
    }

@media (max-width: 766px) {
    .overlay.white-overlay .overlay-action-container {
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
    }

        .overlay.white-overlay .overlay-action-container .overlay-action {
            font-size: 1.5em;
        }
}

input[type="checkbox"], input[type="radio"] {
    align-self: flex-start !important;
}

.form30 .label-helper {
    font-size: 0.8em;
}

.inscricao_ginasio_helper {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 16px;
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */

.flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 2px;
    background: url('../images/flags.png') no-repeat;
}

    .flag.flag-gb {
        background-position: -32px 0;
    }

    .flag.flag-pt {
        background-position: 0 -32px;
    }

.flagContainer {
    position: fixed;
    z-index: 999999;
    width: fit-content;
    height: 32px;
    right: 190px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
