/* Minification failed. Returning unminified contents.
(1303,19): run-time error CSS1035: Expected colon, found 'to'
(20717,38): run-time error CSS1034: 
(20717,38): run-time error CSS1042: Expected function, found ','
(20717,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(34867,12): run-time error CSS1035: Expected colon, found 'Font'
(36547,1): run-time error CSS1019: Unexpected token, found '@import'
(36547,9): run-time error CSS1019: Unexpected token, found 'url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css")'
 */
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.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=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.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;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* 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;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.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-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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;
}
.ui-dialog {
	overflow: hidden;
	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-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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 {
	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-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-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	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-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	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: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.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;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/Content/imagens/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	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 {
	border: 1px solid #999999;
	background: #dadada;
	font-weight: normal;
	color: #212121;
}
.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 {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/Content/imagens/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/Content/imagens/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/Content/imagens/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.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("/Content/imagens/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/Content/imagens/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/Content/imagens/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/Content/imagens/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/Content/imagens/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/Content/imagens/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Content/imagens/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/Content/imagens/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/Content/imagens/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

@font-face {
    font-family: 'Inter';
    font-weight: 300;
    src: local('Inter'), url(../fonts/files/Inter-Light.ttf) format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: local('Inter'), url(../fonts/files/Inter-Regular.ttf) format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: local('Inter'), url(../fonts/files/Inter-SemiBold.ttf) format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    src: local('Inter'), url(../fonts/files/Inter-Bold.ttf) format('opentype');
}

div.main {
    padding-left: 270px;
}

.redimensionar-body-desktop {
    padding-left: 95px !important;
}

.retrair-menu-body {
    padding-left: 90px !important;
}

.abrir-menu-body {
    padding-left: 265px !important;
}

.redimensionar-body-tablet {
    padding-left: 220px !important;
}

.floating-button-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 40px;
    z-index: 999;
}

@media(max-width: 1022px) {
    div .main {
        padding-left: 100px;
    }
}

@media(max-width: 767px) {
    div.main {
        padding-left: 15px !important;
    }
}

#main-com-menu #sidebar {
    background: #FFF;
    width: 230px;
}

    #main-com-menu #sidebar li a {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        identical to box height gray1 color: #505051;
        margin-left: 10px;
        border-left: none;
    }

    #main-com-menu #sidebar li:first-child {
        margin-top: 30px;
    }

    #main-com-menu #sidebar li a:hover {
        background: #FFF;
    }


.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-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.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;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.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-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none
    }

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em
    }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.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
            }

    .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
}

.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
    }

.ui-dialog {
    overflow: hidden;
    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-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

    .ui-menu .ui-menu {
        position: absolute
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
    }

    .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
    }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.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);
        opacity: .25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.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 .4em;
            margin: .5em 0 0 0;
            height: auto;
            border: 0
        }

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

    .ui-selectmenu-button span.ui-icon {
        right: .5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: .4em 2.1em .4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.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
    }

    .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: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    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;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em
}

    .ui-widget .ui-widget {
        font-size: 1em
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

    .ui-widget-content a {
        color: #222
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("/Content/imagens/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

    .ui-widget-header a {
        color: #222
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url("/Content/imagens/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #555
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            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 {
        border: 1px solid #999;
        background: #dadada url("/Content/imagens/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121
    }

        .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 {
            color: #212121;
            text-decoration: none
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff url("/Content/imagens/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("/Content/imagens/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("/Content/imagens/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a
    }

    .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);
        font-weight: normal
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35)
        }

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/Content/imagens/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("/Content/imagens/ui-icons_222222_256x240.png")
}

.ui-state-default .ui-icon {
    background-image: url("/Content/imagens/ui-icons_888888_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/Content/imagens/ui-icons_454545_256x240.png")
}

.ui-state-active .ui-icon {
    background-image: url("/Content/imagens/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon {
    background-image: url("/Content/imagens/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/Content/imagens/ui-icons_cd0a0a_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-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: -64px -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: -64px -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: 0 -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 {
    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
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url("/Content/imagens/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("/Content/imagens/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.periodoDe, .periodoAte {
    margin-top: 5px
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.bold {
    font-weight: bold !important
}

.regular {
    font-weight: normal !important
}

.semibold {
    font-weight: bolder !important
}

.txtSmall {
    font-size: 10px !important
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: ""
}

.glyphicon-music:before {
    content: ""
}

.glyphicon-search:before {
    content: ""
}

.glyphicon-heart:before {
    content: ""
}

.glyphicon-star:before {
    content: ""
}

.glyphicon-star-empty:before {
    content: ""
}

.glyphicon-user:before {
    content: ""
}

.glyphicon-film:before {
    content: ""
}

.glyphicon-th-large:before {
    content: ""
}

.glyphicon-th:before {
    content: ""
}

.glyphicon-th-list:before {
    content: ""
}

.glyphicon-ok:before {
    content: ""
}

.glyphicon-remove:before {
    content: ""
}

.glyphicon-zoom-in:before {
    content: ""
}

.glyphicon-zoom-out:before {
    content: ""
}

.glyphicon-off:before {
    content: ""
}

.glyphicon-signal:before {
    content: ""
}

.glyphicon-cog:before {
    content: ""
}

.glyphicon-trash:before {
    content: ""
}

.glyphicon-home:before {
    content: ""
}

.glyphicon-file:before {
    content: ""
}

.glyphicon-time:before {
    content: ""
}

.glyphicon-road:before {
    content: ""
}

.glyphicon-download-alt:before {
    content: ""
}

.glyphicon-download:before {
    content: ""
}

.glyphicon-upload:before {
    content: ""
}

.glyphicon-inbox:before {
    content: ""
}

.glyphicon-play-circle:before {
    content: ""
}

.glyphicon-repeat:before {
    content: ""
}

.glyphicon-refresh:before {
    content: ""
}

.glyphicon-list-alt:before {
    content: ""
}

.glyphicon-lock:before {
    content: ""
}

.glyphicon-flag:before {
    content: ""
}

.glyphicon-headphones:before {
    content: ""
}

.glyphicon-volume-off:before {
    content: ""
}

.glyphicon-volume-down:before {
    content: ""
}

.glyphicon-volume-up:before {
    content: ""
}

.glyphicon-qrcode:before {
    content: ""
}

.glyphicon-barcode:before {
    content: ""
}

.glyphicon-tag:before {
    content: ""
}

.glyphicon-tags:before {
    content: ""
}

.glyphicon-book:before {
    content: ""
}

.glyphicon-bookmark:before {
    content: ""
}

.glyphicon-print:before {
    content: ""
}

.glyphicon-camera:before {
    content: ""
}

.glyphicon-font:before {
    content: ""
}

.glyphicon-bold:before {
    content: ""
}

.glyphicon-italic:before {
    content: ""
}

.glyphicon-text-height:before {
    content: ""
}

.glyphicon-text-width:before {
    content: ""
}

.glyphicon-align-left:before {
    content: ""
}

.glyphicon-align-center:before {
    content: ""
}

.glyphicon-align-right:before {
    content: ""
}

.glyphicon-align-justify:before {
    content: ""
}

.glyphicon-list:before {
    content: ""
}

.glyphicon-indent-left:before {
    content: ""
}

.glyphicon-indent-right:before {
    content: ""
}

.glyphicon-facetime-video:before {
    content: ""
}

.glyphicon-picture:before {
    content: ""
}

.glyphicon-map-marker:before {
    content: ""
}

.glyphicon-adjust:before {
    content: ""
}

.glyphicon-tint:before {
    content: ""
}

.glyphicon-edit:before {
    content: ""
}

.glyphicon-share:before {
    content: ""
}

.glyphicon-check:before {
    content: ""
}

.glyphicon-move:before {
    content: ""
}

.glyphicon-step-backward:before {
    content: ""
}

.glyphicon-fast-backward:before {
    content: ""
}

.glyphicon-backward:before {
    content: ""
}

.glyphicon-play:before {
    content: ""
}

.glyphicon-pause:before {
    content: ""
}

.glyphicon-stop:before {
    content: ""
}

.glyphicon-forward:before {
    content: ""
}

.glyphicon-fast-forward:before {
    content: ""
}

.glyphicon-step-forward:before {
    content: ""
}

.glyphicon-eject:before {
    content: ""
}

.glyphicon-chevron-left:before {
    content: ""
}

.glyphicon-chevron-right:before {
    content: ""
}

.glyphicon-plus-sign:before {
    content: ""
}

.glyphicon-minus-sign:before {
    content: ""
}

.glyphicon-remove-sign:before {
    content: ""
}

.glyphicon-ok-sign:before {
    content: ""
}

.glyphicon-question-sign:before {
    content: ""
}

.glyphicon-info-sign:before {
    content: ""
}

.glyphicon-screenshot:before {
    content: ""
}

.glyphicon-remove-circle:before {
    content: ""
}

.glyphicon-ok-circle:before {
    content: ""
}

.glyphicon-ban-circle:before {
    content: ""
}

.glyphicon-arrow-left:before {
    content: ""
}

.glyphicon-arrow-right:before {
    content: ""
}

.glyphicon-arrow-up:before {
    content: ""
}

.glyphicon-arrow-down:before {
    content: ""
}

.glyphicon-share-alt:before {
    content: ""
}

.glyphicon-resize-full:before {
    content: ""
}

.glyphicon-resize-small:before {
    content: ""
}

.glyphicon-exclamation-sign:before {
    content: ""
}

.glyphicon-gift:before {
    content: ""
}

.glyphicon-leaf:before {
    content: ""
}

.glyphicon-fire:before {
    content: ""
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.glyphicon-warning-sign:before {
    content: ""
}

.glyphicon-plane:before {
    content: ""
}

.glyphicon-calendar:before {
    content: ""
}

.glyphicon-random:before {
    content: ""
}

.glyphicon-comment:before {
    content: ""
}

.glyphicon-magnet:before {
    content: ""
}

.glyphicon-chevron-up:before {
    content: ""
}

.glyphicon-chevron-down:before {
    content: ""
}

.glyphicon-retweet:before {
    content: ""
}

.glyphicon-shopping-cart:before {
    content: ""
}

.glyphicon-folder-close:before {
    content: ""
}

.glyphicon-folder-open:before {
    content: ""
}

.glyphicon-resize-vertical:before {
    content: ""
}

.glyphicon-resize-horizontal:before {
    content: ""
}

.glyphicon-hdd:before {
    content: ""
}

.glyphicon-bullhorn:before {
    content: ""
}

.glyphicon-bell:before {
    content: ""
}

.glyphicon-certificate:before {
    content: ""
}

.glyphicon-thumbs-up:before {
    content: ""
}

.glyphicon-thumbs-down:before {
    content: ""
}

.glyphicon-hand-right:before {
    content: ""
}

.glyphicon-hand-left:before {
    content: ""
}

.glyphicon-hand-up:before {
    content: ""
}

.glyphicon-hand-down:before {
    content: ""
}

.glyphicon-circle-arrow-right:before {
    content: ""
}

.glyphicon-circle-arrow-left:before {
    content: ""
}

.glyphicon-circle-arrow-up:before {
    content: ""
}

.glyphicon-circle-arrow-down:before {
    content: ""
}

.glyphicon-globe:before {
    content: ""
}

.glyphicon-wrench:before {
    content: ""
}

.glyphicon-tasks:before {
    content: ""
}

.glyphicon-filter:before {
    content: ""
}

.glyphicon-briefcase:before {
    content: ""
}

.glyphicon-fullscreen:before {
    content: ""
}

.glyphicon-dashboard:before {
    content: ""
}

.glyphicon-paperclip:before {
    content: ""
}

.glyphicon-heart-empty:before {
    content: ""
}

.glyphicon-link:before {
    content: ""
}

.glyphicon-phone:before {
    content: ""
}

.glyphicon-pushpin:before {
    content: ""
}

.glyphicon-usd:before {
    content: ""
}

.glyphicon-gbp:before {
    content: ""
}

.glyphicon-sort:before {
    content: ""
}

.glyphicon-sort-by-alphabet:before {
    content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
    content: ""
}

.glyphicon-sort-by-order:before {
    content: ""
}

.glyphicon-sort-by-order-alt:before {
    content: ""
}

.glyphicon-sort-by-attributes:before {
    content: ""
}

.glyphicon-sort-by-attributes-alt:before {
    content: ""
}

.glyphicon-unchecked:before {
    content: ""
}

.glyphicon-expand:before {
    content: ""
}

.glyphicon-collapse-down:before {
    content: ""
}

.glyphicon-collapse-up:before {
    content: ""
}

.glyphicon-log-in:before {
    content: ""
}

.glyphicon-flash:before {
    content: ""
}

.glyphicon-log-out:before {
    content: ""
}

.glyphicon-new-window:before {
    content: ""
}

.glyphicon-record:before {
    content: ""
}

.glyphicon-save:before {
    content: ""
}

.glyphicon-open:before {
    content: ""
}

.glyphicon-saved:before {
    content: ""
}

.glyphicon-import:before {
    content: ""
}

.glyphicon-export:before {
    content: ""
}

.glyphicon-send:before {
    content: ""
}

.glyphicon-floppy-disk:before {
    content: ""
}

.glyphicon-floppy-saved:before {
    content: ""
}

.glyphicon-floppy-remove:before {
    content: ""
}

.glyphicon-floppy-save:before {
    content: ""
}

.glyphicon-floppy-open:before {
    content: ""
}

.glyphicon-credit-card:before {
    content: ""
}

.glyphicon-transfer:before {
    content: ""
}

.glyphicon-cutlery:before {
    content: ""
}

.glyphicon-header:before {
    content: ""
}

.glyphicon-compressed:before {
    content: ""
}

.glyphicon-earphone:before {
    content: ""
}

.glyphicon-phone-alt:before {
    content: ""
}

.glyphicon-tower:before {
    content: ""
}

.glyphicon-stats:before {
    content: ""
}

.glyphicon-sd-video:before {
    content: ""
}

.glyphicon-hd-video:before {
    content: ""
}

.glyphicon-subtitles:before {
    content: ""
}

.glyphicon-sound-stereo:before {
    content: ""
}

.glyphicon-sound-dolby:before {
    content: ""
}

.glyphicon-sound-5-1:before {
    content: ""
}

.glyphicon-sound-6-1:before {
    content: ""
}

.glyphicon-sound-7-1:before {
    content: ""
}

.glyphicon-copyright-mark:before {
    content: ""
}

.glyphicon-registration-mark:before {
    content: ""
}

.glyphicon-cloud-download:before {
    content: ""
}

.glyphicon-cloud-upload:before {
    content: ""
}

.glyphicon-tree-conifer:before {
    content: ""
}

.glyphicon-tree-deciduous:before {
    content: ""
}

.glyphicon-cd:before {
    content: ""
}

.glyphicon-save-file:before {
    content: ""
}

.glyphicon-open-file:before {
    content: ""
}

.glyphicon-level-up:before {
    content: ""
}

.glyphicon-copy:before {
    content: ""
}

.glyphicon-paste:before {
    content: ""
}

.glyphicon-alert:before {
    content: ""
}

.glyphicon-equalizer:before {
    content: ""
}

.glyphicon-king:before {
    content: ""
}

.glyphicon-queen:before {
    content: ""
}

.glyphicon-pawn:before {
    content: ""
}

.glyphicon-bishop:before {
    content: ""
}

.glyphicon-knight:before {
    content: ""
}

.glyphicon-baby-formula:before {
    content: ""
}

.glyphicon-tent:before {
    content: "⛺"
}

.glyphicon-blackboard:before {
    content: ""
}

.glyphicon-bed:before {
    content: ""
}

.glyphicon-apple:before {
    content: ""
}

.glyphicon-erase:before {
    content: ""
}

.glyphicon-hourglass:before {
    content: "⌛"
}

.glyphicon-lamp:before {
    content: ""
}

.glyphicon-duplicate:before {
    content: ""
}

.glyphicon-piggy-bank:before {
    content: ""
}

.glyphicon-scissors:before {
    content: ""
}

.glyphicon-bitcoin:before {
    content: ""
}

.glyphicon-btc:before {
    content: ""
}

.glyphicon-xbt:before {
    content: ""
}

.glyphicon-yen:before {
    content: "¥"
}

.glyphicon-jpy:before {
    content: "¥"
}

.glyphicon-ruble:before {
    content: "₽"
}

.glyphicon-rub:before {
    content: "₽"
}

.glyphicon-scale:before {
    content: ""
}

.glyphicon-ice-lolly:before {
    content: ""
}

.glyphicon-ice-lolly-tasted:before {
    content: ""
}

.glyphicon-education:before {
    content: ""
}

.glyphicon-option-horizontal:before {
    content: ""
}

.glyphicon-option-vertical:before {
    content: ""
}

.glyphicon-menu-hamburger:before {
    content: ""
}

.glyphicon-modal-window:before {
    content: ""
}

.glyphicon-oil:before {
    content: ""
}

.glyphicon-grain:before {
    content: ""
}

.glyphicon-sunglasses:before {
    content: ""
}

.glyphicon-text-size:before {
    content: ""
}

.glyphicon-text-color:before {
    content: ""
}

.glyphicon-text-background:before {
    content: ""
}

.glyphicon-object-align-top:before {
    content: ""
}

.glyphicon-object-align-bottom:before {
    content: ""
}

.glyphicon-object-align-horizontal:before {
    content: ""
}

.glyphicon-object-align-left:before {
    content: ""
}

.glyphicon-object-align-vertical:before {
    content: ""
}

.glyphicon-object-align-right:before {
    content: ""
}

.glyphicon-triangle-right:before {
    content: ""
}

.glyphicon-triangle-left:before {
    content: ""
}

.glyphicon-triangle-bottom:before {
    content: ""
}

.glyphicon-triangle-top:before {
    content: ""
}

.glyphicon-console:before {
    content: ""
}

.glyphicon-superscript:before {
    content: ""
}

.glyphicon-subscript:before {
    content: ""
}

.glyphicon-menu-left:before {
    content: ""
}

.glyphicon-menu-right:before {
    content: ""
}

.glyphicon-menu-down:before {
    content: ""
}

.glyphicon-menu-up:before {
    content: ""
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Inter',Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #7a7d7f;
    background-color: #ebeff2
}

    body strong {
        font-weight: normal;
        font-family: 'Inter'
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0a1d6f;
    text-decoration: none
}

    a:hover, a:focus {
        color: #306868
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ebeff2;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    color: inherit
}

    h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%
    }

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

@media(min-width:1025px) {
    .md-center {
        text-align: center
    }
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #0a1d6f
}

a.text-primary:hover, a.text-primary:focus {
    color: #296262
}

.text-success {
    color: #fff
}

a.text-success:hover, a.text-success:focus {
    color: #e6e6e6
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #fff
}

a.text-danger:hover, a.text-danger:focus {
    color: #e6e6e6
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #0a1d6f
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #296262
}

.bg-success {
    background-color: #a2d5ab
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #7fc58b
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #df5c5e
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #d73134
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.428571429;
        color: #777
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '— '
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
            content: ''
        }

        .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
            content: ' —'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #7a7d7f;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:before, .container:after {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:before, .row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #ebeff2
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #a2d5ab
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #90cd9b
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #df5c5e
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #db4749
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #7a7d7f;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

.label-checkbox {
    display: inline !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #7a7d7f
}

#txtCelular {
    padding-right: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #7a7d7f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d5dadd;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        border-color: #0a1d6f
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control.error {
        border-color: #df5c5e
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

.error .form-control {
    border-color: #df5c5e
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 55px
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 68.75px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #fff
}

.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #e6e6e6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px white;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px white
    }

.has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #a2d5ab
}

.has-success .form-control-feedback {
    color: #fff
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #fff
}

.has-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #e6e6e6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px white;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px white
    }

.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #df5c5e
}

.has-error .form-control-feedback {
    color: #fff
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #bbbdbe
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: none;
    padding: 14px 50px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: none
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #fff;
        text-decoration: none
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #57ffff;
    background-color: #387979;
    border-color: #357272
}

    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
        color: #57ffff;
        background-color: #2d6161;
        border-color: #204545
    }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #0a1d6f;
    border-color: #0a1d6f
}

.btn-default .badge {
    color: #0a1d6f;
    background-color: #fff
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #0a1d6f;
    background-color: transparent;
    border-color: #357272
}

    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
        color: #0a1d6f;
        background-color: transparent;
        border-color: #204545
    }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: transparent;
    border-color: #0a1d6f
}

.btn-primary .badge {
    color: transparent;
    background-color: #0a1d6f
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none
    }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #0a1d6f;
    font-weight: normal;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover, .btn-link:focus {
                color: #306868;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #7a7d7f;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #6e7072;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #0a1d6f
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table
    }

    .btn-toolbar:after {
        clear: both
    }

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #7a7d7f;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d5dadd;
    border-right: none
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:before, .nav:after {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #0a1d6f
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 0 0 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #ebeff2;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

    .nav-pills > li + li {
        margin-left: 0
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #0a1d6f
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media(min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media(min-width:768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ebeff2
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

@media(min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px)and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1001;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000
}

@media(min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    width: 207px;
    height: 37px;
    font: 0/0 'a';
    color: transparent;
    background: url(/content/imagens/logo-banco-rendimento.png) no-repeat 0 0;
    margin: 17px 25px 0 0
}

@media(min-width:1024px)and (max-width:1240px) {
    .navbar-brand {
        margin: 17px 25px 0 0
    }
}

.navbar-brand a {
    display: block;
    width: 207px;
    height: 37px;
    overflow: hidden
}

.navbar-brand > img {
    display: block
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 15px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .floating-button-whatsapp {
        bottom: 160px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none
        }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 30px;
                padding-bottom: 30px
            }
}

.layout-topo {
    z-index: 50000
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 29px;
        margin-bottom: 29px
    }

.navbar-text {
    margin-top: 30px;
    margin-bottom: 30px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc
    }

.navbar-inverse {
    background-color: #112e50
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #081626
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #0b1d33
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #081626;
        color: #fff
    }

@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #081626
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #081626
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #081626
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444
    }

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    margin-top: -20px;
    list-style: none;
    border-radius: 0;
    font-size: 13px
}

    .breadcrumb a:not(.active) {
        color: #737373;
    }

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li a:after {
            content: ">";
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 2px 0 6px;
        }

    .breadcrumb > .active {
        color: #0a1d6f;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 5px 3px;
            margin: 0 8px;
            min-width: 22px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #7a7d7f;
            background-color: #ebeff2;
            border-top: 1px solid #d5dadd;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            z-index: 2;
            color: #306868;
            background-color: #ebeff2;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        z-index: 3;
        color: #0a1d6f;
        background-color: #ebeff2;
        border-color: #0a1d6f;
        border-width: 2px;
        cursor: default;
        margin-top: -1px
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager:before, .pager:after {
        content: " ";
        display: table
    }

    .pager:after {
        clear: both
    }

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ebeff2;
            border: 1px solid #d5dadd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #ebeff2
            }

    .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: #777;
        background-color: #ebeff2;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #0a1d6f
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #296262
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 11px;
    padding: 3px 7px 5px 7px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 8px;
    z-index: 3;
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #0a1d6f;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ebeff2;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

    .thumbnail .caption {
        padding: 9px;
        color: #7a7d7f
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #0a1d6f
}

.alert {
    padding: 8px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: bold
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 8px 10px20
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: 5px
    }

.alert-success {
    background-color: #a2d5ab;
    border-color: #90cd91;
    color: #fff
}

    .alert-success hr {
        border-top-color: #7fc580
    }

    .alert-success .alert-link {
        color: #e6e6e6
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #df5c5e;
    border-color: #db4762;
    color: #fff
}

    .alert-danger hr {
        border-top-color: #d7314f
    }

    .alert-danger .alert-link {
        color: #e6e6e6
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 4px;
    margin-bottom: 20px;
    background-color: #f5f5f5
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #0a1d6f;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #0a1d6f;
    border-color: #0a1d6f
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #addddd
    }

.list-group-item-success {
    color: #fff;
    background-color: #a2d5ab
}

a.list-group-item-success, button.list-group-item-success {
    color: #fff
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
        color: #fff;
        background-color: #90cd9b
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #fff;
        border-color: #fff
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #fff;
    background-color: #df5c5e
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #fff
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
        color: #fff;
        background-color: #db4749
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #fff;
        border-color: #fff
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff
}

.panel-body {
    padding: 15px
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table
    }

    .panel-body:after {
        clear: both
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1px;
            border-top-right-radius: -1px
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1px
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1px
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1px;
            border-bottom-right-radius: -1px
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1px
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #7a7d7f !important;
        background-color: #f5f5f5 !important;
        border-color: #ddd !important
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd !important
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #7a7d7f !important
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd !important
    }

.panel-primary {
    border-color: #0a1d6f
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #0a1d6f;
        border-color: #0a1d6f
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0a1d6f
        }

        .panel-primary > .panel-heading .badge {
            color: #0a1d6f;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0a1d6f
    }

.panel-success {
    border-color: #90cd91
}

    .panel-success > .panel-heading {
        color: #fff;
        background-color: #a2d5ab;
        border-color: #90cd91
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #90cd91
        }

        .panel-success > .panel-heading .badge {
            color: #a2d5ab;
            background-color: #fff
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #90cd91
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #db4762
}

    .panel-danger > .panel-heading {
        color: #fff;
        background-color: #df5c5e;
        border-color: #db4762
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #db4762
        }

        .panel-danger > .panel-heading .badge {
            color: #df5c5e;
            background-color: #fff
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #db4762
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    background-clip: padding-box;
    padding: 30px;
    font-size: 15px;
    color: #7a7d7f;
    outline: 0;
    border-radius: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 0 0 25px
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%
}

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 12% auto 30px
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Inter',Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #0a1d6f;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px 0 #8a8a8a;
    -moz-box-shadow: 0 2px 3px 0 #8a8a8a;
    box-shadow: 0 2px 3px 0 #8a8a8a
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0a1d6f
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0a1d6f
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0a1d6f
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #0a1d6f
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #0a1d6f
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0a1d6f
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0a1d6f
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0a1d6f
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Inter',Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    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)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    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 {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        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 {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-pictograma {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent
}

    .carousel-control.right {
        left: auto;
        right: 0
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '‹'
        }

        .carousel-control .icon-next:before {
            content: '›'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.box-aplicacao {
    background-color: #fff;
    padding-top: 2%
}

.box-aplicacao-inter {
    border-right: 1px solid #ccc
}

.table-default .tabela-contas .table th {
    min-width: 100px
}

.model-info {
    color: #0a1d6f
}

@charset "UTF-8";

.icone-sprite, .icone-acessar, .icone-agendamento, .icone-ajuda, .icone-alerta-modal, .icone-alerta, .icone-alertar, .icone-alterar-permissoes-on, .icone-alterar-permissoes, .icone-alterar, .icone-brasilia-azul, .icone-brasilia-laranja, .icone-brasilia-on, .icone-brasilia-roxo, .icone-brasilia-verde, .icone-brasilia-rosa, .icone-brasilia, .icone-buscar-tablet, .icone-buscar-verde, .icone-buscar, .icone-buscar2, .icone-cadastrese, .icone-cadeado, .icone-chile-azul, .icone-chile-laranja, .icone-chile-on, .icone-chile-roxo, .icone-chile-verde, .icone-chile-rosa, .icone-chile, .icone-china-azul, .icone-china-laranja, .icone-china-on, .icone-china-roxo, .icone-china-verde, .icone-china-rosa, .icone-china, .icone-comprovantes-on, .icone-comprovantes, .icone-configurar-on, .icone-configurar, .icone-cracha, .icone-debitos-automaticos, .icone-desbloquear, .icone-dica-central, .icone-dica-seguranca, .icone-download-porc, .icone-editar, .icone-email, .icone-estrela-d, .icone-estrela-p, .icone-eua-azul, .icone-eua-laranja, .icone-eua-on, .icone-eua-roxo, .icone-eua-verde, .icone-eua-rosa, .icone-eua-zul, .icone-eua, .icone-exclamacao, .icone-excluir, .icone-exibir, .icone-favorecidos-on, .icone-favorecidos, .icone-fechar, .icone-franca-azul, .icone-franca-laranja, .icone-franca-on, .icone-franca-roxo, .icone-franca-verde, .icone-franca-rosa, .icone-franca, .icone-grecia-azul, .icone-grecia-laranja, .icone-grecia-on, .icone-grecia-roxo, .icone-grecia-verde, .icone-grecia-rosa, .icone-grecia, .icone-holanda-azul, .icone-holanda-laranja, .icone-holanda-on, .icone-holanda-roxo, .icone-holanda-verde, .icone-holanda-rosa, .icone-holanda, .icone-horario, .icone-ico_pagamento_lote, .icone-importante, .icone-incluir, .icone-info-brasilia-laranja, .icone-inglaterra-azul, .icone-inglaterra-laranja, .icone-inglaterra-on, .icone-inglaterra-roxo, .icone-inglaterra-verde, .icone-inglaterra-rosa, .icone-inglaterra, .icone-italia-azul, .icone-italia-laranja, .icone-italia-on, .icone-italia-roxo, .icone-italia-verde, .icone-italia-rosa, .icone-italia, .icone-md-alterar-senha-on, .icone-md-alterar-senha, .icone-md-atalhos-on, .icone-md-atalhos, .icone-md-dados-cadastrais-on, .icone-md-dados-cadastrais, .icone-md-mensagens-on, .icone-md-mensagens, .icone-md-selo-on, .icone-md-selo, .icone-md-token-on, .icone-md-token, .icone-menos, .icone-menu-cambio, .icone-menu-cartoes, .icone-menu-open-banking, .icone-transferencia-lg-disable, .icone-menu-cobranca, .icone-menu-comprovantes, .icone-menu-credito, .icone-menu-home, .icone-menu-investimentos, .icone-menu-lista, .icone-menu-pagamentos, .icone-menu-saldo, .icone-menu-saldo-e-extrato, .icone-menu-transferencias, .icone-ocultar-on, .icone-ocultar, .icone-operador-on, .icone-operador, .icone-operadores-on, .icone-operadores, .icone-pagamento-lote-on, .icone-pagamento-lote, .icone-pagamento, .icone-pagamentos-concluidos, .icone-pagamentos-nao-concluidos, .icone-pdf, .icone-pendencias-on, .icone-pendencias, .icone-print, .icone-reativar, .icone-redirecionar, .icone-rio-azul, .icone-rio-laranja, .icone-rio-on, .icone-rio-roxo, .icone-rio-verde, .icone-rio-rosa, .icone-rio, .icone-sair-off, .icone-sair, .icone-seguranca, .icone-seta-r-cv, .icone-seta-r, .icone-tam-fonte-off, .icone-tam-fonte, .icone-token-google-aut-mobile, .icone-token-google-aut, .icone-token-symantec-mobile, .icone-token-symantec, .icone-token, .icone-transferencia-lg-on, .icone-transferencia-lg, .icone-transferencia, .icone-trocar-de-conta, .icone-verificado, .icone-xls {
    background-image: url('../imagens/icone-s5719170596.png');
    background-repeat: no-repeat
}

.icone-menu-pix {
    background-image: url('../imagens/Pix.png');
    background-position: center;
    background-repeat: no-repeat
}

.btn-padrao:hover {
    color: #fff;
    background-color: #2f7a75 !important;
    border-color: #2f7a75 !important
}

.btn-padrao {
    color: #fff;
    background-color: #0a1d6f !important;
    border-color: #0a1d6f !important
}

.btn-ghost:hover {
    color: #fff;
    background-color: #0a1d6f !important;
    border-color: #0a1d6f !important
}

.btn-ghost {
    color: #0a1d6f;
    background-color: transparent !important;
    border-color: #0a1d6f !important
}

.btn-ghost-2 {
    color: #fff;
    background-color: transparent !important;
    border-color: #fff !important
}

    .btn-ghost-2:hover {
        color: #fff;
        background-color: #0a1d6f !important;
        border-color: #0a1d6f !important
    }

.btn-desativar {
    color: #000 !important;
    background-color: #d6d9de !important;
    cursor: unset !important
}

.footer-btn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

    .footer-btn .btn {
        flex-grow: 1;
        margin: 0 7.5px
    }

.padding-bottom-30 {
    padding: 0 0 30px 0
}

.icone-informe-rendimento {
    background-image: url('../imagens/icone/rendimento-icon-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-informe-rendimento-on {
    background-image: url('../imagens/icone/rendimento-icon-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-md-alcada {
    background-image: url('../imagens/icone/alcada-icon-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-md-alcada-on {
    background-image: url('../imagens/icone/alcada-icon-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-md-registrato {
    background-image: url(../imagens/icone/icon-bacen-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-registrato-on {
    background-image: url(../imagens/icone/icon-bacen-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-provisao {
    background-image: url(../imagens/icone/icon-provisao-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-provisao-on {
    background-image: url(../imagens/icone/icon-provisao-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-calendario {
    background-image: url(../imagens/icone/icon-calendario-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-calendario-on {
    background-image: url(../imagens/icone/icon-calendario-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-menu-aprovacoes {
    background-image: url(../imagens/icone/menu-aprovacoes.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-aprovacoes-unificadas {
    background-image: url(../imagens/icone/menu-aprovacoes.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-transferencia {
    background-image: url(../imagens/icone/menu-aprovacoes.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-ordem-pagamento {
    background-image: url(../imagens/icone/menu-ordem-pagamento.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-limites-e-tarifas {
    background-image: url('../imagens/icone/menu-limites-e-tarifas.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-ptax {
    background-image: url('../imagens/icone/menu-ptax.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-gerenciar {
    background-image: url('../imagens/icone/menu-gerenciar-operacoes.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-transferencia-novo {
    background-image: url('../imagens/icone/menu-transferencia-novo.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-instrucao-pagamento {
    background-image: url('../imagens/icone/menu-instrucao-recebimento.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-arbitragem {
    background-image: url(../imagens/icone/menu-arbitragem.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-arbitragem-novo {
    background-image: url(../imagens/icone/menu-arbitragem2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important
}

.icone-acessar {
    background-position: 0 0;
    height: 24px;
    width: 24px
}

.icone-agendamento {
    background-position: 0 -24px;
    height: 19px;
    width: 19px
}

.icone-ajuda {
    background-position: 0 -43px;
    height: 24px;
    width: 24px
}

.icone-alerta-modal {
    background-position: 0 -67px;
    height: 41px;
    width: 41px
}

.icone-alerta-padrao-modal {
    background-image: url('../imagens/icone/alerta-padrao.png');
    background-position: 0 -41px;
    height: 41px;
    width: 41px
}

.icone-alerta-azul {
    background-image: url('../imagens/icone/icone-alerta.png');
    height: 20px;
    width: 20px
}

.icone-alerta-amarelo {
    background-image: url('../imagens/icone/alerta-amarelo.png');
    background-position: 0 -41px;
    height: 41px;
    width: 41px
}

.icone-alerta {
    background-position: 0 -108px;
    height: 38px;
    width: 38px
}

.icone-copiar {
    background-position: 0 -108px;
    height: 38px;
    width: 38px
}

.icone-alertar {
    background-position: 0 -146px;
    height: 24px;
    width: 24px
}

.icone-alterar-permissoes-on {
    background-position: 0 -170px;
    height: 65px;
    width: 100px
}

.icon-alerta {
    background-image: url('../imagens/icone/icone-alerta.png');
    background-repeat: no-repeat;
    background-position: 0 -170px;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-alerta-token {
    background-image: url('../imagens/icone/icone-alerta-token.png');
    top: 25%;
    position: absolute;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat
}

.icon-alerta-perfil-investidor {
    background-image: url('../imagens/icone/icone-alerta-perfil-investidor.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-erro-perfil-investidor {
    background-image: url('../imagens/icone/icone-erro-perfil-investidor.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-copiar {
    background-image: url('../imagens/icone/icone-copiar.jpg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-configurar-pagamentos {
    background-image: url('../imagens/icone/icon-configurar-pagamentos-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-limite-diario {
    background-image: url('../imagens/DEFINIR LIMITE DIARIO1.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 38px;
    /*margin: 0 auto 0 -68px !important;*/
}

.icone-saldo-extrato-pix {
    background-image: url('../imagens/icone/saldo-extrato-pix.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 38px;
    /*margin: 0 auto 0 -68px !important;*/
}

.div-saldo-extrato-pix {
    height: 25px;
    width: 25px;
    margin-right: 38px
}

.novo-icone-saldo-extrato-pix {
    height: 16px;
    margin-left: 4px
}

.icone-md-pagamento-pix {
    background-image: url('../imagens/icone/u271.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.3,.3);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important
}

.icone-md-pagamento-pix-on {
    background-image: url('../imagens/icone/u271.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.3,.3);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important;
    filter: brightness(100)
}

.icone-md-devolver-pix {
    background-image: url('../imagens/icone/devolver-pix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.2,.2);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important
}

.icone-md-devolver-pix-on {
    background-image: url('../imagens/icone/devolver-pix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.2,.2);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important;
    filter: brightness(100)
}

.icone-md-receber-pix {
    background-image: url('../imagens/icone/ReceberPix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.1,.1);
    height: 400px;
    width: 400px;
    margin-top: -151px !important;
    margin-left: -167px !important
}

.icone-md-receber-pix-on {
    background-image: url('../imagens/icone/ReceberPix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.1,.1);
    height: 400px;
    width: 400px;
    margin-top: -151px !important;
    margin-left: -167px !important;
    filter: brightness(100)
}

.icone-md-minhas-chaves-pix {
    background-image: url('../imagens/icone/minhas-chaves.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.08,.08);
    height: 512px;
    width: 512px;
    margin-top: -205px !important;
    margin-left: -215px !important
}

.icone-md-minhas-chaves-pix-on {
    background-image: url('../imagens/icone/minhas-chaves.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.08,.08);
    height: 512px;
    width: 512px;
    margin-top: -205px !important;
    margin-left: -215px !important;
    filter: brightness(100)
}

.icon-configurar-pagamentos-on {
    background-image: url('../imagens/icone/icon-configurar-pagamentos-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-consultar {
    background-image: url('../imagens/icone/icon-consultar-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-consultar-on {
    background-image: url('../imagens/icone/icon-consultar-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-gerenciar-arquivos {
    background-image: url('../imagens/icone/icon-gerenciar-arquivos-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-gerenciar-arquivos-on {
    background-image: url('../imagens/icone/icon-gerenciar-arquivos-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-md-provisao {
    background-image: url(../imagens/icone/icon-provisao-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-provisao-on {
    background-image: url(../imagens/icone/icon-provisao-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-calendario {
    background-image: url(../imagens/icone/icon-calendario-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-calendario-on {
    background-image: url(../imagens/icone/icon-calendario-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icon-remessa {
    background-image: url('../imagens/icone/icon-remessa-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-remessa-on {
    background-image: url('../imagens/icone/icon-remessa-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-alterar-permissoes {
    background-position: 0 -235px;
    height: 65px;
    width: 100px
}

.icone-alterar-alcada {
    background-image: url('../imagens/icone/icone-alterar-alcada.png');
    background-position: 0 -230px;
    height: 23px;
    width: 23px
}

.icone-excluir-alcada {
    background-image: url('../imagens/icone/icone-excluir-alcada.png');
    background-position: 0 -230px;
    height: 23px;
    width: 23px
}

.icone-detalhes-alcada {
    background-image: url('../imagens/icone/icone-detalhes-alcada.png');
    background-position: 0 -231px;
    height: 21px;
    width: 21px
}

.icone-consumo-alcada {
    background-image: url('../imagens/icone/icone-consumo-alcada.png');
    background-position: 0 -230px;
    height: 23px;
    width: 23px
}

.icone-alterar {
    background-position: 0 -300px;
    height: 25px;
    width: 25px
}

.icone-brasilia-azul {
    background-position: 0 -325px;
    height: 160px;
    width: 160px
}

.icone-brasilia-laranja {
    background-position: 0 -485px;
    height: 160px;
    width: 160px
}

.txt-item-pag label {
    width: auto !important;
    clear: none;
    margin-right: 10px
}

.icone-brasilia-on {
    background-position: 0 -645px;
    height: 160px;
    width: 160px
}

.icone-brasilia-roxo {
    background-position: 0 -805px;
    height: 160px;
    width: 160px
}

.icone-brasilia-verde {
    background-position: 0 -965px;
    height: 160px;
    width: 160px
}

.icone-brasilia-rosa {
    background-position: 0 -1125px;
    height: 160px;
    width: 160px
}

.icone-brasilia {
    background-position: 0 -1285px;
    height: 160px;
    width: 160px
}

.icone-buscar-tablet {
    background-position: 0 -1445px;
    height: 23px;
    width: 24px
}

.icone-buscar-verde {
    background-position: 0 -1468px;
    height: 38px;
    width: 38px
}

.icone-buscar {
    background-position: 0 -1506px;
    height: 38px;
    width: 38px
}

.icone-buscar2 {
    background-position: 0 -1544px;
    height: 50px;
    width: 50px
}

.icone-cadastrese {
    background-position: 0 -1594px;
    height: 13px;
    width: 12px
}

.icone-cadeado {
    background-position: 0 -1607px;
    height: 24px;
    width: 15px
}

.icone-chile-azul {
    background-position: 0 -1631px;
    height: 160px;
    width: 160px
}

.icone-chile-laranja {
    background-position: 0 -1791px;
    height: 160px;
    width: 160px
}

.icone-chile-on {
    background-position: 0 -1951px;
    height: 160px;
    width: 160px
}

.icone-chile-roxo {
    background-position: 0 -2111px;
    height: 160px;
    width: 160px
}

.icone-chile-verde {
    background-position: 0 -2271px;
    height: 160px;
    width: 160px
}

.icone-chile-rosa {
    background-position: 0 -2431px;
    height: 160px;
    width: 160px
}

.icone-chile {
    background-position: 0 -2591px;
    height: 160px;
    width: 160px
}

.icone-china-azul {
    background-position: 0 -2751px;
    height: 160px;
    width: 160px
}

.icone-china-laranja {
    background-position: 0 -2911px;
    height: 160px;
    width: 160px
}

.icone-china-on {
    background-position: 0 -3071px;
    height: 160px;
    width: 160px
}

.icone-china-roxo {
    background-position: 0 -3231px;
    height: 160px;
    width: 160px
}

.icone-china-verde {
    background-position: 0 -3391px;
    height: 160px;
    width: 160px
}

.icone-china-rosa {
    background-position: 0 -3551px;
    height: 160px;
    width: 160px
}

.icone-china {
    background-position: 0 -3711px;
    height: 160px;
    width: 160px
}

.icone-comprovantes-on {
    background-position: 0 -3871px;
    height: 65px;
    width: 100px
}

.icone-comprovantes {
    background-position: 0 -3936px;
    height: 65px;
    width: 100px
}

.icone-configurar-on {
    background-position: 0 -4001px;
    height: 38px;
    width: 38px
}

.icone-configurar {
    background-position: 0 -4039px;
    height: 38px;
    width: 38px
}

.icone-cracha {
    background-position: 0 -4077px;
    height: 120px;
    width: 155px
}

.icone-debitos-automaticos {
    background-position: 0 -4197px;
    height: 19px;
    width: 19px
}

.icone-desbloquear {
    background-position: 0 -4216px;
    height: 25px;
    width: 25px
}

.icone-dica-central {
    background-position: 0 -4241px;
    height: 35px;
    width: 35px
}

.icone-dica-seguranca {
    background-position: 0 -4276px;
    height: 35px;
    width: 35px
}

.icone-download-porc {
    background-position: 0 -4311px;
    height: 24px;
    width: 24px
}

.icone-editar {
    background-position: 0 -4335px;
    height: 12px;
    width: 11px
}

.icone-email {
    background-position: 0 -4347px;
    height: 42px;
    width: 42px
}

.icone-estrela-d {
    background-position: 0 -4389px;
    height: 15px;
    width: 15px
}

.icone-estrela-p {
    background-position: 0 -4404px;
    height: 15px;
    width: 15px
}

.icone-eua-azul {
    background-position: 0 -4419px;
    height: 160px;
    width: 160px
}

.icone-eua-laranja {
    background-position: 0 -4579px;
    height: 160px;
    width: 160px
}

.icone-eua-on {
    background-position: 0 -4739px;
    height: 160px;
    width: 160px
}

.icone-eua-roxo {
    background-position: 0 -4899px;
    height: 160px;
    width: 160px
}

.icone-eua-verde {
    background-position: 0 -5059px;
    height: 160px;
    width: 160px
}

.icone-eua-rosa {
    background-position: 0 -5219px;
    height: 160px;
    width: 160px
}

.icone-eua-zul {
    background-position: 0 -5379px;
    height: 160px;
    width: 160px
}

.icone-eua {
    background-position: 0 -5539px;
    height: 160px;
    width: 160px
}

.icone-exclamacao {
    background-position: 0 -5699px;
    height: 31px;
    width: 31px
}

.icone-excluir {
    background-position: 0 -5730px;
    height: 25px;
    width: 25px
}

.icone-exibir {
    background-position: 0 -5755px;
    height: 21px;
    width: 24px
}

.icone-favorecidos-on {
    background-position: 0 -5776px;
    height: 65px;
    width: 100px
}

.icone-favorecidos {
    background-position: 0 -5841px;
    height: 65px;
    width: 100px
}

.icone-fechar {
    background-position: 0 -5906px;
    height: 32px;
    width: 32px
}

.icone-franca-azul {
    background-position: 0 -5938px;
    height: 160px;
    width: 160px
}

.icone-franca-laranja {
    background-position: 0 -6098px;
    height: 160px;
    width: 160px
}

.icone-franca-on {
    background-position: 0 -6258px;
    height: 160px;
    width: 160px
}

.icone-franca-roxo {
    background-position: 0 -6418px;
    height: 160px;
    width: 160px
}

.icone-franca-verde {
    background-position: 0 -6578px;
    height: 160px;
    width: 160px
}

.icone-franca-rosa {
    background-position: 0 -6738px;
    height: 160px;
    width: 160px
}

.icone-franca {
    background-position: 0 -6898px;
    height: 160px;
    width: 160px
}

.icone-grecia-azul {
    background-position: 0 -7058px;
    height: 160px;
    width: 160px
}

.icone-grecia-laranja {
    background-position: 0 -7218px;
    height: 160px;
    width: 160px
}

.icone-grecia-on {
    background-position: 0 -7378px;
    height: 160px;
    width: 160px
}

.icone-grecia-roxo {
    background-position: 0 -7538px;
    height: 160px;
    width: 160px
}

.icone-grecia-verde {
    background-position: 0 -7698px;
    height: 160px;
    width: 160px
}

.icone-grecia-rosa {
    background-position: 0 -7858px;
    height: 160px;
    width: 160px
}

.icone-grecia {
    background-position: 0 -8018px;
    height: 160px;
    width: 160px
}

.icone-holanda-azul {
    background-position: 0 -8178px;
    height: 160px;
    width: 160px
}

.icone-holanda-laranja {
    background-position: 0 -8338px;
    height: 160px;
    width: 160px
}

.icone-holanda-on {
    background-position: 0 -8498px;
    height: 160px;
    width: 160px
}

.icone-holanda-roxo {
    background-position: 0 -8658px;
    height: 160px;
    width: 160px
}

.icone-holanda-verde {
    background-position: 0 -8818px;
    height: 160px;
    width: 160px
}

.icone-holanda-rosa {
    background-position: 0 -8978px;
    height: 160px;
    width: 160px
}

.icone-holanda {
    background-position: 0 -9138px;
    height: 160px;
    width: 160px
}

.icone-horario {
    background-position: 0 -9298px;
    height: 24px;
    width: 24px
}

.icone-ico_pagamento_lote {
    background-position: 0 -9322px;
    height: 39px;
    width: 51px
}

.icone-importante {
    background-position: 0 -9361px;
    height: 22px;
    width: 24px
}

.icone-informacao {
    background-image: url('../imagens/icone/InformacaoIcone.png');
    background-position: 0 -9361px;
    height: 22px;
    width: 24px
}

.icone-incluir {
    background-position: 0 -9383px;
    height: 24px;
    width: 24px
}

.icone-info-brasilia-laranja {
    background-position: 0 -9407px;
    height: 35px;
    width: 54px
}

.icone-inglaterra-azul {
    background-position: 0 -9442px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-laranja {
    background-position: 0 -9602px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-on {
    background-position: 0 -9762px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-roxo {
    background-position: 0 -9922px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-verde {
    background-position: 0 -10082px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-rosa {
    background-position: 0 -10242px;
    height: 160px;
    width: 160px
}

.icone-inglaterra {
    background-position: 0 -10402px;
    height: 160px;
    width: 160px
}

.icone-italia-azul {
    background-position: 0 -10562px;
    height: 160px;
    width: 160px
}

.icone-italia-laranja {
    background-position: 0 -10722px;
    height: 160px;
    width: 160px
}

.icone-italia-on {
    background-position: 0 -10882px;
    height: 160px;
    width: 160px
}

.icone-italia-roxo {
    background-position: 0 -11042px;
    height: 160px;
    width: 160px
}

.icone-italia-verde {
    background-position: 0 -11202px;
    height: 160px;
    width: 160px
}

.icone-italia-rosa {
    background-position: 0 -11362px;
    height: 160px;
    width: 160px
}

.icone-italia {
    background-position: 0 -11522px;
    height: 160px;
    width: 160px
}

.icone-md-alterar-senha-on {
    background-position: 0 -11682px;
    height: 65px;
    width: 100px
}

.icone-md-alterar-senha {
    background-position: 0 -11747px;
    height: 65px;
    width: 100px
}

.icone-md-atalhos-on {
    background-position: 0 -11812px;
    height: 65px;
    width: 100px
}

.icone-md-atalhos {
    background-position: 0 -11877px;
    height: 65px;
    width: 100px
}

.icone-md-dados-cadastrais-on {
    background-position: 0 -11942px;
    height: 65px;
    width: 100px
}

.icone-md-dados-cadastrais {
    background-position: 0 -12007px;
    height: 65px;
    width: 100px
}

.icone-md-mensagens-on {
    background-position: 0 -12072px;
    height: 65px;
    width: 100px
}

.icone-md-mensagens {
    background-position: 0 -12137px;
    height: 65px;
    width: 100px
}

.icone-md-selo-on {
    background-position: 0 -12202px;
    height: 65px;
    width: 100px
}

.icone-md-selo {
    background-position: 0 -12267px;
    height: 65px;
    width: 100px
}

.icone-md-token-on {
    background-position: 0 -12332px;
    height: 65px;
    width: 100px
}

.icone-md-token {
    background-position: 0 -12397px;
    height: 65px;
    width: 100px
}

.icone-menos {
    background-position: 0 -12462px;
    height: 24px;
    width: 24px
}

.icone-menu-pix {
    height: 24px;
    width: 25px
}

.icone-menu-cambio {
    background-position: 0 -12486px;
    height: 24px;
    width: 25px
}

.icone-menu-cartoes {
    background-position: 0 -12510px;
    height: 23px;
    width: 24px
}

.icone-menu-open-banking {
    background-image: url('../imagens/icone/menu-open-banking.png');
    height: 23px;
    width: 24px
}

.icone-menu-cobranca {
    background-position: 0 -12533px;
    height: 19px;
    width: 24px
}

.icone-menu-comprovantes {
    background-position: 0 -12552px;
    height: 25px;
    width: 24px
}

.icone-menu-aprovacoes {
    height: 26px;
    width: 26px
}

.icone-menu-aprovacoes-unificadas {
    height: 26px;
    width: 26px
}

.icone-menu-ordem-pagamento {
    height: 19px;
    width: 34px
}

.icone-menu-gerenciar {
    height: 30px;
    width: 28px
}

.icone-menu-limites-e-tarifas {
    height: 21px;
    width: 24px
}

.icone-menu-transferencia-novo {
    height: 21px;
    width: 24px
}

.icone-menu-instrucao-pagamento {
    height: 30px;
    width: 35px
}

.icone-menu-ptax {
    height: 24px;
    width: 24px
}

.icone-menu-arbitragem {
    height: 26px;
    width: 26px
}

.icone-menu-arbitragem-novo {
    height: 26px;
    width: 26px
}

.icone-menu-credito {
    background-position: 0 -12577px;
    height: 24px;
    width: 15px
}

.icone-menu-home {
    background-position: 0 -12601px;
    height: 21px;
    width: 24px
}

.icone-menu-investimentos {
    background-position: 0 -12622px;
    height: 16px;
    width: 26px
}

.icone-menu-lista {
    background-position: 0 -12638px;
    height: 32px;
    width: 32px
}

.icone-menu-pagamentos {
    background-position: 0 -12670px;
    height: 18px;
    width: 24px
}

.icone-menu-saldo-e-extrato {
    background-position: 0 -12688px;
    height: 22px;
    width: 24px
}

.icone-menu-saldo {
    background-position: 0 -12688px;
    height: 22px;
    width: 24px
}

.icone-menu-transferencias {
    background-position: 0 -12710px;
    height: 24px;
    width: 13px
}

.icone-ocultar-on {
    background-position: 0 -12734px;
    height: 21px;
    width: 24px
}

.icone-ocultar {
    background-position: 0 -12755px;
    height: 21px;
    width: 24px
}

.icone-operador-on {
    background-position: 0 -12776px;
    height: 65px;
    width: 100px
}

.icone-operador {
    background-position: 0 -12841px;
    height: 65px;
    width: 100px
}

.icone-operadores-on {
    background-position: 0 -12906px;
    height: 65px;
    width: 100px
}

.icone-operadores {
    background-position: 0 -12971px;
    height: 65px;
    width: 100px
}

.icone-pagamento-lote-on {
    background-position: 0 -13036px;
    height: 65px;
    width: 100px
}

.icone-pagamento-lote {
    background-position: 0 -13101px;
    height: 65px;
    width: 100px
}

.icone-pagamento {
    background-position: 0 -13166px;
    height: 25px;
    width: 25px
}

.icone-pagamentos-concluidos {
    background-position: 0 -13191px;
    height: 20px;
    width: 19px
}

.icone-pagamentos-nao-concluidos {
    background-position: 0 -13211px;
    height: 19px;
    width: 19px
}

.icone-pagamentos-em-processamento {
    background-image: url(../imagens/icone/pagamento-em-processamento.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    height: 20px;
    width: 20px
}

.icone-pdf {
    background-position: 0 -13230px;
    height: 42px;
    width: 42px
}

.icone-pendencias-on {
    background-position: 0 -13272px;
    height: 65px;
    width: 100px
}

.icone-pendencias {
    background-position: 0 -13337px;
    height: 65px;
    width: 100px
}


.icon-limite-diario {
    background-position: 0 -13337px;
    height: 65px;
    width: 100px;
}

.icon-limite-diario-on {
    background-position: 0 -13272px;
    height: 65px;
    width: 100px;
}

.icone-print {
    background-position: 0 -13402px;
    height: 42px;
    width: 42px
}

.icone-reativar {
    background-position: 0 -13444px;
    height: 24px;
    width: 24px
}

.icone-redirecionar {
    background-position: 0 -13468px;
    height: 40px;
    width: 35px
}

.icone-rio-azul {
    background-position: 0 -13508px;
    height: 160px;
    width: 160px
}

.icone-rio-laranja {
    background-position: 0 -13668px;
    height: 160px;
    width: 160px
}

.icone-rio-on {
    background-position: 0 -13828px;
    height: 160px;
    width: 160px
}

.icone-rio-roxo {
    background-position: 0 -13988px;
    height: 160px;
    width: 160px
}

.icone-rio-verde {
    background-position: 0 -14148px;
    height: 160px;
    width: 160px
}

.icone-rio-rosa {
    background-position: 0 -14308px;
    height: 160px;
    width: 160px
}

.icone-rio {
    background-position: 0 -14468px;
    height: 160px;
    width: 160px
}

.icone-sair-off {
    background-position: 0 -14628px;
    height: 35px;
    width: 30px
}

.icone-sair {
    background-position: 0 -14663px;
    height: 24px;
    width: 23px
}

.icone-seguranca {
    background-position: 0 -14687px;
    height: 28px;
    width: 41px
}

.icone-seta-r-cv {
    background-position: 0 -14715px;
    height: 13px;
    width: 12px
}

.icone-seta-r {
    background-position: 0 -14728px;
    height: 10px;
    width: 5px
}

.icone-tam-fonte-off {
    background-position: 0 -14738px;
    height: 35px;
    width: 30px
}

.icone-tam-fonte {
    background-position: 0 -14773px;
    height: 16px;
    width: 26px
}

.icone-token-google-aut-mobile {
    background-position: 0 -14789px;
    height: 43px;
    width: 41px
}

.icone-token-google-aut {
    background-position: 0 -14832px;
    height: 65px;
    width: 130px
}

.icone-token-symantec-mobile {
    background-position: 0 -14897px;
    height: 41px;
    width: 110px
}

.icone-token-symantec {
    background-position: 0 -14938px;
    height: 65px;
    width: 130px
}

.icone-token {
    background-position: 0 -15003px;
    height: 24px;
    width: 22px
}

.icone-transferencia-lg-on {
    background-position: 0 -15027px;
    height: 65px;
    width: 100px
}

.icone-transferencia-lg {
    background-position: 0 -15092px;
    height: 65px;
    width: 100px
}

.icone-transferencia {
    background-position: 0 -15157px;
    height: 25px;
    width: 25px
}

.icone-trocar-de-conta {
    background-position: 0 -15182px;
    height: 28px;
    width: 28px
}

.icone-verificado {
    background-position: 0 -15210px;
    height: 27px;
    width: 26px
}

.icone-xls {
    background-position: 0 -15237px;
    height: 42px;
    width: 42px
}

body {
    padding-top: 80px
}

.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.right-margin-20 {
    margin-right: 20px !important
}

.hide-valor {
    opacity: 0 !important;
    display: none !important
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.icone {
    display: block;
    font: 0/0 'a';
    color: transparent
}

.vmobile {
    display: none !important
}

.vtablet {
    display: none !important
}

.lkstar {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px -1px 0
}

    .lkstar .icone {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .lkstar .icone-estrela-d {
        z-index: 1;
        opacity: 0
    }

    .lkstar.act .icone-estrela-d {
        z-index: 2;
        opacity: 1
    }

label.error {
    overflow: hidden;
    clear: both;
    max-width: inherit;
    color: #df5c5e;
    font-size: 14px;
    padding-top: 4px
}

.form-control {
    border-radius: 0
}

    .form-control.select-sm {
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f
    }

.bg-white {
    background-color: #fff
}

.bg-gray {
    background-color: #f5f7f8
}

.txt-red {
    color: #d84749 !important
}

.no-label {
    padding-top: 27px;
    padding-bottom: 10px
}

.tb-pad-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.tb-pad-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.tb-pad-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.tb-pad-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.top-pad-30 {
    padding-top: 30px
}

.top-pad-50 {
    padding-top: 50px
}

.margin-0 {
    margin: 0
}

.bottom-pad-20 {
    padding-bottom: 20px !important
}

.bottom-pad-10 {
    padding-bottom: 10px
}

.top-pad-20 {
    padding-top: 20px
}

.left-margin-10 {
    margin-left: 10px
}

.left-margin-30 {
    margin-left: 30px
}

.left-margin-20 {
    margin-left: 20px
}

.pad-right-20 {
    padding-right: 20px !important
}

.pad-left-20 {
    padding-left: 20px !important
}

.right-margin-10 {
    margin-right: 10px
}

.top-margin-20 {
    margin-top: 20px
}

.top-margin-10 {
    margin-top: 10px !important
}

.bottom-margin-20 {
    margin-bottom: 20px !important
}

.bottom-margin-10 {
    margin-bottom: 10px !important
}

.alert {
    position: fixed;
    width: 100%;
    z-index: 50;
    border: none;
    text-align: center;
    line-height: 34px
}

    .alert .icone {
        display: inline-block;
        margin: 0 25px -10px 0
    }

.no-border:after {
    display: none !important
}

.buscar {
    margin-bottom: 15px
}

    .buscar .input-group {
        position: relative;
        width: 100%
    }

        .buscar .input-group .icone {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3
        }

        .buscar .input-group input[type=text] {
            padding-left: 50px;
            -webkit-transition: all .4s;
            transition: all .4s
        }

            .buscar .input-group input[type=text]:focus {
                padding-left: 20px
            }

.itens-buscar {
    margin-bottom: 15px
}

    .itens-buscar .itens-buscar {
        padding-top: 25px
    }

    .itens-buscar .input-group {
        position: relative;
        width: 100%
    }

        .itens-buscar .input-group .icone {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3
        }

        .itens-buscar .input-group input[type=text] {
            padding-left: 50px;
            -webkit-transition: all .4s;
            transition: all .4s
        }

            .itens-buscar .input-group input[type=text]:focus {
                padding-left: 20px
            }

.select-style {
    position: relative;
    padding: 0 3px;
    margin: 0;
    border: 1px solid #0a1d6f;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../imagens/seta-select.gif) no-repeat 100% 50%
}

    .select-style:after {
        content: "";
        position: absolute;
        right: 1px;
        top: 1px;
        width: 34px;
        height: 48px;
        pointer-events: none;
        background: url(../imagens/seta-select.gif) no-repeat 100% 50% transparent
    }

    .select-style.field-sm {
        height: 29px
    }

        .select-style.field-sm:after {
            height: 25px
        }

        .select-style.field-sm select {
            height: 27px
        }

    .select-style select {
        padding: 0 8px;
        width: 100%;
        height: 50px;
        border: none !important;
        color: #0a1d6f !important;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .select-style select:focus {
            outline: none
        }

.btn.btn-primary:hover {
    background-color: #0a1d6f;
    color: #fff;
    border-color: #0a1d6f
}

input.calendario {
    padding: 0 15px;
    margin: 0;
    border: 1px solid #0a1d6f;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../imagens/seta-select.gif) no-repeat 100% 50%
}

    input.calendario:after {
        content: "";
        position: absolute;
        right: 1px;
        top: 1px;
        width: 34px;
        height: 48px;
        pointer-events: none;
        background: url(../imagens/seta-select.gif) no-repeat 100% 50%
    }

.datepicker-switch {
    text-align: center
}

.datepicker-orient-bottom {
    margin-top: 10px
}

    .datepicker-orient-bottom:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -6px;
        width: 12px;
        height: 6px;
        margin-left: -6px;
        z-index: 1;
        background: url(../imagens/calendario-seta-top.png) no-repeat 0 0
    }

.datepicker {
    min-width: 228px
}

    .datepicker:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 1;
        background-color: #459696
    }

    .datepicker .datepicker-months, .datepicker .datepicker-years, .datepicker .datepicker-days {
        position: relative;
        z-index: 2
    }

        .datepicker .datepicker-months .table-condensed, .datepicker .datepicker-years .table-condensed, .datepicker .datepicker-days .table-condensed {
            width: 100%
        }

            .datepicker .datepicker-months .table-condensed th, .datepicker .datepicker-years .table-condensed th, .datepicker .datepicker-days .table-condensed th {
                padding: 14px 5px;
                text-align: center
            }

                .datepicker .datepicker-months .table-condensed th.prev, .datepicker .datepicker-years .table-condensed th.prev, .datepicker .datepicker-days .table-condensed th.prev {
                    font: 0/0 '';
                    color: transparent;
                    background: url(../imagens/calendario-left.gif) no-repeat 50% 50%
                }

                .datepicker .datepicker-months .table-condensed th.next, .datepicker .datepicker-years .table-condensed th.next, .datepicker .datepicker-days .table-condensed th.next {
                    font: 0/0 '';
                    color: transparent;
                    background: url(../imagens/calendario-right.gif) no-repeat 50% 50%
                }

            .datepicker .datepicker-months .table-condensed tr:nth-child(2) th, .datepicker .datepicker-years .table-condensed tr:nth-child(2) th, .datepicker .datepicker-days .table-condensed tr:nth-child(2) th {
                color: #fff;
                cursor: pointer
            }

            .datepicker .datepicker-months .table-condensed tr:nth-child(3) th, .datepicker .datepicker-years .table-condensed tr:nth-child(3) th, .datepicker .datepicker-days .table-condensed tr:nth-child(3) th {
                padding: 5px
            }

            .datepicker .datepicker-months .table-condensed td, .datepicker .datepicker-years .table-condensed td, .datepicker .datepicker-days .table-condensed td {
                position: relative;
                cursor: pointer;
                padding: 3px 0;
                text-align: center;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                font-size: 13px
            }

                .datepicker .datepicker-months .table-condensed td.active, .datepicker .datepicker-years .table-condensed td.active, .datepicker .datepicker-days .table-condensed td.active {
                    color: #0a1d6f
                }

                    .datepicker .datepicker-months .table-condensed td.active:after, .datepicker .datepicker-years .table-condensed td.active:after, .datepicker .datepicker-days .table-condensed td.active:after {
                        position: absolute;
                        content: "";
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        border: 1px solid #0a1d6f
                    }

                .datepicker .datepicker-months .table-condensed td .year, .datepicker .datepicker-months .table-condensed td .month, .datepicker .datepicker-years .table-condensed td .year, .datepicker .datepicker-years .table-condensed td .month, .datepicker .datepicker-days .table-condensed td .year, .datepicker .datepicker-days .table-condensed td .month {
                    display: inline-block;
                    width: 25%;
                    text-align: center;
                    padding: 5px 0
                }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

    [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        font: 13px 'Inter'
    }

        [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 15px;
            height: 15px;
            border: 1px solid #d5dadd;
            background: #fff
        }

        [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            transition: all .2s;
            background: url(../imagens/checkbox-check.png) no-repeat 50% 4px
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0)
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1)
        }

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px
}

    [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        font: 13px 'Inter'
    }

        [type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 19px;
            height: 19px;
            border: 1px solid #d5dadd;
            border-radius: 50%;
            background: #fff
        }

        [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 0;
            width: 19px;
            height: 19px;
            transition: all .2s;
            background: url(../imagens/radio-check.png) no-repeat 50% 4px
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0)
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1)
        }

select.form-control {
    min-width: 70px !important;
    padding-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../imagens/seta-select3.png) no-repeat 95% 0
}

.table-default label.txt {
    clear: inherit;
    width: inherit;
    padding: 0;
    margin: 0 10px -6px
}

.table-default .itens-pag {
    margin-bottom: 15px
}

    .table-default .itens-pag .form-control {
        background-color: #ebeff2;
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f
    }

    .table-default .itens-pag select.form-control {
        min-width: 60px;
        padding-right: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../imagens/seta-select3.png) no-repeat 95% 0
    }

.table-default .tabela-contas .lkacessar {
    display: inline-block;
    font: 0/0 'a';
    color: transparent;
    margin: 0 auto
}

.table-default .tabela-contas .table {
    color: #7a7d7f;
    margin-bottom: 15px
}

    .table-default .tabela-contas .table.table-bloqueados {
        margin-bottom: 0
    }

    .table-default .tabela-contas .table .coluna-operador {
        width: 20%
    }

    .table-default .tabela-contas .table .coluna-identificacao {
        width: 13%
    }

    .table-default .tabela-contas .table .coluna-apelido {
        width: 12%
    }

    .table-default .tabela-contas .table .coluna-certificadora {
        width: 20%
    }

    .table-default .tabela-contas .table .coluna-tipo {
        width: 13%
    }

    .table-default .tabela-contas .table .coluna-situacao {
        width: 12%
    }

    .table-default .tabela-contas .table .coluna-acao {
        width: 10%
    }

    .table-default .tabela-contas .table th {
        background-color: #f5f7f8;
        font-weight: normal;
        padding: 12px
    }

        .table-default .tabela-contas .table th a {
            display: block;
            width: 100%;
            color: #0a1d6f;
            min-width: 90px
        }

            .table-default .tabela-contas .table th a .caret {
                float: right;
                margin-top: 8px
            }

    .table-default .tabela-contas .table td {
        background-color: #fff;
        padding: 15px 15px
    }

        .table-default .tabela-contas .table td .icone {
            display: inline-block;
            margin: 0 5px -2px 0
        }

            .table-default .tabela-contas .table td .icone.icone-acessar {
                margin: 0 auto
            }

        .table-default .tabela-contas .table td .lk-cadastrar {
            font-weight: bold;
            color: #0a1d6f
        }

    .table-default .tabela-contas .table .bg-block td {
        background-color: #edf0f1
    }

.table-default .num-pag {
    font-size: 13px
}

.sidebar {
    display: none
}

#QtdAprovadores {
    display: none
}

@media(min-width:768px) {
    .icone-token-symantec {
        width: 127px;
        left: 50.9% !important
    }

    .sidebar {
        position: fixed;
        top: 80px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 0 20px;
        overflow-x: hidden;
        overflow-y: hidden;
        background-color: #0a1d6f
    }

    .modal-md {
        width: 400px
    }
}

.sidebar {
    min-width: 57px;
    max-width: 57px;
    width: 4%;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-bottom: 50px;
    z-index: 1040
}

    .sidebar.open {
        width: 230px;
        max-width: 230px
    }

@media(min-width:1024px) {
    .sidebar {
        height: 100%;
        width: 230px !important;
        max-width: inherit
    }

        .sidebar .jspPane {
            overflow-x: hidden;
            left: 0 !important;
            width: 100% !important
        }

        .sidebar .jspContainer {
            width: 100% !important
        }

        .sidebar.open {
            width: 75px !important
        }

        .sidebar .jspPane .nav-sidebar {
            padding-bottom: 170px;
            margin-left: 0
        }

        .sidebar .jspDrag {
            background-color: rgba(0, 0, 0, 0.3) !important;
        }

        .sidebar .jspTrack {
            background-color: #2f7d7e
        }

    div.navbar-header .header-left .menu-abre-fecha .icone-fechar {
        display: block
    }

    div.navbar-header .header-left .menu-abre-fecha .icone-menu-lista {
        display: none
    }

    div.navbar-header .header-left .menu-abre-fecha.open .icone-fechar {
        display: none
    }

    div.navbar-header .header-left .menu-abre-fecha.open .icone-menu-lista {
        display: block
    }



    div.main.open {
        width: 100% !important;
        padding-left: 90px !important;
        padding-right: 30px !important;
        margin-left: 0 !important
    }
}

@media(max-width:1023px) {
    #sidebar.jspScrollable {
        padding-left: 0 !important
    }

        #sidebar.jspScrollable .nav-sidebar {
            margin-left: 0 !important
        }

    .jspVerticalBar {
        display: none !important
    }
}

.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -19px;
    width: 220px;
    padding-bottom: 50px;
    -webkit-transition: all .4s;
    transition: all .4s
}

    .nav-sidebar > li {
        margin-bottom: 0
    }

        .nav-sidebar > li > a {
            padding: 15px 22px 15px 60px;
            display: block;
            position: relative;
            color: #505051 !important;
            font-size: 15px;
            min-height: 25px;
            border-left: 2px solid #0a1d6f
        }

            .nav-sidebar > li > a.active {
                border-left: 2px solid #fff
            }

            .nav-sidebar > li > a:hover {
                background-color: #337d7e;
                border-left: 2px solid #fff
            }

            .nav-sidebar > li > a .icone {
                position: absolute;
                left: 15px;
                top: 16px
            }

                .nav-sidebar > li > a .icone.icone-menu-home {
                    left: 15px;
                    top: 17px
                }

                .nav-sidebar > li > a .icone.icone-menu-pix {
                    left: 15px;
                    top: 13px
                }

                .nav-sidebar > li > a .icone.icone-menu-saldo {
                    left: 15px;
                    top: 18px
                }

                .nav-sidebar > li > a .icone.icone-menu-saldo-e-extrato {
                    left: 15px;
                    top: 18px
                }

                .nav-sidebar > li > a .icone.icone-menu-comprovantes {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-aprovacoes {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-aprovacoes-unificadas {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-ordem-pagamento {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-arbitragem {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-arbitragem-novo {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-transferencia-novo {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-instrucao-pagamento {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-limites-e-tarifas {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-gerenciar {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-ptax {
                    left: 15px;
                    top: 16px
                }

                .nav-sidebar > li > a .icone.icone-menu-transferencias {
                    left: 21px;
                    top: 17px
                }

                .nav-sidebar > li > a .icone.icone-menu-pagamentos {
                    left: 15px;
                    top: 20px
                }

                .nav-sidebar > li > a .icone.icone-menu-cobranca {
                    left: 15px;
                    top: 18px
                }

                .nav-sidebar > li > a .icone.icone-menu-investimentos {
                    left: 15px;
                    top: 20px
                }

                .nav-sidebar > li > a .icone.icone-menu-cartoes {
                    left: 15px;
                    top: 15px
                }

                .nav-sidebar > li > a .icone.icone-menu-open-banking {
                    left: 15px;
                    top: 15px
                }

                .nav-sidebar > li > a .icone.icone-menu-cambio {
                    left: 15px;
                    top: 15px
                }

                .nav-sidebar > li > a .icone.icone-menu-credito {
                    left: 20px;
                    top: 15px
                }

                .nav-sidebar > li > a .icone.icone-pagamento-lote {
                    left: 20px;
                    top: 15px
                }

        .nav-sidebar > li .active > a {
            color: #fff
        }

            .nav-sidebar > li .active > a:hover, .nav-sidebar > li .active > a:focus {
                color: #fff
            }

@media(min-width:1300px) {
    .main {
        padding: 30px 30px 30px 100px
    }
}

body.open-alerta .main {
    padding-top: 110px
}

.navbar-header .header-left .base-fixa-alerta a {
    color: #0a1d6f
}

.base-fixa-alerta {
    position: fixed;
    left: 0;
    top: 110px;
    padding-left: 88px;
    -webkit-transition: all .4s;
    transition: all .4s
}

    .base-fixa-alerta.col-md-offset-2 {
        padding-left: 28px
    }

    .base-fixa-alerta a {
        color: #0a1d6f
    }

    .base-fixa-alerta .alerta {
        background-color: #fff;
        border: 1px solid #fceb90;
        padding: 30px;
        margin-bottom: 30px;
        width: 100%;
        color: #7a7d7f;
        text-align: left
    }

        .base-fixa-alerta .alerta strong {
            color: #0a1d6f
        }

        .base-fixa-alerta .alerta .detalhes {
            position: absolute;
            left: 0;
            top: 100%;
            padding: 0;
            z-index: 400;
            background-color: #f5f7f8;
            border: 1px solid #fceb90;
            border-top: none
        }

            .base-fixa-alerta .alerta .detalhes .colunas {
                margin: 30px 0 20px;
                padding: 0 20px;
                border-right: 1px solid #d5dadd
            }

                .base-fixa-alerta .alerta .detalhes .colunas:last-child {
                    border-right: none
                }

                .base-fixa-alerta .alerta .detalhes .colunas h3 {
                    font-size: 18px;
                    color: #373839;
                    margin: 0 0 20px
                }

                .base-fixa-alerta .alerta .detalhes .colunas a {
                    font-weight: bold
                }

                    .base-fixa-alerta .alerta .detalhes .colunas a .icone {
                        display: inline-block;
                        margin: 0 2px -2px 0
                    }

.main {
    padding: 30px 30px 30px 90px;
    font-size: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    min-height: calc(100vh - 172px)
}

    .main.open {
        padding: 30px 30px 30px 30px
    }

        .main.open .cont-dados {
            padding: 0 60px 0 0
        }

    .main .alert {
        margin: -30px -33px 0
    }

    .main .page-header {
        margin-top: 0
    }

    .main .alerta {
        background-color: #fff;
        border: 1px solid #fceb90;
        padding: 30px;
        margin-bottom: 30px
    }

        .main .alerta.alerta-info .seta {
            display: block;
            overflow: hidden;
            width: 24px;
            height: 15px;
            position: absolute;
            top: -14px;
            margin: 0 -25px 0 0;
            background: url(../imagens/seta-alerta.png) no-repeat 0 0
        }

        .main .alerta strong {
            color: #0a1d6f
        }

        .main .alerta .detalhes {
            position: absolute;
            left: 0;
            top: 100%;
            padding: 0;
            z-index: 400;
            background-color: #f5f7f8;
            border: 1px solid #fceb90;
            border-top: none
        }

            .main .alerta .detalhes .colunas {
                margin: 30px 0 20px;
                padding: 0 20px;
                border-right: 1px solid #d5dadd
            }

                .main .alerta .detalhes .colunas:last-child {
                    border-right: none
                }

                .main .alerta .detalhes .colunas h3 {
                    font-size: 18px;
                    color: #373839;
                    margin: 0 0 20px
                }

                .main .alerta .detalhes .colunas a {
                    font-weight: bold
                }

                    .main .alerta .detalhes .colunas a .icone {
                        display: inline-block;
                        margin: 0 2px -2px 0
                    }

    .main .cont-dados {
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .main .cont-dados .valor {
            margin: 0 0 30px
        }

            .main .cont-dados .valor h3 {
                font-size: 15px;
                color: #7a7d7f;
                font-family: 'OpenSL'
            }

            .main .cont-dados .valor .valor-lg {
                font-size: 30px;
                color: #112e50;
                display: inline-block;
                margin-right: 15px;
                font-family: 'OpenSL'
            }

            .main .cont-dados .valor .lk-ocultar-valores {
                display: inline-block;
                position: relative;
                z-index: 10;
                font-size: 15px;
                line-height: 30px;
                color: #0a1d6f;
                padding: 0 0 5px 30px;
                font-family: 'Inter'
            }

                .main .cont-dados .valor .lk-ocultar-valores .icone {
                    position: absolute;
                    display: block;
                    left: 0;
                    top: 4px;
                    opacity: 1;
                    -webkit-transition: all .4s;
                    transition: all .4s
                }

                    .main .cont-dados .valor .lk-ocultar-valores .icone.icone-ocultar-on {
                        opacity: 0
                    }

                    .main .cont-dados .valor .lk-ocultar-valores .icone.icone-exibir {
                        display: none;
                        margin-top: -1px
                    }

                .main .cont-dados .valor .lk-ocultar-valores:hover .icone {
                    opacity: 0
                }

                    .main .cont-dados .valor .lk-ocultar-valores:hover .icone.icone-exibir, .main .cont-dados .valor .lk-ocultar-valores:hover .icone.icone-ocultar-on {
                        opacity: 1
                    }

            .main .cont-dados .valor .txt-ultimo-acesso {
                display: none;
                font-size: 13px;
                margin-left: 10px
            }

            .main .cont-dados .valor .banner-repatriacao {
                padding: 15px 20px;
                max-width: 350px
            }

            .main .cont-dados .valor.ver-saldo .col-xs-12 {
                padding-left: 30px;
                padding-right: 30px
            }

            .main .cont-dados .valor .info-valores-tab p {
                margin-bottom: 10px
            }

            .main .cont-dados .valor .linha-colunas {
                padding: 20px 0;
                position: relative
            }

                .main .cont-dados .valor .linha-colunas .colunas {
                    width: 33%;
                    float: left;
                    padding: 0 3%
                }

                    .main .cont-dados .valor .linha-colunas .colunas:first-child {
                        padding-left: 0
                    }

                .main .cont-dados .valor .linha-colunas:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: -2px;
                    width: 52px;
                    height: 2px;
                    background-color: #112e50
                }

            .main .cont-dados .valor h4 {
                font-size: 15px;
                color: #7a7d7f;
                padding: 0;
                margin: 0 0 5px
            }

            .main .cont-dados .valor .colunas p {
                font-family: 'Inter', sans-serif;
                font-size: 18px;
                color: #112e50;
                margin: 0
            }

            .main .cont-dados .valor .colunas.col-normal {
                border-right: 1px solid #d5dadd
            }

            .main .cont-dados .valor .colunas.col-alert {
                border-right: 1px solid #d5dadd
            }

                .main .cont-dados .valor .colunas.col-alert p {
                    color: #d84749
                }

            .main .cont-dados .valor .bg-gray {
                padding-top: 15px;
                padding-bottom: 15px;
                font-size: 13px;
                color: #7a7d7f
            }

                .main .cont-dados .valor .bg-gray .pull-right strong {
                    color: #112e50
                }

            .main .cont-dados .valor .progress {
                margin: 10px 0 0;
                background-color: #d5dadd
            }

    .main .resumo-extrato {
        margin: 0 0 30px;
        padding: 0;
        clear: both
    }

        .main .resumo-extrato .topo {
            padding: 30px 30px 0;
            border-bottom: 1px solid #d5dadd
        }

            .main .resumo-extrato .topo .nav {
                margin-top: -7px
            }

                .main .resumo-extrato .topo .nav li {
                    position: relative
                }

                    .main .resumo-extrato .topo .nav li a {
                        font-family: 'Inter';
                        font-size: 15px;
                        padding: 10px 23px;
                        color: #7a7d7f;
                        text-align: center
                    }

                        .main .resumo-extrato .topo .nav li a:hover {
                            color: #0a1d6f
                        }

                    .main .resumo-extrato .topo .nav li.active:after {
                        content: "";
                        width: 100%;
                        height: 2px;
                        display: block;
                        background-color: #0a1d6f
                    }

                    .main .resumo-extrato .topo .nav li.active a {
                        background-color: transparent;
                        color: #0a1d6f
                    }

                        .main .resumo-extrato .topo .nav li.active a:hover {
                            color: #7a7d7f
                        }

        .main .resumo-extrato h3 {
            font-size: 20px;
            color: #0a1d6f;
            margin: 0;
            padding: 0
        }

        .main .resumo-extrato .data {
            padding: 4px 30px
        }

        .main .resumo-extrato .panel-group {
            border-bottom: 1px solid #d5dadd;
            margin-bottom: 0
        }

            .main .resumo-extrato .panel-group .panel-heading {
                padding: 20px 30px
            }

                .main .resumo-extrato .panel-group .panel-heading p {
                    margin: 0;
                    font-size: 13px;
                    padding: 0 35px
                }

                .main .resumo-extrato .panel-group .panel-heading a {
                    padding: 0 0 0 35px !important
                }

                    .main .resumo-extrato .panel-group .panel-heading a .icone {
                        position: absolute !important;
                        left: 0 !important;
                        top: -4px !important;
                        width: 24px !important;
                        height: 24px !important;
                        background: url(../imagens/setas-collapse.png) no-repeat 0 -24px !important
                    }

                    .main .resumo-extrato .panel-group .panel-heading a.collapsed .icone {
                        background-position: 0 0 !important
                    }

                .main .resumo-extrato .panel-group .panel-heading .txt-valor {
                    color: #112e50
                }

            .main .resumo-extrato .panel-group .panel-title {
                position: relative;
                padding: 0 0 10px;
                font-size: 18px;
                color: #0a1d6f
            }

            .main .resumo-extrato .panel-group .panel-body {
                padding: 0;
                background: #f5f7f8 url(../imagens/linha.gif) repeat-y 40px 0
            }

            .main .resumo-extrato .panel-group .info-extrato {
                padding: 15px;
                position: relative
            }

                .main .resumo-extrato .panel-group .info-extrato .icone {
                    position: absolute;
                    left: 13px;
                    top: 0;
                    background-color: #f5f7f8
                }

                .main .resumo-extrato .panel-group .info-extrato .tipo {
                    padding: 0 0 0 50px
                }

                .main .resumo-extrato .panel-group .info-extrato:hover {
                    background-color: #fff
                }

                .main .resumo-extrato .panel-group .info-extrato:hover, .main .resumo-extrato .panel-group .info-extrato.bg-white {
                    background: #fff url(../imagens/linha.gif) repeat-y 40px 0
                }

                    .main .resumo-extrato .panel-group .info-extrato:hover .icone, .main .resumo-extrato .panel-group .info-extrato.bg-white .icone {
                        background-color: #fff
                    }

                .main .resumo-extrato .panel-group .info-extrato.linha-total {
                    background-image: none
                }

                .main .resumo-extrato .panel-group .info-extrato .lbtxt {
                    font-family: 'OpenS';
                    color: #7a7d7f;
                    display: block
                }

            .main .resumo-extrato .panel-group .detalhes-do-extrato {
                width: 100%;
                clear: both;
                margin-bottom: 20px
            }

                .main .resumo-extrato .panel-group .detalhes-do-extrato:last-child {
                    margin-bottom: 0
                }

        .main .resumo-extrato .lk-irpara {
            font-family: 'Inter';
            color: #0a1d6f;
            text-transform: uppercase;
            margin: 0 0 0 20px
        }

            .main .resumo-extrato .lk-irpara .icone {
                display: inline-block
            }

        .main .resumo-extrato .box-filtro {
            padding: 20px 20px 20px
        }

            .main .resumo-extrato .box-filtro .lb-filtro {
                font-size: 13px;
                color: #112e50;
                padding: 5px 0 5px 10px;
                margin-top: 6px
            }

                .main .resumo-extrato .box-filtro .lb-filtro.border-left {
                    border-left: 1px solid #d5dadd;
                    padding-left: 40px
                }

                    .main .resumo-extrato .box-filtro .lb-filtro.border-left.pad-left-0 {
                        padding-left: 20px;
                        padding-right: 10px
                    }

            .main .resumo-extrato .box-filtro .select-style {
                position: relative;
                font-size: 13px;
                height: 27px;
                margin-top: 5px
            }

                .main .resumo-extrato .box-filtro .select-style:after {
                    height: 21px
                }

                .main .resumo-extrato .box-filtro .select-style select {
                    height: 25px
                }

            .main .resumo-extrato .box-filtro label {
                font-family: 'OpenS'
            }

        .main .resumo-extrato .line-caption {
            padding: 15px 10px 15px 15px
        }

        .main .resumo-extrato .txt-numdoc {
            color: #0a1d6f;
            font-family: 'Inter'
        }

        .main .resumo-extrato .txt-credito {
            color: #112e50
        }

    .main .horarios {
        position: relative;
        padding: 0 30px;
        font-size: 13px
    }

        .main .horarios strong {
            color: #373839
        }

        .main .horarios .titulo-ico {
            font-size: 20px;
            color: #7a7d7f
        }

            .main .horarios .titulo-ico .icone {
                position: absolute;
                left: -17px;
                top: 18px
            }

        .main .horarios .col-md-3 {
            padding: 0 20px 0 5%
        }

            .main .horarios .col-md-3:first-child {
                padding-left: 17px
            }

        .main .horarios .linha {
            border-right: 1px solid #d5dadd
        }

.banner-repatriacao {
    padding: 25px 20px;
    margin-bottom: 15px;
    background-size: contain
}

    .banner-repatriacao h3 {
        font-size: 15px;
        color: #fff !important;
        text-transform: uppercase;
        margin: 0;
        padding: 0
    }

.banner-repatriacao-modal {
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0
}

    .banner-repatriacao-modal h3 {
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0
    }

    .banner-repatriacao-modal > a > img {
        width: 100%
    }

.banner-cobranca {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden
}

    .banner-cobranca > a > img {
        width: 100%
    }

.sidebar-info {
    padding-left: 30px;
    padding-right: 0
}

@media(min-width:1024px)and (max-width:1368px) {
}

.sidebar-info p {
    line-height: 1.6em
}

.sidebar-info h4 {
    font-size: 18px;
    color: #373839
}

.sidebar-info .bloco {
    margin-bottom: 30px
}

.sidebar-info .ultimo-acesso {
    padding: 17px 0 0
}

    .sidebar-info .ultimo-acesso p {
        font-size: 12px;
        color: #acafb1;
        margin: 0 0 10px;
        text-align: right
    }

.sidebar-info .banner-sidebar {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    clear: both;
    background: #007b79 !important
}

    .sidebar-info .banner-sidebar:hover {
        text-decoration: none
    }

    .sidebar-info .banner-sidebar span {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px 0
    }

.sidebar-info .acesso-rapido {
    margin-bottom: 30px
}

    .sidebar-info .acesso-rapido ul li {
        margin-bottom: 10px
    }

    .sidebar-info .acesso-rapido a {
        font-family: 'Inter'
    }

    .sidebar-info .acesso-rapido .icone {
        display: inline-block
    }

.sidebar-info .noticias {
    margin-bottom: 30px
}

    .sidebar-info .noticias .icone {
        display: inline-block;
        margin: 0 0 -5px
    }

    .sidebar-info .noticias p {
        line-height: 1.6em
    }

    .sidebar-info .noticias h5 {
        font-family: 'Inter';
        color: #373839;
        font-size: 15px;
        margin-bottom: 5px
    }

    .sidebar-info .noticias .data {
        font-size: 13px;
        color: #373839
    }

    .sidebar-info .noticias .carousel-indicators {
        position: relative;
        padding: 10px 0 0;
        text-align: left;
        width: 100%;
        margin: 0;
        left: 0
    }

        .sidebar-info .noticias .carousel-indicators li {
            background-color: #d5dadd;
            border-color: #ebeff2;
            width: 21px;
            height: 5px;
            border-radius: 0;
            margin: 0 5px 0 0
        }

            .sidebar-info .noticias .carousel-indicators li.active {
                background: #0a1d6f;
                border-color: #0a1d6f
            }

.sidebar-info .token {
    margin-bottom: 30px
}

    .sidebar-info .token .icone {
        display: inline-block;
        margin: 0 5px 0 0
    }

    .sidebar-info .token a {
        font-family: 'Inter'
    }

.placeholder {
    margin-bottom: 20px
}

    .placeholder img {
        display: inline-block;
        border-radius: 50%
    }

.navbar-header .header-left {
    color: #fff
}

    .navbar-header .header-left a {
        color: #fff
    }

    .navbar-header .header-left .info-conta {
        display: none
    }

    .navbar-header .header-left .menu-abre-fecha {
        display: block;
        float: left;
        position: relative;
        width: 32px;
        height: 32px;
        margin: 24px 25px 0 0
    }

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-left .menu-abre-fecha {
        margin: 24px 15px 0 0
    }
}

.navbar-header .header-left .menu-abre-fecha:after {
    content: "";
    width: 28px;
    height: 14px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -25px -14px;
    background: url(../imagens/seta-menu-topo.png) no-repeat 0 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.navbar-header .header-left .menu-abre-fecha .icone-fechar {
    display: none
}

.navbar-header .header-left .menu-abre-fecha .icone-menu-lista {
    display: block
}

.navbar-header .header-left .menu-abre-fecha.open .icone-fechar {
    display: block
}

.navbar-header .header-left .menu-abre-fecha.open .icone-menu-lista {
    display: none
}

.navbar-header .header-left .menu-abre-fecha.open:after {
    height: 14px
}

.navbar-header .header-left .bem-vindo {
    padding: 18px 0 0;
    font-size: 13px
}

    .navbar-header .header-left .bem-vindo span {
        display: block;
        font-family: 'Inter';
        font-size: 15px
    }

.navbar-header .header-left .infos {
    padding: 18px 0;
    text-align: center
}

    .navbar-header .header-left .infos .item {
        display: block;
        float: left;
        border-left: 1px solid #fff;
        height: 38px;
        padding: 0 20px;
        position: relative
    }

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-left .infos .item {
        padding: 0 10px
    }
}

.navbar-header .header-left .infos .item .sub-item {
    display: block;
    overflow: hidden;
    width: 226px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 92px;
    margin-left: -113px;
    padding: 10px 0;
    background-color: #2f7a74;
    text-align: left;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .navbar-header .header-left .infos .item .sub-item:before {
        content: "";
        width: 28px;
        height: 15px;
        position: absolute;
        left: 50%;
        top: 0;
        margin: 0 0 0 -14px;
        background: url(../imagens/seta-busca-topo.png) no-repeat 0 0;
        -webkit-transition: all .4s ease-in-out .2s;
        transition: all .4s ease-in-out .2s
    }

    .navbar-header .header-left .infos .item .sub-item a {
        display: block;
        padding: 7px 35px;
        margin-top: -200px
    }

.navbar-header .header-left .infos .item.item-gerenciar {
    z-index: 3;
    position: relative
}

    .navbar-header .header-left .infos .item.item-gerenciar .icone {
        position: absolute;
        left: 50%;
        top: 0;
        margin: 0 0 0 -19px
    }

        .navbar-header .header-left .infos .item.item-gerenciar .icone.icone-configurar-on {
            opacity: 0
        }

    .navbar-header .header-left .infos .item.item-gerenciar a.act .icone {
        opacity: 0
    }

        .navbar-header .header-left .infos .item.item-gerenciar a.act .icone.icone-configurar-on {
            opacity: 1
        }

    .navbar-header .header-left .infos .item.item-gerenciar .lkgerencia {
        display: block;
        font: 0/0 'a';
        color: transparent;
        width: 38px;
        height: 38px
    }

    .navbar-header .header-left .infos .item.item-gerenciar.act .icone {
        opacity: 0
    }

        .navbar-header .header-left .infos .item.item-gerenciar.act .icone.icone-configurar-on {
            opacity: 1
        }

    .navbar-header .header-left .infos .item.item-gerenciar.act .sub-item {
        overflow: inherit;
        opacity: 1;
        height: 100px
    }

        .navbar-header .header-left .infos .item.item-gerenciar.act .sub-item:before {
            top: -15px
        }

        .navbar-header .header-left .infos .item.item-gerenciar.act .sub-item a {
            margin-top: 0
        }

.navbar-header .header-left .infos .lk-buscar {
    display: block;
    width: 32px;
    height: 32px;
    font: 0/0 'a';
    color: transparent;
    position: relative
}

    .navbar-header .header-left .infos .lk-buscar:after {
        content: "";
        width: 28px;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: -30px;
        margin: 0 0 -31px -14px;
        background: url(../imagens/seta-busca-topo.png) no-repeat 0 0;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .navbar-header .header-left .infos .lk-buscar .icone {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .navbar-header .header-left .infos .lk-buscar .icone-buscar {
        opacity: 1
    }

    .navbar-header .header-left .infos .lk-buscar .icone-buscar-verde {
        opacity: 0
    }

    .navbar-header .header-left .infos .lk-buscar.act:after {
        height: 15px;
        margin: 0 0 -31px -14px
    }

    .navbar-header .header-left .infos .lk-buscar.act .icone-buscar {
        opacity: 0
    }

    .navbar-header .header-left .infos .lk-buscar.act .icone-buscar-verde {
        opacity: 1
    }

.navbar-header .header-left .infos .busca-topo {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: -367px;
    width: 100%;
    padding: 0 30px 0 220px;
    -webkit-transition: opacity .4s,height .4s;
    transition: opacity .4s,height .4s
}

    .navbar-header .header-left .infos .busca-topo .conteudo {
        padding: 34px;
        background-color: #2f7a74
    }

    .navbar-header .header-left .infos .busca-topo.act {
        opacity: 1;
        top: 95px;
        height: 120px
    }

    .navbar-header .header-left .infos .busca-topo.open-menu {
        width: 100%;
        padding: 0 30px 0 88px
    }

    .navbar-header .header-left .infos .busca-topo .form-control {
        width: 100%
    }

.navbar-header .header-left .infos .icone-alerta .badge {
    font-size: 13px;
    background-color: #d84749;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    padding: 0;
    margin: -6px -20px 0 0;
    font-family: 'Inter';
    font-weight: normal
}

.navbar-header .header-right {
    padding: 0;
    min-height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 #d5dadd;
    -moz-box-shadow: 0 1px 1px 0 #d5dadd;
    box-shadow: 0 1px 1px 0 #d5dadd
}

    .navbar-header .header-right .info-conta {
        color: #112e50;
        font-size: 15px;
        padding: 12px 30px 0;
        line-height: 1.1em
    }

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-right .info-conta {
        padding: 12px 10px 0 20px
    }

        .navbar-header .header-right .info-conta .dados-conta-nome h2 {
            font-size: 14px;
            height: 17px;
            overflow: hidden
        }
}

.navbar-header .header-right .info-conta h2 {
    font-family: 'Inter';
    font-weight: normal;
    color: #112e50;
    font-size: 15px;
    margin: 0 0 4px
}

.navbar-header .header-right .info-conta p {
    font-family: 'Inter';
    font-size: 13px;
    margin: 0
}

    .navbar-header .header-right .info-conta p .agencia {
        color: #7a7d7f;
        margin-right: 15px
    }

    .navbar-header .header-right .info-conta p .conta {
        color: #7a7d7f
    }

.navbar-header .header-right .info-conta .lk-trocar-de-conta {
    display: inline-block;
    margin: 0 0 -10px 20px
}

.navbar-header .header-right .acoes-right {
    padding: 25px 15px 0;
    margin: 0;
    min-height: 80px;
    border-left: 1px solid #d5dadd;
    text-align: right;
    float: right
}

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-right .acoes-right {
        padding: 25px 5px 0
    }
}

.navbar-header .header-right .acoes-right li {
    display: block;
    float: left;
    margin: 0 5px
}

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-right .acoes-right li {
        margin: 0
    }
}

.navbar-header .header-right .acoes-right li .ico-acao {
    display: table;
    width: 44px;
    height: 44px;
    text-align: center
}

    .navbar-header .header-right .acoes-right li .ico-acao .icone {
        margin: 0 auto
    }

    .navbar-header .header-right .acoes-right li .ico-acao .icone-tam-fonte {
        margin-top: 10px
    }

    .navbar-header .header-right .acoes-right li .ico-acao .icone-sair {
        margin-top: 5px
    }

.header-login h2 {
    padding: 10px 0 0;
    font-family: 'OpenSL';
    font-size: 18px;
    font-weight: normal;
    color: #fff
}

.header-login .col-right {
    text-align: right;
    padding-top: 20px
}

    .header-login .col-right .conexao-privada {
        position: relative;
        display: block;
        float: right;
        font-size: 13px;
        color: #fff;
        text-align: right;
        padding: 4px 27px 0;
        margin: 0 10px 0 0;
        font-family: 'OpenS';
        line-height: 1.1em
    }

        .header-login .col-right .conexao-privada .icone {
            position: absolute;
            right: 0;
            top: 5px
        }

    .header-login .col-right .lk-ajuda {
        display: block;
        float: right;
        font: 0/0 'a';
        color: transparent;
        margin-top: 5px
    }

        .header-login .col-right .lk-ajuda .tooltip-inner {
            width: 285px;
            max-width: none;
            text-align: left
        }

.container.cont-int {
    padding-top: 35px;
    font-size: 15px
}

    .container.cont-int h2 {
        font-size: 18px;
        color: #373839;
        font-weight: bold;
        margin-bottom: 25px
    }

    .container.cont-int p {
        font-size: 15px
    }

.container.login {
    padding: 15px 0 50px;
    width: 100%
}

    .container.login .hide-campo {
        display: none
    }

    .container.login .campolimpar {
        padding-bottom: 0
    }

    .container.login .lk-clear, .container.login .lk-recuperar {
        color: #0a1d6f;
        font: 15px 'Inter'
    }

    .container.login .bloco-form {
        padding: 30px 80px 50px
    }

        .container.login .bloco-form label.error {
            padding: 5px 0 0;
            color: #df5c5e;
            position: absolute;
            left: 80px;
            bottom: 19px
        }

    .container.login .bloco-senha {
        padding: 40px 0;
        text-align: center
    }

    .container.login .dicas-e-central {
        padding: 30px 0
    }

        .container.login .dicas-e-central .infos {
            padding: 0 30px
        }

            .container.login .dicas-e-central .infos a {
                font: 15px 'Inter';
                color: #0a1d6f
            }

            .container.login .dicas-e-central .infos:last-child {
                border-left: 1px solid #d5dadd
            }

            .container.login .dicas-e-central .infos h3 {
                padding: 0;
                margin: 0 0 20px;
                font-size: 20px
            }

                .container.login .dicas-e-central .infos h3 .icone {
                    display: inline-block;
                    margin: 0 4px -8px 0
                }

.container.alterar-senha .form {
    padding: 20px 0 0
}

.container.alterar-senha .input-group {
    margin-bottom: 20px
}

    .container.alterar-senha .input-group .campo-form {
        padding: 0 38px 0 0;
        position: relative
    }

    .container.alterar-senha .input-group .txt {
        display: block;
        font-size: 15px;
        color: #7a7d7f;
        font-weight: normal
    }

    .container.alterar-senha .input-group .icone {
        position: absolute;
        right: 0;
        top: 15px
    }

    .container.alterar-senha .input-group .error.valid {
        position: absolute;
        right: 0;
        top: 0;
        width: inherit;
        overflow: inherit
    }

    .container.alterar-senha .input-group .error {
        overflow: hidden;
        clear: both;
        width: 300px;
        max-width: inherit;
        color: #df5c5e;
        font-size: 14px;
        padding-top: 4px
    }

.container.alterar-senha .info-campo {
    position: absolute;
    left: 115%;
    top: 0;
    width: 415px;
    padding: 25px 20px;
    font-size: 13px
}

    .container.alterar-senha .info-campo:before {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 8px;
        top: 10px;
        left: -4px;
        background: url(../imagens/seta-box-info.png) no-repeat 0 0
    }

    .container.alterar-senha .info-campo p {
        font-size: 13px
    }

    .container.alterar-senha .info-campo .icone {
        position: inherit;
        display: inline-block;
        margin: 0 5px -8px 0
    }

.container.alterar-senha .btn {
    padding: 14px 60px;
    margin-bottom: 30px
}

.container.personalizar .icones-opcoes {
    padding: 20px 0
}

.container.personalizar .numeros-opcoes {
    display: block;
    float: left;
    width: 20%;
    padding: 0 15px;
    margin: 0 0 30px
}

.container.personalizar .sel-icone {
    position: relative;
    display: block;
    width: 100%;
    height: 170px;
    padding: 0;
    font: 0/0 'a';
    color: transparent;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #abc8ca
}

    .container.personalizar .sel-icone:after {
        content: "";
        display: block;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .container.personalizar .sel-icone.active:after {
        height: 100%;
        background-color: #0a1d6f
    }

    .container.personalizar .sel-icone .icone {
        position: relative;
        z-index: 2;
        top: 0;
        -webkit-transition: all .4s;
        transition: all .4s;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 auto 0 -80px
    }

        .container.personalizar .sel-icone .icone.ico-on {
            opacity: 0
        }

    .container.personalizar .sel-icone.active .icone {
        opacity: 0
    }

        .container.personalizar .sel-icone.active .icone.ico-on {
            opacity: 1
        }

    .container.personalizar .sel-icone:hover .icone {
        top: -5px
    }

.container.personalizar .item-sel-cor {
    margin: 0 20.5% 30px;
    background-color: #f5f7f8
}

    .container.personalizar .item-sel-cor .icone {
        width: 160px;
        height: 160px;
        background-color: #fff
    }

    .container.personalizar .item-sel-cor .icone-sel {
        width: 160px;
        height: 160px;
        background-color: #fff
    }

    .container.personalizar .item-sel-cor .info-cor {
        padding: 35px 20px;
        float: right
    }

        .container.personalizar .item-sel-cor .info-cor .itens-sel {
            line-height: 20px
        }

        .container.personalizar .item-sel-cor .info-cor .item-nome {
            font-size: 18px;
            color: #373839;
            padding-right: 10px;
            margin-right: 8px;
            border-right: 1px solid #d5dadd
        }

        .container.personalizar .item-sel-cor .info-cor .item-cor {
            font-size: 13px
        }

        .container.personalizar .item-sel-cor .info-cor .lista-cores a {
            display: block;
            width: 35px;
            height: 35px;
            font: 0/0 'a';
            color: transparent;
            border: 3px solid
        }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-verde {
                background-color: #31793b;
                border-color: #31793b
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-azul {
                background-color: #0b5ce3;
                border-color: #0b5ce3
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-rosa {
                background-color: #ed145b;
                border-color: #ed145b
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-laranja {
                background-color: #e36629;
                border-color: #e36629
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-roxo {
                background-color: #662d91;
                border-color: #662d91
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.active {
                border-color: #112e50
            }

.container.personalizar .btn {
    padding: 14px 90px;
    margin-bottom: 30px
}

.container.escolha-conta .itens-pag {
    margin-bottom: 15px
}

    .container.escolha-conta .itens-pag .form-control {
        background-color: #ebeff2;
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f
    }

.container.escolha-conta .tabela-contas .lkacessar {
    display: table;
    font: 0/0 'a';
    color: transparent;
    margin: 0 auto
}

.container.escolha-conta .tabela-contas .table {
    color: #7a7d7f;
    margin-bottom: 15px;
    width: 100% !important
}

    .container.escolha-conta .tabela-contas .table th {
        background-color: #f5f7f8;
        font-weight: normal;
        padding: 15px 15px
    }

        .container.escolha-conta .tabela-contas .table th a {
            display: block;
            width: 100%;
            color: #0a1d6f;
            min-width: 70px
        }

            .container.escolha-conta .tabela-contas .table th a .caret {
                float: right;
                margin-top: 8px
            }

    .container.escolha-conta .tabela-contas .table td {
        background-color: #fff;
        padding: 15px 15px
    }

        .container.escolha-conta .tabela-contas .table td .icone {
            display: inline-block;
            margin: 0 5px -2px 0
        }

            .container.escolha-conta .tabela-contas .table td .icone.icone-acessar {
                margin: 0 auto
            }

        .container.escolha-conta .tabela-contas .table td .lk-cadastrar {
            font-weight: bold;
            color: #0a1d6f
        }

.container.escolha-conta .num-pag {
    font-size: 13px
}

.modal-concluido p {
    margin-bottom: 20px;
    line-height: 1.5em
}

.modal-concluido .tempo-redireciona {
    font-size: 18px;
    color: #0a1d6f
}

    .modal-concluido .tempo-redireciona .icone {
        margin-bottom: 20px
    }

.modal-memorize {
    padding: 0 !important
}

    .modal-memorize .modal-header {
        border-bottom: 1px solid #d7d7d7;
        padding: 0 0 10px;
        margin-bottom: 20px
    }

        .modal-memorize .modal-header .info-icones {
            float: right;
            display: block;
            padding: 0 10px
        }

    .modal-memorize .modal-dialog {
        margin: 0 0 0 auto;
        text-align: left
    }

        .modal-memorize .modal-dialog h5 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px
        }

        .modal-memorize .modal-dialog p {
            font-size: 13px;
            margin-bottom: 20px
        }

.info-home .botoes {
    margin-bottom: 25px
}

    .info-home .botoes .bt-left {
        padding-left: 0
    }

    .info-home .botoes .bt-right {
        padding-right: 0
    }

    .info-home .botoes .btn {
        width: 100%;
        padding: 15px 10px
    }

.info-home label {
    font-size: 13px
}

.info-home .modal-dialog {
    width: 550px
}

.info-token .modal-dialog {
    width: 405px
}

.info-home .modal-dialog h4 {
    font: 18px 'Inter';
    color: #373839;
    font-weight: normal
}

.info-home .modal-dialog .modal-content {
    padding: 30px 60px
}

.info-home .modal-dialog .checkbox {
    overflow: hidden;
    clear: both;
    width: 100%
}

    .info-home .modal-dialog .checkbox input[type="checkbox"] {
        margin-top: 2px
    }

.info-home .modal-dialog .info {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 20px
}

    .info-home .modal-dialog .info .icone {
        display: block;
        float: left;
        margin: 0 12px 0 0
    }

.info-home .dados-token .logo {
    padding: 0
}

.info-home .dados-token .info-token-dados {
    border-left: 1px solid #d5dadd;
    margin-left: 20px;
    padding: 0 0 0 20px
}

.info-home h4 .icone {
    display: block;
    float: left;
    margin: 5px 15px 0 0
}

.cadastro p {
    margin-bottom: 30px
}

.cadastro .ver-dados {
    margin-bottom: 30px
}

    .cadastro .ver-dados p {
        margin-bottom: 30px;
        line-height: 1.7em
    }

    .cadastro .ver-dados .btn {
        padding: 14px 50px
    }

.cadastro .info-opera-tab {
    margin-bottom: 20px
}

.cadastro .table-default {
    margin-bottom: 30px
}

.cadastro .table {
    border: 1px solid #d5dadd;
    border-right: none
}

    .cadastro .table td, .cadastro .table th {
        border-right: 1px solid #d5dadd
    }

    .cadastro .table td {
        font-family: 'Inter',Arial,sans-serif
    }

.cadastro .cadastro-inexistente {
    margin-bottom: 30px
}

    .cadastro .cadastro-inexistente p {
        margin-bottom: 0
    }

        .cadastro .cadastro-inexistente p strong {
            font-size: 18px;
            color: #373839
        }

    .cadastro .cadastro-inexistente .info-cpf strong {
        margin-left: 15px
    }

    .cadastro .cadastro-inexistente label {
        font-size: 15px;
        font-weight: normal;
        color: #7a7d7f;
        display: block
    }

    .cadastro .cadastro-inexistente .input-group[class*="col-"] {
        float: left
    }

    .cadastro .cadastro-inexistente.dados-preencher {
        padding: 20px 30px
    }

        .cadastro .cadastro-inexistente.dados-preencher .input-group {
            margin-bottom: 20px
        }

        .cadastro .cadastro-inexistente.dados-preencher .campo-form {
            padding: 0
        }

        .cadastro .cadastro-inexistente.dados-preencher .radio {
            display: inline-block;
            margin-right: 20px
        }

            .cadastro .cadastro-inexistente.dados-preencher .radio label {
                padding-top: 1px;
                font-weight: normal;
                font-family: 'Inter',Arial,sans-serif
            }

    .cadastro .cadastro-inexistente .btn {
        font-size: 15px;
        padding: 12px 70px;
        max-width: 100%
    }

    .cadastro .cadastro-inexistente .btn-incluir {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        margin: 12px 0 0 15px;
        font: 0/0 'a';
        color: transparent;
        background: url(../imagens/bt-incluir.png) no-repeat 0 0
    }

    .cadastro .cadastro-inexistente .botao-base {
        padding: 0 20px 0 0
    }

    .cadastro .cadastro-inexistente .info {
        font-size: 13px;
        padding-top: 3px
    }

.titulos {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5dadd
}

    .titulos h1 {
        font-family: 'Inter', sans-serif;
        font-size: 30px;
        color: #0a1d6f;
        font-weight: normal;
        text-transform: none;
        padding-left: 0
    }

    .titulos .perfil {
        font-size: 16px;
        color: #112e50;
        padding-top: 30px;
        margin: 0
    }

.dados-cadastrais {
    margin-bottom: 80px
}

    .dados-cadastrais .img-cracha {
        min-width: 140px
    }

    .dados-cadastrais .ver-dados {
        margin-bottom: 0
    }

        .dados-cadastrais .ver-dados#tab03 {
            padding-top: 20px
        }

        .dados-cadastrais .ver-dados .info-lista-token {
            padding: 10px 20px;
            margin: 0
        }

            .dados-cadastrais .ver-dados .info-lista-token .logo {
                padding: 15px 0
            }

    .dados-cadastrais label {
        font-weight: normal;
        width: 100%;
        overflow: hidden;
        clear: both;
        margin: 0
    }

    .dados-cadastrais .numeros-opcoes {
        float: left;
        width: 196px;
        max-width: 25%;
        padding: 0 15px;
        margin: 0 0 30px
    }

    .dados-cadastrais.operadores .itens-buscar .last-item {
        padding-right: 0
    }

    .dados-cadastrais.operadores .buscar {
        padding: 26px 0 0
    }

    .dados-cadastrais.operadores .numeros-opcoes {
        width: 195px
    }

    .dados-cadastrais .sel-icone {
        position: relative;
        display: block;
        width: 100%;
        height: 106px;
        padding: 0;
        text-align: center;
        background: #fff;
        border-bottom: 2px solid #abc8ca
    }

        .dados-cadastrais .sel-icone:after {
            content: "";
            display: block;
            width: 100%;
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        .dados-cadastrais .sel-icone:hover:after, .dados-cadastrais .sel-icone.active:after {
            height: 100%;
            background-color: #0a1d6f
        }

        .dados-cadastrais .sel-icone .icone {
            position: relative;
            z-index: 2;
            -webkit-transition: all .4s;
            transition: all .4s;
            position: absolute;
            top: 5px;
            left: 50%;
            margin: 0 auto 0 -50px
        }

            .dados-cadastrais .sel-icone .icone.ico-on {
                opacity: 0
            }

        .dados-cadastrais .sel-icone .titulo-area {
            display: block;
            position: relative;
            z-index: 2;
            width: 100%;
            padding: 70px 10px 0;
            font-size: 13px;
            line-height: 1em;
            font-family: 'Inter';
            color: #0a1d6f
        }

        .dados-cadastrais .sel-icone:hover .icone, .dados-cadastrais .sel-icone.active .icone {
            opacity: 0
        }

            .dados-cadastrais .sel-icone:hover .icone.ico-on, .dados-cadastrais .sel-icone.active .icone.ico-on {
                opacity: 1
            }

        .dados-cadastrais .sel-icone:hover .titulo-area, .dados-cadastrais .sel-icone.active .titulo-area {
            color: #fff
        }

    .dados-cadastrais .botao-row {
        margin-bottom: 30px
    }

        .dados-cadastrais .botao-row .btn-primary {
            margin-right: 20px
        }

    .dados-cadastrais .infos {
        margin-bottom: 30px;
        padding: 15px 20px
    }

        .dados-cadastrais .infos .row {
            margin-bottom: 20px
        }

            .dados-cadastrais .infos .row:last-child {
                margin-bottom: 0
            }

            .dados-cadastrais .infos .row label {
                color: #7a7d7f;
                font-size: 15px;
                font-family: 'OpenS';
                font-weight: normal
            }

                .dados-cadastrais .infos .row label.error {
                    overflow: hidden;
                    clear: both;
                    max-width: inherit;
                    color: #df5c5e;
                    font-size: 14px;
                    padding-top: 4px
                }

            .dados-cadastrais .infos .row p {
                color: #373839;
                font-size: 18px;
                margin-bottom: 0
            }

                .dados-cadastrais .infos .row p.info-txt {
                    font-size: 15px;
                    color: #7a7d7f;
                    margin-bottom: 20px
                }

    .dados-cadastrais .info-campos-editar {
        padding: 5px 0 20px
    }

    .dados-cadastrais.dados-token .numeros-opcoes {
        width: 200px
    }

    .dados-cadastrais.dados-token .sel-icone-1 {
        position: relative;
        display: block;
        width: 100%;
        height: 110px;
        padding: 0;
        text-align: center;
        background: #fff;
        border-bottom: 2px solid #abc8ca
    }

        .dados-cadastrais.dados-token .sel-icone-1 .icone {
            position: relative;
            z-index: 2;
            -webkit-transition: all .4s;
            transition: all .4s;
            position: absolute;
            top: 5px;
            left: 50%;
            margin: 0 auto 0 -65px
        }

            .dados-cadastrais.dados-token .sel-icone-1 .icone.ico-on {
                opacity: 0
            }

        .dados-cadastrais.dados-token .sel-icone-1 .titulo-area {
            display: block;
            position: relative;
            z-index: 2;
            width: 100%;
            padding: 80px 10px 0;
            font-size: 13px;
            line-height: 1em;
            font-family: 'Inter';
            color: #7a7d7f
        }

    .dados-cadastrais.dados-token .input-group {
        margin-bottom: 30px
    }

    .dados-cadastrais.dados-token.cadastro-token label.error {
        position: absolute;
        left: 0;
        bottom: -25px
    }

    .dados-cadastrais.dados-token.cadastro-token .campo-form {
        max-width: 260px
    }

    .dados-cadastrais.dados-token .info-campo {
        position: absolute;
        left: 135%;
        top: 0;
        width: 415px;
        padding: 25px 20px;
        font-size: 13px
    }

        .dados-cadastrais.dados-token .info-campo:before {
            content: "";
            display: block;
            position: absolute;
            width: 4px;
            height: 8px;
            top: 10px;
            left: -4px;
            background: url(../imagens/seta-box-info.png) no-repeat 0 0
        }

        .dados-cadastrais.dados-token .info-campo p {
            font-size: 15px
        }

        .dados-cadastrais.dados-token .info-campo figure img {
            margin-bottom: 30px
        }

        .dados-cadastrais.dados-token .info-campo figure figcaption {
            font-family: 'Inter'
        }

    .dados-cadastrais .info-nada-cadastrado {
        font-size: 18px;
        font-family: 'Inter';
        color: #373839
    }

    .dados-cadastrais p {
        margin-bottom: 25px
    }

    .dados-cadastrais .info-download {
        padding: 20px;
        margin-bottom: 30px
    }

        .dados-cadastrais .info-download .logo {
            border-right: 1px solid #d5dadd;
            padding: 0 20px 0 0;
            margin-right: 20px
        }

            .dados-cadastrais .info-download .logo i {
                margin-top: -15px
            }

        .dados-cadastrais .info-download .select-style {
            width: 120px;
            height: 32px;
            position: relative;
            margin-top: 8px
        }

            .dados-cadastrais .info-download .select-style select {
                height: 30px
            }

            .dados-cadastrais .info-download .select-style:after {
                height: 28px
            }

        .dados-cadastrais .info-download .txt {
            padding: 20px 0 0
        }

        .dados-cadastrais .info-download .info-sm {
            padding: 20px 0 0;
            margin-bottom: 0;
            font-size: 13px
        }

        .dados-cadastrais .info-download .btn-primary {
            margin-right: 20px
        }

        .dados-cadastrais .info-download .icon-porc {
            padding: 15px 0 0 15px
        }

            .dados-cadastrais .info-download .icon-porc .icone {
                float: left;
                margin: -3px 10px 0 0
            }

    .dados-cadastrais .info-lista-token {
        padding: 30px 30px 30px 20px;
        margin-bottom: 30px
    }

        .dados-cadastrais .info-lista-token .logo {
            border-right: 1px solid #d5dadd;
            padding: 0 20px 0 0;
            margin-right: 20px
        }

        .dados-cadastrais .info-lista-token .colunas {
            padding-top: 15px
        }

            .dados-cadastrais .info-lista-token .colunas p {
                margin: 0;
                line-height: 1.6em
            }

            .dados-cadastrais .info-lista-token .colunas .btn {
                margin-top: 10px
            }

    .dados-cadastrais.alterar-selo-cor .container.cont-int {
        padding: 0
    }

        .dados-cadastrais.alterar-selo-cor .container.cont-int .icones-opcoes {
            padding-top: 0
        }

        .dados-cadastrais.alterar-selo-cor .container.cont-int p {
            margin-bottom: 0
        }

    .dados-cadastrais.alterar-selo-cor .numeros-opcoes {
        max-width: 225px
    }

    .dados-cadastrais.alterar-selo-cor .item-sel-cor {
        max-width: 560px;
        margin: 0 auto 30px
    }

    .dados-cadastrais.alterar-selo-cor .btn {
        padding: 14px 50px;
        margin: 0 10px
    }

    .dados-cadastrais.dados-operador .box-info {
        margin-bottom: 0
    }

        .dados-cadastrais.dados-operador .box-info.no-pad {
            padding: 0
        }

        .dados-cadastrais.dados-operador .box-info h2 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            color: #373839;
            margin-bottom: 15px
        }

        .dados-cadastrais.dados-operador .box-info p {
            margin-bottom: 6px
        }

        .dados-cadastrais.dados-operador .box-info .lk-alterar {
            font-family: 'Inter';
            margin-left: 30px
        }

    .dados-cadastrais.dados-operador .ver-dados {
        margin-bottom: 30px;
        padding: 0
    }

        .dados-cadastrais.dados-operador .ver-dados .box-colunas {
            padding-left: 25px
        }

        .dados-cadastrais.dados-operador .ver-dados p {
            margin-bottom: 30px;
            line-height: 1.7em
        }

        .dados-cadastrais.dados-operador .ver-dados .btn {
            padding: 14px 50px
        }

    .dados-cadastrais.dados-operador .nav-tabs {
        margin: 0
    }

        .dados-cadastrais.dados-operador .nav-tabs li a {
            float: left;
            font-family: 'Inter';
            border: none;
            background-color: transparent;
            padding: 25px 15px 15px;
            color: #7a7d7f;
            position: relative
        }

        .dados-cadastrais.dados-operador .nav-tabs li.active {
            border: none;
            background-color: transparent
        }

            .dados-cadastrais.dados-operador .nav-tabs li.active a {
                color: #0a1d6f
            }

                .dados-cadastrais.dados-operador .nav-tabs li.active a:after {
                    content: "";
                    position: absolute;
                    left: 5%;
                    bottom: 0;
                    width: 90%;
                    height: 2px;
                    background-color: #0a1d6f
                }

    .dados-cadastrais.dados-operador .bt-detalhe-oper {
        padding-left: 25px
    }

    .dados-cadastrais.dados-operador .info-oper {
        padding: 20px 20px 0
    }

        .dados-cadastrais.dados-operador .info-oper p {
            margin-bottom: 20px
        }

        .dados-cadastrais.dados-operador .info-oper label.txt {
            clear: none;
            display: inline-block;
            width: auto;
            margin-bottom: -7px;
            margin-right: 10px
        }

        .dados-cadastrais.dados-operador .info-oper .checkbox label {
            font-weight: normal
        }

    .dados-cadastrais.dados-operador .panel-group {
        border-bottom: 1px solid #d5dadd;
        margin-bottom: 0
    }

        .dados-cadastrais.dados-operador .panel-group .panel-heading {
            width: 100%;
            overflow: hidden;
            clear: both;
            padding: 15px 20px;
            position: relative;
            background-color: transparent;
            border-top: 1px solid #d5dadd
        }

            .dados-cadastrais.dados-operador .panel-group .panel-heading .checkbox {
                position: absolute;
                left: 20px;
                top: 8px
            }

            .dados-cadastrais.dados-operador .panel-group .panel-heading a {
                padding: 0 0 0 24px;
                color: #373839;
                font-size: 18px
            }

                .dados-cadastrais.dados-operador .panel-group .panel-heading a .icone {
                    position: absolute;
                    right: 15px;
                    top: 16px;
                    width: 24px;
                    height: 24px;
                    background: url(../imagens/setas-collapse.png) no-repeat 0 0
                }

                .dados-cadastrais.dados-operador .panel-group .panel-heading a.collapsed .icone {
                    background-position: 0 -48px
                }

        .dados-cadastrais.dados-operador .panel-group .panel-body {
            border: none
        }

    .dados-cadastrais.dados-operador .btn-primary {
        margin-right: 20px
    }

    .dados-cadastrais.dados-operador .lk-salvar-perfil {
        font-family: 'Inter';
        margin-top: 25px
    }

    .dados-cadastrais .tooltip-identifica .tooltip {
        left: 670px !important
    }

        .dados-cadastrais .tooltip-identifica .tooltip .tooltip-inner {
            width: 150px;
            text-align: left
        }

    .dados-cadastrais .tooltip-cod-seguranca .tooltip {
        left: 670px !important;
        top: -55px !important
    }

        .dados-cadastrais .tooltip-cod-seguranca .tooltip .tooltip-inner {
            width: 150px;
            text-align: left
        }

    .dados-cadastrais .tooltip-proximo-cod .tooltip {
        left: 670px !important;
        top: -170px !important
    }

        .dados-cadastrais .tooltip-proximo-cod .tooltip .tooltip-inner {
            width: 150px;
            text-align: left
        }

    .dados-cadastrais .calendario-agendamento h3 {
        font-family: 'OpenS';
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #373839;
        font-weight: lighter
    }

    .dados-cadastrais .calendario-agendamento .calendario-agenda {
        padding: 0 20px 0 0
    }

        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker:before {
            display: none
        }

        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker {
            position: relative;
            background-color: #fff
        }

            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker:after {
                content: "";
                width: 100%;
                height: 53px;
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                background-color: #d5dadd;
                z-index: 0
            }

            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .dow {
                background-color: #fff;
                height: 45px
            }

            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days {
                position: relative;
                z-index: 2
            }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed {
                    width: 100%
                }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed th {
                        padding: 14px 5px;
                        text-align: center
                    }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed th.prev, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed th.prev, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed th.prev {
                            font: 0/0 'a';
                            color: transparent !important;
                            background: url(../imagens/calendario-left2.gif) no-repeat 50% 50%
                        }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed th.next, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed th.next, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed th.next {
                            font: 0/0 'a';
                            color: transparent !important;
                            background: url(../imagens/calendario-right2.gif) no-repeat 50% 50%
                        }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed tr:nth-child(2) th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed tr:nth-child(2) th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed tr:nth-child(2) th {
                        color: #373839;
                        font-size: 18px;
                        cursor: pointer
                    }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed tr:nth-child(3) th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed tr:nth-child(3) th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed tr:nth-child(3) th {
                        padding: 5px
                    }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td {
                        position: relative;
                        cursor: pointer;
                        padding: 1px 5px;
                        height: 46px;
                        text-align: center;
                        vertical-align: top;
                        box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        font-size: 12px;
                        text-align: right;
                        border: 1px solid #dde1e4
                    }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td:hover, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.active, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td:hover, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.active, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td:hover, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.active {
                            color: #7a7d7f;
                            background-color: #ebeff2
                        }

                            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td:hover:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.active:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td:hover:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.active:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td:hover:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.active:after {
                                display: none;
                                position: absolute;
                                content: "";
                                width: 100%;
                                height: 100%;
                                left: 0;
                                top: 0;
                                border: 1px solid #0a1d6f
                            }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.new, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.old, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.new, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.old, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.new, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.old {
                            color: #ccc
                        }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td .year, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td .month, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td .year, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td .month, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td .year, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td .month {
                            display: inline-block;
                            width: 25%;
                            text-align: center;
                            padding: 5px 0
                        }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-nao-concluido:before {
                            content: "";
                            display: block;
                            position: absolute;
                            left: 15px;
                            top: 15px;
                            width: 21px;
                            height: 21px;
                            background: url(../imagens/icones-agendamento.png)
                        }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-automatico:before {
                            width: 20px;
                            background-position: -102px 0
                        }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-concluido:before {
                            background-position: -51px 0
                        }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-nao-concluido:before {
                            background-position: 0 0
                        }

    .dados-cadastrais .calendario-agendamento .agendamentos {
        border: 1px solid #d5dadd
    }

        .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda {
            font-size: 18px;
            color: #112e50;
            padding-top: 15px;
            padding-bottom: 15px
        }

        .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento {
            padding: 18px 10px 15px;
            position: relative
        }

            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento .icone {
                position: absolute;
                left: 10px;
                top: 0;
                box-sizing: content-box;
                background-color: #f5f7f8;
                border-bottom: 2px solid #f5f7f8;
                border-top: 2px solid #f5f7f8
            }

            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento .tipo {
                padding: 0 0 0 40px
            }

            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento:hover {
                background-color: #fff
            }

            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento:hover, .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento.bg-white {
                background: #fff url(../imagens/linha.gif) repeat-y 28px 0
            }

                .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento:hover .icone, .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento.bg-white .icone {
                    background-color: #fff;
                    border-color: #fff
                }

            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento.linha-total {
                background-image: none
            }

            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento .lbtxt {
                font-family: 'OpenS';
                color: #7a7d7f;
                display: block
            }

    .dados-cadastrais .calendario-agendamento .panel-body {
        padding: 0;
        height: 317px;
        max-width: 100%;
        background: #f5f7f8 url(../imagens/linha.gif) repeat-y 28px 0;
        overflow: hidden
    }

@media(min-width:768px)and (max-width:1024px) {
    .sidebar-info {
        padding-left: 0;
        padding-right: 0
    }

    .dados-cadastrais .calendario-agendamento .panel-body {
        height: auto
    }

        .dados-cadastrais .calendario-agendamento .panel-body .jspContainer {
            height: auto !important
        }

            .dados-cadastrais .calendario-agendamento .panel-body .jspContainer .jspPane {
                position: inherit
            }
}

.dados-cadastrais .calendario-agendamento .panel-body .jspContainer {
    max-width: 100%
}

    .dados-cadastrais .calendario-agendamento .panel-body .jspContainer .jspPane {
        max-width: 100%
    }

.dados-cadastrais .calendario-agendamento .legenda-calendario {
    font-size: 13px;
    padding-top: 15px
}

    .dados-cadastrais .calendario-agendamento .legenda-calendario .info-ico {
        display: block;
        margin-bottom: 20px
    }

    .dados-cadastrais .calendario-agendamento .legenda-calendario .icone {
        display: inline-block;
        margin: 0 5px -5px 0
    }

.footer {
    position: relative;
    z-index: 1000;
    background-color: #fff;
    border-top: 2px solid #112e50;
    padding: 10px;
    font-size: 13px;
    padding: 0;
    margin-top: 20px
}

    .footer p {
        margin: 0
    }

    .footer strong {
        color: #000
    }

    .footer .data-hora {
        background-color: #f7f7f7;
        height: 90px;
        vertical-align: middle;
        padding: 25px 0
    }

    .footer .footer-r {
        padding: 15px 20px
    }

.body-pdf {
    padding-top: 0
}

    .body-pdf .navbar-fixed-top, .body-pdf .navbar-fixed-bottom {
        position: inherit
    }

    .body-pdf .wrapper-pdf {
        width: 800px;
        margin: 0 auto
    }

.main.pdf {
    padding: 30px 15px
}

    .main.pdf .conteudo-pdf {
        margin: 0 0 30px
    }

    .main.pdf .info-conta-user {
        background-color: #0a1d6f;
        color: #fff;
        padding: 12px 20px;
        margin-bottom: 20px
    }

        .main.pdf .info-conta-user h3 {
            font-size: 15px;
            color: #fff;
            margin: 0 0 5px;
            padding: 0
        }

        .main.pdf .info-conta-user p {
            font-size: 13px;
            margin-bottom: 0
        }

        .main.pdf .info-conta-user .pull-left, .main.pdf .info-conta-user .dados-ag-conta {
            margin-bottom: 10px
        }

        .main.pdf .info-conta-user .dados-user {
            border-top: 1px solid #d5dadd;
            padding: 6px 0 0
        }

    .main.pdf .resumo-extrato .txt-periodo {
        font-family: 'Inter';
        font-size: 15px;
        color: #7a7d7f;
        padding: 15px 20px
    }

    .main.pdf .resumo-extrato .detalhes-do-extrato {
        border-top: 1px solid #d5dadd
    }

        .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body {
            background: #fff
        }

            .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .info-extrato {
                font-size: 13px;
                border-bottom: 1px solid #d5dadd
            }

                .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .info-extrato:hover {
                    background: #fff
                }

            .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo {
                padding: 15px 20px
            }

                .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores {
                    padding: 0;
                    margin-bottom: 10px;
                    font-size: 13px
                }

                    .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores .pull-right {
                        font-size: 15px;
                        font-family: 'Inter'
                    }

                    .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores.txt-saldo {
                        font-family: 'Inter'
                    }

                        .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores.txt-saldo .pull-right {
                            color: #7a7d7f
                        }

        .main.pdf .resumo-extrato .detalhes-do-extrato .info-extrato .tipo {
            padding-left: 0
        }

    .main.pdf .codigo-barras .txt-codigo {
        font-family: 'OpenS';
        font-size: 15px;
        color: #7a7d7f;
        padding: 25px 20px
    }

        .main.pdf .codigo-barras .txt-codigo strong {
            font-family: 'Inter'
        }

    .main.pdf .codigo-barras .detalhes-pdf {
        border-top: 1px solid #d5dadd;
        padding: 25px 20px
    }

        .main.pdf .codigo-barras .detalhes-pdf h4 {
            font-size: 15px;
            padding: 0;
            margin: 0 0 15px
        }

        .main.pdf .codigo-barras .detalhes-pdf h5 {
            font-size: 15px;
            padding: 0;
            margin: 0
        }

        .main.pdf .codigo-barras .detalhes-pdf.origem {
            border: none;
            background-color: #f5f7f8;
            color: #0a1d6f
        }

            .main.pdf .codigo-barras .detalhes-pdf.origem h4 {
                color: #7a7d7f
            }

            .main.pdf .codigo-barras .detalhes-pdf.origem p {
                margin: 0;
                font-size: 13px;
                font-family: 'Inter'
            }

        .main.pdf .codigo-barras .detalhes-pdf.destino {
            border: none;
            background-color: #fff;
            color: #112e50
        }

            .main.pdf .codigo-barras .detalhes-pdf.destino h4 {
                color: #7a7d7f
            }

            .main.pdf .codigo-barras .detalhes-pdf.destino p {
                margin: 0;
                font-size: 13px;
                font-family: 'Inter'
            }

@media(max-width:767px) {
    .dados-cadastrais.dados-operador .no-pad-right {
        padding-right: 0
    }

    .main .resumo-extrato .panel-group .panel-heading .txt-valor {
        padding-top: 5px;
        font-size: 15px;
        display: none
    }

    .main .resumo-extrato .panel-group .panel-heading .txt-valor {
        font-family: 'Inter';
        font-size: 18px;
        color: #112e50
    }

    body {
        font-size: 15px
    }

        body.interna-page, body.interna-cadastro {
            padding-top: 65px
        }

        body.hide-scroll {
            overflow: hidden
        }

    .btn {
        text-transform: uppercase
    }

    .btncenter {
        text-align: center
    }

        .btncenter .btn {
            float: none;
            margin-bottom: 15px
        }

    .base-fixa-alerta {
        padding-left: 0;
        padding-right: 0;
        z-index: 10;
        top: 80px
    }

    .navbar-header .header-left .bem-vindo {
        display: none
    }

    .navbar-header .header-left .infos {
        margin-right: 20px;
        padding-right: 37px
    }

        .navbar-header .header-left .infos .item {
            padding: 0 10px
        }

            .navbar-header .header-left .infos .item.item-gerenciar {
                float: left
            }

            .navbar-header .header-left .infos .item.item-gerenciar {
                border: none
            }

            .navbar-header .header-left .infos .item.item-busca {
                display: block;
                float: left;
                position: absolute;
                right: 5px;
                top: 18px;
                opacity: 1
            }

    .downmenu .navbar-header .header-left .infos .item.item-busca {
        opacity: 1
    }

    .navbar-header .header-left .infos .item.item-busca .lk-buscar {
        display: block;
        z-index: 10
    }

        .navbar-header .header-left .infos .item.item-busca .lk-buscar:after {
            display: none
        }

    .navbar-header .header-left .infos .item.item-busca .busca-topo {
        display: none;
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0;
        opacity: 1
    }

        .navbar-header .header-left .infos .item.item-busca .busca-topo .conteudo {
            padding: 14px 20px
        }

            .navbar-header .header-left .infos .item.item-busca .busca-topo .conteudo .form-control {
                width: 100%
            }

        .navbar-header .header-left .infos .item.item-busca .busca-topo.act {
            display: block;
            top: 80px;
            z-index: 10
        }

    .navbar-header .header-left .menu-abre-fecha {
        margin: 20px 15px 0 8px;
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .navbar-header.menuopen .menu-abre-fecha {
        left: 100%;
        margin-left: -50px
    }

    .navbar-header.menuopen .infos.pull-right {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .navbar-header.menuopen .item.item-busca {
        opacity: 0 !important;
        filter: alpha(opacity=0) !important
    }

    .navbar-header .menu-abre-fecha:after {
        display: none
    }

    .navbar-header .header-right {
        position: fixed;
        width: 100%;
        height: 55px;
        min-height: inherit;
        top: 80px;
        left: 0;
        background-color: #0a1d6f;
        color: #fff
    }

        .navbar-header .header-right .acoes-right {
            display: none
        }

        .navbar-header .header-right .info-conta {
            display: block;
            width: 100%;
            padding: 20px 15px 25px
        }

        .navbar-header .header-right .dados-conta-nome {
            display: block;
            background-color: #0a1d6f;
            position: absolute;
            left: 0;
            top: 45px;
            width: 100%;
            padding: 10px 15px 11px;
            color: #fff;
            transition: all .4s
        }

            .navbar-header .header-right .dados-conta-nome h2 {
                color: #fff;
                font-size: 15px;
                margin-bottom: 6px
            }

            .navbar-header .header-right .dados-conta-nome p {
                font-size: 13px;
                font-weight: normal
            }

        .navbar-header .header-right .col-xs-12 p {
            display: block;
            color: #fff
        }

            .navbar-header .header-right .col-xs-12 p .agencia {
                float: left;
                color: #fff;
                font-size: 18px
            }

            .navbar-header .header-right .col-xs-12 p .conta {
                float: right;
                color: #fff;
                font-size: 18px;
                padding-right: 38px
            }

            .navbar-header .header-right .col-xs-12 p .lk-trocar-de-conta {
                display: block;
                position: absolute;
                right: 0;
                top: -5px
            }

                .navbar-header .header-right .col-xs-12 p .lk-trocar-de-conta .icone-trocar-de-conta {
                    background: url(../imagens/ico-trocar-conta-mobile.png) no-repeat 0 50%
                }

    .menu-config-mobile {
        position: fixed;
        left: 100%;
        top: 0;
        width: 110%;
        z-index: 9999;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .menu-config-mobile:after {
            content: "";
            position: fixed;
            left: 0;
            top: 80px;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 1;
            background: rgba(0,0,0,.6);
            opacity: 0;
            -webkit-transition: all .4s;
            transition: all .4s;
            visibility: hidden
        }

        .menu-config-mobile.open {
            left: 0
        }

            .menu-config-mobile.open .menu-config-mobile-links-base {
                left: 0
            }

            .menu-config-mobile.open:after {
                visibility: visible;
                opacity: 1
            }

        .menu-config-mobile .menu-config-mobile-topo {
            background: #fff;
            height: 80px;
            padding-left: 80px;
            padding-right: 0
        }

            .menu-config-mobile .menu-config-mobile-topo .icones-acoes .icone {
                margin: 0 auto
            }

            .menu-config-mobile .menu-config-mobile-topo .icones-acoes .icone-seguranca {
                margin-top: 25px
            }

            .menu-config-mobile .menu-config-mobile-topo .icones-acoes .icone-tam-fonte {
                margin-top: 35px;
                margin-left: 0
            }

            .menu-config-mobile .menu-config-mobile-topo .txt-cor {
                position: absolute;
                font-size: 11px;
                bottom: -17px;
                left: -3px;
                color: #112e50;
                text-align: center;
                display: block;
                width: 100%
            }

            .menu-config-mobile .menu-config-mobile-topo .lkconfigura {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 80px;
                height: 80px;
                margin: 0;
                background-color: #112e50
            }

                .menu-config-mobile .menu-config-mobile-topo .lkconfigura .icone {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin: -19px 0 0 -19px
                }

        .menu-config-mobile .menu-config-mobile-links-base {
            position: fixed;
            left: 110%;
            top: 80px;
            padding-left: 80px;
            padding-right: 0;
            z-index: 9999;
            -webkit-transition: all .4s;
            transition: all .4s
        }

            .menu-config-mobile .menu-config-mobile-links-base .menu-config-mobile-links {
                list-style: none;
                text-align: left;
                background-color: #0a1d6f;
                height: 1000px;
                padding-top: 15px;
            }

                .menu-config-mobile .menu-config-mobile-links-base .menu-config-mobile-links li {
                    width: 100%;
                    margin-bottom: 30px;
                }

                    .menu-config-mobile .menu-config-mobile-links-base .menu-config-mobile-links li a {
                        display: block;
                        width: 100%;
                        font-size: 15px;
                        color: #fff;
                    }

    .footer .data-hora {
        display: none
    }

    select.form-control {
        -webkit-appearance: inherit;
        background: #fff url(../imagens/seta-select.gif) no-repeat 100% 50%
    }

    .btn {
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        padding-left: 0;
        padding-right: 0
    }

    .breadcrumb {
        display: none
    }

    .alert {
        margin: 0;
        line-height: 1.2em;
        position: inherit;
        width: 100%;
        margin: 0;
        padding: 15px 0
    }

        .alert .icone {
            display: none
        }

    .vmobile {
        display: block !important
    }

    .lkicon {
        font-family: 'Inter'
    }

        .lkicon .icone {
            display: inline-block
        }

    .main {
        padding: 14px 15px 30px !important;
    }

        .main.open {
            padding: 70px 15px 30px
        }

        .main .alert {
            margin: 0;
            margin-top: -1px;
            z-index: 100;
            -webkit-transition: all .4s;
            transition: all .4s
        }

    .downmenu .main .alert {
        margin-top: -1px
    }

    .upmenu .main .alert {
        margin-top: -1px
    }

    .main .alerta {
        position: fixed;
        padding: 20px;
        border-width: 2px;
        text-align: center;
        display: none;
        left: 0;
        width: 100%;
        top: 135px;
        z-index: 1000;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .main .alerta.alerta-info .seta {
            display: none
        }

        .main .alerta:after {
            content: "";
            width: 24px;
            height: 9px;
            overflow: hidden;
            display: block;
            position: absolute;
            left: 46%;
            bottom: 2px;
            top: auto;
            margin-left: -15px;
            margin: 0 auto;
            background: url(../imagens/seta-baixo.png) no-repeat
        }

        .main .alerta.openinfo:after {
            display: none
        }

        .main .alerta.collapsed:after {
            display: block
        }

        .main .alerta .detalhes {
            padding-bottom: 30px
        }

            .main .alerta .detalhes .conteudo-alerta {
                height: 50vh;
                overflow: auto;
                overflow-x: hidden
            }

    #QtdAprovadores {
        display: block
    }
}

@media(max-width:767px)and (min-width:480px)and (max-width:767px) {
    .main .alerta .detalhes .conteudo-alerta {
        height: 39vh
    }
}

@media(max-width:767px) {
    .downmenu .main .alerta .detalhes .conteudo-alerta {
        height: 50vh
    }

    .upmenu .main .alerta .detalhes .conteudo-alerta {
        height: 42vh
    }

    .main .alerta .detalhes .colunas {
        padding: 0 20px;
        background-color: transparent;
        margin: 20px 0 0;
        display: block;
        float: left;
        clear: both;
        border: 0
    }

        .main .alerta .detalhes .colunas h3 {
            font-size: 18px;
            overflow: hidden;
            clear: both;
            width: 100%;
            margin-bottom: 10px
        }

    .main .resumo-extrato .panel-group .panel-heading .txt-valor {
        font-family: 'Inter';
        font-size: 18px;
        color: #112e50
    }

    .main .alerta .detalhes .colunas .limite {
        text-align: right
    }

    .main .alerta .detalhes.openinfo .bt-fecha-alerta {
        display: block
    }

    .main .alerta .bt-fecha-alerta {
        display: none;
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 20px;
        background: url(../imagens/seta-top-mobile.png) no-repeat 50% 50%
    }

    .downmenu .main .alerta {
        top: 135px
    }

    .upmenu .main .alerta {
        top: 185px
    }

    .main .alerta .detalhes {
        border-width: 2px;
        left: -2px;
        width: calc(100% + 4px)
    }

        .main .alerta .detalhes .colunas {
            text-align: left;
            overflow: hidden;
            width: 100%
        }

            .main .alerta .detalhes .colunas .vencem, .main .alerta .detalhes .colunas .pendente {
                text-align: left
            }

            .main .alerta .detalhes .colunas .limite {
                text-align: right
            }

    .main .cont-dados .valor.ver-saldo h3 {
        padding-left: 15px;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .main .cont-dados .valor.ver-saldo .col-xs-12.ultimo-acesso p {
        margin-bottom: 15px
    }

    .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas {
        padding: 20px 0
    }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas:before {
            left: 16px;
            top: -1px
        }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas h4, .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas p {
            display: block;
            float: left;
            width: 50%
        }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas p {
            font-family: 'OpenS';
            font-size: 15px;
            text-align: right
        }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas h4 {
            text-align: left
        }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas .colunas {
            margin-bottom: 10px
        }

    .main .cont-dados .valor .linha-colunas .colunas {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0
    }

    .main .cont-dados .valor .barra-limites .pull-left, .main .cont-dados .valor .barra-limites .pull-right {
        display: none
    }

    .main .cont-dados .valor .valor-lg {
        padding: 0 0 0 15px;
        margin: 0
    }

    .main .cont-dados .valor .lk-ocultar-valores {
        font: 0/0 'a';
        color: transparent;
        float: right;
        margin: 10px 15px 0 0
    }

    .main .cont-dados .valor .ultimo-acesso {
        padding: 0 17px !important;
        margin-bottom: 12px
    }

        .main .cont-dados .valor .ultimo-acesso p {
            font-size: 13px;
            color: #acafb1
        }

    .main .cont-dados .valor.valor .barra-limites {
        background-color: #fff;
        padding: 0 10px 20px
    }

        .main .cont-dados .valor.valor .barra-limites p {
            margin-bottom: 0
        }

        .main .cont-dados .valor.valor .barra-limites .progress {
            height: 10px
        }

        .main .cont-dados .valor.valor .barra-limites .progress-bar {
            height: 10px
        }

    .main .resumo-extrato .topo {
        padding: 15px 15px 0
    }

    .main .resumo-extrato h3 {
        font-family: 'OpenS';
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 10px
    }

    .main .resumo-extrato .nav.nav-pills {
        float: left;
        width: 100%
    }

        .main .resumo-extrato .nav.nav-pills li {
            width: 33%;
            margin-left: 0;
            text-align: center
        }

    .main .resumo-extrato .data {
        padding: 6px 10px
    }

    .main .resumo-extrato .lk-irpara {
        margin-left: 0
    }

    .main .resumo-extrato .panel-group {
        padding-bottom: 0
    }

        .main .resumo-extrato .panel-group .panel-heading {
            padding: 10px 10px
        }

            .main .resumo-extrato .panel-group .panel-heading .txt-valor {
                padding-top: 5px;
                font-size: 15px;
                display: none
            }

        .main .resumo-extrato .panel-group .panel-title {
            font-family: 'OpenS';
            font-size: 15px;
            font-weight: normal;
            padding-bottom: 5px
        }

        .main .resumo-extrato .panel-group .extrato-detalhes {
            display: none
        }

        .main .resumo-extrato .panel-group .panel-body {
            background-position: 24px 0
        }

        .main .resumo-extrato .panel-group .info-extrato {
            padding: 15px 0
        }

            .main .resumo-extrato .panel-group .info-extrato .tipo {
                padding-left: 16px;
                background-color: #f5f7f8;
                width: 50%;
                float: left
            }

                .main .resumo-extrato .panel-group .info-extrato .tipo .icone {
                    display: none
                }

            .main .resumo-extrato .panel-group .info-extrato .txt-valor {
                width: 50%;
                float: right
            }

    .main .sidebar-info {
        width: 100%;
        max-width: inherit;
        padding: 0 15px;
        display: inline-block
    }

        .main .sidebar-info h4 {
            margin-bottom: 20px
        }

        .main .sidebar-info .acesso-rapido ul li {
            margin-bottom: 20px
        }

        .main .sidebar-info .acesso-rapido a {
            font-family: 'OpenS';
            font-size: 15px
        }

    .main .token {
        margin-bottom: 10px
    }

    .main .horarios.vmobile {
        margin-bottom: 30px
    }

        .main .horarios.vmobile h3 {
            font-size: 15px
        }

            .main .horarios.vmobile h3 a.collapsed .icone-incluir {
                display: block
            }

            .main .horarios.vmobile h3 a.collapsed .icone-menos {
                display: none
            }

            .main .horarios.vmobile h3 a .icone-menos {
                display: block
            }

            .main .horarios.vmobile h3 a .icone-incluir {
                display: none
            }

        .main .horarios.vmobile .col-md-3, .main .horarios.vmobile .linha {
            border: none;
            padding: 0
        }

        .main .horarios.vmobile .collapsing, .main .horarios.vmobile .collapse {
            padding-left: 16px
        }

    .titulos {
        overflow: inherit
    }

        .titulos h1 {
            font-size: 23px;
            margin-bottom: 10px
        }

        .titulos .perfil {
            display: block;
            width: 100%;
            margin-bottom: 1px;
            background-color: #f5f7f8;
            width: calc(100% + 30px);
            margin: 10px -15px 0;
            padding: 10px 15px
        }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .downmenu .navbar-fixed-top, .downmenu .navbar-fixed-bottom {
        top: 0
    }

    .inicio .navbar-fixed-top {
        top: 0 !important
    }

    .container-fluid {
        padding: 0;
        display: block;
        overflow: hidden
    }

        .container-fluid .navbar-header {
            padding: 0;
            margin: 0
        }

            .container-fluid .navbar-header .conexao-privada {
                font: 0/0 'a';
                color: transparent
            }

            .container-fluid .navbar-header .header-left {
                padding: 0;
                height: 80px;
                width: 100%;
                float: left
            }

    .inicio .container-fluid .navbar-header .header-left {
        width: 50%
    }

    .container-fluid .navbar-header .col-right {
        padding-right: 0
    }

    .container-fluid .navbar-brand {
        position: absolute;
        left: 50px;
        top: 0;
        width: 30px;
        height: 29px;
        margin: 22px 0 0;
        background: url(../imagens/logo-banco-rendimento-sm.png) no-repeat 0 0;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .container-fluid .menuopen .navbar-brand {
        left: 20px
    }

    .container-fluid .sidebar {
        position: fixed;
        left: -110%;
        top: 66px;
        width: 250px;
        height: 100%;
        z-index: 5000;
        padding-top: 14px !important;
        display: block;
        overflow: inherit !important;
        max-width: inherit;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .container-fluid .sidebar .jspContainer, .container-fluid .sidebar .jspPane {
            width: 100% !important
        }

        .container-fluid .sidebar ul {
            display: block;
            position: absolute;
            left: -4px;
            height: 100%;
            height: calc(100% - 80px);
            z-index: 50;
            width: 250px;
            overflow: auto;
            margin: 0;
            padding-left: 5px;
            padding-bottom: 0;
            overflow-x: hidden
        }

        .container-fluid .sidebar li {
            width: 246px;
            background-color: #0a1d6f
        }

        .container-fluid .sidebar:before {
            content: "";
            position: fixed;
            left: -110%;
            top: 80px;
            width: 246px;
            height: 100%;
            z-index: 2;
            opacity: 0;
            background-color: #0a1d6f;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        .container-fluid .sidebar:after {
            content: "";
            position: fixed;
            left: 0;
            top: 80px;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 1;
            background: rgba(0,0,0,.6);
            opacity: 0;
            -webkit-transition: all .4s;
            transition: all .4s;
            visibility: hidden
        }

        .container-fluid .sidebar.open {
            display: block;
            z-index: 1000;
            left: 0;
            background: url(../imagens/seta-menu-topo.png) no-repeat 20px 0
        }

            .container-fluid .sidebar.open:before {
                opacity: 1;
                left: 0
            }

            .container-fluid .sidebar.open:after {
                opacity: 1;
                visibility: visible
            }

    .header-login .navbar-brand {
        width: 160px;
        height: 29px;
        margin: 22px 0 0;
        left: 0;
        background: url(../imagens/logo-banco-rendimento-sm.png) no-repeat 0 0
    }

    .table-default .tabela-contas .table {
        border: none;
        padding: 20px 0;
        display: block;
        width: 100%;
        background-color: #fff
    }

        .table-default .tabela-contas .table tbody, .table-default .tabela-contas .table tr {
            width: 100%;
            display: block
        }

        .table-default .tabela-contas .table th {
            display: none
        }

        .table-default .tabela-contas .table td {
            display: block;
            width: 100%;
            border: none;
            padding: 0 20px
        }

            .table-default .tabela-contas .table td.col-cnpj {
                font-family: 'Inter',Arial,sans-serif
            }

                .table-default .tabela-contas .table td.col-cnpj:before {
                    content: "CPF/CNPJ: "
                }

            .table-default .tabela-contas .table td.col-tipo {
                font-family: 'Inter',Arial,sans-serif
            }

                .table-default .tabela-contas .table td.col-tipo:before {
                    content: "Tipo: "
                }

            .table-default .tabela-contas .table td.col-agencia {
                font-family: 'Inter',Arial,sans-serif
            }

                .table-default .tabela-contas .table td.col-agencia:before {
                    content: "Agência: "
                }

            .table-default .tabela-contas .table td.col-conta {
                font-family: 'Inter',Arial,sans-serif
            }

                .table-default .tabela-contas .table td.col-conta:before {
                    content: "Conta: "
                }

            .table-default .tabela-contas .table td.coluna-identificacao {
                font-family: 'Inter',Arial,sans-serif;
                font-style: 15px
            }

                .table-default .tabela-contas .table td.coluna-identificacao:before {
                    content: "Identificação: ";
                    font-family: 'Inter',Arial,sans-serif
                }

            .table-default .tabela-contas .table td.coluna-apelido {
                font-family: 'Inter',Arial,sans-serif;
                font-style: 15px
            }

                .table-default .tabela-contas .table td.coluna-apelido:before {
                    content: "Apelido: ";
                    font-family: 'Inter',Arial,sans-serif
                }

            .table-default .tabela-contas .table td.coluna-certificadora {
                font-family: 'Inter',Arial,sans-serif;
                font-style: 15px
            }

                .table-default .tabela-contas .table td.coluna-certificadora:before {
                    content: "Certificadora: ";
                    font-family: 'Inter',Arial,sans-serif
                }

            .table-default .tabela-contas .table td.coluna-tipo {
                font-family: 'Inter',Arial,sans-serif;
                font-style: 15px
            }

                .table-default .tabela-contas .table td.coluna-tipo:before {
                    content: "Tipo: ";
                    font-family: 'Inter',Arial,sans-serif
                }

        .table-default .tabela-contas .table .coluna-operador {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-identificacao {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-apelido {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-certificadora {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-tipo {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-situacao {
            width: 100%;
            display: none
        }

        .table-default .tabela-contas .table .coluna-acao {
            width: 100%;
            padding-top: 15px
        }

    .container.login #login-dados .bloco-form {
        padding: 18px 15px 18px
    }

    .container.login .bloco-form {
        padding: 18px 15px 18px
    }

        .container.login .bloco-form label.error {
            position: initial
        }

    .container.login .dicas-e-central .infos {
        padding: 0 15px 20px
    }

        .container.login .dicas-e-central .infos:last-child {
            padding: 20px 15px;
            margin-bottom: 20px;
            border-top: 1px solid #d5dadd;
            border-left: none
        }

        .container.login .dicas-e-central .infos h3 {
            font-size: 18px
        }

            .container.login .dicas-e-central .infos h3 .icone {
                margin-bottom: -8px
            }

    .container.login .bloco-senha {
        text-align: center;
        padding: 26px 20px
    }

        .container.login .bloco-senha .numeros-opcoes {
            display: inline-block;
            text-align: center;
            float: none;
            min-width: 98px;
            margin: 0 0 20px
        }

        .container.login .bloco-senha img {
            max-width: 100%;
            height: auto
        }

    .container.cont-int {
        padding: 20px 0
    }

        .container.cont-int #alterar-senha {
            margin: 15px 0;
            padding: 20px 0
        }

    .container.alterar-senha .input-group.control-group {
        background-color: #fff;
        padding: 15px 20px;
        margin: 0 -15px;
        width: calc(100% + 30px)
    }

        .container.alterar-senha .input-group.control-group.campo-nova-senha {
            padding-bottom: 30px
        }

    .container.alterar-senha .input-group.base-botao {
        padding: 30px 30px
    }

        .container.alterar-senha .input-group.base-botao .btn {
            width: 100%
        }

    .container.alterar-senha .input-group .txt {
        text-transform: uppercase;
        margin-bottom: 15px
    }

    .container.alterar-senha .input-group .icone {
        right: -8px;
        top: -39px
    }

    .container.alterar-senha .input-group .error {
        width: 100%
    }

    .container.alterar-senha .input-group .campo-form {
        padding-right: 0
    }

        .container.alterar-senha .input-group .campo-form #dia {
            width: 80px
        }

    .container.cadastro .cadastro-inexistente {
        padding: 20px;
        margin: 0 -15px;
        width: calc(100% + 30px)
    }

        .container.cadastro .cadastro-inexistente .info-cpf {
            padding: 0;
            padding-top: 10px
        }

        .container.cadastro .cadastro-inexistente .campo-emissao {
            padding-left: 20px !important
        }

        .container.cadastro .cadastro-inexistente.dados-preencher {
            padding-top: 0;
            padding-bottom: 40px;
            position: relative
        }

            .container.cadastro .cadastro-inexistente.dados-preencher:after {
                content: "";
                position: absolute;
                display: block;
                overflow: hidden;
                width: 90%;
                height: 1px;
                left: 5%;
                bottom: 25px;
                background-color: #d5dadd
            }

            .container.cadastro .cadastro-inexistente.dados-preencher:last-child {
                padding-bottom: 0
            }

                .container.cadastro .cadastro-inexistente.dados-preencher:last-child:after {
                    display: none
                }

            .container.cadastro .cadastro-inexistente.dados-preencher label {
                text-transform: uppercase
            }

            .container.cadastro .cadastro-inexistente.dados-preencher .input-group {
                width: 100%
            }

                .container.cadastro .cadastro-inexistente.dados-preencher .input-group #nacionalidade {
                    width: 85%
                }

            .container.cadastro .cadastro-inexistente.dados-preencher .no-label {
                padding: 0
            }

            .container.cadastro .cadastro-inexistente.dados-preencher .botao-base-gray {
                padding: 20px;
                margin: 0 -20px;
                width: calc(100% + 40px);
                text-align: center;
                background-color: #ebeff2
            }

                .container.cadastro .cadastro-inexistente.dados-preencher .botao-base-gray .btn {
                    margin: 0 auto 20px;
                    font-size: 18px
                }

    .container.cadastro .ver-dados.bg-white {
        margin-bottom: 0
    }

    .container.cadastro .ver-dados p {
        border-bottom: 1px solid #d5dadd;
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .container.cadastro .ver-dados .col-md-6.tb-pad-30 {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

        .container.cadastro .ver-dados .col-md-6.tb-pad-30:nth-child(2) {
            padding-top: 0
        }

            .container.cadastro .ver-dados .col-md-6.tb-pad-30:nth-child(2) p {
                border: none
            }

    .container.cadastro .base-btn-mob {
        text-align: center;
        padding: 20px;
        margin: 0 -30px;
        width: calc(100% + 60px);
        background-color: #ebeff2
    }

        .container.cadastro .base-btn-mob.base-btn-op2 {
            padding-top: 0
        }

    .container.escolha-conta .itens-pag {
        display: none
    }

    .container.escolha-conta .tabela-contas .table {
        border: none;
        display: inline-block;
        width: 100% !important
    }

        .container.escolha-conta .tabela-contas .table tbody, .container.escolha-conta .tabela-contas .table tr {
            width: 100%;
            display: block
        }

        .container.escolha-conta .tabela-contas .table tr {
            margin-bottom: 25px;
            padding: 20px 0;
            display: block;
            width: 100%;
            background-color: #fff
        }

        .container.escolha-conta .tabela-contas .table thead {
            display: none
        }

        .container.escolha-conta .tabela-contas .table th {
            display: none
        }

        .container.escolha-conta .tabela-contas .table td {
            display: block;
            width: 100%;
            border: none;
            padding: 2px 20px
        }

            .container.escolha-conta .tabela-contas .table td.col-banco {
                font-family: 'Inter',Arial,sans-serif
            }

            .container.escolha-conta .tabela-contas .table td.col-cnpj {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-cnpj:before {
                    content: "CPF/CNPJ: "
                }

            .container.escolha-conta .tabela-contas .table td.col-apelido {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-apelido:before {
                    content: "Apelido: "
                }

            .container.escolha-conta .tabela-contas .table td.col-agencia {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-agencia:before {
                    content: "Agência: "
                }

            .container.escolha-conta .tabela-contas .table td.col-conta {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-conta:before {
                    content: "Conta: "
                }

            .container.escolha-conta .tabela-contas .table td.col-tipo {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-tipo:before {
                    content: "Tipo: "
                }

            .container.escolha-conta .tabela-contas .table td .lkacessar {
                display: block;
                width: 100%;
                background-color: #0a1d6f;
                font: 18px 'Inter',Arial,sans-serif;
                text-align: center;
                color: #fff;
                padding: 15px 10px;
                margin-top: 15px
            }

                .container.escolha-conta .tabela-contas .table td .lkacessar .icone {
                    display: none
                }

    .container.escolha-conta .num-pag {
        text-align: center
    }

    .dados-cadastrais {
        padding: 0 15px !important;
        margin-bottom: 20px;
        line-height: 1.8em
    }

        .dados-cadastrais .titulos {
            float: left;
            width: 100%;
            border: none;
            margin-bottom: 10px
        }

            .dados-cadastrais .titulos h1 {
                margin-bottom: 0
            }

        .dados-cadastrais .wsep {
            position: relative
        }

            .dados-cadastrais .wsep:before {
                content: "";
                width: 90%;
                height: 1px;
                background-color: #d5dadd;
                overflow: hidden;
                display: block;
                position: absolute;
                left: 5%;
                bottom: 2px
            }

        .dados-cadastrais .numeros-opcoes {
            width: 100%;
            max-width: inherit;
            background-color: transparent;
            text-align: left
        }

            .dados-cadastrais .numeros-opcoes .icone {
                display: none
            }

            .dados-cadastrais .numeros-opcoes .sel-icone {
                border: none;
                background-color: transparent;
                height: auto;
                color: #0a1d6f
            }

                .dados-cadastrais .numeros-opcoes .sel-icone:hover:after, .dados-cadastrais .numeros-opcoes .sel-icone.active:after {
                    display: none
                }

                .dados-cadastrais .numeros-opcoes .sel-icone:hover .titulo-area, .dados-cadastrais .numeros-opcoes .sel-icone.active .titulo-area {
                    color: #0a1d6f;
                    background-color: transparent
                }

            .dados-cadastrais .numeros-opcoes .titulo-area {
                padding: 0;
                text-align: left;
                font-size: 15px
            }

        .dados-cadastrais .calendario-agendamento h3 {
            font-size: 15px
        }

        .dados-cadastrais .calendario-agendamento .calendario-agenda {
            width: 100%;
            padding: 0;
            margin-bottom: 20px
        }

        .dados-cadastrais .calendario-agendamento .legenda-large {
            display: none
        }

        .dados-cadastrais .calendario-agendamento .legenda-calendario {
            padding: 0
        }

        .dados-cadastrais .calendario-agendamento .info-ico {
            display: block;
            width: 100%;
            margin-bottom: 15px
        }

        .dados-cadastrais .calendario-agendamento .agendamentos {
            border: none;
            width: calc(100% + 40px);
            margin: 0 -20px;
            overflow: hidden
        }

            .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda {
                font-size: 15px
            }

                .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda .pull-left, .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda .pull-right {
                    width: 100%;
                    text-align: left;
                    clear: both
                }

                .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda .pull-left {
                    margin-bottom: 10px
                }

            .dados-cadastrais .calendario-agendamento .agendamentos .panel-body {
                height: auto
            }

                .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .info-agendamento {
                    background-color: #fff
                }

                    .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .info-agendamento .icone {
                        background-color: transparent;
                        border: none
                    }

                .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .txt-valor {
                    padding: 0
                }

                .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .info-agendamento:nth-child(odd) {
                    background-color: #f5f7f8
                }

        .dados-cadastrais .infos {
            width: calc(100% + 40px);
            margin: 0 -20px;
            overflow: hidden;
            position: relative
        }

            .dados-cadastrais .infos:after {
                content: "";
                width: 90%;
                height: 1px;
                background-color: #d5dadd;
                overflow: hidden;
                display: block;
                position: absolute;
                left: 5%;
                bottom: 2px
            }

            .dados-cadastrais .infos.last-info:after, .dados-cadastrais .infos:last-child:after {
                display: none
            }

            .dados-cadastrais .infos.info-dados2:after {
                display: none
            }

            .dados-cadastrais .infos.info-nome-email {
                background: transparent
            }

                .dados-cadastrais .infos.info-nome-email:after {
                    display: none
                }

                .dados-cadastrais .infos.info-nome-email .row {
                    margin-bottom: 0
                }

            .dados-cadastrais .infos.info-operador-cp {
                margin: 0;
                width: 100%;
                padding: 30px 20px 20px
            }

                .dados-cadastrais .infos.info-operador-cp p {
                    margin-bottom: 10px
                }

                .dados-cadastrais .infos.info-operador-cp div.pull-left {
                    margin-bottom: 10px
                }

            .dados-cadastrais .infos.info-operador-cp2 {
                margin: 0 0 15px;
                width: 100%;
                padding: 30px 20px
            }

                .dados-cadastrais .infos.info-operador-cp2 p {
                    margin-bottom: 10px
                }

            .dados-cadastrais .infos.incluir-novo-operador {
                margin: 0;
                width: 100%;
                padding: 30px 20px
            }

                .dados-cadastrais .infos.incluir-novo-operador .col-xs-12 label {
                    font-size: 15px;
                    margin-bottom: 10px;
                    width: 100%;
                    display: block
                }

                    .dados-cadastrais .infos.incluir-novo-operador .col-xs-12 label:after {
                        display: none
                    }

            .dados-cadastrais .infos .row label.error {
                text-transform: none
            }

            .dados-cadastrais .infos .row {
                margin-bottom: 0
            }

                .dados-cadastrais .infos .row > div {
                    margin-bottom: 5px
                }

                .dados-cadastrais .infos .row .dados, .dados-cadastrais .infos .row label {
                    display: inline;
                    width: auto;
                    line-height: 20px;
                    font-size: 15px
                }

                .dados-cadastrais .infos .row label {
                    text-transform: uppercase;
                    margin-right: 5px
                }

                    .dados-cadastrais .infos .row label:after {
                        content: ":"
                    }

        .dados-cadastrais .botao-row {
            width: 100%;
            padding: 20px 0 0;
            margin-bottom: 0;
            clear: both;
            overflow: hidden;
            text-align: center
        }

            .dados-cadastrais .botao-row p {
                text-align: left;
                padding: 0
            }

            .dados-cadastrais .botao-row .btn {
                float: none;
                width: 85%;
                margin: 0 auto 20px
            }

            .dados-cadastrais .botao-row:first-child {
                padding-top: 0
            }

        .dados-cadastrais.dados-token p {
            margin-bottom: 15px
        }

        .dados-cadastrais .info-download {
            margin-bottom: 0
        }

            .dados-cadastrais .info-download .logo {
                border: none
            }

        .dados-cadastrais .icones-opcoes {
            overflow: hidden;
            clear: both;
            width: 100%;
            padding-top: 20px;
            padding-right: 0;
            margin: 0
        }

            .dados-cadastrais .icones-opcoes.bloco2 {
                padding-top: 0
            }

            .dados-cadastrais .icones-opcoes .numeros-opcoes {
                padding: 0
            }

                .dados-cadastrais .icones-opcoes .numeros-opcoes .icone {
                    margin-left: 10px !important
                }

                .dados-cadastrais .icones-opcoes .numeros-opcoes a {
                    padding: 0;
                    border: none
                }

                    .dados-cadastrais .icones-opcoes .numeros-opcoes a .titulo-area {
                        font-size: 15px;
                        color: #0a1d6f
                    }

            .dados-cadastrais .icones-opcoes.listar-tokens .numeros-opcoes {
                padding: 0
            }

                .dados-cadastrais .icones-opcoes.listar-tokens .numeros-opcoes .icone {
                    margin-left: 15px !important;
                    margin-top: 15px
                }

            .dados-cadastrais .icones-opcoes.listar-tokens a {
                padding: 0 10px 25px;
                border: none
            }

                .dados-cadastrais .icones-opcoes.listar-tokens a .titulo-area {
                    font-size: 15px;
                    color: #0a1d6f
                }

        .dados-cadastrais .info-lista-token {
            overflow: hidden;
            clear: both;
            padding: 20px
        }

            .dados-cadastrais .info-lista-token .logo {
                width: 100%;
                border: none;
                padding: 0;
                margin: 0
            }

            .dados-cadastrais .info-lista-token .colunas {
                padding: 0;
                width: 100%
            }

                .dados-cadastrais .info-lista-token .colunas .btn {
                    width: 100%
                }

        .dados-cadastrais.dados-token .titulos {
            margin-bottom: 10px
        }

            .dados-cadastrais.dados-token .titulos h1 {
                margin-bottom: 0
            }

        .dados-cadastrais.dados-token .numeros-opcoes {
            width: 100%
        }

        .dados-cadastrais.dados-token .sel-icone-1 .icone {
            display: block;
            left: 0;
            margin: 0
        }

        .dados-cadastrais.dados-token .info-token-bt {
            border-top: 1px solid #d5dadd;
            padding-top: 20px;
            text-align: center
        }

            .dados-cadastrais.dados-token .info-token-bt p {
                text-align: left
            }

            .dados-cadastrais.dados-token .info-token-bt .btn {
                float: none;
                width: 85%
            }

        .dados-cadastrais.dados-token.cadastro-token .input-group {
            background-color: #fff;
            width: calc(100% + 30px);
            margin: 0 -20px;
            overflow: hidden;
            padding: 10px 30px
        }

            .dados-cadastrais.dados-token.cadastro-token .input-group.row-first {
                padding-top: 25px
            }

            .dados-cadastrais.dados-token.cadastro-token .input-group.row-last {
                padding-bottom: 25px
            }

            .dados-cadastrais.dados-token.cadastro-token .input-group .campo-form {
                max-width: 100%;
                width: 100%
            }

        .dados-cadastrais.dados-token.cadastro-token label.error {
            position: initial;
            text-transform: none
        }

        .dados-cadastrais.operadores .table {
            background-color: #ebeff2;
            padding: 0
        }

            .dados-cadastrais.operadores .table tr {
                padding: 20px 10px;
                margin-bottom: 30px;
                background: #fff
            }

            .dados-cadastrais.operadores .table thead {
                display: none
            }

            .dados-cadastrais.operadores .table tr.bg-block {
                background-color: #edf0f1;
                border: 1px solid #c2c2c2
            }

                .dados-cadastrais.operadores .table tr.bg-block td {
                    background-color: #edf0f1
                }

            .dados-cadastrais.operadores .table td {
                font-family: 'Inter',Arial,sans-serif;
                padding: 2px 10px
            }

                .dados-cadastrais.operadores .table td a {
                    font-family: 'Inter',Arial,sans-serif
                }

                .dados-cadastrais.operadores .table td.col-identificacao:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Identificação: "
                }

                .dados-cadastrais.operadores .table td.col-apelido:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Apelido: "
                }

                .dados-cadastrais.operadores .table td.col-certificadora:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Certificadora: "
                }

                .dados-cadastrais.operadores .table td.col-tipo:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Tipo: "
                }

                .dados-cadastrais.operadores .table td.col-cpf:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "CPF: "
                }

                .dados-cadastrais.operadores .table td.col-perfil:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Perfil: "
                }

                .dados-cadastrais.operadores .table td.col-situacao:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Situação: "
                }

    .col-tipo-arquivo:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo Arquivo: "
    }

    .dados-cadastrais.operadores .table td.col-ocorrencia:before {
        font-family: OpenS,Arial,sans-serif;
        content: "Ocorrência: "
    }

    .dados-cadastrais.operadores .table td.col-valor:before {
        font-family: OpenS,Arial,sans-serif;
        content: "Valor: "
    }

    .dados-cadastrais.operadores .table td.col-vencimento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Data de Vencimento: "
    }

    .dados-cadastrais.operadores .table td.col-documento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Valor do Documento: "
    }

    .dados-cadastrais.operadores .table td.col-tipo-de-pagamento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo de pagamento: "
    }

    .dados-cadastrais.operadores .table td.col-data-pagamento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Data do Pagamento: "
    }

    .dados-cadastrais.operadores .table .lkpermissao, .dados-cadastrais.operadores .table .lkdesbloquear {
        width: 100%;
        padding: 14px 0;
        margin: 25px 0 10px;
        border-radius: 26px;
        color: #57ffff;
        background-color: #0a1d6f;
        border-color: #0a1d6f;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase
    }

        .dados-cadastrais.operadores .table .lkpermissao .icone, .dados-cadastrais.operadores .table .lkdesbloquear .icone {
            display: none
        }

    .dados-cadastrais.operadores .table .lkexcluir {
        width: 100%;
        padding: 14px 0;
        margin: 5px 0;
        color: #0a1d6f;
        background-color: #fff;
        border: 1px solid #0a1d6f;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase
    }

        .dados-cadastrais.operadores .table .lkexcluir .icone {
            display: none
        }

    .dados-cadastrais.operadores .table.table-bloqueados .lkexcluir {
        background-color: #fff
    }

    .dados-cadastrais.operadores .table.table-desbloqueados tr:first-child {
        display: block
    }

    .dados-cadastrais.operadores .itens-buscar {
        margin: 0 0 30px
    }

        .dados-cadastrais.operadores .itens-buscar label {
            text-transform: uppercase
        }

        .dados-cadastrais.operadores .itens-buscar .input-group.control-group {
            width: 100%
        }

        .dados-cadastrais.operadores .itens-buscar .col-md-3 {
            padding: 0 0 10px
        }

    .dados-cadastrais.operadores .btn-default.pull-right {
        width: 100%
    }

    .dados-cadastrais.operadores .img-cracha {
        display: none
    }

    .dados-cadastrais.operadores .box-info {
        background-color: transparent;
        padding: 0
    }

        .dados-cadastrais.operadores .box-info .col-md-6 {
            padding: 0
        }

            .dados-cadastrais.operadores .box-info .col-md-6:first-child {
                padding-top: 10px
            }

        .dados-cadastrais.operadores .box-info .lk-alterar {
            margin: 0;
            text-transform: capitalize
        }

        .dados-cadastrais.operadores .box-info .espaco {
            display: none
        }

        .dados-cadastrais.operadores .box-info p .lk-alterar {
            clear: both;
            display: block;
            margin-top: 5px
        }

        .dados-cadastrais.operadores .box-info .bloco-dados-operador {
            width: 100%;
            background-color: #fff;
            margin-bottom: 25px;
            padding: 20px
        }

            .dados-cadastrais.operadores .box-info .bloco-dados-operador p {
                margin-bottom: 4px
            }

                .dados-cadastrais.operadores .box-info .bloco-dados-operador p:last-child {
                    padding-top: 20px
                }

            .dados-cadastrais.operadores .box-info .bloco-dados-operador .btn-no-pad {
                padding: 0
            }

            .dados-cadastrais.operadores .box-info .bloco-dados-operador .btn-salvar {
                width: 100%;
                margin-top: 15px
            }

        .dados-cadastrais.operadores .box-info .bloco-situacao {
            overflow: hidden;
            clear: both;
            width: 100%;
            background-color: #fff;
            margin-bottom: 0;
            padding: 20px !important
        }

            .dados-cadastrais.operadores .box-info .bloco-situacao .alterar-situacao .btn-no-pad {
                padding-left: 0;
                padding-right: 0
            }

            .dados-cadastrais.operadores .box-info .bloco-situacao .btn {
                width: 100%
            }

        .dados-cadastrais.operadores .box-info .ver-dados#tab03 {
            padding-top: 0
        }

        .dados-cadastrais.operadores .box-info .info-lista-token {
            border-bottom: 1px solid #d5dadd;
            padding-bottom: 25px
        }

            .dados-cadastrais.operadores .box-info .info-lista-token:last-child {
                border-bottom: 0
            }

            .dados-cadastrais.operadores .box-info .info-lista-token .colunas p {
                margin-bottom: 20px
            }

    .dados-cadastrais.operadores .info-oper p {
        line-height: 1.5em
    }

    .dados-cadastrais.operadores .panel-group .panel-heading {
        padding-left: 0;
        padding-right: 0
    }

        .dados-cadastrais.operadores .panel-group .panel-heading .checkbox {
            left: 0
        }

        .dados-cadastrais.operadores .panel-group .panel-heading a .icone {
            right: 0
        }

    .dados-cadastrais.operadores .panel-group .panel-body .col-xs-12 {
        padding-left: 5px
    }

    .dados-cadastrais.operadores .botao-row-gravar .lk-salvar-perfil {
        margin-bottom: 20px;
        margin-top: 10px
    }

    .dados-cadastrais.operadores .tabs-box.bg-white {
        background-color: #fff;
        width: calc(100% + 30px);
        margin: 0 -15px;
        overflow: hidden;
        padding: 10px 20px 0 !important
    }

        .dados-cadastrais.operadores .tabs-box.bg-white .bg-gray {
            background-color: #f5f7f8;
            width: calc(100% + 40px);
            margin: 0 -20px;
            overflow: hidden;
            padding-bottom: 0
        }

        .dados-cadastrais.operadores .tabs-box.bg-white .form-control {
            background-color: #fff;
            height: 50px
        }

            .dados-cadastrais.operadores .tabs-box.bg-white .form-control[disabled], .dados-cadastrais.operadores .tabs-box.bg-white .form-control[readonly], fieldset[disabled] .form-control {
                background-color: #eee;
                opacity: 1
            }

    .dados-cadastrais.operadores .tabs-box .nav-tabs {
        margin-bottom: 0
    }

        .dados-cadastrais.operadores .tabs-box .nav-tabs li {
            width: 33.3333%;
            padding: 0;
            margin: 0;
            text-align: left
        }

            .dados-cadastrais.operadores .tabs-box .nav-tabs li a {
                width: 100%;
                height: 56px;
                padding: 10px 0;
                text-align: left
            }

                .dados-cadastrais.operadores .tabs-box .nav-tabs li a:after {
                    width: 100%;
                    left: 0
                }

            .dados-cadastrais.operadores .tabs-box .nav-tabs li:nth-child(1n) a {
                text-align: center
            }

            .dados-cadastrais.operadores .tabs-box .nav-tabs li:nth-child(2n) a {
                text-align: center
            }

            .dados-cadastrais.operadores .tabs-box .nav-tabs li:nth-child(3n) a {
                text-align: center
            }

    .dados-cadastrais.operadores .tabs-box .botao-row-gravar .btn {
        width: 100%;
        margin-bottom: 20px
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .box-colunas p {
        text-transform: uppercase;
        margin-bottom: 8px;
        border-bottom: 1px solid #d5dadd;
        padding-bottom: 20px;
        margin-bottom: 20px;
        line-height: 1.8em
    }

        .dados-cadastrais.operadores .tabs-box .tab-content .box-colunas p strong {
            text-transform: none
        }

    .dados-cadastrais.operadores .tabs-box .tab-content .box-colunas-2 p:last-child {
        border: none !important
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .form-inline {
        position: relative
    }

        .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .form-inline .txt {
            display: block;
            position: absolute;
            left: 0;
            top: -30px;
            width: 100%;
            text-align: left
        }

    .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .sel-check {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .check-permitir-tudo {
        position: absolute;
        left: -20px;
        bottom: 0;
        padding: 0 20px;
        width: calc(100% + 40px);
        background-color: #fff;
        text-align: left
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .ver-dados {
        margin-bottom: 0
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .botao-row {
        background-color: #ebeff2;
        width: calc(100% + 40px);
        margin: 0 -20px;
        overflow: hidden;
        padding: 20px !important
    }

        .dados-cadastrais.operadores .tabs-box .tab-content .botao-row .btn {
            margin-bottom: 0
        }

    .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-left {
        width: 100%
    }

        .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-left h5 {
            font-size: 15px;
            color: #0a1d6f
        }

    .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-right {
        width: 100%
    }

        .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-right label {
            font-family: 'Inter',Arial,sans-serif;
            font-size: 15px
        }

    .dados-cadastrais.operadores .table-tokens-situacao h4 {
        color: #373839;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        margin-bottom: 20px
    }

    .dados-cadastrais.operadores .incluir-novo-operador:after {
        display: none
    }

    .dados-cadastrais.operadores .incluir-novo-operador .col-md-8 {
        margin-bottom: 20px
    }

    .dados-cadastrais.operadores .incluir-novo-operador .col-md-4 .left-margin-30 {
        margin-left: 0
    }

    .dados-cadastrais.operadores .info-operador-cp:after {
        display: none
    }

    .dados-cadastrais.operadores .info-operador-cp .pull-left {
        width: 100%;
        margin-bottom: 20px
    }

    .dados-cadastrais.operadores .info-operador-cp .operador-botao .btn {
        width: 100%;
        margin-left: 0
    }

    .dados-cadastrais.operadores .info-operador-cp2 {
        background-color: #fff;
        margin: 0 0 20px;
        overflow: hidden;
        padding: 0 20px 20px !important
    }

        .dados-cadastrais.operadores .info-operador-cp2 .top-pad-50 {
            padding-top: 0
        }

        .dados-cadastrais.operadores .info-operador-cp2 .col-md-8 {
            padding: 0
        }

    .dados-cadastrais.operadores .info-operador-cp3 {
        padding-bottom: 0
    }

        .dados-cadastrais.operadores .info-operador-cp3:after {
            display: none
        }

        .dados-cadastrais.operadores .info-operador-cp3 .col-md-6 {
            margin-bottom: 15px
        }

        .dados-cadastrais.operadores .info-operador-cp3 .btn {
            width: 100%
        }

        .dados-cadastrais.operadores .info-operador-cp3 label {
            margin-bottom: 10px;
            display: block
        }

    .dados-cadastrais.operadores .botao-base-gray {
        padding: 20px 30px !important;
        margin: 0 -20px;
        width: calc(100% + 40px);
        text-align: center;
        background-color: #ebeff2
    }

        .dados-cadastrais.operadores .botao-base-gray .btn {
            width: 100%;
            margin: 0 auto 20px;
            font-size: 18px
        }

    .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher {
        padding: 20px 20px 10px;
        width: calc(100% + 40px);
        margin: 0 -20px
    }

        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher:last-child {
            padding-bottom: 0
        }

            .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher:last-child:after {
                display: none
            }

        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher:after {
            content: "";
            display: block;
            position: relative;
            bottom: -5px;
            width: 100%;
            height: 1px;
            overflow: hidden;
            background-color: #d5dadd
        }

        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group {
            width: 100%;
            margin-bottom: 30px
        }

            .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group label {
                text-transform: uppercase;
                display: block;
                margin-bottom: 10px
            }

            .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group .radio {
                padding-top: 0;
                padding-bottom: 0;
                margin-bottom: 0
            }

                .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group .radio label {
                    margin-bottom: 0
                }

        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .botao-base {
            padding: 0
        }

    .dados-cadastrais.operadores .campo-add {
        width: 80%
    }

    .main .cont-dados .valor p {
        margin-bottom: 20px
    }

    .conteudo-dados .banner-repatriacao {
        width: 92%;
        max-width: 100%;
        margin: 0 15px 20px;
        padding: 15px 20px;
        background: #7a7d7f url(../imagens/bn-repatriacao-mobile.jpg) no-repeat 100% 0
    }

        .conteudo-dados .banner-repatriacao h3 {
            width: 106px;
            line-height: 1.6em;
            font-weight: normal
        }

    .dados-cadastrais .container.personalizar .icones-opcoes {
        margin: 0
    }

    .container.personalizar {
        padding: 0 15px
    }

        .container.personalizar .carousel-inner {
            width: 100%;
            background: #fff
        }

        .container.personalizar .icones-opcoes {
            padding: 20px 0 0
        }

        .container.personalizar .lista-cores {
            text-align: center
        }

        .container.personalizar .numeros-opcoes {
            display: none;
            width: 80%;
            margin: 0 10%;
            max-width: inherit
        }

            .container.personalizar .numeros-opcoes.active {
                display: block
            }

            .container.personalizar .numeros-opcoes .sel-icone {
                height: 160px;
                border: none
            }

                .container.personalizar .numeros-opcoes .sel-icone .icone {
                    display: block;
                    opacity: 1;
                    margin-left: -80px !important
                }

                    .container.personalizar .numeros-opcoes .sel-icone .icone.ico-on {
                        opacity: 0
                    }

                .container.personalizar .numeros-opcoes .sel-icone:after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-color: #fff;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 1;
                    -webkit-transition: all .4s;
                    transition: all .4s
                }

                .container.personalizar .numeros-opcoes .sel-icone.active:after {
                    background-color: #0a1d6f;
                    display: none
                }

                .container.personalizar .numeros-opcoes .sel-icone.active .icone {
                    display: block;
                    opacity: 1;
                    margin-left: -80px !important
                }

                    .container.personalizar .numeros-opcoes .sel-icone.active .icone.ico-on {
                        opacity: 0
                    }

        .container.personalizar .carousel-control {
            background: url(../imagens/nav-carousel-mobile.png) no-repeat 0 50%;
            opacity: 1;
            filter: alpha(opacity=100)
        }

            .container.personalizar .carousel-control.left {
                background-position: 15px 50%
            }

            .container.personalizar .carousel-control.right {
                background-position: -205px 50%
            }

        .container.personalizar .item-sel-cor {
            width: 100%;
            margin: 0 0 20px;
            padding: 0;
            width: 100%
        }

            .container.personalizar .item-sel-cor.compl100 {
                width: calc(100% + 30px);
                margin-left: -15px
            }

            .container.personalizar .item-sel-cor .info-cor {
                margin: 0;
                padding: 20px;
                width: 100%
            }

                .container.personalizar .item-sel-cor .info-cor .itens-sel {
                    text-align: center;
                    padding-bottom: 15px;
                    border-bottom: 1px solid #d5dadd
                }

            .container.personalizar .item-sel-cor .icone-sel {
                display: none;
                width: 100%
            }

        .container.personalizar .btn {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 25px;
            width: 85%
        }

    .main .cont-dados.extrato-home .resumo-extrato:before {
        display: none
    }

    .main .cont-dados.extrato-home .resumo-extrato div.data.bg-gray {
        background-color: #f5f7f8
    }

    .main .cont-dados.extrato-home .valor .col-xs-12.linha-colunas, .main .cont-dados.saldo-extrato-hoje .valor .col-xs-12.linha-colunas {
        padding: 20px 0
    }

        .main .cont-dados.extrato-home .valor .col-xs-12.linha-colunas p, .main .cont-dados.saldo-extrato-hoje .valor .col-xs-12.linha-colunas p {
            text-align: left;
            font-size: 15px;
            width: 100%
        }

        .main .cont-dados.extrato-home .valor .col-xs-12.linha-colunas .text-right p.valor, .main .cont-dados.saldo-extrato-hoje .valor .col-xs-12.linha-colunas .text-right p.valor {
            text-align: right
        }

    .main .cont-dados.extrato-home .valor .barra-limites, .main .cont-dados.saldo-extrato-hoje .valor .barra-limites {
        padding-left: 15px;
        padding-right: 15px
    }

    .main .cont-dados.extrato-home .resumo-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato {
        position: relative
    }

        .main .cont-dados.extrato-home .resumo-extrato h3, .main .cont-dados.saldo-extrato-hoje .resumo-extrato h3 {
            padding: 5px 0 10px
        }

        .main .cont-dados.extrato-home .resumo-extrato .data.bg-gray, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .data.bg-gray {
            background-color: #fff
        }

        .main .cont-dados.extrato-home .resumo-extrato .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato {
            font-size: 13px;
            padding-right: 10px;
            background: #f5f7f8 url(../imagens/linha.gif) repeat-y 23px 0
        }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) {
                background: #f5f7f8 url(../imagens/linha.gif) repeat-y 23px 0
            }

                .main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) .tipo {
                    background-color: #f5f7f8
                }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .txt-numdoc, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .txt-numdoc {
                display: none
            }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .tipo {
                display: inline-block;
                width: auto;
                padding-left: 15px;
                background-color: #f5f7f8
            }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .col-md-4, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .col-md-4 {
                display: inline-block;
                width: auto;
                max-width: 50%;
                padding-left: 6px
            }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .txt-credito, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .txt-credito {
                display: inline-block;
                float: right;
                text-align: right;
                padding: 0
            }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .txt-valor, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .txt-valor {
                float: right;
                text-align: right;
                width: auto;
                padding: 0
            }

        .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato {
            font-size: 13px;
            padding-right: 10px;
            background: #fff
        }

            .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato .tipo {
                background-color: #fff
            }

            .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato:nth-child(odd) {
                background: #f5f7f8
            }

                .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato:nth-child(odd) .tipo {
                    background-color: #f5f7f8
                }

        .main .cont-dados.extrato-home .resumo-extrato .linha-total, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total {
            border-top: 1px solid #d5dadd;
            padding-right: 0;
            font-size: 15px
        }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total strong, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total strong {
                color: #112e50
            }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total .col-md-3, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .col-md-3 {
                padding: 0 10px
            }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total .lbtxt, .main .cont-dados.extrato-home .resumo-extrato .linha-total .lbtxt, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .lbtxt, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .lbtxt {
                float: left;
                width: auto;
                font-size: 15px
            }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total strong, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total strong {
                width: auto;
                float: right
            }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total .txt-valor, .main .cont-dados.extrato-home .resumo-extrato .linha-total .txt-credito, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .txt-valor, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .txt-credito {
                width: 100%;
                text-align: right;
                padding: 0 12px
            }

    .main .cont-dados.extrato-home .extrato-futuro, .main .cont-dados.saldo-extrato-hoje .extrato-futuro {
        margin-bottom: 30px
    }

        .main .cont-dados.extrato-home .extrato-futuro .linha-total, .main .cont-dados.saldo-extrato-hoje .extrato-futuro .linha-total {
            font-family: 'Inter',Arial,sans-serif;
            color: #7a7d7f;
            background-color: #fff !important;
            border-top: 1px solid #d5dadd;
            font-size: 15px;
            padding: 20px 0
        }

    .main .cont-dados.extrato-home .extrato-agrupado .info-extrato, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato {
        font-size: 13px;
        padding-right: 10px;
        background: #fff url(../imagens/linha.gif) repeat-y 23px 0;
        line-height: 24px;
        padding-top: 20px;
        padding-bottom: 20px
    }

        .main .cont-dados.extrato-home .extrato-agrupado .info-extrato .icone, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato .icone {
            background-color: #fff
        }

        .main .cont-dados.extrato-home .extrato-agrupado .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato:nth-child(odd) {
            background: #f5f7f8 url(../imagens/linha.gif) repeat-y 23px 0
        }

            .main .cont-dados.extrato-home .extrato-agrupado .info-extrato:nth-child(odd) .icone, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato:nth-child(odd) .icone {
                background-color: #f5f7f8
            }

        .main .cont-dados.extrato-home .extrato-agrupado .info-extrato .tipo-extrato, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato .tipo-extrato {
            padding-left: 40px
        }

    .main .cont-dados.extrato-home .box-filtro, .main .cont-dados.saldo-extrato-hoje .box-filtro {
        position: relative;
        z-index: 10
    }

        .main .cont-dados.extrato-home .box-filtro.vmobile, .main .cont-dados.saldo-extrato-hoje .box-filtro.vmobile {
            padding: 20px;
            background-color: #f5f7f8
        }

        .main .cont-dados.extrato-home .box-filtro ul li, .main .cont-dados.saldo-extrato-hoje .box-filtro ul li {
            position: relative;
            font-weight: 700
        }

            .main .cont-dados.extrato-home .box-filtro ul li a.act, .main .cont-dados.saldo-extrato-hoje .box-filtro ul li a.act {
                color: #7a7d7f
            }

        .main .cont-dados.extrato-home .box-filtro.filtro-mobile, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile {
            padding-top: 10px;
            padding-bottom: 0
        }

            .main .cont-dados.extrato-home .box-filtro.filtro-mobile .select-style, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .select-style {
                height: 50px;
                line-height: 50px;
                background: transparent
            }

                .main .cont-dados.extrato-home .box-filtro.filtro-mobile .select-style select, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .select-style select {
                    height: 48px;
                    text-transform: uppercase
                }

                .main .cont-dados.extrato-home .box-filtro.filtro-mobile .select-style:after, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .select-style:after {
                    height: 45px;
                    background: url(../imagens/seta-select2.png) no-repeat 100% 50%
                }

            .main .cont-dados.extrato-home .box-filtro.filtro-mobile .col-xs-12, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .col-xs-12 {
                margin-bottom: 10px
            }

            .main .cont-dados.extrato-home .box-filtro.filtro-mobile .form-control, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .form-control {
                background-color: transparent
            }

        .main .cont-dados.extrato-home .box-filtro .exibicao, .main .cont-dados.saldo-extrato-hoje .box-filtro .exibicao {
            position: absolute;
            width: 248px;
            padding: 10px 0;
            top: 100%;
            left: 50%;
            margin-left: -124px;
            background-color: #2b7a74
        }

            .main .cont-dados.extrato-home .box-filtro .exibicao:before, .main .cont-dados.saldo-extrato-hoje .box-filtro .exibicao:before {
                content: "";
                top: -9px;
                width: 28px;
                height: 9px;
                margin-left: 40px;
                position: absolute;
                display: block;
                background: url(../imagens/seta-busca-topo.png) no-repeat 0 0
            }

            .main .cont-dados.extrato-home .box-filtro .exibicao label, .main .cont-dados.saldo-extrato-hoje .box-filtro .exibicao label {
                color: #fff;
                font-size: 13px
            }

    .main div.calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months td, .main div.calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years td, .main div.calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days td {
        height: 41px !important
    }

    .conteudo-dados .titulos {
        clear: both
    }

        .conteudo-dados .titulos h1 {
            padding-left: 15px
        }

    .conteudo-dados .dados-cadastrais .titulos h1 {
        padding-left: 0
    }

    .conteudo-dados header {
        width: 100%;
        margin: 0
    }

    .footer {
        font-size: 14px;
        z-index: 1;
        padding: 0 0 16px
    }

        .footer div {
            padding-top: 10px
        }

            .footer div div {
                padding-top: 0
            }

            .footer div.footer-r {
                padding: 15px 0
            }

                .footer div.footer-r .col-md-4 {
                    width: 100%;
                    overflow: hidden;
                    clear: both;
                    padding-top: 15px;
                    font-size: 13px
                }

                .footer div.footer-r .col-sm-8 p {
                    margin-bottom: 15px
                }

                .footer div.footer-r .col-sm-8 .row p {
                    margin-bottom: 0
                }

    .info-home h4 {
        position: relative;
        padding-left: 50px;
        font-size: 18px
    }

        .info-home h4 .icone {
            position: absolute;
            left: 0;
            top: 0
        }

    .info-home .modal-header {
        padding: 0
    }

    .info-home .modal-dialog {
        width: 70%;
        margin: 0 15%;
        padding-top: 40px
    }

        .info-home .modal-dialog .modal-content {
            padding: 20px
        }

            .info-home .modal-dialog .modal-content .icone-token-symantec {
                margin-left: -9px
            }

    .info-home .botoes {
        margin-bottom: 0
    }

        .info-home .botoes .col-xs-6 {
            width: 100%;
            padding: 0;
            margin-bottom: 20px
        }

    .info-home .dados-token .info-token-dados {
        border: none;
        padding: 0;
        margin: 0;
        width: 100%;
        overflow: hidden;
        clear: both
    }

    .info-home#modal-salvar-perfil h4 {
        padding-left: 0;
        margin-bottom: 20px
    }

    .info-home#modal-salvar-perfil .col-xs-11 {
        width: 100%
    }

    .info-home#modal-desbloquear h4 {
        padding: 0;
        margin-bottom: 20px
    }

    .info-home#modal-desbloquear-sucesso h4 {
        padding: 0;
        margin-bottom: 20px
    }

    .info-home#modal-desbloquear-sucesso .bt-left {
        padding: 0;
        width: 100%
    }

    .info-home#modal-excluir-sucesso h4 {
        padding: 0;
        margin-bottom: 20px
    }

    .info-home#modal-excluir-sucesso .bt-left {
        padding: 0;
        width: 100%
    }

    .info-home#info-home h4 {
        padding: 0;
        margin-bottom: 20px
    }

    .info-home#info-home .col-xs-6 {
        width: 50%
    }

        .info-home#info-home .col-xs-6 .btn {
            font-size: 15px
        }

        .info-home#info-home .col-xs-6.bt-left {
            padding-right: 10px
        }

        .info-home#info-home .col-xs-6.bt-right {
            padding-left: 10px
        }

    .info-home#info-home .botoes {
        margin-bottom: 0
    }

    .info-home#info-home .banner-repatriacao-modal {
        padding: 0 0
    }

        .info-home#info-home .banner-repatriacao-modal h3 {
            width: 50%
        }

    .modal-memorize .btn {
        width: 100%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .main .resumo-extrato .txt-numdoc {
        margin-top: 25px
    }

    .info-home .modal-dialog {
        margin-top: 20%
    }

    .hidden-sm {
        display: none !important
    }

    .vtablet {
        display: block !important
    }

    .container-fluid {
        overflow: hidden;
        overflow-x: auto;
        min-height: 100vh
    }

    .navbar .container-fluid {
        overflow: inherit;
        overflow-x: inherit;
        min-height: inherit
    }

    .base-fixa-alerta {
        padding-left: 118px;
        padding-right: 28px
    }

    .base-fixa-alerta {
        top: 100px;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .menu-opened .base-fixa-alerta {
        left: 140px
    }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:900px)and (max-width:1024px) {
    .menu-opened .base-fixa-alerta {
        left: 21.5%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .header-login .navbar-brand {
        width: 160px;
        height: 29px;
        margin: 22px 0 0;
        left: 0;
        background: url(../imagens/logo-banco-rendimento-sm.png) no-repeat 0 0
    }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:768px)and (max-width:979px) {
    .navbar-brand {
        width: 58px;
        height: 80px;
        margin: 0;
        background: #fff url(../imagens/logo-banco-rendimento-tablet.png) no-repeat 50% 50%
    }

        .navbar-brand:active, .navbar-brand:hover {
            background-color: #fff !important
        }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-left {
        padding-right: 5px;
        padding-left: 0
    }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:980px)and (max-width:1024px) {
    .navbar-header .header-left {
        width: 80%;
        padding-right: 0
    }

    .inicio .navbar-header .header-left {
        width: 50%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-left .bem-vindo {
        display: none
    }

    .navbar-header .header-left .menu-abre-fecha {
        margin: 0;
        padding: 23px 0 0 25px;
        width: 80px;
        height: 80px
    }

        .navbar-header .header-left .menu-abre-fecha:after {
            height: 14px;
            bottom: 0;
            margin-bottom: 0
        }

    .navbar-header .header-left .infos {
        height: 80px;
        background-color: #112e50
    }

        .navbar-header .header-left .infos .item {
            padding: 0 8px
        }

            .navbar-header .header-left .infos .item:first-child {
                border: none
            }

            .navbar-header .header-left .infos .item.item-alerta:after {
                margin-left: -12px
            }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:768px)and (max-width:980px) {
    .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes {
        padding-bottom: 20px
    }

        .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes .colunas {
            width: 100%;
            padding: 0 20px;
            background-color: transparent;
            margin: 20px 0 0;
            display: block;
            float: left;
            clear: both;
            border: 0
        }

            .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes .colunas h3 {
                font-size: 18px;
                clear: both;
                width: 100%;
                margin-bottom: 10px
            }

            .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes .colunas .limite {
                text-align: right
            }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-left .info-conta {
        display: block;
        background-color: #fff;
        color: #112e50;
        height: 80px;
        padding: 0 10px 0 0;
        width: 45%
    }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:980px)and (max-width:1024px) {
    .navbar-header .header-left .info-conta {
        float: right !important;
        width: 38%;
        padding-left: 15px
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-left .info-conta .col-xs-12 p {
        display: block
    }

        .navbar-header .header-left .info-conta .col-xs-12 p .agencia {
            float: left;
            font-size: 13px
        }

        .navbar-header .header-left .info-conta .col-xs-12 p .conta {
            float: left;
            font-size: 13px;
            padding-right: 18px;
            padding-left: 20px;
            position: relative
        }

        .navbar-header .header-left .info-conta .col-xs-12 p .lk-trocar-de-conta {
            float: right;
            display: block;
            position: relative
        }

            .navbar-header .header-left .info-conta .col-xs-12 p .lk-trocar-de-conta .icone {
                margin-top: -5px
            }

    .navbar-header .header-left .dados-conta-nome {
        display: block;
        width: 100%;
        padding: 14px 0 0;
        color: #112e50
    }

        .navbar-header .header-left .dados-conta-nome h2 {
            color: #112e50;
            font-size: 15px;
            margin: 0 0 2px
        }

        .navbar-header .header-left .dados-conta-nome p {
            font-size: 13px;
            font-weight: normal;
            margin-bottom: 0
        }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:980px)and (max-width:1024px) {
    .navbar-header .header-right {
        width: 20%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-right .info-conta {
        display: none
    }

    .navbar-header .header-right .acoes-right {
        border: none;
        padding: 25px 10px 0
    }

        .navbar-header .header-right .acoes-right li {
            margin: 0;
            position: relative
        }

    .navbar-header .header-right .txt-cor {
        position: absolute;
        font-size: 11px;
        bottom: 0;
        left: 5px;
        color: #112e50;
        text-align: center
    }

    .navbar-header .col-right {
        float: right
    }

    .nav-sidebar li a {
        padding-left: 82px;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .nav-sidebar li a .icone {
            left: 27px !important;
            -webkit-transition: all .4s;
            transition: all .4s
        }

    .sidebar.open .nav-sidebar li a {
        padding-left: 60px
    }

        .sidebar.open .nav-sidebar li a .icone {
            left: 15px !important
        }

    .sidebar-info {
        width: 100%;
        max-width: inherit;
        display: inline-block
    }

        .sidebar-info .banner-sidebar {
            background-position: 100% 50%
        }

            .sidebar-info .banner-sidebar span {
                float: left;
                padding-top: 25px;
                padding-left: 34px
            }

        .sidebar-info .coluna-sidebar-info {
            width: 50%;
            float: right;
            border-left: 1px solid #d5dadd;
            padding-left: 30px
        }

        .sidebar-info .horarios .linha {
            border: none
        }

        .sidebar-info .horarios .titulo-ico {
            margin-top: 10px
        }

            .sidebar-info .horarios .titulo-ico .icone {
                left: -21px;
                top: 9px
            }

    section.dados-cadastrais.operadores table.table td.col-situacao {
        position: inherit;
        top: auto
    }

    section.dados-cadastrais.operadores table.table td.col-botoes {
        width: 50% !important;
        position: absolute;
        right: 0;
        top: 20px;
        padding: 20px 50px 0 20px
    }

        section.dados-cadastrais.operadores table.table td.col-botoes .lkpermissao, section.dados-cadastrais.operadores table.table td.col-botoes .lkdesbloquear {
            width: 100%;
            margin: 0
        }

    .container.cont-int {
        padding-bottom: 30px
    }

    .container.login .dicas-e-central {
        padding: 0
    }

        .container.login .dicas-e-central .infos {
            padding: 25px 0;
            width: 90%;
            margin: 0 5%
        }

            .container.login .dicas-e-central .infos:last-child {
                border-left: none;
                border-top: 1px solid #d5dadd
            }

    .container.alterar-senha .input-group .campo-form {
        padding-right: 33px
    }

    .container.alterar-senha .info-campo {
        left: 106%;
        width: 400px
    }

        .container.alterar-senha .info-campo img {
            max-width: 100%;
            height: auto
        }

    .container.personalizar .item-sel-cor {
        margin: 0 auto 30px;
        max-width: 470px
    }

        .container.personalizar .item-sel-cor .info-cor {
            max-width: 310px
        }

    .container.personalizar .numeros-opcoes {
        width: 25%;
        height: 160px
    }

        .container.personalizar .numeros-opcoes .sel-icone {
            height: 160px
        }

    .container.personalizar .numeros-opcoes {
        padding: 0 10px;
        height: 150px
    }

        .container.personalizar .numeros-opcoes a {
            height: 150px
        }

    .container.escolha-conta .itens-pag {
        display: none
    }

    .container.escolha-conta .buscar {
        margin-bottom: 30px
    }

    .container.escolha-conta .tabela-contas .table {
        border: none;
        display: block;
        width: 100% !important
    }

        .container.escolha-conta .tabela-contas .table tbody, .container.escolha-conta .tabela-contas .table tr {
            width: 100%;
            display: block
        }

        .container.escolha-conta .tabela-contas .table tr {
            margin-bottom: 25px;
            padding: 20px 120px 20px 20px;
            display: block;
            width: 100%;
            background-color: #fff;
            overflow: hidden;
            position: relative
        }

        .container.escolha-conta .tabela-contas .table thead {
            display: none
        }

        .container.escolha-conta .tabela-contas .table th {
            display: none
        }

        .container.escolha-conta .tabela-contas .table td {
            display: block;
            float: left;
            width: 50%;
            border: none;
            padding: 2px 20px 2px 0
        }

            .container.escolha-conta .tabela-contas .table td.col-banco {
                font-family: 'Inter',Arial,sans-serif
            }

            .container.escolha-conta .tabela-contas .table td.col-cnpj {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-cnpj:before {
                    content: "CPF/CNPJ: "
                }

            .container.escolha-conta .tabela-contas .table td.col-apelido {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-apelido:before {
                    content: "Apelido: "
                }

            .container.escolha-conta .tabela-contas .table td.col-agencia {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-agencia:before {
                    content: "Agência: "
                }

            .container.escolha-conta .tabela-contas .table td.col-conta {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-conta:before {
                    content: "Conta: "
                }

            .container.escolha-conta .tabela-contas .table td.col-tipo {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-tipo:before {
                    content: "Tipo: "
                }

            .container.escolha-conta .tabela-contas .table td .lkacessar {
                display: block;
                width: 100%;
                background-color: #0a1d6f;
                font: 15px 'Inter',Arial,sans-serif;
                text-align: center;
                color: #fff;
                padding: 15px 10px;
                margin-top: 15px
            }

                .container.escolha-conta .tabela-contas .table td .lkacessar .icone {
                    display: none
                }

    .icone-default {
        display: none
    }

    .container.escolha-conta .tabela-contas .table td.btn-acessar-tab {
        position: absolute;
        right: 20px;
        top: 10px;
        padding: 0;
        width: 100px
    }

        .container.escolha-conta .tabela-contas .table td.btn-acessar-tab .btn {
            text-transform: uppercase
        }

    .container.escolha-conta .num-pag {
        text-align: center
    }

    .cadastro .cadastro-inexistente.dados-preencher .radio {
        margin-right: 10px
    }

    .cadastro .cadastro-inexistente .info {
        margin-bottom: 15px;
        margin-top: -10px
    }

    .dados-cadastrais {
        margin-bottom: 20px
    }

        .dados-cadastrais .numeros-opcoes {
            width: 33%
        }

        .dados-cadastrais .infos .row p {
            font-size: 15px
        }

        .dados-cadastrais .botao-row {
            overflow: hidden;
            clear: both;
            width: 100%
        }

            .dados-cadastrais .botao-row .btn {
                padding: 14px 50px
            }

        .dados-cadastrais.dados-token .info-campo {
            width: 300px;
            left: 116%
        }

        .dados-cadastrais .tooltip-proximo-cod .tooltip, .dados-cadastrais .tooltip-cod-seguranca .tooltip, .dados-cadastrais .tooltip-identifica .tooltip {
            left: 178% !important
        }

        .dados-cadastrais.dados-operador .box-info .lk-alterar {
            margin-left: 0
        }

        .dados-cadastrais.dados-operador .ver-dados .box-colunas {
            padding-bottom: 0;
            padding-top: 0
        }

        .dados-cadastrais.dados-operador .ver-dados .box-colunas {
            padding-top: 30px
        }

        .dados-cadastrais.dados-operador .ver-dados p {
            font-size: 13px
        }

        .dados-cadastrais.dados-operador .ver-dados .btn {
            font-size: 13px
        }

        .dados-cadastrais.dados-operador .ver-dados .info-lista-token {
            padding: 10px 15px
        }

        .dados-cadastrais.dados-operador .ver-dados .box-colunas p {
            font-size: 15px
        }

        .dados-cadastrais .calendario-agendamento .legenda-calendario .info-ico {
            margin-bottom: 15px
        }

        .dados-cadastrais .calendario-agendamento .calendario-agenda {
            padding: 0
        }

            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td {
                height: 90px;
                font-size: 22px
            }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-automatico:before {
                    width: 37px;
                    height: 37px;
                    background: url(../imagens/icones-agendamento-lg.png) no-repeat -177px 0
                }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-concluido:before {
                    width: 37px;
                    height: 37px;
                    background: url(../imagens/icones-agendamento-lg.png) no-repeat -89px 0
                }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-nao-concluido:before {
                    width: 37px;
                    height: 37px;
                    background: url(../imagens/icones-agendamento-lg.png) no-repeat 0 0
                }

        .dados-cadastrais.operadores .table {
            background-color: #ebeff2;
            padding: 0;
            border: none
        }

            .dados-cadastrais.operadores .table tr {
                overflow: hidden;
                display: block;
                width: 100%;
                padding: 20px 10px;
                margin-bottom: 30px;
                background: #fff;
                position: relative
            }

            .dados-cadastrais.operadores .table thead {
                display: none
            }

            .dados-cadastrais.operadores .table tr.bg-block {
                background-color: #edf0f1;
                border: 1px solid #c2c2c2
            }

                .dados-cadastrais.operadores .table tr.bg-block td {
                    background-color: #edf0f1
                }

            .dados-cadastrais.operadores .table.oper-situa td {
                padding: 2px 10px;
                width: 50%;
                display: block;
                float: none;
                clear: both
            }

                .dados-cadastrais.operadores .table.oper-situa td.col-botoes {
                    width: 100%
                }

            .dados-cadastrais.operadores .table .coluna-operador, .dados-cadastrais.operadores .table .coluna-identificacao, .dados-cadastrais.operadores .table .coluna-apelido, .dados-cadastrais.operadores .table .coluna-certificadora, .dados-cadastrais.operadores .table .coluna-tipo, .dados-cadastrais.operadores .table .coluna-situacao, .dados-cadastrais.operadores .table td {
                font-family: 'Inter',Arial,sans-serif;
                padding: 2px 10px;
                border: none;
                width: 50%;
                display: block;
                float: left
            }

                .dados-cadastrais.operadores .table .coluna-operador a, .dados-cadastrais.operadores .table .coluna-identificacao a, .dados-cadastrais.operadores .table .coluna-apelido a, .dados-cadastrais.operadores .table .coluna-certificadora a, .dados-cadastrais.operadores .table .coluna-tipo a, .dados-cadastrais.operadores .table .coluna-situacao a, .dados-cadastrais.operadores .table td a {
                    font-family: 'Inter',Arial,sans-serif
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-apelido.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-tipo.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-situacao.col-identificacao:before, .dados-cadastrais.operadores .table td.col-identificacao:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Identificação: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-apelido:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-apelido:before, .dados-cadastrais.operadores .table .coluna-apelido.col-apelido:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-apelido:before, .dados-cadastrais.operadores .table .coluna-tipo.col-apelido:before, .dados-cadastrais.operadores .table .coluna-situacao.col-apelido:before, .dados-cadastrais.operadores .table td.col-apelido:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Apelido: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-apelido.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-tipo.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-situacao.col-certificadora:before, .dados-cadastrais.operadores .table td.col-certificadora:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Certificadora: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-tipo:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-tipo:before, .dados-cadastrais.operadores .table .coluna-apelido.col-tipo:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-tipo:before, .dados-cadastrais.operadores .table .coluna-tipo.col-tipo:before, .dados-cadastrais.operadores .table .coluna-situacao.col-tipo:before, .dados-cadastrais.operadores .table td.col-tipo:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Tipo: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-cpf:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-cpf:before, .dados-cadastrais.operadores .table .coluna-apelido.col-cpf:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-cpf:before, .dados-cadastrais.operadores .table .coluna-tipo.col-cpf:before, .dados-cadastrais.operadores .table .coluna-situacao.col-cpf:before, .dados-cadastrais.operadores .table td.col-cpf:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "CPF: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-perfil:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-perfil:before, .dados-cadastrais.operadores .table .coluna-apelido.col-perfil:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-perfil:before, .dados-cadastrais.operadores .table .coluna-tipo.col-perfil:before, .dados-cadastrais.operadores .table .coluna-situacao.col-perfil:before, .dados-cadastrais.operadores .table td.col-perfil:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Perfil: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-situacao, .dados-cadastrais.operadores .table .coluna-identificacao.col-situacao, .dados-cadastrais.operadores .table .coluna-apelido.col-situacao, .dados-cadastrais.operadores .table .coluna-certificadora.col-situacao, .dados-cadastrais.operadores .table .coluna-tipo.col-situacao, .dados-cadastrais.operadores .table .coluna-situacao.col-situacao, .dados-cadastrais.operadores .table td.col-situacao {
                    position: absolute;
                    right: 0;
                    top: 20px
                }

                    .dados-cadastrais.operadores .table .coluna-operador.col-situacao:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-situacao:before, .dados-cadastrais.operadores .table .coluna-apelido.col-situacao:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-situacao:before, .dados-cadastrais.operadores .table .coluna-tipo.col-situacao:before, .dados-cadastrais.operadores .table .coluna-situacao.col-situacao:before, .dados-cadastrais.operadores .table td.col-situacao:before {
                        font-family: 'Inter',Arial,sans-serif;
                        content: "Situação: "
                    }

    .col-tipo-arquivo:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo Arquivo: "
    }

    .dados-cadastrais.operadores .table td.col-ocorrencia:before {
        font-family: OpenS,Arial,sans-serif;
        content: "Ocorrência: "
    }

    .dados-cadastrais.operadores .table td.col-valor:before {
        font-family: OpenS,Arial,sans-serif;
        content: "Valor: "
    }

    .dados-cadastrais.operadores .table td.col-vencimento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Data de Vencimento: "
    }

    .dados-cadastrais.operadores .table td.col-documento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Valor do Documento: "
    }

    .dados-cadastrais.operadores .table td.col-tipo-de-pagamento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo de pagamento: "
    }

    .dados-cadastrais.operadores .table td.col-data-pagamento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Data do Pagamento: "
    }

    .dados-cadastrais.operadores .table .coluna-acao, .dados-cadastrais.operadores .table .col-botoes {
        width: 100%
    }

    .dados-cadastrais.operadores .table .lkpermissao, .dados-cadastrais.operadores .table .lkdesbloquear {
        width: 47%;
        float: left;
        padding: 14px 0;
        margin: 25px 3% 10px 0;
        color: #fff;
        background-color: #0a1d6f;
        border-color: #0a1d6f;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 15px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase
    }

        .dados-cadastrais.operadores .table .lkpermissao .icone, .dados-cadastrais.operadores .table .lkdesbloquear .icone {
            display: none
        }

    .dados-cadastrais.operadores .table .lkexcluir {
        width: 47%;
        float: left;
        padding: 14px 0 13px;
        margin: 25px 3% 10px 0;
        color: #0a1d6f;
        background-color: #fff;
        border: 1px solid #0a1d6f;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 15px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase
    }

        .dados-cadastrais.operadores .table .lkexcluir .icone {
            display: none
        }

    .dados-cadastrais.operadores .table.table-desbloqueados tr:first-child {
        display: block
    }

    .dados-cadastrais.operadores .itens-buscar {
        margin-bottom: 25px
    }

    .sidebar {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        overflow: auto;
        overflow-x: hidden
    }

        .sidebar.open {
            width: 30%
        }

    .breadcrumb {
        padding: 10px 0 0
    }

    .main {
        padding-left: 110px;
        width: 100%
    }

        .main.open {
            padding-left: 120px
        }

        .main .alerta.alerta-info .seta {
            margin-right: -26px
        }

        .main .alert {
            margin: -30px -40px 0;
            width: calc(100% - 80px)
        }

        .main .extrato-home.col-md-9 {
            width: 100%
        }

        .main .cont-dados .valor {
            margin-bottom: 15px
        }

            .main .cont-dados .valor h4 {
                font-size: 13px;
                font-family: 'Inter',Arial,sans-serif;
                font-weight: normal
            }

            .main .cont-dados .valor .linha-colunas .colunas {
                padding: 0 2%
            }

            .main .cont-dados .valor.ver-saldo .col-xs-12 {
                padding-left: 15px;
                padding-right: 15px
            }

            .main .cont-dados .valor .valor-lg {
                font-size: 28px
            }

            .main .cont-dados .valor .txt-ultimo-acesso {
                display: inline;
                font-size: 13px;
                margin-left: 10px
            }

        .main .resumo-extrato .panel-group {
            border: none
        }

        .main .resumo-extrato .box-filtro {
            padding: 20px 10px 20px
        }

            .main .resumo-extrato .box-filtro .campo-form.controls {
                padding-left: 0
            }

            .main .resumo-extrato .box-filtro .vtablet {
                border-left: 1px solid #d5dadd
            }

                .main .resumo-extrato .box-filtro .vtablet.filtro-datas {
                    display: inline-block;
                    padding: 0;
                    border-left: none;
                    width: 64%
                }

                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .form-control {
                        height: 28px;
                        line-height: 25px;
                        padding: 7px 10px;
                        font-size: 13px
                    }

                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .col-sm-5 {
                        padding-left: 0;
                        padding-top: 5px
                    }

                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .txt {
                        display: block;
                        float: left;
                        font-family: 'Inter',Arial,sans-serif;
                        font-size: 13px;
                        font-weight: normal;
                        line-height: 25px;
                        padding-right: 5px
                    }

                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .btn-buscar {
                        padding-top: 5px;
                        border: none;
                        background-color: transparent
                    }

        .main .resumo-extrato .panel-group .panel-body {
            background-image: none
        }

            .main .resumo-extrato .panel-group .panel-body .info-extrato {
                padding: 15px 15px 15px 25px
            }

                .main .resumo-extrato .panel-group .panel-body .info-extrato:hover {
                    background-image: none
                }

                .main .resumo-extrato .panel-group .panel-body .info-extrato .tipo {
                    padding: 0;
                    text-align: center
                }

                    .main .resumo-extrato .panel-group .panel-body .info-extrato .tipo .icone {
                        position: inherit;
                        margin: 0 auto;
                        overflow: hidden;
                        clear: both;
                        left: auto
                    }

                .main .resumo-extrato .panel-group .panel-body .info-extrato .txt-credito {
                    text-align: right
                }

                .main .resumo-extrato .panel-group .panel-body .info-extrato.linha-total {
                    border-top: 1px solid #d5dadd
                }

                    .main .resumo-extrato .panel-group .panel-body .info-extrato.linha-total .txt-valor, .main .resumo-extrato .panel-group .panel-body .info-extrato.linha-total .txt-credito {
                        text-align: left
                    }

        .main .resumo-extrato.resumo-home .panel-group .panel-body {
            background: #f5f7f8 url(../imagens/linha.gif) repeat-y 27px 0
        }

            .main .resumo-extrato.resumo-home .panel-group .panel-body .info-extrato .tipo {
                text-align: left
            }

            .main .resumo-extrato.resumo-home .panel-group .panel-body .info-extrato .icone {
                float: left
            }

        .main .resumo-extrato .bs-extrato-completo {
            border-top: 1px solid #d5dadd
        }

    .dados-token .btn {
        padding: 14px 10px
    }

    .dados-cadastrais .info-lista-token {
        padding: 20px
    }

        .dados-cadastrais .info-lista-token .logo {
            padding: 0 !important;
            margin-right: 10px
        }

        .dados-cadastrais .info-lista-token .colunas {
            padding: 0 0 0 10px
        }

            .dados-cadastrais .info-lista-token .colunas .btn {
                width: 130px;
                padding: 14px 0;
                margin: 0
            }

            .dados-cadastrais .info-lista-token .colunas.col-sm-3 {
                max-width: 100px
            }

            .dados-cadastrais .info-lista-token .colunas.col-sm-4 {
                max-width: 170px
            }

    .dados-cadastrais .infos .row {
        margin-bottom: 0
    }

        .dados-cadastrais .infos .row .col-md-3, .dados-cadastrais .infos .row .col-md-12 {
            margin-bottom: 20px
        }

    .dados-cadastrais .infos.info-operador-cp3 .row {
        margin-bottom: 15px
    }

    .dados-cadastrais.dados-operador .ver-dados {
        margin-bottom: 10px
    }

    .dados-cadastrais .btn-no-pad {
        padding-left: 0;
        padding-top: 10px
    }

    .dados-cadastrais .bloco-situacao {
        max-width: 200px
    }

    .dados-cadastrais.operadores h4 {
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        margin-bottom: 15px
    }

    .dados-cadastrais.operadores .table .coluna-operador, .dados-cadastrais.operadores .table .coluna-identificacao, .dados-cadastrais.operadores .table .coluna-apelido, .dados-cadastrais.operadores .table .coluna-certificadora, .dados-cadastrais.operadores .table .coluna-tipo, .dados-cadastrais.operadores .table .coluna-situacao, .dados-cadastrais.operadores .table td {
        font-family: 'Inter',Arial,sans-serif;
        padding: 2px 10px;
        border: none;
        width: 50%;
        display: block;
        float: left
    }

        .dados-cadastrais.operadores .table .coluna-operador a, .dados-cadastrais.operadores .table .coluna-identificacao a, .dados-cadastrais.operadores .table .coluna-apelido a, .dados-cadastrais.operadores .table .coluna-certificadora a, .dados-cadastrais.operadores .table .coluna-tipo a, .dados-cadastrais.operadores .table .coluna-situacao a, .dados-cadastrais.operadores .table td a {
            font-family: 'Inter',Arial,sans-serif
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-identificacao:before, .dados-cadastrais.operadores .table td.coluna-identificacao:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Identificação: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-apelido:before, .dados-cadastrais.operadores .table td.coluna-apelido:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Apelido: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-certificadora:before, .dados-cadastrais.operadores .table td.coluna-certificadora:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Certificadora: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-tipo:before, .dados-cadastrais.operadores .table td.coluna-tipo:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Tipo: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-cpf:before, .dados-cadastrais.operadores .table td.coluna-cpf:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "CPF: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-perfil:before, .dados-cadastrais.operadores .table td.coluna-perfil:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Perfil: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-situacao, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-situacao, .dados-cadastrais.operadores .table .coluna-apelido.coluna-situacao, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-situacao, .dados-cadastrais.operadores .table .coluna-tipo.coluna-situacao, .dados-cadastrais.operadores .table .coluna-situacao.coluna-situacao, .dados-cadastrais.operadores .table td.coluna-situacao {
            position: absolute;
            right: 0;
            top: 20px
        }

            .dados-cadastrais.operadores .table .coluna-operador.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-situacao:before, .dados-cadastrais.operadores .table td.coluna-situacao:before {
                font-family: 'Inter',Arial,sans-serif;
                content: "Situação: "
            }

    .col-tipo-arquivo:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo Arquivo: "
    }

    .icones-opcoes {
        overflow: hidden;
        clear: both;
        width: 100%
    }

    .form-control.select-sm {
        background-color: #f5f7f8;
        font-size: 13px;
        max-width: 110px
    }

        .form-control.select-sm select {
            font-size: 13px
        }

    .main .alerta:after {
        margin: 0 0 0 48px
    }

    .info-home .dados-token .info-token-dados {
        float: left
    }

    .info-home .dados-token .icone {
        margin-top: 20px
    }
}

@media(min-width:1025px)and (max-width:1200px) {
    .main.open.col-md-offset-2 {
        margin-left: 18.666667%
    }

    .main.open.col-md-10 {
        width: 81.333333%
    }
}

@media(min-width:1441px)and (max-width:1800px) {
    .main.open.col-md-offset-2 {
        margin-left: 13.666667%
    }

    .main.open.col-md-10 {
        width: 86.333333%
    }
}

@media(min-width:1881px) {
    .main.open.col-md-offset-2 {
        margin-left: 10.666667%
    }

    .main.open.col-md-10 {
        width: 89.333333%
    }
}

@media(min-width:1013px)and (max-width:1170px) {
    .sidebar-info .ultimo-acesso p {
        -webkit-transition: all .4s ease .2s;
        transition: all .4s ease .2s;
        font-size: 11px;
        margin-bottom: 16px
    }

    .menu-opened .main.open {
        padding-right: 10px
    }

    .menu-opened .sidebar-info .ultimo-acesso p {
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        font-size: 13px
    }
}

@media(max-width:768px) {
    .sidebar .jspContainer .jspPane {
        height: 100%
    }

    .icone-default {
        display: none
    }
}

@media(min-width:768px)and (max-width:981px) {
    .navbar-header .header-left .infos .busca-topo {
        padding-left: 120px;
        width: 100%
    }

        .navbar-header .header-left .infos .busca-topo.open-menu {
            width: 100%;
            padding-left: 120px
        }

    .jspContainer .nav-sidebar {
        margin-left: 0 !important
    }
}

@media(min-width:1023px)and (max-width:1024px) {
    .dados-cadastrais .calendario-agendamento .agendamentos {
        margin-top: 30px
    }

    div.sidebar {
        min-width: inherit;
        max-width: inherit;
        padding-right: 10px;
        padding-left: 10px
    }

    .navbar-header .header-left .menu-abre-fecha:after {
        margin-left: -25px
    }

    .navbar-header .header-left .menu-abre-fecha {
        padding-left: 14px
    }

    .nav-sidebar {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: -10px
    }

        .nav-sidebar li a {
            padding-left: 60px;
            padding-right: 0
        }

            .nav-sidebar li a .icone {
                left: 15px !important
            }
}

@media(min-width:1024px) {
    .jspContainer .nav-sidebar {
        margin-left: 0 !important
    }

    .removeMarginTop {
        margin-top: 0
    }
}

.pag-leg {
    margin: 10px 0 0 0
}

.no-border {
    border: 0 !important
}

.pagination.ajusta-altura {
    margin: 0
}

.tit-segura {
    height: 42px
}

.ui-autocomplete {
    z-index: 9999
}

.select-rodape select {
    float: right !important;
    max-width: 63px
}

    .select-rodape select.form-control {
        max-width: 60px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../imagens/seta-select3.png) no-repeat 95% 0;
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f
    }

.txt-item-pag label {
    width: auto !important;
    clear: none;
    margin-right: 10px
}

.txt-item-pag {
    float: right
}

.topo-icone-troca {
    position: relative;
    top: -8px
}

.cadeado-topo {
    position: absolute;
    right: -4px;
    bottom: 10px
}

.text-left {
    text-align: left !important
}

.navbar-header .header-left .infos .item.item-gerenciar.act .sub-item {
    height: 120px
}

.dados-cadastrais .info-lista-token .colunas {
    padding-top: 6px
}

    .dados-cadastrais .info-lista-token .colunas .btn {
        margin-top: 4px
    }

.form-control.select-sm {
    padding: 3px 25px 3px 10px
}

.modal-body .icone-token-symantec {
    margin-top: 18px
}

.alinhaCampo {
    display: inline-block;
    width: 100%;
    margin-top: 25px
}

.cadastro .cadastro-inexistente label {
    margin-bottom: 5px
}

footer.footer-doc.footer {
    margin-top: 0
}

.main.pdf {
    min-height: auto;
    padding: 10px 15px 0 15px
}

.container.escolha-conta .itens-pag .form-control {
    margin-left: 5px
}

.dados-cadastrais .info-lista-token {
    padding: 30px 30px 20px 20px
}

    .dados-cadastrais .info-lista-token .colunas {
        padding-top: 0
    }

.table-default .tabela-contas .table td {
    padding: 15px 8px 10px 8px
}

.footer .data-hora {
    background: none;
    line-height: 13px
}

.ajustaCampo {
    height: 50px !important
}

.margin-top-10 {
    margin-top: 10px
}

.print {
    display: none
}

.no-print {
    display: block
}

@media(max-width:767px) {
    .dados-cadastrais.operadores .box-info .bloco-situacao .btn {
        margin-top: 15px
    }

    .container.cadastro .ver-dados .col-md-6.tb-pad-30 p.colocaBordaBottom {
        border-bottom: 1px solid #d5dadd
    }

    .table-default .tabela-contas .table td {
        padding: 0 8px 5px 15px !important
    }
}

.ie {
    background: #0a1d6f;
    height: 80px;
    width: 100%;
    display: none;
    padding-top: 5px
}

    .ie h4, .ie h5 {
        color: #fff
    }

.acessoTablet {
    position: relative;
    top: -10px;
    padding-right: 0;
    display: none
}

@media(max-width:1024px) {
    .container.escolha-conta .buscar {
        margin-bottom: 30px
    }

    .acessoTablet {
        display: inline-block
    }
}

@media(min-width:992px) {
    .dados-cadastrais .btn-no-pad {
        padding-top: 0
    }

    .select-style {
        height: 52px
    }
}

@media(min-width:992px)and (max-width:1023px) {
    .btn-default {
        margin-left: 15px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .dados-cadastrais .calendario-agendamento .agendamentos {
        margin-top: 30px
    }

    .dados-cadastrais .img-cracha {
        min-width: auto
    }
}

.col-min {
    width: 30% !important
}

.col-med {
    width: 40% !important
}

.main .resumo-extrato .box-filtro.ajustaPaddingResumo .lb-filtro.border-left {
    padding-left: 20px
}

.bottom-10 {
    margin-bottom: 10px
}

.select-style select:focus, option:focus, .select-style select::-moz-focus-inner, .select-style select::-moz-focus-inner {
    outline: none;
    border: none;
    color: transparent
}

.select-style select option {
    background: transparent;
    border: 0
}

.select-style select::-ms-expand {
    display: none
}

.select-style select {
    outline: 0;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #fff
}

a:link {
    outline: 0
}

select::-ms-expand {
    display: none
}

.select-style select:-moz-focusring {
    color: #0a1d6f;
    text-shadow: 0 0 0 #0a1d6f
}

.main .cont-dados .valor h4 {
    font-size: 14px
}

.main .cont-dados .valor .colunas p {
    font-size: 16px
}

.dados-cadastrais.dados-token.cadastro-token label.error {
    position: relative;
    bottom: 0
}

.dados-cadastrais.dados-token .input-group {
    margin-bottom: 15px
}

.container.login .bloco-form label.error {
    padding: 5px 0 0;
    color: #df5c5e;
    position: relative;
    left: 0;
    bottom: 0
}

.marginTop20 {
    margin-top: 20px
}

@media(max-width: 992px) and (min-width: 767px) {
    .main.open {
        padding-left: 245px;
    }
}

@media(max-width:1024px)and (min-width:768px) {
    .main.open {
        padding-left: 110px
    }

    .marginRight20 {
        margin-right: 20px
    }

    .table-default .tabela-contas .table td {
        padding: 0 8px 5px 15px !important
    }
}

.dados-cadastrais .infos .row label {
    text-transform: inherit
}

.dados-cadastrais.operadores .tabs-box .tab-content .box-colunas p {
    text-transform: initial
}

.table-default .itens-pag:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 26px;
    width: 34px;
    height: 25px;
    pointer-events: none;
    background: url(../imagens/seta-select-item.png) no-repeat 50% 50%;
    display: none
}

.dados-operador .itens-pag .form-control.select-sm {
    padding-right: 3px
}

.dados-operador .itens-pag:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 26px;
    width: 34px;
    height: 25px;
    pointer-events: none;
    background: url(../imagens/seta-select-inner.png) no-repeat 50% 50%;
    display: none
}

.table-default .tabela-contas .table td {
    padding: 15px 8px 10px 15px
}

.marginBottom15 {
    margin-bottom: 15px
}

.removePB {
    padding: 0 !important;
    background: transparent !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    position: relative;
    left: -5px
}

.txt-item-pag label.tam-pag {
    width: 140px !important
}

.flex {
    display: inline-flex
}

.flex-align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flex-baseline {
    display: flex;
    align-items: baseline
}

.flex-end {
    display: flex;
    align-items: flex-end
}

@media screen and (max-width:425px) {
    .flex-d-column {
        flex-direction: column
    }

    .no-pad-xs {
        padding: 0 !important
    }
}

@media(min-width:768px) {
    .conteudo-dados {
        min-height: 550px !important
    }
}

@media(max-width:767px) {
    #ListaDeAlcadas_length {
        display: none
    }
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-aprovadores:before, .table-default .tabela-contas .table td.col-obrigatorio:before, .table-default .tabela-contas .table td.col-transacao:before, .table-default .tabela-contas .table td.col-diario:before, .table-default .tabela-contas .table td.col-nome:before {
        display: none;
        font-family: 'Inter',Arial,sans-serif
    }
}

.table-default .tabela-contas .table td.col-aprovadores:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Número mínimo de assinaturas: "
}

.table-default .tabela-contas .table td.col-obrigatorio:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Mínimo Obrigatório: "
}

.table-default .tabela-contas .table td.col-transacao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Limite por Transação: "
}

.table-default .tabela-contas .table td.col-diario:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Limite Diário: "
}

.table-default .tabela-contas .table td.col-nome:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Nome: "
}

.panel-body .grey {
    background-color: #f5f7f8;
    background-image: none !important
}

.main .resumo-extrato .panel-group .info-extrato:hover, .main .resumo-extrato .panel-group .info-extrato.bg-white .grey {
}

.calendarioFeriado {
    background-color: #fff !important
}

.calendarioFeriadoDDA {
    background-color: #ffffff !important;
}

.left-pd-10 {
    padding: 5px 0 5px 15px !important
}

.border-right {
    border-right: 1px solid #d0d2d3
}

.txt-cor-azul {
    color: #112e50
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.col-sm-4 .btn {
    padding: 14px
}

.banner-repatriacao, .conteudo-dados .banner-repatriacao {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1200px;
    max-height: 126px;
    overflow: hidden;
    clear: both;
    background: none;
    margin: 15px 0
}

    .banner-repatriacao img, .conteudo-dados .banner-repatriacao img {
        width: 100%;
        height: auto;
        max-width: 1200px;
        max-height: 126px
    }

.border-bottom-green {
    border-bottom: 2px solid #0a1d6f
}

.borda-bottom-dashed {
    border-bottom: dashed 1px #0a1d6f;
    padding-bottom: 5px;
    padding-top: 5px
}

@media(min-width:0)and (max-width:991px) {
    .border-right {
        border-right: none
    }
}

.table-default .tabela-contas .table td {
    background-color: #fff;
    vertical-align: middle !important
}

.alerta-info {
    display: none
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-pagador:before, .table-default .tabela-contas .table td.col-cpf-cnpj:before, .table-default .tabela-contas .table td.col-seunumero:before, .table-default .tabela-contas .table td.col-nossonumero:before, .table-default .tabela-contas .table td.col-tipoinstrução:before, .table-default .tabela-contas .table td.col-statusinstrucao:before, .table-default .tabela-contas .table td.col-motivorejeicao:before, .table-default .tabela-contas .table td.col-col-check:before, .table-default .tabela-contas .table td.col-col-evento:before, .table-default .tabela-contas .table td.col-col-cadastramento:before {
        display: none;
        margin: 0
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 250px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%
    }
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-data:before, .table-default .tabela-contas .table td.col-tipo-de-pagamento:before, .table-default .tabela-contas .table td.col-origem:before, .table-default .tabela-contas .table td.col-favorecido:before, .table-default .tabela-contas .table td.col-valor:before, .table-default .tabela-contas .table td.col-cpf-cpnj:before, .table-default .tabela-contas .table td.col-banco:before, .table-default .tabela-contas .table td.col-agencia:before, .table-default .tabela-contas .table td.col-conta:before, .table-default .tabela-contas .table td.col-tipopagamento:before, .table-default .tabela-contas .table td.col-situacao:before, .table-default .tabela-contas .table td.col-tipoinstrucao:before, .table-default .tabela-contas .table td.col-referencia:before, .table-default .tabela-contas .table td.col-dias:before, .table-default .tabela-contas .table td.col-cadastroinstrucao:before {
        display: none;
        font-family: 'Inter',Arial,sans-serif
    }
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-banco:before, .table-default .tabela-contas .table td.col-vencimento:before, .table-default .tabela-contas .table td.col-documento:before, .table-default .tabela-contas .table td.col-desconto:before, .table-default .tabela-contas .table td.col-pagamento:before, .table-default .tabela-contas .table td.col-identificacao:before, .table-default .tabela-contas .table td.col-multa:before, .table-default .tabela-contas .table td.col-juros:before {
        display: none;
        margin: 0
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 250px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%
    }
}

.table-default .tabela-contas .table td.col-pagador:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Pagador: "
}

.table-default .tabela-contas .table td.col-evento:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Evento: "
}

.table-default .tabela-contas .table td.col-cadastramento:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Cadastramento: "
}

.table-default .tabela-contas .table td.col-tipoinstrução:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Tipo de Instrução: "
}

.table-default .tabela-contas .table td.col-motivorejeicao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Motivo da Rejeição: "
}

.table-default .tabela-contas .table td.col-statusinstrucao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Status: "
}

.table-default .tabela-contas .table td.col-cpf-cnpj:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "CPF / CNPJ: "
}

.table-default .tabela-contas .table td.col-seunumero:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Seu Número: "
}

.table-default .tabela-contas .table td.col-nossonumero:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Nosso Número: "
}

.table-default .tabela-contas .table td.col-pagamento:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Valor do Pagamento: "
}

.table-default .tabela-contas .table td.col-identificacao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Identificação: "
}

.table-default .tabela-contas .table td.col-arquivo:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Arquivo: "
}

.table-default .tabela-contas .table td.col-tamanho:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Tamanho: "
}

.table-default .tabela-contas .table td.col-data-hora-geracao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Data / Hora da Geração: "
}

.table-default .tabela-contas .table td.col-qtde-pagto:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Qtde Pagto: "
}

.table-default .tabela-contas .table td.col-valor:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Valor: "
}

.table-default .tabela-contas .table td.col-banco:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Banco: "
}

.table-default .tabela-contas .table td.col-desconto:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Desconto: "
}

.table-default .tabela-contas .table td.col-juros:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Juros: "
}

.table-default .tabela-contas .table td.col-multa:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Multa: "
}

@media screen and (max-width:430px) {
    .conteudo-dados header.titulos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #d5dadd
    }

    header.titulos h1 {
        margin-top: 0
    }
}

@media(min-width:0)and (max-width:991px) {
    .table-default .tabela-contas .table td {
        padding: 15px 8px 10px 8px
    }
}

@media(max-width:1024px) {
    .banner-repatriacao.extrato {
        display: block;
        width: 100%;
        height: auto;
        max-width: 885px;
        max-height: 80px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
        padding: 0;
        margin: 0 0 15px 0
    }

        .banner-repatriacao.extrato img {
            display: block;
            width: 100%;
            height: auto;
            max-width: 885px;
            max-height: 80px;
            overflow: hidden;
            clear: both;
            background: no-repeat 0 100%;
            padding: 0
        }
}

@media(max-width:1024px)and (min-width:768px) {
    .dados-cadastrais.operadores .table .lkexcluir {
        width: 100%;
        margin-top: 0
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 729px;
        max-height: 70px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%
    }

        .sidebar-info .banner-sidebar img {
            width: 100%;
            height: auto;
            max-width: 729px;
            max-height: 70px
        }
}

.border-5 {
    border-top: 10px solid #eee
}

.alert-fixo {
    position: initial;
    width: 100%;
    z-index: 50;
    border: none;
    text-align: center;
    line-height: 34px;
    padding: 5px
}

.periodoDe .periodoAte {
    margin-top: 1.1%
}

.modal-memorize .modal-header .info-icones {
    float: right;
    display: block;
    padding: 0 5px
}

.btnSair {
    cursor: pointer
}

.pull-none {
    float: none !important
}

.w-auto {
    width: auto !important
}

.textTextLoteInfo {
    padding-right: 12px !important
}

.modalLoading {
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../branding/imagens/loading-branding.gif');
    background-color: rgb(0, 207, 217, 0.7);
    background-repeat: no-repeat;
    background-position: 55% 50%;
}

body.loading {
    overflow: hidden
}

    body.loading .modalLoading {
        display: block
    }

.input-validation-error-rend {
    border: 1px solid red !important
}

.button-validation-error-rend {
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: red !important;
    border-left-color: #e6e6e6 !important
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-data:before, .table-default .tabela-contas .table td.col-tipo-de-pagamento:before, .table-default .tabela-contas .table td.col-origem:before, .table-default .tabela-contas .table td.col-favorecido:before, .table-default .tabela-contas .table td.col-valor:before, .table-default .tabela-contas .table td.col-cpf-cpnj:before, .table-default .tabela-contas .table td.col-banco:before, .table-default .tabela-contas .table td.col-agencia:before, .table-default .tabela-contas .table td.col-conta:before, .table-default .tabela-contas .table td.col-tipopagamento:before, .table-default .tabela-contas .table td.col-situacao:before {
        display: none;
        font-family: 'Inter',Arial,sans-serif
    }
}

.table-default .tabela-contas .table td.col-data:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Data: "
}

.table-default .tabela-contas .table td.col-tipoinstrucao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Tipo da Instrução: "
}

.table-default .tabela-contas .table td.col-referencia:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Referência: "
}

.table-default .tabela-contas .table td.col-dias:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Dias: "
}

.table-default .tabela-contas .table td.col-cadastroinstrucao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Cadastro de Instrução: "
}

.table-default .tabela-contas .table td.col-tipopagamento:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Tipo de pagamento: "
}

.table-default .tabela-contas .table td.col-origem:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Origem: "
}

.table-default .tabela-contas .table td.col-favorecido:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Favorecido: "
}

.table-default .tabela-contas .table td.col-cpf-cpnj:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "CPF / CNPJ: "
}

.table-default .tabela-contas .table td.col-banco:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Banco: "
}

.table-default .tabela-contas .table td.col-agencia:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Agência: "
}

.table-default .tabela-contas .table td.col-conta:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Conta: "
}

.itens-pag.abas {
    margin: 0;
    padding: 25px 15px 0 0
}

.dados-cadastrais.operadores .table .lkexcluir {
    margin-top: 0
}

.table-default .tabela-contas .table th {
    min-width: 100px
}

@media(max-width:767px) {
    .menu-config-mobile .menu-config-mobile-topo .txt-cor {
        position: absolute;
        font-size: 11px;
        bottom: -67px;
        left: 2%;
        color: #112e50;
        text-align: center;
        display: block;
        width: 100%
    }

    .PictogramaMobile {
        position: absolute;
        bottom: -57px;
        left: -3px;
        text-align: center;
        display: block;
        width: 100%
    }

    .cadeado-topo {
        position: absolute;
        right: 37%;
        bottom: 10px
    }
}

th.clear {
    font-family: 'Inter',Arial,sans-serif !important;
    font-size: 14px !important;
    color: #7a7d7f !important
}

td.DataDesabilitada, table.ui-datepicker-calendar tbody td.DataDesabilitada a {
    color: red
}

.no-display {
    display: none
}

[type="checkbox"]:not(:checked) + input[type=hidden] + label, [type="checkbox"]:checked + input[type=hidden] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font: 13px 'Inter'
}

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:after {
        opacity: 0;
        transform: scale(0)
    }

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:after, [type="checkbox"]:checked + input[type=hidden] + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        transition: all .2s;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUJGQTJEM0NENjhCMTFFNTlEQjI4NDRGNDY1MTRDNTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUJGQTJEM0RENjhCMTFFNTlEQjI4NDRGNDY1MTRDNTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QkZBMkQzQUQ2OEIxMUU1OURCMjg0NEY0NjUxNEM1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QkZBMkQzQkQ2OEIxMUU1OURCMjg0NEY0NjUxNEM1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuV0fVgAAADMSURBVHjaYvz//z8DPuA5dwY/kDoFxF+YGAiDTiBWA2IJJgKm2gCpdCi3iBGXM4AK2YHUBSDWAOIt25MzfPGZXAVV+BWIs0ECTEATZIFYCc1ULSBVAeVWA019BFYMteoGUIEfVCFIbDYQswHxaSCeAjOE0WPO9ENA2haIfwNxAhCDgmoaEP8BYmOgqZdgillAhgHxZiB2BOLFQPwDKteDrBDsDKAAyAM+IB9DncUFxHeAuBHdx+DQAGr4BqSCgXgl1OR0oNgPdMUAAQYA6go8x51Nz/4AAAAASUVORK5CYII=') no-repeat 50% 4px
    }

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:before, [type="checkbox"]:checked + input[type=hidden] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 15px;
        height: 15px;
        border: 1px solid #d5dadd;
        background: #fff
    }

@media(max-width:1025px) {
    .select_pesquisa {
        display: none !important
    }
}

th.col-checkbox, td.col-checkbox {
    min-width: 0 !important;
    padding: 20px 23px 10px 30px !important
}

@media(min-width:1025px) {
    .gerente img {
        width: 100%;
        height: auto;
        max-width: 70px;
        max-height: 78px
    }
}

.gerente .max-70 {
    max-width: 70px !important
}

.gerente h4 {
    margin: 0 !important
}

@media(max-width:1199px)and (min-width:1025px) {
    .esconder {
        display: none
    }
}

.radio-label {
    margin-top: -9px
}

.francesa.botao-row {
    background-color: transparent !important
}

.icone-md-francesinha {
    background-image: url(../../icon-francesinha-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-francesinha {
    background-image: url(../../icon-francesinha-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-consumo {
    background-image: url(../imagens/icone/consumo.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px
}

.icone-md-francesinha-on {
    background-image: url(../../icon-francesinha-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-boleto {
    background-image: url(../imagens/icone/icon-boleto-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-boleto-on {
    background-image: url(../imagens/icone/icon-boleto-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.btn-default.btn-small, .btn-primary.btn-small {
    padding: 5px;
    text-transform: none
}

.btn-default.btn-small {
    border: 1px solid #0a1d6f;
    background-color: #fff;
    color: #0a1d6f
}

.btn-primary.btn-small {
    border: 1px solid #666;
    background-color: #fff;
    color: #666
}

.main .cont-dados .valor .linha-colunas .colunas {
    width: 25%
}

.data.extrato {
    background-color: #eee;
    border-top: 3px solid #0a1d6f
}

    .data.extrato p {
        color: #0a1d6f;
        font-size: 18px;
        margin: 10px 0;
        font-weight: bold;
        margin-left: 15px
    }

.main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd), .main .cont-dados.extrato-home .resumo-extrato .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato, .main .cont-dados.extrato-home .resumo-extrato .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .tipo, .main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) .tipo {
    background-color: #fff
}

.main .resumo-extrato {
    margin: 0
}

.bs-extrato-completo {
    border-top: 1px solid #d5dadd
}

.titulo strong {
    color: #0a1d6f
}

.col-alert.last-item {
    border: none !important
}

.saldo {
    margin: 5px 0
}

    .saldo p {
        margin-bottom: 0
    }

.borda.linha-colunas:before {
    display: none
}

.cssZebradoLg {
    background: #eee !important
}

@media screen and (min-width:992px)and (max-width:1024px) {
    .correcao {
        width: 50% !important
    }

    .correcao-mostrar {
        display: inherit !important
    }
}

@media screen and (min-width:992px) {
    .bt-align {
        padding-top: 27px
    }
}

@media(max-width:1024px) {
    .cssZebradoLg {
        background-color: transparent
    }

    .vmobile-gray {
        background-color: #eee;
        padding: 15px !important
    }
}

.tb-margin-10 {
    margin: 10px 0
}

.top-margin-7 {
    margin-top: 7px
}

@media(max-width:767px) {
    .dados-cadastrais.operadores .box-info .col-md-6:first-child {
        padding: 10px
    }

    .table-bordered .checkbox label {
        display: none
    }

    .panel-heading {
        border-top: 0 !important
    }

    .main .resumo-extrato .panel-group {
        border-bottom: 0 !important
    }
}

.verde {
    color: #0a1d6f !important
}

.vermelho {
    color: red !important
}

.concessao th, .concessao td, .concessao {
    background-color: #f5f7f8 !important;
    border: 0 !important
}

    .concessao th {
        border-bottom: 1px #cecece solid !important
    }

@media(max-width:1024px) {
    .concessao th, .concessao td, .concessao {
        width: 100% !important;
        padding: 0 !important
    }
}

@media(max-width:1024px) {
    .hide-mobile {
        display: none
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .lr-pad-15 {
        padding: 0 15px 0 15px !important
    }
}

.panel-group {
    border-bottom: 0 !important
}

@media(max-width:767px) {
    .correcao {
        padding: 0;
        font-size: 13px
    }
}

@media(min-width:1025px) {
    .hide-desktop {
        display: none
    }
}

.bottom-margin-0 {
    margin-bottom: 0 !important
}

@media(min-width:992px) {
    .height-500 {
        height: 500px !important
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .hack-pad {
        padding-left: 15px;
        padding-right: 15px
    }

        .hack-pad .col-sm-8, .hack-pad .col-sm-4 {
            padding: 0
        }
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: red
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: red
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #d5dadd;
    position: relative
}

.jspDrag {
    background: rgba(0, 0,0,0.3);
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d
    }

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: none
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

@font-face {
    font-family: 'OpenSB';
    src: url(/content/fonts/files/opensans-bold-webfont.eot);
    src: url(/content/fonts/files/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-bold-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-bold-webfont.woff) format('woff'),url(/content/fonts/files/opensans-bold-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSL';
    src: url(/content/fonts/files/opensans-light-webfont.eot);
    src: url(/content/fonts/files/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-light-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-light-webfont.woff) format('woff'),url(/content/fonts/files/opensans-light-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-light-webfont.svg#open_sanslight) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenS';
    src: url(/content/fonts/files/opensans-regular-webfont.eot);
    src: url(/content/fonts/files/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-regular-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-regular-webfont.woff) format('woff'),url(/content/fonts/files/opensans-regular-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSSB';
    src: url(/content/fonts/files/opensans-semibold-webfont.eot);
    src: url(/content/fonts/files/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-semibold-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-semibold-webfont.woff) format('woff'),url(/content/fonts/files/opensans-semibold-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: normal;
    font-style: normal
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80)
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .8;
        -ms-filter: alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000;
        -webkit-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        opacity: 1;
        -ms-filter: alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer
    }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin: auto
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #0a1d6f
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #daa520
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.margin-top-fix {
    margin-top: 20px;
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px)and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px)and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

.box-conteudo-cartao {
    display: flex;
}

    .box-conteudo-cartao .ver-saldo {
        flex-basis: 20%;
    }

.box-selecione-cartao {
    display: flex;
}

    .box-selecione-cartao .img-card {
        width: 60px;
        height: 20px;
        margin-right: 10px;
        background-image: url(/content/imagens/img-card-visa.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

.info-extrato-brand {
    background-color: #ffffff !important;
    border-radius: 10px !important;
}

.token-topo-brand {
    border: 0 !important;
}

.panel-heading-brand {
    background-color: #ffffff !important;
}

.btn-default {
    border-radius: 26px !important;
    background-color: #0a1d6f !important;
    font-weight: 600 !important;
    color: #57ffff !important;
    border: 2px #0a1d6f solid !important;
    font-family: 'Inter', sans-serif !important;
    transition: .2s;
    text-transform: none !important;
}

    .btn-default:hover {
        background-color: #57ffff !important;
        color: #0a1d6f !important;
        border: 2px #57ffff solid !important;
    }

    .btn-default:disabled {
        opacity: 1 !important;
        background-color: #D9D9D9 !important;
        color: #737373 !important;
        border: 2px #D9D9D9 solid !important;
    }

    .btn-default:hover:disabled {
        opacity: 1 !important;
        background-color: #D9D9D9 !important;
        color: #737373 !important;
        border: 2px #D9D9D9 solid !important;
    }

.btn-primary {
    border-radius: 26px !important;
    background-color: transparent !important;
    font-weight: 600 !important;
    color: #0a1d6f !important;
    border: 2px #0a1d6f solid !important;
    font-family: 'Inter', sans-serif !important;
    transition: .2s;
    text-transform: none !important;
}

    .btn-primary:hover {
        background-color: transparent !important;
        color: #57FFFF !important;
        border: 2px #57FFFF solid !important;
    }

    .btn-primary:disabled {
        opacity: 1 !important;
        background-color: transparent !important;
        color: #737373 !important;
        border: 2px #737373 solid !important;
    }

    .btn-primary:hover:disabled {
        opacity: 1 !important;
        background-color: transparent !important;
        color: #737373 !important;
        border: 2px #737373 solid !important;
    }

.dados-cadastrais label {
    font-size: 14px !important;
    line-height: 17px !important;
    color: #3F3F3F !important;
    padding-left: 12px;
    margin-bottom: 5px !important;
}

.form-control {
    background-color: #f3f3f3 !important;
    border-color: #f3f3f3 !important;
    border-radius: 5px !important;
}

    .form-control::placeholder {
        color: #3f3f3f !important;
    }

.icone-buscar2 {
    background-image: url(../branding/imagens/icone-buscar.svg) !important;
    background-position: 50% 50% !important;
}

.select-style,
.select-style:after,
.select-style:before {
    all: unset !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

    .select-style select {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        font-family: Inter, sans-serif !important;
        width: 100% !important;
        height: 50px !important;
        background: url(/content/branding/imagens/arrow-down-ext.svg) no-repeat #F2F3F7 top 14px right 12px !important;
        color: #3F3F3F !important;
        border-radius: 5px !important;
        border: 0 !important;
        position: relative !important;
        padding: 11px 40px 11px 15px !important;
    }

        .select-style select:focus {
            outline: none !important;
        }

        .select-style select option {
            font-family: Inter, sans-serif !important;
            font-style: normal !important;
            font-weight: 400 !important;
            font-size: 16px !important;
            line-height: 19px !important;
            letter-spacing: 0.008em !important;
            color: #3F3F3F !important;
        }

        .select-style select:focus > option:checked {
            background: #0A1D6F !important;
            color: #57FFFF !important;
        }

input.calendario {
    border: none !important;
    border-radius: 5px !important;
    background: none !important;
    background-color: #F2F3F7 !important;
    color: #3F3F3F !important;
}

.table-default .itens-pag select.form-control {
    background: url(../branding/imagens/arrow-down-ext.svg) no-repeat 95% 0 !important;
}

.modal-content {
    border: none;
}

#conteudo .dados-cadastrais label {
    padding: 0;
}

.table-default .tabela-contas .table th {
    background-color: unset !important;
    font-weight: normal !important;
    padding: 12px !important;
    vertical-align: middle !important;
    font-weight: 600 !important;
    color: #0a1d6f !important;
}

.table-default .tabela-contas .table th a {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    color: #0a1d6f !important;
    min-width: 90px !important;
    font-weight: 600 !important;
}

.table-bordered {
    border: none !important;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: none !important;
    }


.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: none !important;
}

.table {
    color: #7a7d7f;
    border-spacing: 0 15px !important;
    border-collapse: unset;
}

.table td:first-child {
    border-radius: 5px 0 0 5px;
}

.table td:last-child {
    border-radius: 0 5px 5px 0;
}

.breadcrumb-branding {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
}

    .breadcrumb-branding a {
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #737373;
    }

        .breadcrumb-branding a:after {
            display: none !important;
        }

        .breadcrumb-branding a:hover {
            color: #0A1D6F;
        }

    .breadcrumb-branding .breadcrumb-active {
        color: #0A1D6F;
        font-weight: 500;
    }

.titulo-branding {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    color: #0A1D6F;
    margin: 0;
    border-bottom: 1px #D9D9D9 solid;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.header-breadcrumb-ultimo-acesso {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -20px;
    margin-bottom: 30px;
}

    .header-breadcrumb-ultimo-acesso .ultimo-acesso .text-left {
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0;
        color: #737373;
    }

        .header-breadcrumb-ultimo-acesso .ultimo-acesso .text-left span {
            font-weight: 500;
        }

/* The switch - the box around the slider */
.switch-branding {
    display: flex;
    align-items: center;
    margin: 0;
}

    /* Hide default HTML checkbox */
    .switch-branding .input-switch {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider-branding {
    position: relative;
    cursor: pointer;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D9D9D9;
    -webkit-transition: .4s;
    transition: .4s;
    width: 44px;
    height: 22px;
}

    .slider-branding:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 3px;
        background-color: #737373;
        -webkit-transition: .4s;
        transition: .4s;
    }

.input-switch:checked + .slider-branding {
    background-color: #00CFD9;
}

.input-switch:focus + .slider-branding {
    box-shadow: 0 0 1px #D9D9D9;
}

.input-switch:checked + .slider-branding:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    background-color: #fff;
}

/* Rounded sliders */
.slider-branding.round {
    border-radius: 34px;
}

    .slider-branding.round:before {
        border-radius: 50%;
    }

@media(max-width: 800px) {
    .header-breadcrumb-ultimo-acesso {
        display: none;
    }
}

@media(max-width: 767px) {
    .titulo-branding {
        margin-top: 30px !important;
    }
}

@media(max-width: 600px) {
    .titulo-branding {
        margin-top: 0 !important;
    }
}
/*teste*/


.botao-voltar-centralizado .btn-primary{
    display: block;
    margin: 0 auto;
    width: 30%;
}

.logo-centralizado {
    width: 100% !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.box-voltar {
    margin-top:30px;
    text-transform:uppercase;
}
.box-voltar a {
    padding:10px 8px;
    border:1px solid #7a7d7f;
    border-radius:10px;
}

.texto-centralizado {
    text-align: center;
}

.area-texto-aviso {
    padding-top: 20px;
    text-align: justify;
    font-size: 13px;
}

.icone-webfont .badge {
    position: relative;
    background-color: red;
    left: -25px;
    top: -17px;
    font-family: 'Inter';
    margin-right: -21px;
}

.lk-ocultar-valores .icone_ocultar-valores,
.lk-ocultar-valores .icone_ocultar-valores-on {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.noticias .icone-webfont {
    color: #38383A;
    font-size: 21px;
    position: relative;
    top: 3px;
}

.main .cont-dados .valor .lk-ocultar-valores .icone-webfont {
    position: absolute;
    display: block;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: -2px;
}

    .main .cont-dados .valor .lk-ocultar-valores .icone-webfont.icone_mostrar-valores {
        position: absolute;
        top: 4px;
        left: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .main .cont-dados .valor .lk-ocultar-valores .icone-webfont.icone_ocultar-valores-on {
        opacity: 0;
    }

    .main .cont-dados .valor .lk-ocultar-valores .icone-webfont.icone_mostrar-valores {
        display: none;
    }

.icone-webfont.icone_mostrar-valores,
.icone-webfont.icone_ocultar-valores-on {
    opacity: 1;
}

.item-select .icone_gerenciar-operacoes,
.item-select .icone_comprovantes-paginas {
    font-size: 48px !important;
    margin-top: 8px;
    display: block;
}

.item-select .icone_visualizar-calendario-de-operacoes,
.item-select .icone_habilitar-acesso,
.item-select .icone_gerenciar-chaves-de-seguranca {
    font-size: 47px !important;
}

.icon-icone_gerenciar-acesso,
.icon-icone_acesso-padrao {
    font-size: 52px !important;
}

.TamanhoFonte .icone-webfont {
    font-size: 28px;
    position: relative;
    top: -1px;
}

.icone_azul {
    color: #0b5ce3;
}

.icone_verde {
    color: #31793b;
}

.icone_rosa {
    color: #ed145b;
}

.icone_laranja {
    color: #e36629;
}

.icone_roxo {
    color: #662d91;
}


@charset "UTF-8";
/* line 1400, icone/*.png */
.icone-sprite, .icone-acessar, .icone-agendamento, .icone-ajuda,
.icone-alerta-modal, .icone-alerta, .icone-alertar,
.icone-alterar-permissoes-on, .icone-alterar-permissoes,
.icone-alterar, .icone-brasilia-azul, .icone-brasilia-laranja,
.icone-brasilia-on, .icone-brasilia-roxo, .icone-brasilia-verde,
.icone-brasilia-rosa, .icone-brasilia, .icone-buscar-tablet,
.icone-buscar-verde, .icone-buscar, .icone-buscar2, .icone-cadastrese, .icone-cadeado, .icone-chile-azul, .icone-chile-laranja, .icone-chile-on, .icone-chile-roxo, .icone-chile-verde, .icone-chile-rosa, .icone-chile, .icone-china-azul, .icone-china-laranja, .icone-china-on, .icone-china-roxo, .icone-china-verde, .icone-china-rosa, .icone-china, .icone-comprovantes-on, .icone-comprovantes, .icone-configurar-on, .icone-configurar, .icone-cracha, .icone-debitos-automaticos, .icone-desbloquear, .icone-dica-central, .icone-dica-seguranca, .icone-download-porc, .icone-editar, .icone-email, .icone-estrela-d, .icone-estrela-p, .icone-eua-azul, .icone-eua-laranja, .icone-eua-on, .icone-eua-roxo, .icone-eua-verde, .icone-eua-rosa, .icone-eua-zul, .icone-eua, .icone-exclamacao, .icone-excluir, .icone-exibir, .icone-favorecidos-on, .icone-favorecidos, .icone-fechar, .icone-franca-azul, .icone-franca-laranja, .icone-franca-on, .icone-franca-roxo, .icone-franca-verde, .icone-franca-rosa, .icone-franca, .icone-grecia-azul, .icone-grecia-laranja, .icone-grecia-on, .icone-grecia-roxo, .icone-grecia-verde, .icone-grecia-rosa, .icone-grecia, .icone-holanda-azul, .icone-holanda-laranja, .icone-holanda-on, .icone-holanda-roxo, .icone-holanda-verde, .icone-holanda-rosa, .icone-holanda, .icone-horario, .icone-ico_pagamento_lote, .icone-importante, .icone-incluir, .icone-info-brasilia-laranja, .icone-inglaterra-azul, .icone-inglaterra-laranja, .icone-inglaterra-on, .icone-inglaterra-roxo, .icone-inglaterra-verde, .icone-inglaterra-rosa, .icone-inglaterra, .icone-italia-azul, .icone-italia-laranja, .icone-italia-on, .icone-italia-roxo, .icone-italia-verde, .icone-italia-rosa, .icone-italia, .icone-md-alterar-senha-on, .icone-md-alterar-senha, .icone-md-atalhos-on, .icone-md-atalhos, .icone-md-dados-cadastrais-on, .icone-md-dados-cadastrais, .icone-md-mensagens-on, .icone-md-mensagens, .icone-md-selo-on, .icone-md-selo, .icone-md-token-on, .icone-md-token, .icone-menos, .icone-menu-cambio,
.icone-menu-cartoes, .icone-menu-open-banking,
.icone-transferencia-lg-disable,
.icone-menu-cobranca, .icone-menu-comprovantes, .icone-menu-credito, .icone-menu-home, .icone-menu-investimentos, .icone-menu-lista, .icone-menu-pagamentos, .icone-menu-saldo, .icone-menu-saldo-e-extrato, .icone-menu-transferencias, .icone-ocultar-on, .icone-ocultar, .icone-operador-on, .icone-operador, .icone-operadores-on, .icone-operadores, .icone-pagamento-lote-on, .icone-pagamento-lote, .icone-pagamento, .icone-pagamentos-concluidos, .icone-pagamentos-nao-concluidos, .icone-pdf, .icone-pendencias-on, .icone-pendencias, .icone-print, .icone-reativar, .icone-redirecionar, .icone-rio-azul, .icone-rio-laranja, .icone-rio-on, .icone-rio-roxo, .icone-rio-verde, .icone-rio-rosa, .icone-rio, .icone-sair-off, .icone-sair, .icone-seguranca, .icone-seta-r-cv, .icone-seta-r, .icone-tam-fonte-off, .icone-tam-fonte, .icone-token-google-aut-mobile, .icone-token-google-aut, .icone-token-symantec-mobile, .icone-token-symantec, .icone-token, .icone-transferencia-lg-on, .icone-transferencia-lg, .icone-transferencia, .icone-trocar-de-conta, .icone-verificado, .icone-xls {
    background-image: url('../imagens/icone-s5719170596.png');
    background-repeat: no-repeat;
}

.icone-menu-pix {
    background-image: url('../imagens/Pix.png');
    background-position: center;
    background-repeat: no-repeat;
}

.btn-padrao:hover {
    color: #fff;
    background-color: #2f7a75 !important;
    border-color: #2f7a75 !important;
}

.btn-padrao {
    color: #fff;
    background-color: #0a1d6f !important;
    border-color: #0a1d6f !important;
}

.btn-ghost:hover {
    color: #fff;
    background-color: #0a1d6f !important;
    border-color: #0a1d6f !important;
}

.btn-ghost {
    color: #0a1d6f;
    background-color: transparent !important;
    border-color: #0a1d6f !important;
}

.btn-ghost-2 {
    color: #FFFFFF;
    background-color: transparent !important;
    border-color: #FFFFFF !important;
}

    .btn-ghost-2:hover {
        color: #fff;
        background-color: #0a1d6f !important;
        border-color: #0a1d6f !important;
    }


.btn-desativar {
    color: #000 !important;
    background-color: #d6d9de !important;
    cursor: unset !important;
}

.footer-btn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .footer-btn .btn {
        flex-grow: 1;
        margin: 0 7.5px;
    }

.padding-bottom-30 {
    padding: 0 0 30px 0;
}

.icone-informe-rendimento {
    background-image: url('../imagens/icone/rendimento-icon-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icone-informe-rendimento-on {
    background-image: url('../imagens/icone/rendimento-icon-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}


.icone-md-alcada {
    background-image: url('../imagens/icone/alcada-icon-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icone-md-alcada-on {
    background-image: url('../imagens/icone/alcada-icon-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icone-md-registrato {
    background-image: url(../imagens/icone/icon-bacen-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-registrato-on {
    background-image: url(../imagens/icone/icon-bacen-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-provisao {
    background-image: url(../imagens/icone/icon-provisao-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-provisao-on {
    background-image: url(../imagens/icone/icon-provisao-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-calendario {
    background-image: url(../imagens/icone/icon-calendario-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-calendario-on {
    background-image: url(../imagens/icone/icon-calendario-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-menu-aprovacoes {
    background-image: url(../imagens/icone/menu-aprovacoes.png);
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-aprovacoes-unificadas {
    background-image: url(../imagens/icone/menu-aprovacoes.png);
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-transferencia {
    background-image: url(../imagens/icone/menu-aprovacoes.png);
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-ordem-pagamento {
    background-image: url(../imagens/icone/menu-ordem-pagamento.png);
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-limites-e-tarifas {
    background-image: url('../imagens/icone/menu-limites-e-tarifas.png');
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-ptax {
    background-image: url('../imagens/icone/menu-ptax.png');
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-gerenciar {
    background-image: url('../imagens/icone/menu-gerenciar-operacoes.png');
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-transferencia-novo {
    background-image: url('../imagens/icone/menu-transferencia-novo.png');
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-instrucao-pagamento {
    background-image: url('../imagens/icone/menu-instrucao-recebimento.png');
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-arbitragem {
    background-image: url(../imagens/icone/menu-arbitragem.png);
    background-position: center;
    background-repeat: no-repeat;
}

.icone-menu-arbitragem-novo {
    background-image: url(../imagens/icone/menu-arbitragem2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
}


/* line 84, ../../Downloads/comp
    ass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-acessar {
    background-position: 0 0;
    height: 24px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-agendamento {
    background-position: 0 -24px;
    height: 19px;
    width: 19px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-ajuda {
    background-position: 0 -43px;
    height: 24px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-alerta-modal {
    background-position: 0 -67px;
    height: 41px;
    width: 41px;
}

.icone-alerta-padrao-modal {
    background-image: url('../imagens/icone/alerta-padrao.png');
    background-position: 0 -41px;
    height: 41px;
    width: 41px;
}

.icone-alerta-azul {
    background-image: url('../imagens/icone/icone-alerta.png');
    height: 20px;
    width: 20px;
}

.icone-alerta-amarelo {
    background-image: url('../imagens/icone/alerta-amarelo.png');
    background-position: 0 -41px;
    height: 41px;
    width: 41px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-alerta {
    background-position: 0 -108px;
    height: 38px;
    width: 38px;
}

.icone-copiar {
    background-position: 0 -108px;
    height: 38px;
    width: 38px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-alertar {
    background-position: 0 -146px;
    height: 24px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-alterar-permissoes-on {
    background-position: 0 -170px;
    height: 65px;
    width: 100px;
}

.icon-alerta {
    background-image: url('../imagens/icone/icone-alerta.png');
    background-repeat: no-repeat;
    background-position: 0 -170px;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icon-alerta-token {
    background-image: url('../imagens/icone/icone-alerta-token.png');
    top: 25%;
    position: absolute;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
}



.icon-alerta-perfil-investidor {
    background-image: url('../imagens/icone/icone-alerta-perfil-investidor.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icon-erro-perfil-investidor {
    background-image: url('../imagens/icone/icone-erro-perfil-investidor.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icon-copiar {
    background-image: url('../imagens/icone/icone-copiar.jpg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}



.icon-configurar-pagamentos {
    background-image: url('../imagens/icone/icon-configurar-pagamentos-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icone-saldo-extrato-pix {
    background-image: url('../imagens/icone/saldo-extrato-pix.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 38px;
}


.div-saldo-extrato-pix {
    height: 25px;
    width: 25px;
    margin-right: 38px;
}


.novo-icone-saldo-extrato-pix {
    height: 16px;
    margin-left: 4px;
}

.icone-md-pagamento-pix {
    background-image: url('../imagens/icone/u271.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.3, 0.3);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important;
}

.icone-md-pagamento-pix-on {
    background-image: url('../imagens/icone/u271.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.3, 0.3);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important;
    filter: brightness(100);
}

.icone-md-devolver-pix {
    background-image: url('../imagens/icone/devolver-pix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.2, 0.2);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important;
}


.icone-md-devolver-pix-on {
    background-image: url('../imagens/icone/devolver-pix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.2, 0.2);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important;
    filter: brightness(100);
}

.icone-md-receber-pix {
    background-image: url('../imagens/icone/ReceberPix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.1, 0.1);
    height: 400px;
    width: 400px;
    margin-top: -151px !important;
    margin-left: -167px !important;
}


.icone-md-receber-pix-on {
    background-image: url('../imagens/icone/ReceberPix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.1, 0.1);
    height: 400px;
    width: 400px;
    margin-top: -151px !important;
    margin-left: -167px !important;
    filter: brightness(100);
}

.icone-md-minhas-chaves-pix {
    background-image: url('../imagens/icone/minhas-chaves.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.08,.08);
    height: 512px;
    width: 512px;
    margin-top: -205px !important;
    margin-left: -215px !important;
}


.icone-md-minhas-chaves-pix-on {
    background-image: url('../imagens/icone/minhas-chaves.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.08,.08);
    height: 512px;
    width: 512px;
    margin-top: -205px !important;
    margin-left: -215px !important;
    filter: brightness(100);
}



.icon-configurar-pagamentos-on {
    background-image: url('../imagens/icone/icon-configurar-pagamentos-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icon-consultar {
    background-image: url('../imagens/icone/icon-consultar-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icon-consultar-on {
    background-image: url('../imagens/icone/icon-consultar-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icon-gerenciar-arquivos {
    background-image: url('../imagens/icone/icon-gerenciar-arquivos-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icon-gerenciar-arquivos-on {
    background-image: url('../imagens/icone/icon-gerenciar-arquivos-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icone-md-provisao {
    background-image: url(../imagens/icone/icon-provisao-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-provisao-on {
    background-image: url(../imagens/icone/icon-provisao-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}


.icone-md-calendario {
    background-image: url(../imagens/icone/icon-calendario-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-calendario-on {
    background-image: url(../imagens/icone/icon-calendario-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icon-remessa {
    background-image: url('../imagens/icone/icon-remessa-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

.icon-remessa-on {
    background-image: url('../imagens/icone/icon-remessa-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-alterar-permissoes {
    background-position: 0 -235px;
    height: 65px;
    width: 100px;
}

.icone-alterar-alcada {
    background-image: url('../imagens/icone/icone-alterar-alcada.png');
    background-position: 0px -230px;
    height: 23px;
    width: 23px;
}

.icone-excluir-alcada {
    background-image: url('../imagens/icone/icone-excluir-alcada.png');
    background-position: 0px -230px;
    height: 23px;
    width: 23px;
}

.icone-detalhes-alcada {
    background-image: url('../imagens/icone/icone-detalhes-alcada.png');
    background-position: 0 -231px;
    height: 21px;
    width: 21px;
}

.icone-consumo-alcada {
    background-image: url('../imagens/icone/icone-consumo-alcada.png');
    background-position: 0px -230px;
    height: 23px;
    width: 23px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-alterar {
    background-position: 0 -300px;
    height: 25px;
    width: 25px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-brasilia-azul {
    background-position: 0 -325px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-brasilia-laranja {
    background-position: 0 -485px;
    height: 160px;
    width: 160px;
}

.txt-item-pag label {
    width: auto !important;
    clear: none;
    margin-right: 10px;
}
/* line 84, ../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-brasilia-on {
    background-position: 0 -645px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-brasilia-roxo {
    background-position: 0 -805px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-brasilia-verde {
    background-position: 0 -965px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-brasilia-rosa {
    background-position: 0 -1125px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-brasilia {
    background-position: 0 -1285px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-buscar-tablet {
    background-position: 0 -1445px;
    height: 23px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-buscar-verde {
    background-position: 0 -1468px;
    height: 38px;
    width: 38px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-buscar {
    background-position: 0 -1506px;
    height: 38px;
    width: 38px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-buscar2 {
    background-position: 0 -1544px;
    height: 50px;
    width: 50px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-cadastrese {
    background-position: 0 -1594px;
    height: 13px;
    width: 12px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-cadeado {
    background-position: 0 -1607px;
    height: 24px;
    width: 15px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-chile-azul {
    background-position: 0 -1631px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-chile-laranja {
    background-position: 0 -1791px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-chile-on {
    background-position: 0 -1951px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-chile-roxo {
    background-position: 0 -2111px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-chile-verde {
    background-position: 0 -2271px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-chile-rosa {
    background-position: 0 -2431px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-chile {
    background-position: 0 -2591px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-china-azul {
    background-position: 0 -2751px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-china-laranja {
    background-position: 0 -2911px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-china-on {
    background-position: 0 -3071px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-china-roxo {
    background-position: 0 -3231px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-china-verde {
    background-position: 0 -3391px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-china-rosa {
    background-position: 0 -3551px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-china {
    background-position: 0 -3711px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-comprovantes-on {
    background-position: 0 -3871px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-comprovantes {
    background-position: 0 -3936px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-configurar-on {
    background-position: 0 -4001px;
    height: 38px;
    width: 38px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-configurar {
    background-position: 0 -4039px;
    height: 38px;
    width: 38px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-cracha {
    background-position: 0 -4077px;
    height: 120px;
    width: 155px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-debitos-automaticos {
    background-position: 0 -4197px;
    height: 19px;
    width: 19px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-desbloquear {
    background-position: 0 -4216px;
    height: 25px;
    width: 25px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-dica-central {
    background-position: 0 -4241px;
    height: 35px;
    width: 35px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-dica-seguranca {
    background-position: 0 -4276px;
    height: 35px;
    width: 35px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-download-porc {
    background-position: 0 -4311px;
    height: 24px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-editar {
    background-position: 0 -4335px;
    height: 12px;
    width: 11px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-email {
    background-position: 0 -4347px;
    height: 42px;
    width: 42px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-estrela-d {
    background-position: 0 -4389px;
    height: 15px;
    width: 15px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-estrela-p {
    background-position: 0 -4404px;
    height: 15px;
    width: 15px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-eua-azul {
    background-position: 0 -4419px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-eua-laranja {
    background-position: 0 -4579px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-eua-on {
    background-position: 0 -4739px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-eua-roxo {
    background-position: 0 -4899px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-eua-verde {
    background-position: 0 -5059px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-eua-rosa {
    background-position: 0 -5219px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-eua-zul {
    background-position: 0 -5379px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-eua {
    background-position: 0 -5539px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-exclamacao {
    background-position: 0 -5699px;
    height: 31px;
    width: 31px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-excluir {
    background-position: 0 -5730px;
    height: 25px;
    width: 25px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-exibir {
    background-position: 0 -5755px;
    height: 21px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-favorecidos-on {
    background-position: 0 -5776px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-favorecidos {
    background-position: 0 -5841px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-fechar {
    background-position: 0 -5906px;
    height: 32px;
    width: 32px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-franca-azul {
    background-position: 0 -5938px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-franca-laranja {
    background-position: 0 -6098px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-franca-on {
    background-position: 0 -6258px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-franca-roxo {
    background-position: 0 -6418px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-franca-verde {
    background-position: 0 -6578px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-franca-rosa {
    background-position: 0 -6738px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-franca {
    background-position: 0 -6898px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-grecia-azul {
    background-position: 0 -7058px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-grecia-laranja {
    background-position: 0 -7218px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-grecia-on {
    background-position: 0 -7378px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-grecia-roxo {
    background-position: 0 -7538px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-grecia-verde {
    background-position: 0 -7698px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-grecia-rosa {
    background-position: 0 -7858px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-grecia {
    background-position: 0 -8018px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-holanda-azul {
    background-position: 0 -8178px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-holanda-laranja {
    background-position: 0 -8338px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-holanda-on {
    background-position: 0 -8498px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-holanda-roxo {
    background-position: 0 -8658px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-holanda-verde {
    background-position: 0 -8818px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-holanda-rosa {
    background-position: 0 -8978px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-holanda {
    background-position: 0 -9138px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-horario {
    background-position: 0 -9298px;
    height: 24px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-ico_pagamento_lote {
    background-position: 0 -9322px;
    height: 39px;
    width: 51px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-importante {
    background-position: 0 -9361px;
    height: 22px;
    width: 24px;
}

.icone-informacao {
    background-image: url('../imagens/icone/InformacaoIcone.png');
    background-position: 0 -9361px;
    height: 22px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-incluir {
    background-position: 0 -9383px;
    height: 24px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-info-brasilia-laranja {
    background-position: 0 -9407px;
    height: 35px;
    width: 54px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-inglaterra-azul {
    background-position: 0 -9442px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-inglaterra-laranja {
    background-position: 0 -9602px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-inglaterra-on {
    background-position: 0 -9762px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-inglaterra-roxo {
    background-position: 0 -9922px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-inglaterra-verde {
    background-position: 0 -10082px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-inglaterra-rosa {
    background-position: 0 -10242px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-inglaterra {
    background-position: 0 -10402px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-italia-azul {
    background-position: 0 -10562px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-italia-laranja {
    background-position: 0 -10722px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-italia-on {
    background-position: 0 -10882px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-italia-roxo {
    background-position: 0 -11042px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-italia-verde {
    background-position: 0 -11202px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-italia-rosa {
    background-position: 0 -11362px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-italia {
    background-position: 0 -11522px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-alterar-senha-on {
    background-position: 0 -11682px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-alterar-senha {
    background-position: 0 -11747px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-atalhos-on {
    background-position: 0 -11812px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-atalhos {
    background-position: 0 -11877px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-dados-cadastrais-on {
    background-position: 0 -11942px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-dados-cadastrais {
    background-position: 0 -12007px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-mensagens-on {
    background-position: 0 -12072px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-mensagens {
    background-position: 0 -12137px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-selo-on {
    background-position: 0 -12202px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-selo {
    background-position: 0 -12267px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-token-on {
    background-position: 0 -12332px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-md-token {
    background-position: 0 -12397px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menos {
    background-position: 0 -12462px;
    height: 24px;
    width: 24px;
}

.icone-menu-pix {
    height: 24px;
    width: 25px;
}
/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-cambio {
    background-position: 0 -12486px;
    height: 24px;
    width: 25px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-cartoes {
    background-position: 0 -12510px;
    height: 23px;
    width: 24px;
}
/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-open-banking {
    background-image: url('../imagens/icone/menu-open-banking.png');
    height: 23px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-cobranca {
    background-position: 0 -12533px;
    height: 19px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-comprovantes {
    background-position: 0 -12552px;
    height: 25px;
    width: 24px;
}

.icone-menu-aprovacoes {
    height: 26px;
    width: 26px;
}

.icone-menu-aprovacoes-unificadas {
    height: 26px;
    width: 26px;
}

.icone-menu-ordem-pagamento {
    height: 19px;
    width: 34px;
}

.icone-menu-gerenciar {
    height: 30px;
    width: 28px;
}

.icone-menu-limites-e-tarifas {
    height: 21px;
    width: 24px;
}

.icone-menu-transferencia-novo {
    height: 21px;
    width: 24px;
}

.icone-menu-instrucao-pagamento {
    height: 30px;
    width: 35px;
}

.icone-menu-ptax {
    height: 24px;
    width: 24px;
}

.icone-menu-arbitragem {
    height: 26px;
    width: 26px;
}

.icone-menu-arbitragem-novo {
    height: 26px;
    width: 26px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-credito {
    background-position: 0 -12577px;
    height: 24px;
    width: 15px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-home {
    background-position: 0 -12601px;
    height: 21px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-investimentos {
    background-position: 0 -12622px;
    height: 16px;
    width: 26px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-lista {
    background-position: 0 -12638px;
    height: 32px;
    width: 32px;
}



/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-pagamentos {
    background-position: 0 -12670px;
    height: 18px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.icone-menu-saldo-e-extrato {
    background-position: 0 -12688px;
    height: 22px;
    width: 24px;
}

.icone-menu-saldo {
    background-position: 0 -12688px;
    height: 22px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-menu-transferencias {
    background-position: 0 -12710px;
    height: 24px;
    width: 13px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-ocultar-on {
    background-position: 0 -12734px;
    height: 21px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-ocultar {
    background-position: 0 -12755px;
    height: 21px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-operador-on {
    background-position: 0 -12776px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-operador {
    background-position: 0 -12841px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-operadores-on {
    background-position: 0 -12906px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-operadores {
    background-position: 0 -12971px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-pagamento-lote-on {
    background-position: 0 -13036px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-pagamento-lote {
    background-position: 0 -13101px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-pagamento {
    background-position: 0 -13166px;
    height: 25px;
    width: 25px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-pagamentos-concluidos {
    background-position: 0 -13191px;
    height: 20px;
    width: 19px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-pagamentos-nao-concluidos {
    background-position: 0 -13211px;
    height: 19px;
    width: 19px;
}

.icone-pagamentos-em-processamento {
    background-image: url(../imagens/icone/pagamento-em-processamento.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    height: 20px;
    width: 20px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-pdf {
    background-position: 0 -13230px;
    height: 42px;
    width: 42px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-pendencias-on {
    background-position: 0 -13272px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-pendencias {
    background-position: 0 -13337px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-print {
    background-position: 0 -13402px;
    height: 42px;
    width: 42px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-reativar {
    background-position: 0 -13444px;
    height: 24px;
    width: 24px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-redirecionar {
    background-position: 0 -13468px;
    height: 40px;
    width: 35px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-rio-azul {
    background-position: 0 -13508px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-rio-laranja {
    background-position: 0 -13668px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-rio-on {
    background-position: 0 -13828px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-rio-roxo {
    background-position: 0 -13988px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-rio-verde {
    background-position: 0 -14148px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-rio-rosa {
    background-position: 0 -14308px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-rio {
    background-position: 0 -14468px;
    height: 160px;
    width: 160px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-sair-off {
    background-position: 0 -14628px;
    height: 35px;
    width: 30px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-sair {
    background-position: 0 -14663px;
    height: 24px;
    width: 23px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-seguranca {
    background-position: 0 -14687px;
    height: 28px;
    width: 41px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-seta-r-cv {
    background-position: 0 -14715px;
    height: 13px;
    width: 12px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-seta-r {
    background-position: 0 -14728px;
    height: 10px;
    width: 5px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-tam-fonte-off {
    background-position: 0 -14738px;
    height: 35px;
    width: 30px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-tam-fonte {
    background-position: 0 -14773px;
    height: 16px;
    width: 26px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-token-google-aut-mobile {
    background-position: 0 -14789px;
    height: 43px;
    width: 41px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-token-google-aut {
    background-position: 0 -14832px;
    height: 65px;
    width: 130px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-token-symantec-mobile {
    background-position: 0 -14897px;
    height: 41px;
    width: 110px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-token-symantec {
    background-position: 0 -14938px;
    height: 65px;
    width: 130px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-token {
    background-position: 0 -15003px;
    height: 24px;
    width: 22px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
/*Habilitado*/
.icone-transferencia-lg-on {
    background-position: 0 -15027px;
    height: 65px;
    width: 100px;
}
/*Habilitado*/


/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-transferencia-lg {
    background-position: 0 -15092px;
    height: 65px;
    width: 100px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-transferencia {
    background-position: 0 -15157px;
    height: 25px;
    width: 25px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-trocar-de-conta {
    background-position: 0 -15182px;
    height: 28px;
    width: 28px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-verificado {
    background-position: 0 -15210px;
    height: 27px;
    width: 26px;
}

/* line 84, ../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icone-xls {
    background-position: 0 -15237px;
    height: 42px;
    width: 42px;
}

/* line 9, ../sass/template.scss */
body {
    padding-top: 80px;
}

/* line 13, ../sass/template.scss */
.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.right-margin-20 {
    margin-right: 20px !important;
}

/* line 17, ../sass/template.scss */
.hide-valor {
    opacity: 0 !important;
    display: none !important;
}

/* line 21, ../sass/template.scss */
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* line 26, ../sass/template.scss */
.icone {
    display: block;
    font: 0/0 'a';
    color: transparent;
}

/* line 31, ../sass/template.scss */
.vmobile {
    display: none !important;
}

/* line 34, ../sass/template.scss */
.vtablet {
    display: none !important;
}

/* line 37, ../sass/template.scss */
.lkstar {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px -1px 0;
}
    /* line 43, ../sass/template.scss */
    .lkstar .icone {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    /* line 51, ../sass/template.scss */
    .lkstar .icone-estrela-d {
        z-index: 1;
        opacity: 0;
    }
    /* line 56, ../sass/template.scss */
    .lkstar.act .icone-estrela-d {
        z-index: 2;
        opacity: 1;
    }

/* line 62, ../sass/template.scss */
label.error {
    overflow: hidden;
    clear: both;
    max-width: inherit;
    color: #df5c5e;
    font-size: 14px;
    padding-top: 4px;
}

/* line 70, ../sass/template.scss */
.form-control {
    border-radius: 0;
}
    /* line 72, ../sass/template.scss */
    .form-control.select-sm {
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f;
    }

/* line 81, ../sass/template.scss */
.bg-white {
    background-color: #fff;
}

/* line 84, ../sass/template.scss */
.bg-gray {
    background-color: #f5f7f8;
}

/* line 87, ../sass/template.scss */
.txt-red {
    color: #d84749 !important;
}

/* line 91, ../sass/template.scss */
.no-label {
    padding-top: 27px;
    padding-bottom: 10px;
}

/* line 95, ../sass/template.scss */
.tb-pad-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* line 99, ../sass/template.scss */
.tb-pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* line 103, ../sass/template.scss */
.tb-pad-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tb-pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* line 107, ../sass/template.scss */
.top-pad-30 {
    padding-top: 30px;
}

/* line 110, ../sass/template.scss */
.top-pad-50 {
    padding-top: 50px;
}

/* line 113, ../sass/template.scss */
.margin-0 {
    margin: 0;
}

/* line 116, ../sass/template.scss */
.bottom-pad-20 {
    padding-bottom: 20px !important;
}

/* line 119, ../sass/template.scss */
.bottom-pad-10 {
    padding-bottom: 10px;
}

/* line 122, ../sass/template.scss */
.top-pad-20 {
    padding-top: 20px;
}

.left-margin-10 {
    margin-left: 10px;
}

/* line 125, ../sass/template.scss */
.left-margin-30 {
    margin-left: 30px;
}

.left-margin-20 {
    margin-left: 20px;
}

.pad-right-20 {
    padding-right: 20px !important;
}

.pad-left-20 {
    padding-left: 20px !important;
}

.right-margin-10 {
    margin-right: 10px;
}

/* line 128, ../sass/template.scss */
.top-margin-20 {
    margin-top: 20px;
}

.top-margin-10 {
    margin-top: 10px !important;
}

/* line 131, ../sass/template.scss */
.bottom-margin-20 {
    margin-bottom: 20px !important;
}

.bottom-margin-10 {
    margin-bottom: 10px !important;
}


/* line 134, ../sass/template.scss */
.alert {
    position: fixed;
    width: 100%;
    z-index: 50;
    border: none;
    text-align: center;
    line-height: 34px;
}
    /* line 141, ../sass/template.scss */
    .alert .icone {
        display: inline-block;
        margin: 0 25px -10px 0;
    }

/* line 147, ../sass/template.scss */
.no-border:after {
    display: none !important;
}

/* line 151, ../sass/template.scss */
.buscar {
    margin-bottom: 15px;
}
    /* line 153, ../sass/template.scss */
    .buscar .input-group {
        position: relative;
        width: 100%;
    }
        /* line 156, ../sass/template.scss */
        .buscar .input-group .icone {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3;
        }
        /* line 162, ../sass/template.scss */
        .buscar .input-group input[type=text] {
            padding-left: 50px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }
            /* line 166, ../sass/template.scss */
            .buscar .input-group input[type=text]:focus {
                padding-left: 20px;
            }

/* line 172, ../sass/template.scss */
.itens-buscar {
    margin-bottom: 15px;
}
    /* line 174, ../sass/template.scss */
    .itens-buscar .itens-buscar {
        padding-top: 25px;
    }
    /* line 177, ../sass/template.scss */
    .itens-buscar .input-group {
        position: relative;
        width: 100%;
    }
        /* line 180, ../sass/template.scss */
        .itens-buscar .input-group .icone {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3;
        }
        /* line 186, ../sass/template.scss */
        .itens-buscar .input-group input[type=text] {
            padding-left: 50px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }
            /* line 190, ../sass/template.scss */
            .itens-buscar .input-group input[type=text]:focus {
                padding-left: 20px;
            }

/*select {
    outline: none;
    border-color: #0a1d6f;
    height: 52px;
    padding: 0 10px;
    color: #0a1d6f;
}*/
/* line 203, ../sass/template.scss */
.select-style {
    position: relative;
    padding: 0 3px;
    margin: 0;
    border: 1px solid #0a1d6f;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../imagens/seta-select.gif) no-repeat 100% 50%;
}
    /* line 213, ../sass/template.scss */
    .select-style:after {
        content: "";
        position: absolute;
        right: 1px;
        top: 1px;
        width: 34px;
        height: 48px;
        pointer-events: none;
        background: url(../imagens/seta-select.gif) no-repeat 100% 50% transparent;
    }
    /* line 224, ../sass/template.scss */
    .select-style.field-sm {
        height: 29px;
    }
        /* line 226, ../sass/template.scss */
        .select-style.field-sm:after {
            height: 25px;
        }
        /* line 229, ../sass/template.scss */
        .select-style.field-sm select {
            height: 27px;
        }

    /* line 235, ../sass/template.scss */
    .select-style select {
        padding: 0 8px;
        width: 100%;
        height: 50px;
        border: none !important;
        color: #0a1d6f !important;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        /* line 249, ../sass/template.scss */
        .select-style select:focus {
            outline: none;
        }

/* line 252, ../sass/template.scss */
.btn.btn-primary:hover {
    background-color: #0a1d6f;
    color: #fff;
    border-color: #0a1d6f;
}

/* line 258, ../sass/template.scss */
input.calendario {
    padding: 0 15px;
    margin: 0;
    border: 1px solid #0a1d6f;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../imagens/seta-select.gif) no-repeat 100% 50%;
}
    /* line 267, ../sass/template.scss */
    input.calendario:after {
        content: "";
        position: absolute;
        right: 1px;
        top: 1px;
        width: 34px;
        height: 48px;
        pointer-events: none;
        background: url(../imagens/seta-select.gif) no-repeat 100% 50%;
    }

/* line 280, ../sass/template.scss */
.datepicker-switch {
    text-align: center;
}

/* .datepicker-orient-top {
    margin-top: -10px;
    &:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -6px;
        width: 12px;
        height: 6px;
        margin-left: -6px;
        z-index: 1;
        background: url(../imagens/calendario-seta-bottom.png) no-repeat 0 0;
    }
} */
/* line 298, ../sass/template.scss */
.datepicker-orient-bottom {
    margin-top: 10px;
}
    /* line 300, ../sass/template.scss */
    .datepicker-orient-bottom:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -6px;
        width: 12px;
        height: 6px;
        margin-left: -6px;
        z-index: 1;
        background: url(../imagens/calendario-seta-top.png) no-repeat 0 0;
    }

/* line 313, ../sass/template.scss */
.datepicker {
    min-width: 228px;
}
    /* line 315, ../sass/template.scss */
    /*.datepicker.datepicker-dropdown {
  z-index: 5000 !important;
}*/
    /* line 318, ../sass/template.scss */
    .datepicker:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 1;
        background-color: #459696;
    }
    /* line 329, ../sass/template.scss */
    .datepicker .datepicker-months,
    .datepicker .datepicker-years,
    .datepicker .datepicker-days {
        position: relative;
        z-index: 2;
    }
        /* line 334, ../sass/template.scss */
        .datepicker .datepicker-months .table-condensed,
        .datepicker .datepicker-years .table-condensed,
        .datepicker .datepicker-days .table-condensed {
            width: 100%;
        }
            /* line 336, ../sass/template.scss */
            .datepicker .datepicker-months .table-condensed th,
            .datepicker .datepicker-years .table-condensed th,
            .datepicker .datepicker-days .table-condensed th {
                padding: 14px 5px;
                text-align: center;
            }
                /* line 339, ../sass/template.scss */
                .datepicker .datepicker-months .table-condensed th.prev,
                .datepicker .datepicker-years .table-condensed th.prev,
                .datepicker .datepicker-days .table-condensed th.prev {
                    font: 0/0 '';
                    color: transparent;
                    background: url(../imagens/calendario-left.gif) no-repeat 50% 50%;
                }
                /* line 344, ../sass/template.scss */
                .datepicker .datepicker-months .table-condensed th.next,
                .datepicker .datepicker-years .table-condensed th.next,
                .datepicker .datepicker-days .table-condensed th.next {
                    font: 0/0 '';
                    color: transparent;
                    background: url(../imagens/calendario-right.gif) no-repeat 50% 50%;
                }
            /* line 351, ../sass/template.scss */
            .datepicker .datepicker-months .table-condensed tr:nth-child(2) th,
            .datepicker .datepicker-years .table-condensed tr:nth-child(2) th,
            .datepicker .datepicker-days .table-condensed tr:nth-child(2) th {
                color: #fff;
                cursor: pointer;
            }
            /* line 356, ../sass/template.scss */
            .datepicker .datepicker-months .table-condensed tr:nth-child(3) th,
            .datepicker .datepicker-years .table-condensed tr:nth-child(3) th,
            .datepicker .datepicker-days .table-condensed tr:nth-child(3) th {
                padding: 5px;
            }
            /* line 359, ../sass/template.scss */
            .datepicker .datepicker-months .table-condensed td,
            .datepicker .datepicker-years .table-condensed td,
            .datepicker .datepicker-days .table-condensed td {
                position: relative;
                cursor: pointer;
                padding: 3px 0px;
                text-align: center;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                font-size: 13px;
            }
                /* line 368, ../sass/template.scss */
                .datepicker .datepicker-months .table-condensed td.active,
                .datepicker .datepicker-years .table-condensed td.active,
                .datepicker .datepicker-days .table-condensed td.active {
                    color: #0a1d6f;
                }
                    /* line 370, ../sass/template.scss */
                    .datepicker .datepicker-months .table-condensed td.active:after,
                    .datepicker .datepicker-years .table-condensed td.active:after,
                    .datepicker .datepicker-days .table-condensed td.active:after {
                        position: absolute;
                        content: "";
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        border: 1px solid #0a1d6f;
                    }
                /* line 380, ../sass/template.scss */
                .datepicker .datepicker-months .table-condensed td .year,
                .datepicker .datepicker-months .table-condensed td .month,
                .datepicker .datepicker-years .table-condensed td .year,
                .datepicker .datepicker-years .table-condensed td .month,
                .datepicker .datepicker-days .table-condensed td .year,
                .datepicker .datepicker-days .table-condensed td .month {
                    display: inline-block;
                    width: 25%;
                    text-align: center;
                    padding: 5px 0;
                }

/* Base for label styling */
/* line 393, ../sass/template.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    /* line 398, ../sass/template.scss */
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        font: 13px 'Inter';
    }

        /* checkbox aspect */
        /* line 407, ../sass/template.scss */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 15px;
            height: 15px;
            border: 1px solid #d5dadd;
            background: #FFF;
        }

        /* checked mark aspect */
        /* line 417, ../sass/template.scss */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            transition: all .2s;
            background: url(../imagens/checkbox-check.png) no-repeat 50% 4px;
        }

        /* checked mark aspect changes */
        /* line 428, ../sass/template.scss */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        /* line 432, ../sass/template.scss */
        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

/* line 438, ../sass/template.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

    /* line 443, ../sass/template.scss */
    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        font: 13px 'Inter';
    }

        /* radio aspect */
        /* line 452, ../sass/template.scss */
        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 19px;
            height: 19px;
            border: 1px solid #d5dadd;
            border-radius: 50%;
            background: #FFF;
        }

        /* checked mark aspect */
        /* line 463, ../sass/template.scss */
        [type="radio"]:not(:checked) + label:after,
        [type="radio"]:checked + label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 0;
            width: 19px;
            height: 19px;
            transition: all .2s;
            background: url(../imagens/radio-check.png) no-repeat 50% 4px;
        }

        /* checked mark aspect changes */
        /* line 474, ../sass/template.scss */
        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        /* line 478, ../sass/template.scss */
        [type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

/* line 482, ../sass/template.scss */
select.form-control {
    min-width: 70px !important;
    padding-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../imagens/seta-select3.png) no-repeat 95% 0;
}

/* line 491, ../sass/template.scss */
.table-default label.txt {
    clear: inherit;
    width: inherit;
    padding: 0;
    margin: 0 10px -6px;
}
/* line 497, ../sass/template.scss */
.table-default .itens-pag {
    margin-bottom: 15px;
}
    /* line 499, ../sass/template.scss */
    .table-default .itens-pag .form-control {
        background-color: #ebeff2;
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f;
    }
    /* line 506, ../sass/template.scss */
    .table-default .itens-pag select.form-control {
        min-width: 60px;
        padding-right: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../imagens/seta-select3.png) no-repeat 95% 0;
    }
/* line 516, ../sass/template.scss */
/*.table-default .tabela-contas .lkacessar {
    display: inline-block;
    font: 0/0 'a';
    color: transparent;
    margin: 0 auto;
}*/
/* line 522, ../sass/template.scss */
.table-default .tabela-contas .table {
    color: #7a7d7f;
    margin-bottom: 15px;
}
    /* line 525, ../sass/template.scss */
    .table-default .tabela-contas .table.table-bloqueados {
        margin-bottom: 0;
    }
    /* line 528, ../sass/template.scss */
    .table-default .tabela-contas .table .coluna-operador {
        width: 20%;
    }
    /* line 531, ../sass/template.scss */
    .table-default .tabela-contas .table .coluna-identificacao {
        width: 13%;
    }
    /* line 534, ../sass/template.scss */
    .table-default .tabela-contas .table .coluna-apelido {
        width: 12%;
    }
    /* line 537, ../sass/template.scss */
    .table-default .tabela-contas .table .coluna-certificadora {
        width: 20%;
    }
    /* line 540, ../sass/template.scss */
    .table-default .tabela-contas .table .coluna-tipo {
        width: 13%;
    }
    /* line 543, ../sass/template.scss */
    .table-default .tabela-contas .table .coluna-situacao {
        width: 12%;
    }
    /* line 546, ../sass/template.scss */
    .table-default .tabela-contas .table .coluna-acao {
        width: 10%;
    }
    /* line 549, ../sass/template.scss */
    .table-default .tabela-contas .table th {
        background-color: #f5f7f8;
        font-weight: normal;
        padding: 12px;
    }
        /* line 553, ../sass/template.scss */
        .table-default .tabela-contas .table th a {
            display: block;
            width: 100%;
            color: #0a1d6f;
            min-width: 90px;
        }
            /* line 557, ../sass/template.scss */
            .table-default .tabela-contas .table th a .caret {
                float: right;
                margin-top: 8px;
            }
    /* line 563, ../sass/template.scss */
    .table-default .tabela-contas .table td {
        background-color: #fff;
        padding: 15px 15px;
    }
        /* line 566, ../sass/template.scss */
        .table-default .tabela-contas .table td .icone {
            display: inline-block;
            margin: 0 5px -2px 0;
        }
            /* line 569, ../sass/template.scss */
            .table-default .tabela-contas .table td .icone.icone-acessar {
                margin: 0 auto;
            }
        /* line 573, ../sass/template.scss */
        .table-default .tabela-contas .table td .lk-cadastrar {
            font-weight: bold;
            color: #0a1d6f;
        }
    /* line 578, ../sass/template.scss */
    .table-default .tabela-contas .table .bg-block td {
        background-color: #edf0f1;
    }
/* line 584, ../sass/template.scss */
.table-default .num-pag {
    font-size: 13px;
}

/*
* Top navigation
* Hide default border to remove 1px line.

.navbar-fixed-top {
    border: 0;
}


/*
* Sidebar
*/
/* Hide for mobile, show later */
/* line 604, ../sass/template.scss */
.sidebar {
    display: none;
}

#QtdAprovadores {
    display: none;
}

@media (min-width: 768px) {
    /* line 611, ../sass/template.scss */
    .icone-token-symantec {
        width: 127px;
        left: 50.9% !important;
    }

    /* line 612, ../sass/template.scss */
    .sidebar {
        position: fixed;
        top: 80px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 0 20px;
        overflow-x: hidden;
        overflow-y: hidden;
        /* Scrollable contents if viewport is shorter than content. */
        background-color: #0a1d6f;
    }

    /* Novo tamanho de modal */
    .modal-md {
        width: 400px;
    }
}
/* Sidebar navigation */
/* line 629, ../sass/template.scss */
.sidebar {
    min-width: 57px;
    max-width: 57px;
    width: 4%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-bottom: 50px;
    z-index: 1040;
    /* &:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50px;
      background: #327d7d url(../imagens/seta-menu-sidebar-b.png) no-repeat 50% 50%;
  } */
}
    /* line 647, ../sass/template.scss */
    .sidebar.open {
        width: 190px;
        max-width: 190px;
    }

@media (min-width: 1024px) {
    /* line 653, ../sass/template.scss */
    .sidebar {
        height: 100%;
        width: 190px;
        max-width: inherit;
    }


        /* line 657, ../sass/template.scss */
        .sidebar .jspPane {
            overflow-x: hidden;
            left: 0 !important;
            width: 100% !important;
        }
        /* line 662, ../sass/template.scss */
        .sidebar .jspContainer {
            width: 100% !important;
        }
        /* line 665, ../sass/template.scss */
        .sidebar.open {
            width: 75px !important;
        }
        /* line 668, ../sass/template.scss */
        .sidebar .jspPane .nav-sidebar {
            padding-bottom: 170px;
            margin-left: 0;
        }
        /* line 672, ../sass/template.scss */
        .sidebar .jspDrag {
            background-color: #216968;
        }
        /* line 675, ../sass/template.scss */
        .sidebar .jspTrack {
            background-color: #2f7d7e;
        }

    /* line 680, ../sass/template.scss */
    div.navbar-header .header-left .menu-abre-fecha .icone-fechar {
        display: block;
    }
    /* line 683, ../sass/template.scss */
    div.navbar-header .header-left .menu-abre-fecha .icone-menu-lista {
        display: none;
    }
    /* line 687, ../sass/template.scss */
    div.navbar-header .header-left .menu-abre-fecha.open .icone-fechar {
        display: none;
    }
    /* line 690, ../sass/template.scss */
    div.navbar-header .header-left .menu-abre-fecha.open .icone-menu-lista {
        display: block;
    }

    /* line 695, ../sass/template.scss */
    div.main {
        /*padding-left: 215px;*/
        padding-right: 30px;
    }
        /* line 698, ../sass/template.scss */
        div.main.open {
            width: 100% !important;
            padding-left: 90px !important;
            padding-right: 30px !important;
            margin-left: 0 !important;
        }
}

@media (max-width: 1023px) {
    /* line 707, ../sass/template.scss */
    #sidebar.jspScrollable {
        padding-left: 0 !important;
    }
        /* line 709, ../sass/template.scss */
        #sidebar.jspScrollable .nav-sidebar {
            margin-left: 0 !important;
        }

    /* line 713, ../sass/template.scss */
    .jspVerticalBar {
        display: none !important;
    }
}
/* line 718, ../sass/template.scss */
.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -19px;
    width: 220px;
    padding-bottom: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
    /* line 727, ../sass/template.scss */
    .nav-sidebar > li {
        margin-bottom: 0;
    }
        /* line 729, ../sass/template.scss */
        .nav-sidebar > li > a {
            padding: 15px 22px 15px 60px;
            display: block;
            position: relative;
            color: #fff;
            font-size: 15px;
            min-height: 25px;
            border-left: 2px solid #0a1d6f;
        }
            /* line 737, ../sass/template.scss */
            .nav-sidebar > li > a.active {
                border-left: 2px solid #fff;
            }
            /* line 740, ../sass/template.scss */
            .nav-sidebar > li > a:hover {
                background-color: #337d7e;
                border-left: 2px solid #fff;
            }
            /* line 744, ../sass/template.scss */
            .nav-sidebar > li > a .icone {
                position: absolute;
                left: 15px;
                top: 16px;
            }
                /* line 749, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-home {
                    left: 15px;
                    top: 17px;
                }

                .nav-sidebar > li > a .icone.icone-menu-pix {
                    left: 15px;
                    top: 13px;
                }
                /* line 753, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-saldo {
                    left: 15px;
                    top: 18px;
                }

                .nav-sidebar > li > a .icone.icone-menu-saldo-e-extrato {
                    left: 15px;
                    top: 18px;
                }
                /* line 757, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-comprovantes {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-menu-aprovacoes {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-menu-aprovacoes-unificadas {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-ordem-pagamento {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-menu-arbitragem {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-menu-arbitragem-novo {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-menu-transferencia-novo {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-menu-instrucao-pagamento {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-menu-limites-e-tarifas {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-menu-gerenciar {
                    left: 15px;
                    top: 16px;
                }

                .nav-sidebar > li > a .icone.icone-menu-ptax {
                    left: 15px;
                    top: 16px;
                }

                /* line 761, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-transferencias {
                    left: 21px;
                    top: 17px;
                }



                /* line 765, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-pagamentos {
                    left: 15px;
                    top: 20px;
                }
                /* line 769, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-cobranca {
                    left: 15px;
                    top: 18px;
                }
                /* line 773, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-investimentos {
                    left: 15px;
                    top: 20px;
                }
                /* line 777, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-cartoes {
                    left: 15px;
                    top: 15px;
                }

                .nav-sidebar > li > a .icone.icone-menu-open-banking {
                    left: 15px;
                    top: 15px;
                }

                /* line 781, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-cambio {
                    left: 15px;
                    top: 15px;
                }
                /* line 785, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-menu-credito {
                    left: 20px;
                    top: 15px;
                }
                /* line 789, ../sass/template.scss */
                .nav-sidebar > li > a .icone.icone-pagamento-lote {
                    left: 20px;
                    top: 15px;
                }
        /* line 795, ../sass/template.scss */
        .nav-sidebar > li .active > a {
            color: #fff;
        }
            /* line 797, ../sass/template.scss */
            .nav-sidebar > li .active > a:hover, .nav-sidebar > li .active > a:focus {
                color: #fff;
            }

/*
* Main content
*/
@media (min-width: 1300px) {
    /* line 811, ../sass/template.scss */
    .main {
        padding: 30px 30px 30px 100px;
    }
}
/* line 816, ../sass/template.scss */
body.open-alerta .main {
    padding-top: 110px;
}

/* line 820, ../sass/template.scss */
.navbar-header .header-left .base-fixa-alerta a {
    color: #0a1d6f;
}

/* line 823, ../sass/template.scss */
.base-fixa-alerta {
    position: fixed;
    left: 0;
    top: 110px;
    padding-left: 88px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
    /* line 830, ../sass/template.scss */
    .base-fixa-alerta.col-md-offset-2 {
        padding-left: 28px;
    }
    /* line 833, ../sass/template.scss */
    .base-fixa-alerta a {
        color: #0a1d6f;
    }
    /* line 836, ../sass/template.scss */
    .base-fixa-alerta .alerta {
        background-color: #fff;
        border: 1px solid #fceb90;
        padding: 30px;
        margin-bottom: 30px;
        width: 100%;
        color: #7a7d7f;
        text-align: left;
    }
        /* line 845, ../sass/template.scss */
        .base-fixa-alerta .alerta strong {
            color: #0a1d6f;
        }
        /* line 848, ../sass/template.scss */
        .base-fixa-alerta .alerta .detalhes {
            position: absolute;
            left: 0;
            top: 100%;
            padding: 0;
            z-index: 400;
            background-color: #f5f7f8;
            border: 1px solid #fceb90;
            border-top: none;
        }
            /* line 857, ../sass/template.scss */
            .base-fixa-alerta .alerta .detalhes .colunas {
                margin: 30px 0 20px;
                padding: 0 20px;
                border-right: 1px solid #d5dadd;
            }
                /* line 861, ../sass/template.scss */
                .base-fixa-alerta .alerta .detalhes .colunas:last-child {
                    border-right: none;
                }
                /* line 864, ../sass/template.scss */
                .base-fixa-alerta .alerta .detalhes .colunas h3 {
                    font-size: 18px;
                    color: #373839;
                    margin: 0 0 20px;
                }
                /* line 869, ../sass/template.scss */
                .base-fixa-alerta .alerta .detalhes .colunas a {
                    font-weight: bold;
                }
                    /* line 871, ../sass/template.scss */
                    .base-fixa-alerta .alerta .detalhes .colunas a .icone {
                        display: inline-block;
                        margin: 0 2px -2px 0;
                    }

/* line 881, ../sass/template.scss */
.main {
    padding: 30px 30px 30px 90px;
    font-size: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    min-height: calc(100vh - 172px);
}
    /* line 887, ../sass/template.scss */
    .main.open {
        padding: 30px 30px 30px 30px;
    }
        /* line 890, ../sass/template.scss */
        .main.open .cont-dados {
            padding: 0 60px 0 0;
        }
    /* line 894, ../sass/template.scss */
    .main .alert {
        margin: -30px -33px 0;
    }
    /* line 897, ../sass/template.scss */
    .main .page-header {
        margin-top: 0;
    }
    /* line 900, ../sass/template.scss */
    .main .alerta {
        background-color: #fff;
        border: 1px solid #fceb90;
        padding: 30px;
        margin-bottom: 30px;
    }
        /* line 907, ../sass/template.scss */
        .main .alerta.alerta-info .seta {
            display: block;
            overflow: hidden;
            width: 24px;
            height: 15px;
            position: absolute;
            top: -14px;
            margin: 0 -25px 0 0;
            background: url(../imagens/seta-alerta.png) no-repeat 0 0;
        }
        /* line 919, ../sass/template.scss */
        .main .alerta strong {
            color: #0a1d6f;
        }
        /* line 922, ../sass/template.scss */
        .main .alerta .detalhes {
            position: absolute;
            left: 0;
            top: 100%;
            padding: 0;
            z-index: 400;
            background-color: #f5f7f8;
            border: 1px solid #fceb90;
            border-top: none;
        }
            /* line 931, ../sass/template.scss */
            .main .alerta .detalhes .colunas {
                margin: 30px 0 20px;
                padding: 0 20px;
                border-right: 1px solid #d5dadd;
            }
                /* line 935, ../sass/template.scss */
                .main .alerta .detalhes .colunas:last-child {
                    border-right: none;
                }
                /* line 938, ../sass/template.scss */
                .main .alerta .detalhes .colunas h3 {
                    font-size: 18px;
                    color: #373839;
                    margin: 0 0 20px;
                }
                /* line 943, ../sass/template.scss */
                .main .alerta .detalhes .colunas a {
                    font-weight: bold;
                }
                    /* line 945, ../sass/template.scss */
                    .main .alerta .detalhes .colunas a .icone {
                        display: inline-block;
                        margin: 0 2px -2px 0;
                    }
    /* line 953, ../sass/template.scss */
    .main .cont-dados {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
        /* line 956, ../sass/template.scss */
        .main .cont-dados .valor {
            margin: 0 0 30px;
        }
            /* line 958, ../sass/template.scss */
            .main .cont-dados .valor h3 {
                font-size: 15px;
                color: #7a7d7f;
                font-family: 'OpenSL';
            }
            /* line 963, ../sass/template.scss */
            .main .cont-dados .valor .valor-lg {
                font-size: 30px;
                color: #112e50;
                display: inline-block;
                margin-right: 15px;
                font-family: 'OpenSL';
            }
            /* line 970, ../sass/template.scss */
            .main .cont-dados .valor .lk-ocultar-valores {
                display: inline-block;
                position: relative;
                z-index: 10;
                font-size: 15px;
                line-height: 30px;
                color: #0a1d6f;
                padding: 0 0 5px 30px;
                font-family: 'Inter';
                width: 150px;
            }
                /* line 979, ../sass/template.scss */
                .main .cont-dados .valor .lk-ocultar-valores .icone {
                    position: absolute;
                    display: block;
                    left: 0;
                    top: 4px;
                    opacity: 1;
                    -webkit-transition: all 0.4s;
                    transition: all 0.4s;
                }
                    /* line 987, ../sass/template.scss */
                    .main .cont-dados .valor .lk-ocultar-valores .icone.icone-ocultar-on {
                        opacity: 0;
                    }
                    /* line 990, ../sass/template.scss */
                    .main .cont-dados .valor .lk-ocultar-valores .icone.icone-exibir {
                        display: none;
                        margin-top: -1px;
                    }
                /* line 996, ../sass/template.scss */
                .main .cont-dados .valor .lk-ocultar-valores:hover .icone {
                    opacity: 0;
                }
                    /* line 998, ../sass/template.scss */
                    .main .cont-dados .valor .lk-ocultar-valores:hover .icone.icone-exibir, .main .cont-dados .valor .lk-ocultar-valores:hover .icone.icone-ocultar-on {
                        opacity: 1;
                    }
            /* line 1005, ../sass/template.scss */
            .main .cont-dados .valor .txt-ultimo-acesso {
                display: none;
                font-size: 13px;
                margin-left: 10px;
            }
            /* line 1010, ../sass/template.scss */
            .main .cont-dados .valor .banner-repatriacao {
                padding: 15px 20px;
                max-width: 350px;
            }
            /* line 1014, ../sass/template.scss */
            .main .cont-dados .valor.ver-saldo .col-xs-12 {
                padding-left: 30px;
                padding-right: 30px;
            }
            /* line 1019, ../sass/template.scss */
            .main .cont-dados .valor .info-valores-tab p {
                margin-bottom: 10px;
            }
            /* line 1023, ../sass/template.scss */
            .main .cont-dados .valor .linha-colunas {
                padding: 20px 0;
                position: relative;
            }
                /* line 1026, ../sass/template.scss */
                .main .cont-dados .valor .linha-colunas .colunas {
                    width: 33%;
                    float: left;
                    padding: 0 3%;
                }
                    /* line 1030, ../sass/template.scss */
                    .main .cont-dados .valor .linha-colunas .colunas:first-child {
                        padding-left: 0;
                    }
                /* line 1034, ../sass/template.scss */
                .main .cont-dados .valor .linha-colunas:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: -2px;
                    width: 52px;
                    height: 2px;
                    background-color: #112e50;
                }
            /* line 1044, ../sass/template.scss */
            .main .cont-dados .valor h4 {
                font-size: 15px;
                color: #7a7d7f;
                padding: 0;
                margin: 0 0 5px;
            }
            /* line 1051, ../sass/template.scss */
            .main .cont-dados .valor .colunas p {
                font-family: 'Inter', sans-serif;
                font-size: 18px;
                color: #112e50;
                margin: 0;
            }
            /* line 1057, ../sass/template.scss */
            .main .cont-dados .valor .colunas.col-normal {
                border-right: 1px solid #d5dadd;
            }
            /* line 1060, ../sass/template.scss */
            .main .cont-dados .valor .colunas.col-alert {
                border-right: 1px solid #d5dadd;
            }
                /* line 1062, ../sass/template.scss */
                .main .cont-dados .valor .colunas.col-alert p {
                    color: #d84749;
                }
            /* line 1067, ../sass/template.scss */
            .main .cont-dados .valor .bg-gray {
                padding-top: 15px;
                padding-bottom: 15px;
                font-size: 13px;
                color: #7a7d7f;
            }
                /* line 1073, ../sass/template.scss */
                .main .cont-dados .valor .bg-gray .pull-right strong {
                    color: #112e50;
                }
            /* line 1078, ../sass/template.scss */
            .main .cont-dados .valor .progress {
                margin: 10px 0 0;
                background-color: #d5dadd;
            }
    /* line 1085, ../sass/template.scss */
    .main .resumo-extrato {
        margin: 0 0 30px;
        padding: 0;
        clear: both;
    }

        /* line 1089, ../sass/template.scss */
        .main .resumo-extrato .topo {
            padding: 30px 30px 0;
            border-bottom: 1px solid #d5dadd;
        }
            /* line 1092, ../sass/template.scss */
            .main .resumo-extrato .topo .nav {
                margin-top: -7px;
            }
                /* line 1094, ../sass/template.scss */
                .main .resumo-extrato .topo .nav li {
                    position: relative;
                }
                    /* line 1096, ../sass/template.scss */
                    .main .resumo-extrato .topo .nav li a {
                        font-family: 'Inter';
                        font-size: 15px;
                        padding: 10px 23px;
                        color: #7a7d7f;
                        text-align: center;
                    }
                        /* line 1102, ../sass/template.scss */
                        .main .resumo-extrato .topo .nav li a:hover {
                            color: #0a1d6f;
                        }
                    /* line 1107, ../sass/template.scss */
                    .main .resumo-extrato .topo .nav li.active:after {
                        content: "";
                        width: 100%;
                        height: 2px;
                        display: block;
                        background-color: #0a1d6f;
                    }
                    /* line 1114, ../sass/template.scss */
                    .main .resumo-extrato .topo .nav li.active a {
                        background-color: transparent;
                        color: #0a1d6f;
                    }
                        /* line 1117, ../sass/template.scss */
                        .main .resumo-extrato .topo .nav li.active a:hover {
                            color: #7a7d7f;
                        }
        /* line 1125, ../sass/template.scss */
        .main .resumo-extrato h3 {
            font-size: 20px;
            color: #0a1d6f;
            margin: 0;
            padding: 0;
        }
        /* line 1131, ../sass/template.scss */
        .main .resumo-extrato .data {
            padding: 4px 30px;
        }
        /* line 1134, ../sass/template.scss */
        .main .resumo-extrato .panel-group {
            border-bottom: 1px solid #d5dadd;
            margin-bottom: 0;
        }
            /* line 1137, ../sass/template.scss */
            .main .resumo-extrato .panel-group .panel-heading {
                padding: 20px 30px;
            }
                /* line 1139, ../sass/template.scss */
                .main .resumo-extrato .panel-group .panel-heading p {
                    margin: 0;
                    font-size: 13px;
                    padding: 0 35px;
                }
                /* line 1144, ../sass/template.scss */
                .main .resumo-extrato .panel-group .panel-heading a {
                    padding: 0 0 0 35px !important;
                }
                    /* line 1146, ../sass/template.scss */
                    .main .resumo-extrato .panel-group .panel-heading a .icone {
                        position: absolute !important;
                        left: 0 !important;
                        top: -4px !important;
                        width: 24px !important;
                        height: 24px !important;
                        background: url(../imagens/setas-collapse.png) no-repeat 0 -24px !important;
                    }
                    /* line 1155, ../sass/template.scss */
                    .main .resumo-extrato .panel-group .panel-heading a.collapsed .icone {
                        background-position: 0 0 !important;
                    }
                /* line 1160, ../sass/template.scss */
                .main .resumo-extrato .panel-group .panel-heading .txt-valor {
                    /*font-family: 'Inter';*/
                    /*font-size: 18px;*/
                    color: #112e50;
                }
            /* line 1166, ../sass/template.scss */
            .main .resumo-extrato .panel-group .panel-title {
                position: relative;
                padding: 0 0 10px;
                font-size: 18px;
                color: #0a1d6f;
            }
            /* line 1172, ../sass/template.scss */
            .main .resumo-extrato .panel-group .panel-body {
                padding: 0;
                background: #f5f7f8 url(../imagens/linha.gif) repeat-y 40px 0;
            }
            /* line 1176, ../sass/template.scss */
            .main .resumo-extrato .panel-group .info-extrato {
                padding: 15px;
                position: relative;
            }
                /* line 1179, ../sass/template.scss */
                .main .resumo-extrato .panel-group .info-extrato .icone {
                    position: absolute;
                    left: 13px;
                    top: 0;
                    background-color: #f5f7f8;
                }
                /* line 1185, ../sass/template.scss */
                .main .resumo-extrato .panel-group .info-extrato .tipo {
                    padding: 0 0 0 50px;
                }
                /* line 1188, ../sass/template.scss */
                .main .resumo-extrato .panel-group .info-extrato:hover {
                    background-color: #fff;
                }
                /* line 1191, ../sass/template.scss */
                .main .resumo-extrato .panel-group .info-extrato:hover, .main .resumo-extrato .panel-group .info-extrato.bg-white {
                    background: #fff url(../imagens/linha.gif) repeat-y 40px 0;
                }
                    /* line 1194, ../sass/template.scss */
                    .main .resumo-extrato .panel-group .info-extrato:hover .icone, .main .resumo-extrato .panel-group .info-extrato.bg-white .icone {
                        background-color: #fff;
                    }
                /* line 1198, ../sass/template.scss */
                .main .resumo-extrato .panel-group .info-extrato.linha-total {
                    background-image: none;
                }
                /* line 1201, ../sass/template.scss */
                .main .resumo-extrato .panel-group .info-extrato .lbtxt {
                    font-family: 'OpenS';
                    color: #7a7d7f;
                    display: block;
                }
            /* line 1207, ../sass/template.scss */
            .main .resumo-extrato .panel-group .detalhes-do-extrato {
                width: 100%;
                clear: both;
                margin-bottom: 20px;
            }
                /* line 1212, ../sass/template.scss */
                .main .resumo-extrato .panel-group .detalhes-do-extrato:last-child {
                    margin-bottom: 0;
                }
        /* line 1216, ../sass/template.scss */
        .main .resumo-extrato .lk-irpara {
            font-family: 'Inter';
            color: #0a1d6f;
            text-transform: uppercase;
            margin: 0 0 0 20px;
        }
            /* line 1221, ../sass/template.scss */
            .main .resumo-extrato .lk-irpara .icone {
                display: inline-block;
            }
        /* line 1226, ../sass/template.scss */
        .main .resumo-extrato .box-filtro {
            padding: 20px 20px 20px;
        }
            /* line 1228, ../sass/template.scss */
            .main .resumo-extrato .box-filtro .lb-filtro {
                font-size: 13px;
                color: #112e50;
                padding: 5px 0 5px 10px;
                margin-top: 6px;
            }
                /* line 1233, ../sass/template.scss */
                .main .resumo-extrato .box-filtro .lb-filtro.border-left {
                    border-left: 1px solid #d5dadd;
                    padding-left: 40px;
                }
                    /* line 1236, ../sass/template.scss */
                    .main .resumo-extrato .box-filtro .lb-filtro.border-left.pad-left-0 {
                        padding-left: 20px;
                        padding-right: 10px;
                    }
            /* line 1239, ../sass/template.scss */
            .main .resumo-extrato .box-filtro .select-style {
                position: relative;
                font-size: 13px;
                height: 27px;
                margin-top: 5px;
            }
                /* line 1244, ../sass/template.scss */
                .main .resumo-extrato .box-filtro .select-style:after {
                    height: 21px;
                }
                /* line 1247, ../sass/template.scss */
                .main .resumo-extrato .box-filtro .select-style select {
                    height: 25px;
                }
            /* line 1251, ../sass/template.scss */
            .main .resumo-extrato .box-filtro label {
                font-family: 'OpenS';
            }
        /* line 1255, ../sass/template.scss */
        .main .resumo-extrato .line-caption {
            padding: 15px 10px 15px 15px;
        }
        /* line 1258, ../sass/template.scss */
        .main .resumo-extrato .txt-numdoc {
            color: #0a1d6f;
            font-family: 'Inter';
        }
        /* line 1262, ../sass/template.scss */
        .main .resumo-extrato .txt-credito {
            color: #112e50;
            /*font-family: 'Inter';*/
        }
    /* line 1268, ../sass/template.scss */
    .main .horarios {
        position: relative;
        padding: 0 30px;
        font-size: 13px;
    }
        /* line 1272, ../sass/template.scss */
        .main .horarios strong {
            color: #373839;
        }
        /* line 1275, ../sass/template.scss */
        .main .horarios .titulo-ico {
            font-size: 20px;
            color: #7a7d7f;
        }
            /* line 1278, ../sass/template.scss */
            .main .horarios .titulo-ico .icone {
                position: absolute;
                left: -17px;
                top: 18px;
            }
        /* line 1284, ../sass/template.scss */
        .main .horarios .col-md-3 {
            padding: 0 20px 0 5%;
        }
            /* line 1286, ../sass/template.scss */
            .main .horarios .col-md-3:first-child {
                padding-left: 17px;
            }
        /* line 1290, ../sass/template.scss */
        .main .horarios .linha {
            border-right: 1px solid #d5dadd;
        }

/* line 1296, ../sass/template.scss */
.banner-repatriacao {
    padding: 25px 20px;
    margin-bottom: 15px;
    /*background: #7a7d7f url(../imagens/bn-repatriacao.jpg) no-repeat 100% 0;*/
    background-size: contain;
}
    /* line 1302, ../sass/template.scss */
    .banner-repatriacao h3 {
        font-size: 15px;
        color: #fff !important;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

/* line 1311, ../sass/template.scss */
.banner-repatriacao-modal {
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
    /* line 1317, ../sass/template.scss */
    .banner-repatriacao-modal h3 {
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .banner-repatriacao-modal > a > img {
        width: 100%;
    }

.banner-cobranca {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}

    .banner-cobranca > a > img {
        width: 100%;
    }

/* line 1327, ../sass/template.scss */
.sidebar-info {
    padding-left: 30px;
    padding-right: 0;
}

@media (min-width: 1024px) and (max-width: 1368px) {
    /* line 1327, ../sass/template.scss */
}
/* line 1332, ../sass/template.scss */
.sidebar-info p {
    line-height: 1.6em;
}
/* line 1336, ../sass/template.scss */
.sidebar-info h4 {
    font-size: 18px;
    color: #373839;
}
/* line 1341, ../sass/template.scss */
.sidebar-info .bloco {
    margin-bottom: 30px;
}
/* line 1345, ../sass/template.scss */
.sidebar-info .ultimo-acesso {
    padding: 17px 0 0;
}
    /* line 1347, ../sass/template.scss */
    .sidebar-info .ultimo-acesso p {
        font-size: 12px;
        color: #acafb1;
        margin: 0 0 10px;
        text-align: right;
    }
/* line 1354, ../sass/template.scss */
.sidebar-info .banner-sidebar {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    clear: both;
    background: #007b79 !important;
}
    /* line 1360, ../sass/template.scss */
    .sidebar-info .banner-sidebar:hover {
        text-decoration: none;
    }
    /* line 1363, ../sass/template.scss */
    .sidebar-info .banner-sidebar span {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px 0;
    }
/* line 1371, ../sass/template.scss */
.sidebar-info .acesso-rapido {
    margin-bottom: 30px;
}
    /* line 1373, ../sass/template.scss */
    .sidebar-info .acesso-rapido ul li {
        margin-bottom: 10px;
    }
    /* line 1376, ../sass/template.scss */
    .sidebar-info .acesso-rapido a {
        font-family: 'Inter';
    }
    /* line 1379, ../sass/template.scss */
    .sidebar-info .acesso-rapido .icone {
        display: inline-block;
    }
/* line 1384, ../sass/template.scss */
.sidebar-info .noticias {
    margin-bottom: 30px;
}
    /* line 1386, ../sass/template.scss */
    .sidebar-info .noticias .icone {
        display: inline-block;
        margin: 0 0 -5px;
    }
    /* line 1390, ../sass/template.scss */
    .sidebar-info .noticias p {
        line-height: 1.6em;
    }
    /* line 1393, ../sass/template.scss */
    .sidebar-info .noticias h5 {
        font-family: 'Inter';
        color: #373839;
        font-size: 15px;
        margin-bottom: 5px;
    }
    /* line 1399, ../sass/template.scss */
    .sidebar-info .noticias .data {
        font-size: 13px;
        color: #373839;
    }
    /* line 1403, ../sass/template.scss */
    .sidebar-info .noticias .carousel-indicators {
        position: relative;
        padding: 10px 0 0;
        text-align: left;
        width: 100%;
        margin: 0;
        left: 0;
    }
        /* line 1410, ../sass/template.scss */
        .sidebar-info .noticias .carousel-indicators li {
            background-color: #d5dadd;
            border-color: #ebeff2;
            width: 21px;
            height: 5px;
            border-radius: 0;
            margin: 0 5px 0 0;
        }
            /* line 1417, ../sass/template.scss */
            .sidebar-info .noticias .carousel-indicators li.active {
                background: #0a1d6f;
                border-color: #0a1d6f;
            }
/* line 1425, ../sass/template.scss */
.sidebar-info .token {
    margin-bottom: 30px;
}
    /* line 1427, ../sass/template.scss */
    .sidebar-info .token .icone {
        display: inline-block;
        margin: 0 5px 0 0;
    }
    /* line 1431, ../sass/template.scss */
    .sidebar-info .token a {
        font-family: 'Inter';
    }

/* line 1438, ../sass/template.scss */
.placeholder {
    margin-bottom: 20px;
}
    /* line 1440, ../sass/template.scss */
    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }

/* line 1448, ../sass/template.scss */
.navbar-header .header-left {
    color: #fff;
}
    /* line 1450, ../sass/template.scss */
    .navbar-header .header-left a {
        color: #fff;
    }
    /* line 1453, ../sass/template.scss */
    .navbar-header .header-left .info-conta {
        display: none;
    }
    /* line 1456, ../sass/template.scss */
    .navbar-header .header-left .menu-abre-fecha {
        display: block;
        float: left;
        position: relative;
        width: 32px;
        height: 32px;
        margin: 24px 25px 0 0;
    }

@media (min-width: 1024px) and (max-width: 1368px) {
    /* line 1456, ../sass/template.scss */
    .navbar-header .header-left .menu-abre-fecha {
        margin: 24px 15px 0 0;
    }
}
/* line 1466, ../sass/template.scss */
.navbar-header .header-left .menu-abre-fecha:after {
    content: "";
    width: 28px;
    height: 14px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -25px -14px;
    background: url(../imagens/seta-menu-topo.png) no-repeat 0 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
/* line 1478, ../sass/template.scss */
.navbar-header .header-left .menu-abre-fecha .icone-fechar {
    display: none;
}
/* line 1481, ../sass/template.scss */
.navbar-header .header-left .menu-abre-fecha .icone-menu-lista {
    display: block;
}
/* line 1485, ../sass/template.scss */
.navbar-header .header-left .menu-abre-fecha.open .icone-fechar {
    display: block;
}
/* line 1488, ../sass/template.scss */
.navbar-header .header-left .menu-abre-fecha.open .icone-menu-lista {
    display: none;
}
/* line 1491, ../sass/template.scss */
.navbar-header .header-left .menu-abre-fecha.open:after {
    height: 14px;
}
/* line 1496, ../sass/template.scss */
.navbar-header .header-left .bem-vindo {
    padding: 18px 0 0;
    font-size: 13px;
}
    /* line 1499, ../sass/template.scss */
    .navbar-header .header-left .bem-vindo span {
        display: block;
        font-family: 'Inter';
        font-size: 15px;
    }
/* line 1506, ../sass/template.scss */
.navbar-header .header-left .infos {
    padding: 18px 0;
    text-align: center;
}
    /* line 1509, ../sass/template.scss */
    .navbar-header .header-left .infos .item {
        display: block;
        float: left;
        border-left: 1px solid #fff;
        height: 38px;
        padding: 0 20px;
        position: relative;
        /* &.item-alerta {
      &:after {
          display: none;
          content: "";
          width: 24px;
          height: 15px;
          position: absolute;
          left: 50%;
          top: 80px;
          margin: 0 0 0 -12px;
          background: url(../imagens/seta-alerta.png) no-repeat 0 0;
}
      &.act {
          &:after {
              display: block;
          }
      }
  } */
    }

@media (min-width: 1024px) and (max-width: 1368px) {
    /* line 1509, ../sass/template.scss */
    .navbar-header .header-left .infos .item {
        padding: 0 10px;
    }
}
/* line 1519, ../sass/template.scss */
.navbar-header .header-left .infos .item .sub-item {
    display: block;
    overflow: hidden;
    width: 226px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 92px;
    margin-left: -113px;
    padding: 10px 0;
    background-color: #2f7a74;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
    /* line 1534, ../sass/template.scss */
    .navbar-header .header-left .infos .item .sub-item:before {
        content: "";
        width: 28px;
        height: 15px;
        position: absolute;
        left: 50%;
        top: 0;
        margin: 0 0 0 -14px;
        background: url(../imagens/seta-busca-topo.png) no-repeat 0 0;
        -webkit-transition: all 0.4s ease-in-out 0.2s;
        transition: all 0.4s ease-in-out 0.2s;
    }
    /* line 1546, ../sass/template.scss */
    .navbar-header .header-left .infos .item .sub-item a {
        display: block;
        padding: 7px 35px;
        margin-top: -200px;
    }
/* line 1552, ../sass/template.scss */
.navbar-header .header-left .infos .item.item-gerenciar {
    z-index: 3;
    position: relative;
}
    /* line 1555, ../sass/template.scss */
    .navbar-header .header-left .infos .item.item-gerenciar .icone {
        position: absolute;
        left: 50%;
        top: 0;
        margin: 0 0 0 -19px;
    }
        /* line 1561, ../sass/template.scss */
        .navbar-header .header-left .infos .item.item-gerenciar .icone.icone-configurar-on {
            opacity: 0;
        }
    /* line 1566, ../sass/template.scss */
    .navbar-header .header-left .infos .item.item-gerenciar a.act .icone {
        opacity: 0;
    }
        /* line 1568, ../sass/template.scss */
        .navbar-header .header-left .infos .item.item-gerenciar a.act .icone.icone-configurar-on {
            opacity: 1;
        }
    /* line 1573, ../sass/template.scss */
    .navbar-header .header-left .infos .item.item-gerenciar .lkgerencia {
        display: block;
        font: 0/0 'a';
        color: transparent;
        width: 28px;
        height: 38px;
    }
    /* line 1581, ../sass/template.scss */
    .navbar-header .header-left .infos .item.item-gerenciar.act .icone {
        opacity: 0;
    }
        /* line 1583, ../sass/template.scss */
        .navbar-header .header-left .infos .item.item-gerenciar.act .icone.icone-configurar-on {
            opacity: 1;
        }
    /* line 1587, ../sass/template.scss */
    .navbar-header .header-left .infos .item.item-gerenciar.act .sub-item {
        overflow: inherit;
        opacity: 1;
        height: 100px;
    }
        /* line 1591, ../sass/template.scss */
        .navbar-header .header-left .infos .item.item-gerenciar.act .sub-item:before {
            top: -15px;
        }
        /* line 1594, ../sass/template.scss */
        .navbar-header .header-left .infos .item.item-gerenciar.act .sub-item a {
            margin-top: 0;
        }
/* line 1620, ../sass/template.scss */
.navbar-header .header-left .infos .lk-buscar {
    display: block;
    width: 32px;
    height: 32px;
    font: 0/0 'a';
    color: transparent;
    position: relative;
}
    /* line 1627, ../sass/template.scss */
    .navbar-header .header-left .infos .lk-buscar:after {
        content: "";
        width: 28px;
        height: 0px;
        position: absolute;
        left: 50%;
        bottom: -30px;
        margin: 0 0 -31px -14px;
        background: url(../imagens/seta-busca-topo.png) no-repeat 0 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    /* line 1639, ../sass/template.scss */
    .navbar-header .header-left .infos .lk-buscar .icone {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    /* line 1646, ../sass/template.scss */
    .navbar-header .header-left .infos .lk-buscar .icone-buscar {
        opacity: 1;
    }
    /* line 1649, ../sass/template.scss */
    .navbar-header .header-left .infos .lk-buscar .icone-buscar-verde {
        opacity: 0;
    }
    /* line 1653, ../sass/template.scss */
    .navbar-header .header-left .infos .lk-buscar.act:after {
        height: 15px;
        margin: 0 0 -31px -14px;
    }
    /* line 1657, ../sass/template.scss */
    .navbar-header .header-left .infos .lk-buscar.act .icone-buscar {
        opacity: 0;
    }
    /* line 1660, ../sass/template.scss */
    .navbar-header .header-left .infos .lk-buscar.act .icone-buscar-verde {
        opacity: 1;
    }
/* line 1665, ../sass/template.scss */
.navbar-header .header-left .infos .busca-topo {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: -367px;
    width: 100%;
    padding: 0 30px 0 220px;
    -webkit-transition: opacity 0.4s, height 0.4s;
    transition: opacity 0.4s, height 0.4s;
}
    /* line 1677, ../sass/template.scss */
    .navbar-header .header-left .infos .busca-topo .conteudo {
        padding: 34px;
        background-color: #2f7a74;
    }
    /* line 1681, ../sass/template.scss */
    .navbar-header .header-left .infos .busca-topo.act {
        opacity: 1;
        top: 95px;
        height: 120px;
    }
    /* line 1686, ../sass/template.scss */
    .navbar-header .header-left .infos .busca-topo.open-menu {
        width: 100%;
        padding: 0 30px 0 88px;
    }
    /* line 1690, ../sass/template.scss */
    .navbar-header .header-left .infos .busca-topo .form-control {
        width: 100%;
    }
/* line 1695, ../sass/template.scss */
.navbar-header .header-left .infos .icone-alerta .badge {
    font-size: 13px;
    background-color: #d84749;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    padding: 0;
    margin: -6px -20px 0 0;
    font-family: 'Inter';
    font-weight: normal;
}
/* line 1710, ../sass/template.scss */
.navbar-header .header-right {
    padding: 0;
    min-height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px #d5dadd;
    -moz-box-shadow: 0px 1px 1px 0px #d5dadd;
    box-shadow: 0px 1px 1px 0px #d5dadd;
}
    /* line 1718, ../sass/template.scss */
    .navbar-header .header-right .info-conta {
        color: #112e50;
        font-size: 15px;
        padding: 12px 30px 0;
        line-height: 1.1em;
    }

@media (min-width: 1024px) and (max-width: 1368px) {
    /* line 1718, ../sass/template.scss */
    .navbar-header .header-right .info-conta {
        padding: 12px 10px 0 20px;
    }
        /* line 1725, ../sass/template.scss */
        .navbar-header .header-right .info-conta .dados-conta-nome h2 {
            font-size: 14px;
            height: 17px;
            overflow: hidden;
        }
}
/* line 1731, ../sass/template.scss */
.navbar-header .header-right .info-conta h2 {
    font-family: 'Inter';
    font-weight: normal;
    color: #112e50;
    font-size: 15px;
    margin: 0 0 4px;
}
/* line 1738, ../sass/template.scss */
.navbar-header .header-right .info-conta p {
    font-family: 'Inter';
    font-size: 13px;
    margin: 0;
}
    /* line 1742, ../sass/template.scss */
    .navbar-header .header-right .info-conta p .agencia {
        color: #7a7d7f;
        margin-right: 15px;
    }
    /* line 1746, ../sass/template.scss */
    .navbar-header .header-right .info-conta p .conta {
        color: #7a7d7f;
    }
/* line 1750, ../sass/template.scss */
.navbar-header .header-right .info-conta .lk-trocar-de-conta {
    display: inline-block;
    margin: 3px 0 0 15px;
}
/* line 1756, ../sass/template.scss */
.navbar-header .header-right .acoes-right {
    padding: 25px 15px 0;
    margin: 0;
    min-height: 80px;
    border-left: 1px solid #d5dadd;
    text-align: right;
    float: right;
}

@media (min-width: 1024px) and (max-width: 1368px) {
    /* line 1756, ../sass/template.scss */
    .navbar-header .header-right .acoes-right {
        padding: 25px 5px 0;
    }
}
/* line 1766, ../sass/template.scss */
.navbar-header .header-right .acoes-right li {
    display: block;
    float: left;
    margin: 0 5px;
}

@media (min-width: 1024px) and (max-width: 1368px) {
    /* line 1766, ../sass/template.scss */
    .navbar-header .header-right .acoes-right li {
        margin: 0;
    }
}
/* line 1773, ../sass/template.scss */
.navbar-header .header-right .acoes-right li .ico-acao {
    display: table;
    width: 44px;
    height: 44px;
    text-align: center;
}
    /* line 1778, ../sass/template.scss */
    .navbar-header .header-right .acoes-right li .ico-acao .icone {
        margin: 0 auto;
    }
    /* line 1781, ../sass/template.scss */
    .navbar-header .header-right .acoes-right li .ico-acao .icone-tam-fonte {
        margin-top: 10px;
    }
    /* line 1784, ../sass/template.scss */
    .navbar-header .header-right .acoes-right li .ico-acao .icone-sair {
        margin-top: 5px;
    }

/* login */
/* line 1797, ../sass/template.scss */
.header-login h2 {
    padding: 10px 0 0;
    font-family: 'OpenSL';
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
/* line 1804, ../sass/template.scss */
.header-login .col-right {
    text-align: right;
    padding-top: 20px;
}
    /* line 1807, ../sass/template.scss */
    .header-login .col-right .conexao-privada {
        position: relative;
        display: block;
        float: right;
        font-size: 13px;
        color: #fff;
        text-align: right;
        padding: 4px 27px 0;
        margin: 0 10px 0 0;
        font-family: 'OpenS';
        line-height: 1.1em;
    }
        /* line 1818, ../sass/template.scss */
        .header-login .col-right .conexao-privada .icone {
            position: absolute;
            right: 0;
            top: 5px;
        }
    /* line 1824, ../sass/template.scss */
    .header-login .col-right .lk-ajuda {
        display: block;
        float: right;
        font: 0/0 'a';
        color: transparent;
        margin-top: 5px;
    }
        /* line 1830, ../sass/template.scss */
        .header-login .col-right .lk-ajuda .tooltip-inner {
            width: 285px;
            max-width: none;
            text-align: left;
        }

/* line 1840, ../sass/template.scss */
.container.cont-int {
    padding-top: 35px;
    font-size: 15px;
}
    /* line 1843, ../sass/template.scss */
    .container.cont-int h2 {
        font-size: 18px;
        color: #373839;
        font-weight: bold;
        margin-bottom: 25px;
    }
    /* line 1849, ../sass/template.scss */
    .container.cont-int p {
        font-size: 15px;
    }
/* line 1855, ../sass/template.scss */
.container.login {
    padding: 15px 0 50px;
    width: 100%;
}

    /* line 1862, ../sass/template.scss */
    .container.login .hide-campo {
        display: none;
    }
    /* line 1865, ../sass/template.scss */
    .container.login .campolimpar {
        padding-bottom: 0;
    }
    /* line 1868, ../sass/template.scss */
    .container.login .lk-clear,
    .container.login .lk-recuperar {
        color: #0a1d6f;
        font: 15px 'Inter';
    }
    /* line 1873, ../sass/template.scss */
    .container.login .bloco-form {
        padding: 30px 80px 50px;
    }
        /* line 1875, ../sass/template.scss */
        .container.login .bloco-form label.error {
            padding: 5px 0 0;
            color: #df5c5e;
            position: absolute;
            left: 80px;
            bottom: 19px;
        }
    /* line 1894, ../sass/template.scss */
    .container.login .bloco-senha {
        padding: 40px 0;
        text-align: center;
        /* .lk-clear {
      color: #0a1d6f;
  } */
    }

    /* line 1935, ../sass/template.scss */
    .container.login .dicas-e-central {
        padding: 30px 0;
    }
        /* line 1937, ../sass/template.scss */
        .container.login .dicas-e-central .infos {
            padding: 0 30px;
        }
            /* line 1939, ../sass/template.scss */
            .container.login .dicas-e-central .infos a {
                font: 15px 'Inter';
                color: #0a1d6f;
            }
            /* line 1943, ../sass/template.scss */
            .container.login .dicas-e-central .infos:last-child {
                border-left: 1px solid #d5dadd;
            }
            /* line 1946, ../sass/template.scss */
            .container.login .dicas-e-central .infos h3 {
                padding: 0;
                margin: 0 0 20px;
                font-size: 20px;
            }
                /* line 1950, ../sass/template.scss */
                .container.login .dicas-e-central .infos h3 .icone {
                    display: inline-block;
                    margin: 0 4px -8px 0;
                }
/* line 1961, ../sass/template.scss */
.container.alterar-senha .form {
    padding: 20px 0 0;
}
/* line 1964, ../sass/template.scss */
.container.alterar-senha .input-group {
    margin-bottom: 20px;
}
    /* line 1966, ../sass/template.scss */
    .container.alterar-senha .input-group .campo-form {
        padding: 0 38px 0 0;
        position: relative;
    }
    /* line 1970, ../sass/template.scss */
    .container.alterar-senha .input-group .txt {
        display: block;
        font-size: 15px;
        color: #7a7d7f;
        font-weight: normal;
    }
    /* line 1976, ../sass/template.scss */
    .container.alterar-senha .input-group .icone {
        position: absolute;
        right: 0;
        top: 15px;
    }
    /* line 1981, ../sass/template.scss */
    .container.alterar-senha .input-group .error.valid {
        position: absolute;
        right: 0;
        top: 0;
        width: inherit;
        overflow: inherit;
    }
    /* line 1988, ../sass/template.scss */
    .container.alterar-senha .input-group .error {
        overflow: hidden;
        clear: both;
        width: 300px;
        max-width: inherit;
        color: #df5c5e;
        font-size: 14px;
        padding-top: 4px;
    }
/* line 1998, ../sass/template.scss */
.container.alterar-senha .info-campo {
    position: absolute;
    left: 115%;
    top: 0;
    width: 415px;
    padding: 25px 20px;
    font-size: 13px;
}
    /* line 2005, ../sass/template.scss */
    .container.alterar-senha .info-campo:before {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 8px;
        top: 10px;
        left: -4px;
        background: url(../imagens/seta-box-info.png) no-repeat 0 0;
    }
    /* line 2015, ../sass/template.scss */
    .container.alterar-senha .info-campo p {
        font-size: 13px;
    }
    /* line 2018, ../sass/template.scss */
    .container.alterar-senha .info-campo .icone {
        position: inherit;
        display: inline-block;
        margin: 0 5px -8px 0;
    }
/* line 2025, ../sass/template.scss */
.container.alterar-senha .btn {
    padding: 14px 60px;
    margin-bottom: 30px;
}
/* line 2033, ../sass/template.scss */
.container.personalizar .icones-opcoes {
    padding: 20px 0;
}
/* line 2036, ../sass/template.scss */
.container.personalizar .numeros-opcoes {
    display: block;
    float: left;
    width: 20%;
    padding: 0 15px;
    margin: 0 0 30px;
}
/* line 2043, ../sass/template.scss */
.container.personalizar .sel-icone {
    position: relative;
    display: block;
    width: 100%;
    height: 170px;
    padding: 0;
    font: 0/0 'a';
    color: transparent;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #abc8ca;
}
    /* line 2054, ../sass/template.scss */
    .container.personalizar .sel-icone:after {
        content: "";
        display: block;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    /* line 2067, ../sass/template.scss */
    .container.personalizar .sel-icone.active:after {
        height: 100%;
        background-color: #0a1d6f;
    }
    /* line 2072, ../sass/template.scss */
    .container.personalizar .sel-icone .icone {
        z-index: 2;
        top: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 auto 0 -80px;
    }
        /* line 2082, ../sass/template.scss */
        .container.personalizar .sel-icone .icone.ico-on {
            opacity: 1;
        }
    /* line 2087, ../sass/template.scss */
    .container.personalizar .sel-icone.active .icone {
        opacity: 0;
    }
        /* line 2089, ../sass/template.scss */
        .container.personalizar .sel-icone.active .icone.ico-on {
            opacity: 1;
        }
    /* line 2095, ../sass/template.scss */
    .container.personalizar .sel-icone:hover .icone {
        top: -5px;
    }
/* line 2101, ../sass/template.scss */
.container.personalizar .item-sel-cor {
    margin: 0 20.5% 30px;
    background-color: #f5f7f8;
}
    /* line 2105, ../sass/template.scss */
    .container.personalizar .item-sel-cor .icone {
        width: 160px;
        height: 160px;
        background-color: #fff;
    }
    /* line 2111, ../sass/template.scss */
    .container.personalizar .item-sel-cor .icone-sel {
        width: 160px;
        height: 160px;
        background-color: #fff;
    }
    /* line 2117, ../sass/template.scss */
    .container.personalizar .item-sel-cor .info-cor {
        padding: 35px 20px;
        float: right;
    }
        /* line 2120, ../sass/template.scss */
        .container.personalizar .item-sel-cor .info-cor .itens-sel {
            line-height: 20px;
        }
        /* line 2123, ../sass/template.scss */
        .container.personalizar .item-sel-cor .info-cor .item-nome {
            font-size: 18px;
            color: #373839;
            padding-right: 10px;
            margin-right: 8px;
            border-right: 1px solid #d5dadd;
        }
        /* line 2130, ../sass/template.scss */
        .container.personalizar .item-sel-cor .info-cor .item-cor {
            font-size: 13px;
        }
        /* line 2134, ../sass/template.scss */
        .container.personalizar .item-sel-cor .info-cor .lista-cores a {
            display: block;
            width: 35px;
            height: 35px;
            font: 0/0 'a';
            color: transparent;
            border: 3px solid;
        }
            /* line 2141, ../sass/template.scss */
            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-verde {
                background-color: #31793b;
                border-color: #31793b;
            }
            /* line 2142, ../sass/template.scss */
            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-azul {
                background-color: #0b5ce3;
                border-color: #0b5ce3;
            }
            /* line 2143, ../sass/template.scss */
            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-rosa {
                background-color: #ed145b;
                border-color: #ed145b;
            }
            /* line 2144, ../sass/template.scss */
            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-laranja {
                background-color: #e36629;
                border-color: #e36629;
            }
            /* line 2145, ../sass/template.scss */
            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-roxo {
                background-color: #662d91;
                border-color: #662d91;
            }
            /* line 2147, ../sass/template.scss */
            .container.personalizar .item-sel-cor .info-cor .lista-cores a.active {
                border-color: #112e50;
            }
/* line 2154, ../sass/template.scss */
.container.personalizar .btn {
    padding: 14px 90px;
    margin-bottom: 30px;
}
/* line 2162, ../sass/template.scss */
.container.escolha-conta .itens-pag {
    margin-bottom: 15px;
}
    /* line 2164, ../sass/template.scss */
    .container.escolha-conta .itens-pag .form-control {
        background-color: #ebeff2;
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f;
    }
/* line 2173, ../sass/template.scss */
.container.escolha-conta .tabela-contas .lkacessar {
    display: table;
    font: 0/0 'a';
    color: transparent;
    margin: 0 auto;
}
/* line 2179, ../sass/template.scss */
.container.escolha-conta .tabela-contas .table {
    color: #7a7d7f;
    margin-bottom: 15px;
    width: 100% !important;
}
    /* line 2182, ../sass/template.scss */
    .container.escolha-conta .tabela-contas .table th {
        background-color: #f5f7f8;
        font-weight: normal;
        padding: 15px 15px;
    }
        /* line 2186, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table th a {
            display: block;
            width: 100%;
            color: #0a1d6f;
            min-width: 70px;
        }
            /* line 2190, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table th a .caret {
                float: right;
                margin-top: 8px;
            }
    /* line 2196, ../sass/template.scss */
    .container.escolha-conta .tabela-contas .table td {
        background-color: #fff;
        padding: 15px 15px;
    }
        /* line 2199, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table td .icone {
            display: inline-block;
            margin: 0 5px -2px 0;
        }
            /* line 2202, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td .icone.icone-acessar {
                margin: 0 auto;
            }
        /* line 2206, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table td .lk-cadastrar {
            font-weight: bold;
            color: #0a1d6f;
        }
/* line 2214, ../sass/template.scss */
.container.escolha-conta .num-pag {
    font-size: 13px;
}

/* modais */
/* line 2222, ../sass/template.scss */
.modal-concluido p {
    margin-bottom: 20px;
    line-height: 1.5em;
}
/* line 2226, ../sass/template.scss */
.modal-concluido .tempo-redireciona {
    font-size: 18px;
    color: #0a1d6f;
}
    /* line 2229, ../sass/template.scss */
    .modal-concluido .tempo-redireciona .icone {
        margin-bottom: 20px;
    }

/* line 2235, ../sass/template.scss */
.modal-memorize {
    padding: 0 !important;
}
    /* line 2237, ../sass/template.scss */
    .modal-memorize .modal-header {
        border-bottom: 1px solid #d7d7d7;
        padding: 0 0 10px;
        margin-bottom: 20px;
    }
        /* line 2241, ../sass/template.scss */
        .modal-memorize .modal-header .info-icones {
            float: right;
            display: block;
            padding: 0 10px;
        }
    /* line 2247, ../sass/template.scss */
    .modal-memorize .modal-dialog {
        margin: 0 0 0 auto;
        text-align: left;
    }
        /* line 2250, ../sass/template.scss */
        .modal-memorize .modal-dialog h5 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
        }
        /* line 2255, ../sass/template.scss */
        .modal-memorize .modal-dialog p {
            font-size: 13px;
            margin-bottom: 20px;
        }

/* line 2263, ../sass/template.scss */
.info-home .botoes {
    margin-bottom: 25px;
}
    /* line 2265, ../sass/template.scss */
    .info-home .botoes .bt-left {
        padding-left: 0;
    }
    /* line 2268, ../sass/template.scss */
    .info-home .botoes .bt-right {
        padding-right: 0;
    }
    /* line 2271, ../sass/template.scss */
    .info-home .botoes .btn {
        width: 100%;
        padding: 15px 10px;
    }
/* line 2276, ../sass/template.scss */
.info-home label {
    font-size: 13px;
}
/* line 2279, ../sass/template.scss */
.info-home .modal-dialog {
    width: 550px;
}

/* line 2279, ../sass/template.scss */
.info-token .modal-dialog {
    width: 405px;
}
/* line 2281, ../sass/template.scss */
.info-home .modal-dialog h4 {
    font: 18px 'Inter';
    color: #373839;
    font-weight: normal;
}
/* line 2286, ../sass/template.scss */
.info-home .modal-dialog .modal-content {
    padding: 30px 60px;
}
/* line 2289, ../sass/template.scss */
.info-home .modal-dialog .checkbox {
    overflow: hidden;
    clear: both;
    width: 100%;
}
    /* line 2294, ../sass/template.scss */
    .info-home .modal-dialog .checkbox input[type="checkbox"] {
        margin-top: 2px;
    }
/* line 2298, ../sass/template.scss */
.info-home .modal-dialog .info {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
    /* line 2302, ../sass/template.scss */
    .info-home .modal-dialog .info .icone {
        display: block;
        float: left;
        margin: 0 12px 0 0;
    }
/* line 2310, ../sass/template.scss */
.info-home .dados-token .logo {
    padding: 0;
}
/* line 2313, ../sass/template.scss */
.info-home .dados-token .info-token-dados {
    border-left: 1px solid #d5dadd;
    margin-left: 20px;
    padding: 0 0 0 20px;
}
/* line 2320, ../sass/template.scss */
.info-home h4 .icone {
    display: block;
    float: left;
    margin: 5px 15px 0 0;
}

/* line 2329, ../sass/template.scss */
.cadastro p {
    margin-bottom: 30px;
}
/* line 2332, ../sass/template.scss */
.cadastro .ver-dados {
    margin-bottom: 30px;
}
    /* line 2334, ../sass/template.scss */
    .cadastro .ver-dados p {
        margin-bottom: 30px;
        line-height: 1.7em;
    }
    /* line 2338, ../sass/template.scss */
    .cadastro .ver-dados .btn {
        padding: 14px 50px;
    }
/* line 2342, ../sass/template.scss */
.cadastro .info-opera-tab {
    margin-bottom: 20px;
}
/* line 2346, ../sass/template.scss */
.cadastro .table-default {
    margin-bottom: 30px;
}
/* line 2350, ../sass/template.scss */
.cadastro .table {
    border: 1px solid #d5dadd;
    border-right: none;
}
    /* line 2353, ../sass/template.scss */
    .cadastro .table td, .cadastro .table th {
        border-right: 1px solid #d5dadd;
    }
    /* line 2356, ../sass/template.scss */
    .cadastro .table td {
        font-family: 'Inter', Arial, sans-serif;
    }
/* line 2361, ../sass/template.scss */
.cadastro .cadastro-inexistente {
    margin-bottom: 30px;
}
    /* line 2363, ../sass/template.scss */
    .cadastro .cadastro-inexistente p {
        margin-bottom: 0;
    }
        /* line 2365, ../sass/template.scss */
        .cadastro .cadastro-inexistente p strong {
            font-size: 18px;
            color: #373839;
        }
    /* line 2371, ../sass/template.scss */
    .cadastro .cadastro-inexistente .info-cpf strong {
        margin-left: 15px;
    }
    /* line 2375, ../sass/template.scss */
    .cadastro .cadastro-inexistente label {
        font-size: 15px;
        font-weight: normal;
        color: #7a7d7f;
        display: block;
    }
    /* line 2381, ../sass/template.scss */
    .cadastro .cadastro-inexistente .input-group[class*="col-"] {
        float: left;
    }
    /* line 2384, ../sass/template.scss */
    .cadastro .cadastro-inexistente.dados-preencher {
        padding: 20px 30px;
    }
        /* line 2386, ../sass/template.scss */
        .cadastro .cadastro-inexistente.dados-preencher .input-group {
            margin-bottom: 20px;
        }
        /* line 2389, ../sass/template.scss */
        .cadastro .cadastro-inexistente.dados-preencher .campo-form {
            padding: 0;
        }
        /* line 2392, ../sass/template.scss */
        .cadastro .cadastro-inexistente.dados-preencher .radio {
            display: inline-block;
            margin-right: 20px;
        }
            /* line 2395, ../sass/template.scss */
            .cadastro .cadastro-inexistente.dados-preencher .radio label {
                padding-top: 1px;
                font-weight: normal;
                font-family: 'Inter', Arial, sans-serif;
            }
    /* line 2402, ../sass/template.scss */
    .cadastro .cadastro-inexistente .btn {
        font-size: 15px;
        padding: 12px 70px;
        max-width: 100%;
    }
    /* line 2407, ../sass/template.scss */
    .cadastro .cadastro-inexistente .btn-incluir {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        margin: 12px 0 0 15px;
        font: 0/0 'a';
        color: transparent;
        background: url(../imagens/bt-incluir.png) no-repeat 0 0;
    }
    /* line 2417, ../sass/template.scss */
    .cadastro .cadastro-inexistente .botao-base {
        padding: 0 20px 0 0;
    }
    /* line 2420, ../sass/template.scss */
    .cadastro .cadastro-inexistente .info {
        font-size: 13px;
        padding-top: 3px;
    }

/* line 2427, ../sass/template.scss */
.titulos {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5dadd;
}
    /* line 2433, ../sass/template.scss */
    .titulos h1 {
        font-family: 'Inter', sans-serif;
        font-size: 30px;
        color: #0a1d6f;
        font-weight: normal;
        text-transform: none;
        padding-left: 0;
    }
    /* line 2441, ../sass/template.scss */
    .titulos .perfil {
        font-size: 16px;
        color: #112e50;
        padding-top: 30px;
        margin: 0;
    }

/* line 2451, ../sass/template.scss */
.dados-cadastrais {
    margin-bottom: 80px;
    /* .calendario-agendamento */
    /* .calendario-agendamento */
}
    /* line 2453, ../sass/template.scss */
    .dados-cadastrais .img-cracha {
        min-width: 140px;
    }
    /* line 2456, ../sass/template.scss */
    .dados-cadastrais .ver-dados {
        margin-bottom: 0;
    }
        /* line 2458, ../sass/template.scss */
        .dados-cadastrais .ver-dados#tab03 {
            padding-top: 20px;
        }
        /* line 2461, ../sass/template.scss */
        .dados-cadastrais .ver-dados .info-lista-token {
            padding: 10px 20px;
            margin: 0;
        }
            /* line 2464, ../sass/template.scss */
            .dados-cadastrais .ver-dados .info-lista-token .logo {
                padding: 15px 0;
            }
    /* line 2469, ../sass/template.scss */
    .dados-cadastrais label {
        font-weight: normal;
        width: 100%;
        overflow: hidden;
        clear: both;
        margin: 0;
    }
    /* line 2476, ../sass/template.scss */
    .dados-cadastrais .numeros-opcoes {
        float: left;
        width: 196px;
        max-width: 25%;
        padding: 0 15px;
        margin: 0 0 30px;
    }
    /* line 2485, ../sass/template.scss */
    .dados-cadastrais.operadores .itens-buscar .last-item {
        padding-right: 0;
    }
    /* line 2489, ../sass/template.scss */
    .dados-cadastrais.operadores .buscar {
        padding: 26px 0 0;
    }
    /* line 2492, ../sass/template.scss */
    .dados-cadastrais.operadores .numeros-opcoes {
        width: 195px;
    }
    /* line 2496, ../sass/template.scss */
    .dados-cadastrais .sel-icone {
        position: relative;
        display: block;
        width: 100%;
        height: 106px;
        padding: 0;
        text-align: center;
        background: #fff;
        border-bottom: 2px solid #abc8ca;
    }
        /* line 2505, ../sass/template.scss */
        .dados-cadastrais .sel-icone:after {
            content: "";
            display: block;
            width: 100%;
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }
        /* line 2519, ../sass/template.scss */
        .dados-cadastrais .sel-icone:hover:after, .dados-cadastrais .sel-icone.active:after {
            height: 100%;
            background-color: #0a1d6f;
        }
        /* line 2524, ../sass/template.scss */
        .dados-cadastrais .sel-icone .icone {
            position: relative;
            z-index: 2;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            position: absolute;
            top: 5px;
            left: 50%;
            margin: 0 auto 0 -50px;
        }
            /* line 2533, ../sass/template.scss */
            .dados-cadastrais .sel-icone .icone.ico-on {
                opacity: 0;
            }
        /* line 2537, ../sass/template.scss */
        .dados-cadastrais .sel-icone .titulo-area {
            display: block;
            position: relative;
            z-index: 2;
            width: 100%;
            padding: 70px 10px 0;
            font-size: 13px;
            line-height: 1em;
            font-family: 'Inter';
            color: #0a1d6f;
        }
        /* line 2550, ../sass/template.scss */
        .dados-cadastrais .sel-icone:hover .icone, .dados-cadastrais .sel-icone.active .icone {
            opacity: 0;
        }
            /* line 2552, ../sass/template.scss */
            .dados-cadastrais .sel-icone:hover .icone.ico-on, .dados-cadastrais .sel-icone.active .icone.ico-on {
                opacity: 1;
            }
        /* line 2556, ../sass/template.scss */
        .dados-cadastrais .sel-icone:hover .titulo-area, .dados-cadastrais .sel-icone.active .titulo-area {
            color: #fff;
        }
    /* line 2562, ../sass/template.scss */
    .dados-cadastrais .botao-row {
        margin-bottom: 30px;
    }
        /* line 2564, ../sass/template.scss */
        .dados-cadastrais .botao-row .btn-primary {
            margin-right: 20px;
        }
    /* line 2569, ../sass/template.scss */
    .dados-cadastrais .infos {
        margin-bottom: 30px;
        padding: 15px 20px;
    }
        /* line 2572, ../sass/template.scss */
        .dados-cadastrais .infos .row {
            margin-bottom: 20px;
        }
            /* line 2574, ../sass/template.scss */
            .dados-cadastrais .infos .row:last-child {
                margin-bottom: 0;
            }
            /* line 2577, ../sass/template.scss */
            .dados-cadastrais .infos .row label {
                color: #7a7d7f;
                font-size: 15px;
                font-family: 'OpenS';
                font-weight: normal;
            }
                /* line 2583, ../sass/template.scss */
                .dados-cadastrais .infos .row label.error {
                    overflow: hidden;
                    clear: both;
                    max-width: inherit;
                    color: #df5c5e;
                    font-size: 14px;
                    padding-top: 4px;
                }
            /* line 2591, ../sass/template.scss */
            .dados-cadastrais .infos .row p {
                color: #373839;
                font-size: 18px;
                margin-bottom: 0;
            }
                /* line 2595, ../sass/template.scss */
                .dados-cadastrais .infos .row p.info-txt {
                    font-size: 15px;
                    color: #7a7d7f;
                    margin-bottom: 20px;
                }
    /* line 2603, ../sass/template.scss */
    .dados-cadastrais .info-campos-editar {
        padding: 5px 0 20px;
    }
    /* line 2607, ../sass/template.scss */
    .dados-cadastrais.dados-token .numeros-opcoes {
        width: 200px;
    }
    /* line 2610, ../sass/template.scss */
    .dados-cadastrais.dados-token .sel-icone-1 {
        position: relative;
        display: block;
        width: 100%;
        height: 110px;
        padding: 0;
        text-align: center;
        background: #fff;
        border-bottom: 2px solid #abc8ca;
    }
        /* line 2619, ../sass/template.scss */
        .dados-cadastrais.dados-token .sel-icone-1 .icone {
            position: relative;
            z-index: 2;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            position: absolute;
            top: 5px;
            left: 50%;
            margin: 0 auto 0 -65px;
        }
            /* line 2628, ../sass/template.scss */
            .dados-cadastrais.dados-token .sel-icone-1 .icone.ico-on {
                opacity: 0;
            }
        /* line 2632, ../sass/template.scss */
        .dados-cadastrais.dados-token .sel-icone-1 .titulo-area {
            display: block;
            position: relative;
            z-index: 2;
            width: 100%;
            padding: 80px 10px 0;
            font-size: 13px;
            line-height: 1em;
            font-family: 'Inter';
            color: #7a7d7f;
        }
    /* line 2644, ../sass/template.scss */
    .dados-cadastrais.dados-token .input-group {
        margin-bottom: 30px;
    }
    /* line 2648, ../sass/template.scss */
    .dados-cadastrais.dados-token.cadastro-token label.error {
        position: absolute;
        left: 0;
        bottom: -25px;
    }
    /* line 2653, ../sass/template.scss */
    .dados-cadastrais.dados-token.cadastro-token .campo-form {
        max-width: 260px;
    }
    /* line 2657, ../sass/template.scss */
    .dados-cadastrais.dados-token .info-campo {
        position: absolute;
        left: 135%;
        top: 0;
        width: 415px;
        padding: 25px 20px;
        font-size: 13px;
    }
        /* line 2664, ../sass/template.scss */
        .dados-cadastrais.dados-token .info-campo:before {
            content: "";
            display: block;
            position: absolute;
            width: 4px;
            height: 8px;
            top: 10px;
            left: -4px;
            background: url(../imagens/seta-box-info.png) no-repeat 0 0;
        }
        /* line 2674, ../sass/template.scss */
        .dados-cadastrais.dados-token .info-campo p {
            font-size: 15px;
        }
        /* line 2678, ../sass/template.scss */
        .dados-cadastrais.dados-token .info-campo figure img {
            margin-bottom: 30px;
        }
        /* line 2681, ../sass/template.scss */
        .dados-cadastrais.dados-token .info-campo figure figcaption {
            font-family: 'Inter';
        }
    /* line 2688, ../sass/template.scss */
    .dados-cadastrais .info-nada-cadastrado {
        font-size: 18px;
        font-family: 'Inter';
        color: #373839;
    }
    /* line 2693, ../sass/template.scss */
    .dados-cadastrais p {
        margin-bottom: 25px;
    }
    /* line 2696, ../sass/template.scss */
    .dados-cadastrais .info-download {
        padding: 20px;
        margin-bottom: 30px;
    }
        /* line 2699, ../sass/template.scss */
        .dados-cadastrais .info-download .logo {
            border-right: 1px solid #d5dadd;
            padding: 0 20px 0 0;
            margin-right: 20px;
        }
            /* line 2703, ../sass/template.scss */
            .dados-cadastrais .info-download .logo i {
                margin-top: -15px;
            }
        /* line 2707, ../sass/template.scss */
        .dados-cadastrais .info-download .select-style {
            width: 120px;
            height: 32px;
            position: relative;
            margin-top: 8px;
        }
            /* line 2712, ../sass/template.scss */
            .dados-cadastrais .info-download .select-style select {
                height: 30px;
            }
            /* line 2715, ../sass/template.scss */
            .dados-cadastrais .info-download .select-style:after {
                height: 28px;
            }
        /* line 2719, ../sass/template.scss */
        .dados-cadastrais .info-download .txt {
            padding: 20px 0 0;
        }
        /* line 2722, ../sass/template.scss */
        .dados-cadastrais .info-download .info-sm {
            padding: 20px 0 0;
            margin-bottom: 0;
            font-size: 13px;
        }
        /* line 2727, ../sass/template.scss */
        .dados-cadastrais .info-download .btn-primary {
            margin-right: 20px;
        }
        /* line 2730, ../sass/template.scss */
        .dados-cadastrais .info-download .icon-porc {
            padding: 15px 0 0 15px;
        }
            /* line 2732, ../sass/template.scss */
            .dados-cadastrais .info-download .icon-porc .icone {
                float: left;
                margin: -3px 10px 0 0;
            }
    /* line 2738, ../sass/template.scss */
    .dados-cadastrais .info-lista-token {
        padding: 30px 30px 30px 20px;
        margin-bottom: 30px;
    }
        /* line 2741, ../sass/template.scss */
        .dados-cadastrais .info-lista-token .logo {
            padding:0;
        }
        /* line 2746, ../sass/template.scss */
        .dados-cadastrais .info-lista-token .colunas {
            padding-top: 15px;
        }
            /* line 2748, ../sass/template.scss */
            .dados-cadastrais .info-lista-token .colunas p {
                margin: 0;
                line-height: 1.6em;
            }
            /* line 2752, ../sass/template.scss */
            .dados-cadastrais .info-lista-token .colunas .btn {
                margin-top: 10px;
            }
    /* line 2758, ../sass/template.scss */
    .dados-cadastrais.alterar-selo-cor .container.cont-int {
        padding: 0;
    }
        /* line 2760, ../sass/template.scss */
        .dados-cadastrais.alterar-selo-cor .container.cont-int .icones-opcoes {
            padding-top: 0;
        }
        /* line 2763, ../sass/template.scss */
        .dados-cadastrais.alterar-selo-cor .container.cont-int p {
            margin-bottom: 0;
        }
    /* line 2767, ../sass/template.scss */
    .dados-cadastrais.alterar-selo-cor .numeros-opcoes {
        max-width: 225px;
    }
    /* line 2770, ../sass/template.scss */
    .dados-cadastrais.alterar-selo-cor .item-sel-cor {
        max-width: 560px;
        margin: 0 auto 30px;
    }
    /* line 2774, ../sass/template.scss */
    .dados-cadastrais.alterar-selo-cor .btn {
        padding: 14px 50px;
        margin: 0 10px;
    }
    /* line 2781, ../sass/template.scss */
    .dados-cadastrais.dados-operador .box-info {
        /*padding: 20px;*/
        margin-bottom: 0;
    }
        /* line 2784, ../sass/template.scss */
        .dados-cadastrais.dados-operador .box-info.no-pad {
            padding: 0;
        }
        /* line 2787, ../sass/template.scss */
        .dados-cadastrais.dados-operador .box-info h2 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            color: #373839;
            margin-bottom: 15px;
        }
        /* line 2794, ../sass/template.scss */
        .dados-cadastrais.dados-operador .box-info p {
            margin-bottom: 6px;
        }
        /* line 2797, ../sass/template.scss */
        .dados-cadastrais.dados-operador .box-info .lk-alterar {
            font-family: 'Inter';
            margin-left: 30px;
        }
    /* line 2802, ../sass/template.scss */
    .dados-cadastrais.dados-operador .ver-dados {
        margin-bottom: 30px;
        padding: 0;
    }
        /* line 2805, ../sass/template.scss */
        .dados-cadastrais.dados-operador .ver-dados .box-colunas {
            padding-left: 25px;
        }
        /* line 2808, ../sass/template.scss */
        .dados-cadastrais.dados-operador .ver-dados p {
            margin-bottom: 30px;
            line-height: 1.7em;
        }
        /* line 2812, ../sass/template.scss */
        .dados-cadastrais.dados-operador .ver-dados .btn {
            padding: 14px 50px;
        }
    /* line 2816, ../sass/template.scss */
    .dados-cadastrais.dados-operador .nav-tabs {
        margin: 0;
    }
        /* line 2819, ../sass/template.scss */
        .dados-cadastrais.dados-operador .nav-tabs li a {
            float: left;
            font-family: 'Inter';
            border: none;
            background-color: transparent;
            padding: 25px 15px 15px;
            color: #7a7d7f;
            position: relative;
        }
        /* line 2828, ../sass/template.scss */
        .dados-cadastrais.dados-operador .nav-tabs li.active {
            border: none;
            background-color: transparent;
        }
            /* line 2832, ../sass/template.scss */
            .dados-cadastrais.dados-operador .nav-tabs li.active a {
                color: #0a1d6f;
            }
                /* line 2834, ../sass/template.scss */
                .dados-cadastrais.dados-operador .nav-tabs li.active a:after {
                    content: "";
                    position: absolute;
                    left: 5%;
                    bottom: 0;
                    width: 90%;
                    height: 2px;
                    background-color: #0a1d6f;
                }
    /* line 2848, ../sass/template.scss */
    .dados-cadastrais.dados-operador .bt-detalhe-oper {
        padding-left: 25px;
    }
    /* line 2852, ../sass/template.scss */
    .dados-cadastrais.dados-operador .info-oper {
        padding: 20px 20px 0;
    }
        /* line 2854, ../sass/template.scss */
        .dados-cadastrais.dados-operador .info-oper p {
            margin-bottom: 20px;
        }
        /* line 2857, ../sass/template.scss */
        .dados-cadastrais.dados-operador .info-oper label.txt {
            clear: none;
            display: inline-block;
            width: auto;
            margin-bottom: -7px;
            margin-right: 10px;
        }
        /* line 2865, ../sass/template.scss */
        .dados-cadastrais.dados-operador .info-oper .checkbox label {
            font-weight: normal;
        }
    /* line 2871, ../sass/template.scss */
    .dados-cadastrais.dados-operador .panel-group {
        border-bottom: 1px solid #d5dadd;
        margin-bottom: 0;
    }
        /* line 2874, ../sass/template.scss */
        .dados-cadastrais.dados-operador .panel-group .panel-heading {
            width: 100%;
            overflow: hidden;
            clear: both;
            padding: 15px 20px;
            position: relative;
            background-color: transparent;
            border-top: 1px solid #d5dadd;
        }
            /* line 2882, ../sass/template.scss */
            .dados-cadastrais.dados-operador .panel-group .panel-heading .checkbox {
                position: absolute;
                left: 20px;
                top: 8px;
            }
            /* line 2887, ../sass/template.scss */
            .dados-cadastrais.dados-operador .panel-group .panel-heading a {
                padding: 0 0 0 24px;
                color: #373839;
                font-size: 18px;
            }
                /* line 2891, ../sass/template.scss */
                .dados-cadastrais.dados-operador .panel-group .panel-heading a .icone {
                    position: absolute;
                    right: 15px;
                    top: 16px;
                    width: 24px;
                    height: 24px;
                    background: url(../imagens/setas-collapse.png) no-repeat 0 0;
                }
                /* line 2900, ../sass/template.scss */
                .dados-cadastrais.dados-operador .panel-group .panel-heading a.collapsed .icone {
                    background-position: 0 -48px;
                }
        /* line 2906, ../sass/template.scss */
        .dados-cadastrais.dados-operador .panel-group .panel-body {
            border: none;
        }
    /* line 2910, ../sass/template.scss */
    .dados-cadastrais.dados-operador .btn-primary {
        margin-right: 20px;
    }

    /* line 2913, ../sass/template.scss */
    .dados-cadastrais.dados-operador .lk-salvar-perfil {
        font-family: 'Inter';
        margin-top: 25px;
    }
    /* line 2920, ../sass/template.scss */
    .dados-cadastrais .tooltip-identifica .tooltip {
        left: 670px !important;
    }
        /* line 2923, ../sass/template.scss */
        .dados-cadastrais .tooltip-identifica .tooltip .tooltip-inner {
            width: 150px;
            text-align: left;
        }
    /* line 2930, ../sass/template.scss */
    .dados-cadastrais .tooltip-cod-seguranca .tooltip {
        left: 670px !important;
        top: -55px !important;
    }
        /* line 2934, ../sass/template.scss */
        .dados-cadastrais .tooltip-cod-seguranca .tooltip .tooltip-inner {
            width: 150px;
            text-align: left;
        }
    /* line 2941, ../sass/template.scss */
    .dados-cadastrais .tooltip-proximo-cod .tooltip {
        left: 670px !important;
        top: -170px !important;
    }
        /* line 2945, ../sass/template.scss */
        .dados-cadastrais .tooltip-proximo-cod .tooltip .tooltip-inner {
            width: 150px;
            text-align: left;
        }
    /* line 2953, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento h3 {
        font-family: 'OpenS';
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #373839;
        font-weight: lighter;
    }
    /* line 2961, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento .calendario-agenda {
        padding: 0 20px 0 0;
    }
        /* line 2965, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker:before {
            display: none;
        }
        /* line 2968, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker {
            position: relative;
            background-color: #fff;
        }
            /* line 2971, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker:after {
                content: "";
                width: 100%;
                height: 53px;
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                background-color: #d5dadd;
                z-index: 0;
            }
            /* line 2982, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .dow {
                background-color: #fff;
                height: 45px;
            }
            /* line 2986, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months,
            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years,
            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days {
                position: relative;
                z-index: 2;
            }
                /* line 2991, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed,
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed,
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed {
                    width: 100%;
                }
                    /* line 2993, ../sass/template.scss */
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed th,
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed th,
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed th {
                        padding: 14px 5px;
                        text-align: center;
                    }
                        /* line 2996, ../sass/template.scss */
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed th.prev,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed th.prev,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed th.prev {
                            font: 0/0 'a';
                            color: transparent !important;
                            background: url(../imagens/calendario-left2.gif) no-repeat 50% 50%;
                        }
                        /* line 3001, ../sass/template.scss */
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed th.next,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed th.next,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed th.next {
                            font: 0/0 'a';
                            color: transparent !important;
                            background: url(../imagens/calendario-right2.gif) no-repeat 50% 50%;
                        }
                    /* line 3008, ../sass/template.scss */
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed tr:nth-child(2) th,
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed tr:nth-child(2) th,
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed tr:nth-child(2) th {
                        color: #373839;
                        font-size: 18px;
                        cursor: pointer;
                    }
                    /* line 3014, ../sass/template.scss */
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed tr:nth-child(3) th,
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed tr:nth-child(3) th,
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed tr:nth-child(3) th {
                        padding: 5px;
                    }
                    /* line 3017, ../sass/template.scss */
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td,
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td,
                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td {
                        position: relative;
                        cursor: pointer;
                        padding: 1px 5px;
                        height: 46px;
                        text-align: center;
                        vertical-align: top;
                        box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        font-size: 12px;
                        text-align: right;
                        border: 1px solid #dde1e4;
                    }
                        /* line 3030, ../sass/template.scss */
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td:hover, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.active,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td:hover,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.active,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td:hover,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.active {
                            color: #7a7d7f;
                            background-color: #ebeff2;
                        }
                            /* line 3034, ../sass/template.scss */
                            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td:hover:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.active:after,
                            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td:hover:after,
                            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.active:after,
                            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td:hover:after,
                            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.active:after {
                                display: none;
                                position: absolute;
                                content: "";
                                width: 100%;
                                height: 100%;
                                left: 0;
                                top: 0;
                                border: 1px solid #0a1d6f;
                            }
                        /* line 3045, ../sass/template.scss */
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.new, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.old,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.new,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.old,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.new,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.old {
                            color: #ccc;
                        }
                        /* line 3049, ../sass/template.scss */
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td .year,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td .month,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td .year,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td .month,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td .year,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td .month {
                            display: inline-block;
                            width: 25%;
                            text-align: center;
                            padding: 5px 0;
                        }
                        /* line 3060, ../sass/template.scss */
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-nao-concluido:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-automatico:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-concluido:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-nao-concluido:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-automatico:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-concluido:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-nao-concluido:before {
                            content: "";
                            display: block;
                            position: absolute;
                            left: 15px;
                            top: 15px;
                            width: 21px;
                            height: 21px;
                            background: url(../imagens/icones-agendamento.png);
                        }
                        /* line 3072, ../sass/template.scss */
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-automatico:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-automatico:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-automatico:before {
                            width: 20px;
                            background-position: -102px 0;
                        }
                        /* line 3075, ../sass/template.scss */
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-concluido:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-concluido:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-concluido:before {
                            background-position: -51px 0;
                        }
                        /* line 3078, ../sass/template.scss */
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-nao-concluido:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-nao-concluido:before,
                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-nao-concluido:before {
                            background-position: 0 0;
                        }
    /* line 3086, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento .agendamentos {
        border: 1px solid #d5dadd;
    }
        /* line 3088, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda {
            font-size: 18px;
            color: #112e50;
            padding-top: 15px;
            padding-bottom: 15px;
        }
        /* line 3094, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento {
            padding: 18px 10px 15px;
            position: relative;
        }
            /* line 3097, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento .icone {
                position: absolute;
                left: 10px;
                top: 0;
                box-sizing: content-box;
                background-color: #f5f7f8;
                border-bottom: 2px solid #f5f7f8;
                border-top: 2px solid #f5f7f8;
            }
            /* line 3106, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento .tipo {
                padding: 0 0 0 40px;
            }
            /* line 3109, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento:hover {
                background-color: #fff;
            }
            /* line 3112, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento:hover, .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento.bg-white {
                background: #fff url(../imagens/linha.gif) repeat-y 28px 0;
            }
                /* line 3115, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento:hover .icone, .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento.bg-white .icone {
                    background-color: #fff;
                    border-color: #fff;
                }
            /* line 3120, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento.linha-total {
                background-image: none;
            }
            /* line 3123, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento .lbtxt {
                font-family: 'OpenS';
                color: #7a7d7f;
                display: block;
            }
    /* line 3130, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento .panel-body {
        padding: 0;
        height: 317px;
        max-width: 100%;
        background: #f5f7f8 url(../imagens/linha.gif) repeat-y 28px 0;
        overflow: hidden;
    }

@media (min-width: 768px) and (max-width: 1024px) {

    .sidebar-info {
        padding-left: 0;
        padding-right: 0;
    }

    /* line 3130, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento .panel-body {
        height: auto;
    }
        /* line 3143, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .panel-body .jspContainer {
            height: auto !important;
        }
            /* line 3145, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .panel-body .jspContainer .jspPane {
                position: inherit;
            }
}
/* line 3150, ../sass/template.scss */
.dados-cadastrais .calendario-agendamento .panel-body .jspContainer {
    max-width: 100%;
}
    /* line 3152, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento .panel-body .jspContainer .jspPane {
        max-width: 100%;
    }
/* line 3157, ../sass/template.scss */
.dados-cadastrais .calendario-agendamento .legenda-calendario {
    font-size: 13px;
    padding-top: 15px;
}
    /* line 3160, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento .legenda-calendario .info-ico {
        display: block;
        margin-bottom: 20px;
    }
    /* line 3164, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento .legenda-calendario .icone {
        display: inline-block;
        margin: 0 5px -5px 0;
    }

/* line 3173, ../sass/template.scss */
.footer {
    position: relative;
    z-index: 1000;
    background-color: #fff;
    border-top: 2px solid #112e50;
    padding: 10px;
    font-size: 13px;
    padding: 0;
    margin-top: 20px;
}
    /* line 3182, ../sass/template.scss */
    .footer p {
        margin: 0;
    }
    /* line 3185, ../sass/template.scss */
    .footer strong {
        color: #000;
    }
    /* line 3188, ../sass/template.scss */
    .footer .data-hora {
        background-color: #f7f7f7;
        height: 90px;
        vertical-align: middle;
        padding: 25px 0;
    }
    /* line 3194, ../sass/template.scss */
    .footer .footer-r {
        padding: 15px 20px;
    }

/* line 3199, ../sass/template.scss */
.body-pdf {
    padding-top: 0;
}
    /* line 3201, ../sass/template.scss */
    .body-pdf .navbar-fixed-top, .body-pdf .navbar-fixed-bottom {
        position: inherit;
    }
    /* line 3204, ../sass/template.scss */
    .body-pdf .wrapper-pdf {
        width: 800px;
        margin: 0 auto;
    }

/* line 3211, ../sass/template.scss */
.main.pdf {
    padding: 30px 15px;
}
    /* line 3213, ../sass/template.scss */
    .main.pdf .conteudo-pdf {
        margin: 0 0 30px;
    }
    /* line 3216, ../sass/template.scss */
    .main.pdf .info-conta-user {
        background-color: #0a1d6f;
        color: #fff;
        padding: 12px 20px;
        margin-bottom: 20px;
    }
        /* line 3221, ../sass/template.scss */
        .main.pdf .info-conta-user h3 {
            font-size: 15px;
            color: #fff;
            margin: 0 0 5px;
            padding: 0;
        }
        /* line 3227, ../sass/template.scss */
        .main.pdf .info-conta-user p {
            font-size: 13px;
            margin-bottom: 0;
        }
        /* line 3231, ../sass/template.scss */
        .main.pdf .info-conta-user .pull-left,
        .main.pdf .info-conta-user .dados-ag-conta {
            margin-bottom: 10px;
        }
        /* line 3235, ../sass/template.scss */
        .main.pdf .info-conta-user .dados-user {
            border-top: 1px solid #d5dadd;
            padding: 6px 0 0;
        }
    /* line 3241, ../sass/template.scss */
    .main.pdf .resumo-extrato .txt-periodo {
        font-family: 'Inter';
        font-size: 15px;
        color: #7a7d7f;
        padding: 15px 20px;
    }
    /* line 3248, ../sass/template.scss */
    .main.pdf .resumo-extrato .detalhes-do-extrato {
        border-top: 1px solid #d5dadd;
    }
        /* line 3250, ../sass/template.scss */
        .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body {
            background: #fff;
        }
            /* line 3252, ../sass/template.scss */
            .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .info-extrato {
                font-size: 13px;
                border-bottom: 1px solid #d5dadd;
            }
                /* line 3255, ../sass/template.scss */
                .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .info-extrato:hover {
                    background: #fff;
                }
            /* line 3259, ../sass/template.scss */
            .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo {
                padding: 15px 20px;
            }
                /* line 3261, ../sass/template.scss */
                .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores {
                    padding: 0;
                    margin-bottom: 10px;
                    font-size: 13px;
                }
                    /* line 3265, ../sass/template.scss */
                    .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores .pull-right {
                        font-size: 15px;
                        font-family: 'Inter';
                    }
                    /* line 3269, ../sass/template.scss */
                    .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores.txt-saldo {
                        font-family: 'Inter';
                    }
                        /* line 3271, ../sass/template.scss */
                        .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores.txt-saldo .pull-right {
                            color: #7a7d7f;
                        }
        /* line 3279, ../sass/template.scss */
        .main.pdf .resumo-extrato .detalhes-do-extrato .info-extrato .tipo {
            padding-left: 0;
        }
    /* line 3285, ../sass/template.scss */
    .main.pdf .codigo-barras .txt-codigo {
        font-family: 'OpenS';
        font-size: 15px;
        color: #7a7d7f;
        padding: 25px 20px;
    }
        /* line 3290, ../sass/template.scss */
        .main.pdf .codigo-barras .txt-codigo strong {
            font-family: 'Inter';
        }
    /* line 3294, ../sass/template.scss */
    .main.pdf .codigo-barras .detalhes-pdf {
        border-top: 1px solid #d5dadd;
        padding: 25px 20px;
    }
        /* line 3297, ../sass/template.scss */
        .main.pdf .codigo-barras .detalhes-pdf h4 {
            font-size: 15px;
            padding: 0;
            margin: 0 0 15px;
        }
        /* line 3302, ../sass/template.scss */
        .main.pdf .codigo-barras .detalhes-pdf h5 {
            font-size: 15px;
            padding: 0;
            margin: 0;
        }
        /* line 3307, ../sass/template.scss */
        .main.pdf .codigo-barras .detalhes-pdf.origem {
            border: none;
            background-color: #f5f7f8;
            color: #0a1d6f;
        }
            /* line 3311, ../sass/template.scss */
            .main.pdf .codigo-barras .detalhes-pdf.origem h4 {
                color: #7a7d7f;
            }
            /* line 3314, ../sass/template.scss */
            .main.pdf .codigo-barras .detalhes-pdf.origem p {
                margin: 0;
                font-size: 13px;
                font-family: 'Inter';
            }
        /* line 3320, ../sass/template.scss */
        .main.pdf .codigo-barras .detalhes-pdf.destino {
            border: none;
            background-color: #fff;
            color: #112e50;
        }
            /* line 3324, ../sass/template.scss */
            .main.pdf .codigo-barras .detalhes-pdf.destino h4 {
                color: #7a7d7f;
            }
            /* line 3327, ../sass/template.scss */
            .main.pdf .codigo-barras .detalhes-pdf.destino p {
                margin: 0;
                font-size: 13px;
                font-family: 'Inter';
            }

@media (max-width: 767px) {


    .dados-cadastrais.dados-operador .no-pad-right {
        padding-right: 0px;
    }

    .main .resumo-extrato .panel-group .panel-heading .txt-valor {
        padding-top: 5px;
        font-size: 15px;
        display: none;
    }

    .main .resumo-extrato .panel-group .panel-heading .txt-valor {
        font-family: 'Inter';
        font-size: 18px;
        color: #112e50;
    }

    /* line 3342, ../sass/template.scss */
    body {
        font-size: 15px;
        /*padding-top: 115px !important;*/
        /* &.alerta-show .main {
        padding-top: 115px;
    } */
    }
        /* line 3344, ../sass/template.scss */
        body.interna-page, body.interna-cadastro {
            padding-top: 65px;
        }
        /* line 3348, ../sass/template.scss */
        /*body.upmenu {
    padding-top: 115px;
  }*/
        /* line 3354, ../sass/template.scss */
        body.hide-scroll {
            overflow: hidden;
        }

    /* line 3358, ../sass/template.scss */
    .btn {
        text-transform: capitalize;
    }

    /* line 3361, ../sass/template.scss */
    .btncenter {
        text-align: center;
    }
        /* line 3363, ../sass/template.scss */
        .btncenter .btn {
            float: none;
            margin-bottom: 15px;
        }

    /* line 3368, ../sass/template.scss */
    .base-fixa-alerta {
        padding-left: 0;
        padding-right: 0;
        z-index: 10;
        top: 80px;
    }

    /* line 3376, ../sass/template.scss */
    .navbar-header .header-left .bem-vindo {
        display: none;
    }
    /* line 3379, ../sass/template.scss */
    .navbar-header .header-left .infos {
        margin-right: 20px;
        padding-right: 37px;
    }
        /* line 3382, ../sass/template.scss */
        .navbar-header .header-left .infos .item {
            padding: 0 10px;
        }
            /* line 3384, ../sass/template.scss */
            .navbar-header .header-left .infos .item.item-gerenciar {
                float: left;
            }
            /* line 3387, ../sass/template.scss */
            .navbar-header .header-left .infos .item.item-gerenciar {
                border: none;
            }
            /* line 3390, ../sass/template.scss */
            .navbar-header .header-left .infos .item.item-busca {
                display: block;
                float: left;
                position: absolute;
                right: 5px;
                top: 18px;
                opacity: 1;
            }
    /* line 3397, ../sass/template.scss */
    .downmenu .navbar-header .header-left .infos .item.item-busca {
        opacity: 1;
    }
    /* line 3400, ../sass/template.scss */
    .navbar-header .header-left .infos .item.item-busca .lk-buscar {
        display: block;
        z-index: 10;
        /* .icone {
        background: url(../imagens/icone-buscar-mobile.png) no-repeat 50% 50%;
    } */
    }
        /* line 3403, ../sass/template.scss */
        .navbar-header .header-left .infos .item.item-busca .lk-buscar:after {
            display: none;
        }
    /* line 3410, ../sass/template.scss */
    .navbar-header .header-left .infos .item.item-busca .busca-topo {
        display: none;
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0;
        opacity: 1;
    }
        /* line 3421, ../sass/template.scss */
        .navbar-header .header-left .infos .item.item-busca .busca-topo .conteudo {
            padding: 14px 20px;
        }
            /* line 3423, ../sass/template.scss */
            .navbar-header .header-left .infos .item.item-busca .busca-topo .conteudo .form-control {
                width: 100%;
            }
        /* line 3428, ../sass/template.scss */
        .navbar-header .header-left .infos .item.item-busca .busca-topo.act {
            display: block;
            top: 80px;
            z-index: 10;
        }
    /* line 3437, ../sass/template.scss */
    .navbar-header .header-left .menu-abre-fecha {
        margin: 20px 15px 0 8px;
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    /* line 3448, ../sass/template.scss */
    .navbar-header.menuopen .menu-abre-fecha {
        left: 100%;
        margin-left: -50px;
    }
    /* line 3452, ../sass/template.scss */
    .navbar-header.menuopen .infos.pull-right {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    /* line 3456, ../sass/template.scss */
    .navbar-header.menuopen .item.item-busca {
        opacity: 0 !important;
        filter: alpha(opacity=0) !important;
    }
    /* line 3463, ../sass/template.scss */
    .navbar-header .menu-abre-fecha:after {
        display: none;
    }
    /* line 3467, ../sass/template.scss */
    .navbar-header .header-right {
        position: fixed;
        width: 100%;
        height: 55px;
        min-height: inherit;
        top: 80px;
        left: 0;
        background-color: #0a1d6f;
        color: #fff;
    }
        /* line 3476, ../sass/template.scss */
        .navbar-header .header-right .acoes-right {
            display: none;
        }
        /* line 3479, ../sass/template.scss */
        .navbar-header .header-right .info-conta {
            display: block;
            width: 100%;
            padding: 20px 15px 25px;
        }
        /* line 3484, ../sass/template.scss */
        .navbar-header .header-right .dados-conta-nome {
            display: block;
            background-color: #0a1d6f;
            position: absolute;
            left: 0;
            top: 45px;
            width: 100%;
            padding: 10px 15px 11px;
            color: #fff;
            /*opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;*/
            transition: all 0.4s;
        }
            /* line 3501, ../sass/template.scss */
            .navbar-header .header-right .dados-conta-nome h2 {
                color: #fff;
                font-size: 15px;
                margin-bottom: 6px;
            }
            /* line 3506, ../sass/template.scss */
            .navbar-header .header-right .dados-conta-nome p {
                font-size: 13px;
                font-weight: normal;
            }
        /* line 3512, ../sass/template.scss */
        .navbar-header .header-right .col-xs-12 p {
            display: block;
            color: #fff;
        }
            /* line 3515, ../sass/template.scss */
            .navbar-header .header-right .col-xs-12 p .agencia {
                float: left;
                color: #fff;
                font-size: 18px;
            }
            /* line 3520, ../sass/template.scss */
            .navbar-header .header-right .col-xs-12 p .conta {
                float: right;
                color: #fff;
                font-size: 18px;
                padding-right:38px;
            }
            /* line 3529, ../sass/template.scss */
            .navbar-header .header-right .col-xs-12 p .lk-trocar-de-conta {
                display: block;
                position: absolute;
                right: 0;
                top: -5px;
                /* .upmenu & {
    opacity: 0;
    right: -30px;
    } */
            }
                /* line 3534, ../sass/template.scss */
                .navbar-header .header-right .col-xs-12 p .lk-trocar-de-conta .icone-trocar-de-conta {
                    background: url(../imagens/ico-trocar-conta-mobile.png) no-repeat 0 50%;
                }

    /* line 3546, ../sass/template.scss */
    .menu-config-mobile {
        position: fixed;
        left: 100%;
        top: 0;
        width: 110%;
        z-index: 9999;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
        /* line 3554, ../sass/template.scss */
        .menu-config-mobile:after {
            content: "";
            position: fixed;
            left: 0;
            top: 80px;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 1;
            background: rgba(0, 0, 0, 0.6);
            opacity: 0;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            visibility: hidden;
        }
        /* line 3569, ../sass/template.scss */
        .menu-config-mobile.open {
            left: 0;
        }
            /* line 3571, ../sass/template.scss */
            .menu-config-mobile.open .menu-config-mobile-links-base {
                left: 0;
            }
            /* line 3574, ../sass/template.scss */
            .menu-config-mobile.open:after {
                visibility: visible;
                opacity: 1;
            }
        /* line 3579, ../sass/template.scss */
        .menu-config-mobile .menu-config-mobile-topo {
            background: #fff;
            height: 80px;
            padding-left: 80px;
            padding-right: 0;
        }
            /* line 3585, ../sass/template.scss */
            .menu-config-mobile .menu-config-mobile-topo .icones-acoes .icone {
                margin: 0 auto;
            }
            /* line 3588, ../sass/template.scss */
            .menu-config-mobile .menu-config-mobile-topo .icones-acoes .icone-seguranca {
                margin-top: 25px;
            }
            /* line 3591, ../sass/template.scss */
            .menu-config-mobile .menu-config-mobile-topo .icones-acoes .icone-tam-fonte {
                margin-top: 35px;
                margin-left: 0;
            }
            /* line 3596, ../sass/template.scss */
            .menu-config-mobile .menu-config-mobile-topo .txt-cor {
                position: absolute;
                font-size: 11px;
                bottom: -17px;
                left: -3px;
                color: #112e50;
                text-align: center;
                display: block;
                width: 100%;
            }
            /* line 3606, ../sass/template.scss */
            .menu-config-mobile .menu-config-mobile-topo .lkconfigura {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 80px;
                height: 80px;
                margin: 0;
                background-color: #112e50;
            }
                /* line 3615, ../sass/template.scss */
                .menu-config-mobile .menu-config-mobile-topo .lkconfigura .icone {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin: -19px 0 0 -19px;
                }
        /* line 3623, ../sass/template.scss */
        .menu-config-mobile .menu-config-mobile-links-base {
            position: fixed;
            left: 110%;
            top: 80px;
            padding-left: 80px;
            padding-right: 0;
            z-index: 9999;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }
            /* line 3632, ../sass/template.scss */
            .menu-config-mobile .menu-config-mobile-links-base .menu-config-mobile-links {
                list-style: none;
                text-align: left;
                background-color: #0a1d6f;
                height: 1000px;
                padding-top: 15px;
            }
                /* line 3638, ../sass/template.scss */
                .menu-config-mobile .menu-config-mobile-links-base .menu-config-mobile-links li {
                    width: 100%;
                    margin-bottom: 30px;
                }
                    /* line 3641, ../sass/template.scss */
                    .menu-config-mobile .menu-config-mobile-links-base .menu-config-mobile-links li a {
                        display: block;
                        width: 100%;
                        font-size: 15px;
                        color: #fff;
                    }

    /* line 3652, ../sass/template.scss */
    .footer .data-hora {
        display: none;
    }

    /* line 3656, ../sass/template.scss */
    select.form-control {
        -webkit-appearance: inherit;
        background: #fff url(../imagens/seta-select.gif) no-repeat 100% 50%;
    }

    /* line 3660, ../sass/template.scss */
    .btn {
        font-family: 'Inter', Arial, sans-serif;
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    /* line 3666, ../sass/template.scss */
    .breadcrumb {
        display: none;
    }

    /* line 3669, ../sass/template.scss */
    .alert {
        margin: 0;
        line-height: 1.2em;
        position: inherit;
        width: 100%;
        margin: 0;
        padding: 15px 0;
    }
        /* line 3676, ../sass/template.scss */
        .alert .icone {
            display: none;
        }

    /* line 3680, ../sass/template.scss */
    .vmobile {
        display: block !important;
    }

    /* .interna-cadastro {
      .alert-success,
      .alert {
          position: absolute;
          width: 100%;
          margin: -45px 0 0;
          padding: 15px 0;
      }
  } */
    /* line 3692, ../sass/template.scss */
    .lkicon {
        font-family: 'Inter';
    }
        /* line 3694, ../sass/template.scss */
        .lkicon .icone {
            display: inline-block;
        }

    /* line 3698, ../sass/template.scss */
    .main {
        padding: 110px 15px 30px;
    }
        /* line 3700, ../sass/template.scss */
        .main.open {
            padding: 70px 15px 30px;
        }
        /* line 3703, ../sass/template.scss */
        .main .alert {
            margin: 0;
            margin-top: -1px;
            z-index: 100;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }
    /* line 3710, ../sass/template.scss */
    .downmenu .main .alert {
        margin-top: -1px;
        /*-webkit-transition: all 0.4s;
    transition: all 0.4s;*/
    }
    /* line 3715, ../sass/template.scss */
    .upmenu .main .alert {
        margin-top: -1px;
        /*-webkit-transition: all 0.4s;
    transition: all 0.4s;*/
    }
    /* line 3721, ../sass/template.scss */
    .main .alerta {
        position: fixed;
        padding: 20px;
        border-width: 2px;
        text-align: center;
        display: none;
        left: 0;
        width: 100%;
        top: 135px;
        z-index: 1000;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
        /* line 3733, ../sass/template.scss */
        .main .alerta.alerta-info .seta {
            display: none;
        }
        /* line 3736, ../sass/template.scss */
        .main .alerta:after {
            content: "";
            width: 24px;
            height: 9px;
            overflow: hidden;
            display: block;
            position: absolute;
            left: 46%;
            bottom: 2px;
            top: auto;
            margin-left: -15px;
            margin: 0 auto;
            background: url(../imagens/seta-baixo.png) no-repeat;
        }
        /* line 3751, ../sass/template.scss */
        .main .alerta.openinfo:after {
            display: none;
        }
        /* line 3756, ../sass/template.scss */
        .main .alerta.collapsed:after {
            display: block;
        }
        /* line 3760, ../sass/template.scss */
        .main .alerta .detalhes {
            padding-bottom: 30px;
        }
            /* line 3762, ../sass/template.scss */
            .main .alerta .detalhes .conteudo-alerta {
                height: 50vh;
                overflow: auto;
                overflow-x: hidden;
            }

    #QtdAprovadores {
        display: block;
    }
}

@media (max-width: 767px) and (min-width: 480px) and (max-width: 767px) {
    /* line 3762, ../sass/template.scss */
    .main .alerta .detalhes .conteudo-alerta {
        height: 39vh;
    }
}

@media (max-width: 767px) {
    /* line 3769, ../sass/template.scss */
    .downmenu .main .alerta .detalhes .conteudo-alerta {
        height: 50vh;
    }
    /* line 3772, ../sass/template.scss */
    .upmenu .main .alerta .detalhes .conteudo-alerta {
        height: 42vh;
    }
    /* line 3776, ../sass/template.scss */
    .main .alerta .detalhes .colunas {
        padding: 0 20px;
        background-color: transparent;
        margin: 20px 0 0;
        display: block;
        float: left;
        clear: both;
        border: 0;
    }
        /* line 3784, ../sass/template.scss */
        .main .alerta .detalhes .colunas h3 {
            font-size: 18px;
            overflow: hidden;
            clear: both;
            width: 100%;
            margin-bottom: 10px;
        }


    .main .resumo-extrato .panel-group .panel-heading .txt-valor {
        font-family: 'Inter';
        font-size: 18px;
        color: #112e50;
    }
    /* line 3791, ../sass/template.scss */
    .main .alerta .detalhes .colunas .limite {
        text-align: right;
    }
    /* line 3796, ../sass/template.scss */
    .main .alerta .detalhes.openinfo .bt-fecha-alerta {
        display: block;
    }
    /* line 3801, ../sass/template.scss */
    .main .alerta .bt-fecha-alerta {
        display: none;
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 20px;
        background: url(../imagens/seta-top-mobile.png) no-repeat 50% 50%;
    }
    /* line 3813, ../sass/template.scss */
    .downmenu .main .alerta {
        top: 135px;
    }
    /* line 3816, ../sass/template.scss */
    .upmenu .main .alerta {
        top: 185px;
    }
    /* line 3819, ../sass/template.scss */
    .main .alerta .detalhes {
        border-width: 2px;
        left: -2px;
        width: calc(100% + 4px);
        /* &:after {
    content: "";
    width: 24px;
    height: 9px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 27px;
    top: auto;
    margin-left: -12px;
    margin: 0 auto;
        background: url(../imagens/seta-baixo.png) no-repeat;
  }
    &:before {
    content: "";
    width: 24px;
    height: 9px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 7px;
    top: auto;
    margin-left: -12px;
    margin: 0 auto;
        background: url(../imagens/seta-baixo.png) no-repeat;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    } */
    }
        /* line 3823, ../sass/template.scss */
        .main .alerta .detalhes .colunas {
            text-align: left;
            overflow: hidden;
            width: 100%;
        }
            /* line 3827, ../sass/template.scss */
            .main .alerta .detalhes .colunas .vencem,
            .main .alerta .detalhes .colunas .pendente {
                text-align: left;
            }
            /* line 3831, ../sass/template.scss */
            .main .alerta .detalhes .colunas .limite {
                text-align: right;
            }
    /* line 3871, ../sass/template.scss */
    .main .cont-dados .valor.ver-saldo h3 {
        padding-left: 15px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    /* line 3876, ../sass/template.scss */
    .main .cont-dados .valor.ver-saldo .col-xs-12.ultimo-acesso p {
        margin-bottom: 15px;
    }
    /* line 3880, ../sass/template.scss */
    .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas {
        padding: 20px 0;
    }
        /* line 3882, ../sass/template.scss */
        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas:before {
            left: 16px;
            top: -1px;
        }
        /* line 3886, ../sass/template.scss */
        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas h4, .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas p {
            display: block;
            float: left;
            width: 50%;
        }
        /* line 3891, ../sass/template.scss */
        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas p {
            font-family: 'OpenS';
            font-size: 15px;
            text-align: right;
        }
        /* line 3896, ../sass/template.scss */
        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas h4 {
            text-align: left;
        }
        /* line 3899, ../sass/template.scss */
        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas .colunas {
            margin-bottom: 10px;
        }
    /* line 3905, ../sass/template.scss */
    .main .cont-dados .valor .linha-colunas .colunas {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
    }
    /* line 3913, ../sass/template.scss */
    .main .cont-dados .valor .barra-limites .pull-left,
    .main .cont-dados .valor .barra-limites .pull-right {
        display: none;
    }
    /* line 3918, ../sass/template.scss */
    .main .cont-dados .valor .valor-lg {
        padding: 0 0 0 15px;
        margin: 0;
    }
    /* line 3922, ../sass/template.scss */
    .main .cont-dados .valor .lk-ocultar-valores {
        font: 0/0 'a';
        color: transparent;
        float: right;
        margin: 10px 15px 0 0;
    }
    /* line 3928, ../sass/template.scss */
    .main .cont-dados .valor .ultimo-acesso {
        padding: 0 17px !important;
        margin-bottom: 12px;
    }
        /* line 3931, ../sass/template.scss */
        .main .cont-dados .valor .ultimo-acesso p {
            font-size: 13px;
            color: #acafb1;
        }
    /* line 3937, ../sass/template.scss */
    .main .cont-dados .valor.valor .barra-limites {
        background-color: #fff;
        padding: 0 10px 20px;
    }
        /* line 3940, ../sass/template.scss */
        .main .cont-dados .valor.valor .barra-limites p {
            margin-bottom: 0;
        }
        /* line 3943, ../sass/template.scss */
        .main .cont-dados .valor.valor .barra-limites .progress {
            height: 10px;
        }
        /* line 3946, ../sass/template.scss */
        .main .cont-dados .valor.valor .barra-limites .progress-bar {
            height: 10px;
        }
    /* line 3954, ../sass/template.scss */
    .main .resumo-extrato .topo {
        padding: 15px 15px 0;
    }
    /* line 3957, ../sass/template.scss */
    .main .resumo-extrato h3 {
        font-family: 'OpenS';
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    /* line 3963, ../sass/template.scss */
    .main .resumo-extrato .nav.nav-pills {
        float: left;
        width: 100%;
    }
        /* line 3966, ../sass/template.scss */
        .main .resumo-extrato .nav.nav-pills li {
            width: 33%;
            margin-left: 0;
            text-align: center;
        }
    /* line 3972, ../sass/template.scss */
    .main .resumo-extrato .data {
        padding: 6px 10px;
    }
    /* line 3975, ../sass/template.scss */
    .main .resumo-extrato .lk-irpara {
        margin-left: 0;
    }
    /* line 3978, ../sass/template.scss */
    .main .resumo-extrato .panel-group {
        padding-bottom: 0;
    }
        /* line 3980, ../sass/template.scss */
        .main .resumo-extrato .panel-group .panel-heading {
            padding: 10px 10px;
        }
            /* line 3982, ../sass/template.scss */
            .main .resumo-extrato .panel-group .panel-heading .txt-valor {
                padding-top: 5px;
                font-size: 15px;
                display: none;
            }
        /* line 3988, ../sass/template.scss */
        .main .resumo-extrato .panel-group .panel-title {
            font-family: 'OpenS';
            font-size: 15px;
            font-weight: normal;
            padding-bottom: 5px;
        }
        /* line 3994, ../sass/template.scss */
        .main .resumo-extrato .panel-group .extrato-detalhes {
            display: none;
        }
        /* line 3997, ../sass/template.scss */
        .main .resumo-extrato .panel-group .panel-body {
            background-position: 24px 0;
        }
        /* line 4000, ../sass/template.scss */
        .main .resumo-extrato .panel-group .info-extrato {
            padding: 15px 0;
        }
            /* line 4002, ../sass/template.scss */
            .main .resumo-extrato .panel-group .info-extrato .tipo {
                padding-left: 16px;
                background-color: #f5f7f8;
                width: 50%;
                float: left;
            }
                /* line 4007, ../sass/template.scss */
                .main .resumo-extrato .panel-group .info-extrato .tipo .icone {
                    display: none;
                }
            /* line 4011, ../sass/template.scss */
            .main .resumo-extrato .panel-group .info-extrato .txt-valor {
                width: 50%;
                float: right;
            }
    /* line 4018, ../sass/template.scss */
    .main .sidebar-info {
        width: 100%;
        max-width: inherit;
        padding: 0 15px;
        display: inline-block;
    }
        /* line 4022, ../sass/template.scss */
        .main .sidebar-info h4 {
            margin-bottom: 20px;
        }
        /* line 4026, ../sass/template.scss */
        .main .sidebar-info .acesso-rapido ul li {
            margin-bottom: 20px;
        }
        /* line 4029, ../sass/template.scss */
        .main .sidebar-info .acesso-rapido a {
            font-family: 'OpenS';
            font-size: 15px;
        }
    /* line 4035, ../sass/template.scss */
    .main .token {
        margin-bottom: 10px;
    }
    /* line 4038, ../sass/template.scss */
    .main .horarios.vmobile {
        margin-bottom: 30px;
    }
        /* line 4040, ../sass/template.scss */
        .main .horarios.vmobile h3 {
            font-size: 15px;
        }
            /* line 4043, ../sass/template.scss */
            .main .horarios.vmobile h3 a.collapsed .icone-incluir {
                display: block;
            }
            /* line 4046, ../sass/template.scss */
            .main .horarios.vmobile h3 a.collapsed .icone-menos {
                display: none;
            }
            /* line 4051, ../sass/template.scss */
            .main .horarios.vmobile h3 a .icone-menos {
                display: block;
            }
            /* line 4054, ../sass/template.scss */
            .main .horarios.vmobile h3 a .icone-incluir {
                display: none;
            }
        /* line 4059, ../sass/template.scss */
        .main .horarios.vmobile .col-md-3,
        .main .horarios.vmobile .linha {
            border: none;
            padding: 0;
        }
        /* line 4064, ../sass/template.scss */
        .main .horarios.vmobile .collapsing,
        .main .horarios.vmobile .collapse {
            padding-left: 16px;
        }

    /* line 4070, ../sass/template.scss */
    .titulos {
        overflow: inherit;
    }
        /* line 4072, ../sass/template.scss */
        .titulos h1 {
            font-size: 23px;
            margin-bottom: 10px;
        }
        /* line 4076, ../sass/template.scss */
        .titulos .perfil {
            display: block;
            width: 100%;
            margin-bottom: 1px;
            background-color: #f5f7f8;
            width: calc(100% + 30px);
            margin: 10px -15px 0;
            padding: 10px 15px;
        }

    /* line 4086, ../sass/template.scss */
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    /* line 4090, ../sass/template.scss */
    .downmenu .navbar-fixed-top, .downmenu .navbar-fixed-bottom {
        top: 0;
    }

    /* line 4095, ../sass/template.scss */
    .inicio .navbar-fixed-top {
        top: 0 !important;
    }

    /* line 4099, ../sass/template.scss */
    .container-fluid {
        padding: 0;
        display: block;
        overflow: hidden;
    }
        /* line 4103, ../sass/template.scss */
        .container-fluid .navbar-header {
            padding: 0;
            margin: 0;
            /* &.menuopen {
        &:before {
            content: "";
            width: 27px;
            height: 15px;
            display: block;
            position: absolute;
            left: 18px;
            top: 65px;
            background: url(../imagens/seta-menu-topo.png) no-repeat;
  }
    } */
        }
            /* line 4106, ../sass/template.scss */
            .container-fluid .navbar-header .conexao-privada {
                font: 0/0 'a';
                color: transparent;
            }
            /* line 4110, ../sass/template.scss */
            .container-fluid .navbar-header .header-left {
                padding: 0;
                height: 80px;
                width: 100%;
                float: left;
            }
    /* line 4115, ../sass/template.scss */
    .inicio .container-fluid .navbar-header .header-left {
        width: 50%;
    }
    /* line 4119, ../sass/template.scss */
    .container-fluid .navbar-header .col-right {
        padding-right: 0;
    }
    /* line 4135, ../sass/template.scss */
    .container-fluid .navbar-brand {
        position: absolute;
        left: 50px;
        top: 0;
        width: 30px;
        height: 29px;
        margin: 22px 0 0;
        background: url(../imagens/logo-banco-rendimento-sm.png) no-repeat 0 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    /* line 4147, ../sass/template.scss */
    .container-fluid .menuopen .navbar-brand {
        left: 20px;
    }
    /* line 4151, ../sass/template.scss */
    .container-fluid .sidebar {
        position: fixed;
        left: -110%;
        top: 66px;
        width: 250px;
        height: 100%;
        z-index: 5000;
        padding-top: 14px !important;
        display: block;
        overflow: inherit !important;
        max-width: inherit;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
        /* line 4164, ../sass/template.scss */
        .container-fluid .sidebar .jspContainer,
        .container-fluid .sidebar .jspPane {
            width: 100% !important;
        }
        /* line 4168, ../sass/template.scss */
        .container-fluid .sidebar ul {
            display: block;
            position: absolute;
            left: -4px;
            height: 100%;
            height: calc(100% - 80px);
            z-index: 50;
            width: 250px;
            overflow: auto;
            margin: 0;
            padding-left: 5px;
            padding-bottom: 0;
            overflow-x: hidden;
        }
        /* line 4182, ../sass/template.scss */
        .container-fluid .sidebar li {
            width: 246px;
            background-color: #0a1d6f;
        }
        /* line 4186, ../sass/template.scss */
        .container-fluid .sidebar:before {
            content: "";
            position: fixed;
            left: -110%;
            top: 80px;
            width: 246px;
            height: 100%;
            z-index: 2;
            opacity: 0;
            background-color: #0a1d6f;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }
        /* line 4199, ../sass/template.scss */
        .container-fluid .sidebar:after {
            content: "";
            position: fixed;
            left: 0;
            top: 80px;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 1;
            background: rgba(0, 0, 0, 0.6);
            opacity: 0;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            visibility: hidden;
        }
        /* line 4214, ../sass/template.scss */
        .container-fluid .sidebar.open {
            display: block;
            z-index: 1000;
            left: 0;
            background: url(../imagens/seta-menu-topo.png) no-repeat 20px 0;
            /* &:before {
    content: "";
    width: 27px;
    height: 14px;
    display: block;
    position: absolute;
    left: 18px;
    top: 0px;
        background: url(../imagens/seta-menu-topo.png) no-repeat;
    } */
        }
            /* line 4219, ../sass/template.scss */
            .container-fluid .sidebar.open:before {
                opacity: 1;
                left: 0;
            }
            /* line 4233, ../sass/template.scss */
            .container-fluid .sidebar.open:after {
                opacity: 1;
                visibility: visible;
            }

    /* line 4242, ../sass/template.scss */
    .header-login .navbar-brand {
        width: 160px;
        height: 29px;
        margin: 22px 0 0;
        left: 0;
        background: url(../imagens/logo-banco-rendimento-sm.png) no-repeat 0 0;
    }

    /* line 4251, ../sass/template.scss */
    .table-default .tabela-contas .table {
        border: none;
        padding: 20px 0;
        display: block;
        width: 100%;
        background-color: #fff;
    }
        /* line 4257, ../sass/template.scss */
        .table-default .tabela-contas .table tbody, .table-default .tabela-contas .table tr {
            width: 100%;
            display: block;
        }
        /* line 4261, ../sass/template.scss */
        .table-default .tabela-contas .table th {
            display: none;
        }
        /* line 4262, ../sass/template.scss */
        .table-default .tabela-contas .table td {
            display: block;
            width: 100%;
            border: none;
            padding: 0 20px;
        }
            /* line 4267, ../sass/template.scss */
            .table-default .tabela-contas .table td.col-cnpj {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 4269, ../sass/template.scss */
                .table-default .tabela-contas .table td.col-cnpj:before {
                    content: "CPF/CNPJ: ";
                }
            /* line 4273, ../sass/template.scss */
            .table-default .tabela-contas .table td.col-tipo {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 4275, ../sass/template.scss */
                .table-default .tabela-contas .table td.col-tipo:before {
                    content: "Tipo: ";
                }
            /* line 4279, ../sass/template.scss */
            .table-default .tabela-contas .table td.col-agencia {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 4281, ../sass/template.scss */
                .table-default .tabela-contas .table td.col-agencia:before {
                    content: "Agência: ";
                }
            /* line 4285, ../sass/template.scss */
            .table-default .tabela-contas .table td.col-conta {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 4287, ../sass/template.scss */
                .table-default .tabela-contas .table td.col-conta:before {
                    content: "Conta: ";
                }
            /* line 4291, ../sass/template.scss */
            .table-default .tabela-contas .table td.coluna-identificacao {
                font-family: 'Inter', Arial, sans-serif;
                font-style: 15px;
            }
                /* line 4294, ../sass/template.scss */
                .table-default .tabela-contas .table td.coluna-identificacao:before {
                    content: "Identificação: ";
                    font-family: 'Inter', Arial, sans-serif;
                }
            /* line 4299, ../sass/template.scss */
            .table-default .tabela-contas .table td.coluna-apelido {
                font-family: 'Inter', Arial, sans-serif;
                font-style: 15px;
            }
                /* line 4302, ../sass/template.scss */
                .table-default .tabela-contas .table td.coluna-apelido:before {
                    content: "Apelido: ";
                    font-family: 'Inter', Arial, sans-serif;
                }
            /* line 4307, ../sass/template.scss */
            .table-default .tabela-contas .table td.coluna-certificadora {
                font-family: 'Inter', Arial, sans-serif;
                font-style: 15px;
            }
                /* line 4310, ../sass/template.scss */
                .table-default .tabela-contas .table td.coluna-certificadora:before {
                    content: "Certificadora: ";
                    font-family: 'Inter', Arial, sans-serif;
                }
            /* line 4315, ../sass/template.scss */
            .table-default .tabela-contas .table td.coluna-tipo {
                font-family: 'Inter', Arial, sans-serif;
                font-style: 15px;
            }
                /* line 4318, ../sass/template.scss */
                .table-default .tabela-contas .table td.coluna-tipo:before {
                    content: "Tipo: ";
                    font-family: 'Inter', Arial, sans-serif;
                }
        /* line 4324, ../sass/template.scss */
        .table-default .tabela-contas .table .coluna-operador {
            width: 100%;
        }
        /* line 4327, ../sass/template.scss */
        .table-default .tabela-contas .table .coluna-identificacao {
            width: 100%;
        }
        /* line 4330, ../sass/template.scss */
        .table-default .tabela-contas .table .coluna-apelido {
            width: 100%;
        }
        /* line 4333, ../sass/template.scss */
        .table-default .tabela-contas .table .coluna-certificadora {
            width: 100%;
        }
        /* line 4336, ../sass/template.scss */
        .table-default .tabela-contas .table .coluna-tipo {
            width: 100%;
        }
        /* line 4339, ../sass/template.scss */
        .table-default .tabela-contas .table .coluna-situacao {
            width: 100%;
            display: none;
        }
        /* line 4343, ../sass/template.scss */
        .table-default .tabela-contas .table .coluna-acao {
            width: 100%;
            padding-top: 15px;
        }

    /* line 4352, ../sass/template.scss */
    .container.login #login-dados .bloco-form {
        padding: 18px 15px 18px;
    }
    /* line 4356, ../sass/template.scss */
    .container.login .bloco-form {
        padding: 18px 15px 18px;
    }
        /* line 4358, ../sass/template.scss */
        .container.login .bloco-form label.error {
            position: initial;
        }
    /* line 4363, ../sass/template.scss */
    .container.login .dicas-e-central .infos {
        padding: 0 15px 20px;
    }
        /* line 4365, ../sass/template.scss */
        .container.login .dicas-e-central .infos:last-child {
            padding: 20px 15px;
            margin-bottom: 20px;
            border-top: 1px solid #d5dadd;
            border-left: none;
        }
        /* line 4371, ../sass/template.scss */
        .container.login .dicas-e-central .infos h3 {
            font-size: 18px;
        }
            /* line 4373, ../sass/template.scss */
            .container.login .dicas-e-central .infos h3 .icone {
                margin-bottom: -8px;
            }
    /* line 4380, ../sass/template.scss */
    .container.login .bloco-senha {
        text-align: center;
        padding: 26px 20px;
    }
        /* line 4383, ../sass/template.scss */
        .container.login .bloco-senha .numeros-opcoes {
            display: inline-block;
            text-align: center;
            float: none;
            min-width: 98px;
            margin: 0 0 20px;
        }
        /* line 4393, ../sass/template.scss */
        .container.login .bloco-senha img {
            max-width: 100%;
            height: auto;
        }
    /* line 4400, ../sass/template.scss */
    .container.cont-int {
        padding: 20px 0;
    }
        /* line 4403, ../sass/template.scss */
        .container.cont-int #alterar-senha {
            margin: 15px 0;
            padding: 20px 0;
        }
    /* line 4411, ../sass/template.scss */
    .container.alterar-senha .input-group.control-group {
        background-color: #fff;
        padding: 15px 20px;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
        /* line 4416, ../sass/template.scss */
        .container.alterar-senha .input-group.control-group.campo-nova-senha {
            padding-bottom: 30px;
        }
    /* line 4420, ../sass/template.scss */
    .container.alterar-senha .input-group.base-botao {
        padding: 30px 30px;
    }
        /* line 4422, ../sass/template.scss */
        .container.alterar-senha .input-group.base-botao .btn {
            width: 100%;
        }
    /* line 4426, ../sass/template.scss */
    .container.alterar-senha .input-group .txt {
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    /* line 4430, ../sass/template.scss */
    .container.alterar-senha .input-group .icone {
        right: -8px;
        top: -39px;
    }
    /* line 4434, ../sass/template.scss */
    .container.alterar-senha .input-group .error {
        width: 100%;
    }
    /* line 4437, ../sass/template.scss */
    .container.alterar-senha .input-group .campo-form {
        padding-right: 0;
    }
        /* line 4439, ../sass/template.scss */
        .container.alterar-senha .input-group .campo-form #dia {
            width: 80px;
        }
    /* line 4447, ../sass/template.scss */
    .container.cadastro .cadastro-inexistente {
        padding: 20px;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
        /* line 4452, ../sass/template.scss */
        .container.cadastro .cadastro-inexistente .info-cpf {
            padding: 0;
            padding-top: 10px;
        }
        /* line 4456, ../sass/template.scss */
        .container.cadastro .cadastro-inexistente .campo-emissao {
            padding-left: 20px !important;
        }
        /* line 4460, ../sass/template.scss */
        .container.cadastro .cadastro-inexistente.dados-preencher {
            padding-top: 0;
            padding-bottom: 40px;
            position: relative;
        }
            /* line 4464, ../sass/template.scss */
            .container.cadastro .cadastro-inexistente.dados-preencher:after {
                content: "";
                position: absolute;
                display: block;
                overflow: hidden;
                width: 90%;
                height: 1px;
                left: 5%;
                bottom: 25px;
                background-color: #d5dadd;
            }
            /* line 4475, ../sass/template.scss */
            .container.cadastro .cadastro-inexistente.dados-preencher:last-child {
                padding-bottom: 0;
            }
                /* line 4477, ../sass/template.scss */
                .container.cadastro .cadastro-inexistente.dados-preencher:last-child:after {
                    display: none;
                }
            /* line 4481, ../sass/template.scss */
            .container.cadastro .cadastro-inexistente.dados-preencher label {
                text-transform: uppercase;
            }
            /* line 4485, ../sass/template.scss */
            .container.cadastro .cadastro-inexistente.dados-preencher .input-group {
                width: 100%;
            }
                /* line 4487, ../sass/template.scss */
                .container.cadastro .cadastro-inexistente.dados-preencher .input-group #nacionalidade {
                    width: 85%;
                }
            /* line 4491, ../sass/template.scss */
            .container.cadastro .cadastro-inexistente.dados-preencher .no-label {
                padding: 0;
            }
            /* line 4494, ../sass/template.scss */
            .container.cadastro .cadastro-inexistente.dados-preencher .botao-base-gray {
                padding: 20px;
                margin: 0 -20px;
                width: calc(100% + 40px);
                text-align: center;
                background-color: #ebeff2;
            }
                /* line 4500, ../sass/template.scss */
                .container.cadastro .cadastro-inexistente.dados-preencher .botao-base-gray .btn {
                    margin: 0 auto 20px;
                    font-size: 18px;
                }
    /* line 4508, ../sass/template.scss */
    .container.cadastro .ver-dados.bg-white {
        margin-bottom: 0;
    }
    /* line 4511, ../sass/template.scss */
    .container.cadastro .ver-dados p {
        border-bottom: 1px solid #d5dadd;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    /* line 4516, ../sass/template.scss */
    .container.cadastro .ver-dados .col-md-6.tb-pad-30 {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
        /* line 4520, ../sass/template.scss */
        .container.cadastro .ver-dados .col-md-6.tb-pad-30:nth-child(2) {
            padding-top: 0;
        }
            /* line 4522, ../sass/template.scss */
            .container.cadastro .ver-dados .col-md-6.tb-pad-30:nth-child(2) p {
                border: none;
            }
    /* line 4528, ../sass/template.scss */
    .container.cadastro .base-btn-mob {
        text-align: center;
        padding: 20px;
        margin: 0 -30px;
        width: calc(100% + 60px);
        background-color: #ebeff2;
    }
        /* line 4534, ../sass/template.scss */
        .container.cadastro .base-btn-mob.base-btn-op2 {
            padding-top: 0;
        }
    /* line 4541, ../sass/template.scss */
    .container.escolha-conta .itens-pag {
        display: none;
    }
    /* line 4544, ../sass/template.scss */

    /* line 4547, ../sass/template.scss */
    .container.escolha-conta .tabela-contas .table {
        border: none;
        display: inline-block;
        width: 100% !important;
    }
        /* line 4551, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table tbody, .container.escolha-conta .tabela-contas .table tr {
            width: 100%;
            display: block;
        }
        /* line 4555, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table tr {
            margin-bottom: 25px;
            padding: 20px 0;
            display: block;
            width: 100%;
            background-color: #fff;
        }
        /* line 4561, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table thead {
            display: none;
        }
        /* line 4565, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table th {
            display: none;
        }
        /* line 4566, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table td {
            display: block;
            width: 100%;
            border: none;
            padding: 2px 20px;
        }
            /* line 4571, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-banco {
                font-family: 'Inter', Arial, sans-serif;
            }
            /* line 4574, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-cnpj {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 4576, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-cnpj:before {
                    content: "CPF/CNPJ: ";
                }
            /* line 4580, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-apelido {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 4582, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-apelido:before {
                    content: "Apelido: ";
                }
            /* line 4586, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-agencia {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 4588, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-agencia:before {
                    content: "Agência: ";
                }
            /* line 4592, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-conta {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 4594, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-conta:before {
                    content: "Conta: ";
                }
            /* line 4598, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-tipo {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 4600, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-tipo:before {
                    content: "Tipo: ";
                }
            /* line 4604, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td .lkacessar {
                display: block;
                width: 100%;
                background-color: #0a1d6f;
                font: 18px 'Inter', Arial, sans-serif;
                text-align: center;
                color: #fff;
                padding: 15px 10px;
                margin-top: 15px;
            }
                /* line 4613, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td .lkacessar .icone {
                    display: none;
                }
    /* line 4619, ../sass/template.scss */
    .container.escolha-conta .num-pag {
        text-align: center;
    }

    /* line 4625, ../sass/template.scss */
    .dados-cadastrais {
        padding: 0 15px !important;
        margin-bottom: 20px;
        line-height: 1.8em;
    }
        /* line 4629, ../sass/template.scss */
        .dados-cadastrais .titulos {
            float: left;
            width: 100%;
            border: none;
            margin-bottom: 10px;
        }
            /* line 4634, ../sass/template.scss */
            .dados-cadastrais .titulos h1 {
                margin-bottom: 0;
            }
        /* line 4638, ../sass/template.scss */
        .dados-cadastrais .wsep {
            position: relative;
        }
            /* line 4640, ../sass/template.scss */
            .dados-cadastrais .wsep:before {
                content: "";
                width: 90%;
                height: 1px;
                background-color: #d5dadd;
                overflow: hidden;
                display: block;
                position: absolute;
                left: 5%;
                bottom: 2px;
            }
        /* line 4652, ../sass/template.scss */
        .dados-cadastrais .numeros-opcoes {
            width: 100%;
            max-width: inherit;
            background-color: transparent;
            text-align: left;
        }
            /* line 4657, ../sass/template.scss */
            .dados-cadastrais .numeros-opcoes .icone {
                display: none;
            }
            /* line 4660, ../sass/template.scss */
            .dados-cadastrais .numeros-opcoes .sel-icone {
                border: none;
                background-color: transparent;
                height: auto;
                color: #0a1d6f;
            }
                /* line 4667, ../sass/template.scss */
                .dados-cadastrais .numeros-opcoes .sel-icone:hover:after, .dados-cadastrais .numeros-opcoes .sel-icone.active:after {
                    display: none;
                }
                /* line 4670, ../sass/template.scss */
                .dados-cadastrais .numeros-opcoes .sel-icone:hover .titulo-area, .dados-cadastrais .numeros-opcoes .sel-icone.active .titulo-area {
                    color: #0a1d6f;
                    background-color: transparent;
                }
            /* line 4676, ../sass/template.scss */
            .dados-cadastrais .numeros-opcoes .titulo-area {
                padding: 0;
                text-align: left;
                font-size: 15px;
            }
        /* line 4683, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento h3 {
            font-size: 15px;
        }
        /* line 4686, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .calendario-agenda {
            width: 100%;
            padding: 0;
            margin-bottom: 20px;
        }
        /* line 4692, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .legenda-large {
            display: none;
        }
        /* line 4695, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .legenda-calendario {
            padding: 0;
        }
        /* line 4698, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .info-ico {
            display: block;
            width: 100%;
            margin-bottom: 15px;
        }
        /* line 4704, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .agendamentos {
            border: none;
            width: calc(100% + 40px);
            margin: 0 -20px;
            overflow: hidden;
        }
            /* line 4710, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda {
                font-size: 15px;
            }
                /* line 4712, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda .pull-left,
                .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda .pull-right {
                    width: 100%;
                    text-align: left;
                    clear: both;
                }
                /* line 4718, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda .pull-left {
                    margin-bottom: 10px;
                }
            /* line 4723, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .agendamentos .panel-body {
                height: auto;
            }
                /* line 4726, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .info-agendamento {
                    background-color: #fff;
                }
                    /* line 4728, ../sass/template.scss */
                    .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .info-agendamento .icone {
                        background-color: transparent;
                        border: none;
                    }
                /* line 4733, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .txt-valor {
                    padding: 0;
                }
                /* line 4736, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .info-agendamento:nth-child(odd) {
                    background-color: #f5f7f8;
                }
        /* line 4743, ../sass/template.scss */
        .dados-cadastrais .infos {
            width: calc(100% + 40px);
            margin: 0 -20px;
            overflow: hidden;
            position: relative;
        }
            /* line 4749, ../sass/template.scss */
            .dados-cadastrais .infos:after {
                content: "";
                width: 90%;
                height: 1px;
                background-color: #d5dadd;
                overflow: hidden;
                display: block;
                position: absolute;
                left: 5%;
                bottom: 2px;
            }
            /* line 4762, ../sass/template.scss */
            .dados-cadastrais .infos.last-info:after, .dados-cadastrais .infos:last-child:after {
                display: none;
            }
            /* line 4769, ../sass/template.scss */
            .dados-cadastrais .infos.info-dados2:after {
                display: none;
            }
            /* line 4774, ../sass/template.scss */
            .dados-cadastrais .infos.info-nome-email {
                background: transparent;
            }
                /* line 4776, ../sass/template.scss */
                .dados-cadastrais .infos.info-nome-email:after {
                    display: none;
                }
                /* line 4779, ../sass/template.scss */
                .dados-cadastrais .infos.info-nome-email .row {
                    margin-bottom: 0;
                }
            /* line 4784, ../sass/template.scss */
            .dados-cadastrais .infos.info-operador-cp {
                margin: 0;
                width: 100%;
                padding: 30px 20px 20px;
            }
                /* line 4788, ../sass/template.scss */
                .dados-cadastrais .infos.info-operador-cp p {
                    margin-bottom: 10px;
                }
                /* line 4791, ../sass/template.scss */
                .dados-cadastrais .infos.info-operador-cp div.pull-left {
                    margin-bottom: 10px;
                }
            /* line 4795, ../sass/template.scss */
            .dados-cadastrais .infos.info-operador-cp2 {
                margin: 0 0 15px;
                width: 100%;
                padding: 30px 20px;
            }
                /* line 4799, ../sass/template.scss */
                .dados-cadastrais .infos.info-operador-cp2 p {
                    margin-bottom: 10px;
                }
            /* line 4804, ../sass/template.scss */
            .dados-cadastrais .infos.incluir-novo-operador {
                margin: 0;
                width: 100%;
                padding: 30px 20px;
                /* .btn {
        background-color: #fff;
        border-color: #0a1d6f;
        color: #0a1d6f;
        margin-top: 10px;
    } */
            }
                /* line 4809, ../sass/template.scss */
                .dados-cadastrais .infos.incluir-novo-operador .col-xs-12 label {
                    font-size: 15px;
                    margin-bottom: 10px;
                    width: 100%;
                    display: block;
                }
                    /* line 4814, ../sass/template.scss */
                    .dados-cadastrais .infos.incluir-novo-operador .col-xs-12 label:after {
                        display: none;
                    }
            /* line 4826, ../sass/template.scss */
            .dados-cadastrais .infos .row label.error {
                text-transform: none;
            }
            /* line 4830, ../sass/template.scss */
            .dados-cadastrais .infos .row {
                margin-bottom: 0;
            }
                /* line 4832, ../sass/template.scss */
                .dados-cadastrais .infos .row > div {
                    margin-bottom: 5px;
                }
                /* line 4835, ../sass/template.scss */
                .dados-cadastrais .infos .row .dados,
                .dados-cadastrais .infos .row label {
                    display: inline;
                    width: auto;
                    line-height: 20px;
                    font-size: 15px;
                }
                /* line 4842, ../sass/template.scss */
                .dados-cadastrais .infos .row label {
                    text-transform: uppercase;
                    margin-right: 5px;
                }
                    /* line 4845, ../sass/template.scss */
                    .dados-cadastrais .infos .row label:after {
                        content: ":";
                    }
        /* line 4851, ../sass/template.scss */
        .dados-cadastrais .botao-row {
            width: 100%;
            padding: 20px 0 0;
            margin-bottom: 0;
            clear: both;
            overflow: hidden;
            text-align: center;
        }
            /* line 4858, ../sass/template.scss */
            .dados-cadastrais .botao-row p {
                text-align: left;
                padding: 0;
            }
            /* line 4862, ../sass/template.scss */
            .dados-cadastrais .botao-row .btn {
                float: none;
                width: 85%;
                margin: 0 auto 20px;
            }
            /* line 4867, ../sass/template.scss */
            .dados-cadastrais .botao-row:first-child {
                padding-top: 0;
            }
        /* line 4872, ../sass/template.scss */
        .dados-cadastrais.dados-token p {
            margin-bottom: 15px;
        }
        /* line 4876, ../sass/template.scss */
        .dados-cadastrais .info-download {
            margin-bottom: 0;
        }
            /* line 4878, ../sass/template.scss */
            .dados-cadastrais .info-download .logo {
                border: none;
            }
        /* line 4882, ../sass/template.scss */
        .dados-cadastrais .icones-opcoes {
            overflow: hidden;
            clear: both;
            width: 100%;
            padding-top: 20px;
            padding-right: 0;
            margin: 0;
        }
            /* line 4889, ../sass/template.scss */
            .dados-cadastrais .icones-opcoes.bloco2 {
                padding-top: 0;
            }
            /* line 4892, ../sass/template.scss */
            .dados-cadastrais .icones-opcoes .numeros-opcoes {
                padding: 0;
            }
                /* line 4894, ../sass/template.scss */
                .dados-cadastrais .icones-opcoes .numeros-opcoes .icone {
                    margin-left: 10px !important;
                }
                /* line 4897, ../sass/template.scss */
                .dados-cadastrais .icones-opcoes .numeros-opcoes a {
                    padding: 0;
                    border: none;
                }
                    /* line 4900, ../sass/template.scss */
                    .dados-cadastrais .icones-opcoes .numeros-opcoes a .titulo-area {
                        font-size: 15px;
                        color: #0a1d6f;
                    }
            /* line 4907, ../sass/template.scss */
            .dados-cadastrais .icones-opcoes.listar-tokens .numeros-opcoes {
                padding: 0;
            }
                /* line 4909, ../sass/template.scss */
                .dados-cadastrais .icones-opcoes.listar-tokens .numeros-opcoes .icone {
                    margin-left: 15px !important;
                    margin-top: 15px;
                }
            /* line 4914, ../sass/template.scss */
            .dados-cadastrais .icones-opcoes.listar-tokens a {
                padding: 0 10px 25px;
                border: none;
            }
                /* line 4917, ../sass/template.scss */
                .dados-cadastrais .icones-opcoes.listar-tokens a .titulo-area {
                    font-size: 15px;
                    color: #0a1d6f;
                }
        /* line 4924, ../sass/template.scss */
        .dados-cadastrais .info-lista-token {
            overflow: hidden;
            clear: both;
            padding: 20px;
        }
            /* line 4928, ../sass/template.scss */
            .dados-cadastrais .info-lista-token .logo {
                width: 100%;
                border: none;
                padding: 0;
                margin: 0;
            }
            /* line 4934, ../sass/template.scss */
            .dados-cadastrais .info-lista-token .colunas {
                padding: 0;
                width: 100%;
            }
                /* line 4937, ../sass/template.scss */
                .dados-cadastrais .info-lista-token .colunas .btn {
                    width: 100%;
                }
        /* line 4943, ../sass/template.scss */
        .dados-cadastrais.dados-token .titulos {
            margin-bottom: 10px;
        }
            /* line 4945, ../sass/template.scss */
            .dados-cadastrais.dados-token .titulos h1 {
                margin-bottom: 0;
            }
        /* line 4949, ../sass/template.scss */
        .dados-cadastrais.dados-token .numeros-opcoes {
            width: 100%;
        }
        /* line 4952, ../sass/template.scss */
        .dados-cadastrais.dados-token .sel-icone-1 .icone {
            display: block;
            left: 0;
            margin: 0;
        }
        /* line 4957, ../sass/template.scss */
        .dados-cadastrais.dados-token .info-token-bt {
            border-top: 1px solid #d5dadd;
            padding-top: 20px;
            text-align: center;
            /* .btn {
        width: 100%;
    } */
        }
            /* line 4961, ../sass/template.scss */
            .dados-cadastrais.dados-token .info-token-bt p {
                text-align: left;
            }
            /* line 4967, ../sass/template.scss */
            .dados-cadastrais.dados-token .info-token-bt .btn {
                float: none;
                width: 85%;
            }
        /* line 4974, ../sass/template.scss */
        .dados-cadastrais.dados-token.cadastro-token .input-group {
            background-color: #fff;
            width: calc(100% + 30px);
            margin: 0 -20px;
            overflow: hidden;
            padding: 10px 30px;
        }
            /* line 4980, ../sass/template.scss */
            .dados-cadastrais.dados-token.cadastro-token .input-group.row-first {
                padding-top: 25px;
            }
            /* line 4983, ../sass/template.scss */
            .dados-cadastrais.dados-token.cadastro-token .input-group.row-last {
                padding-bottom: 25px;
            }
            /* line 4989, ../sass/template.scss */
            .dados-cadastrais.dados-token.cadastro-token .input-group .campo-form {
                max-width: 100%;
                width: 100%;
            }
        /* line 4994, ../sass/template.scss */
        .dados-cadastrais.dados-token.cadastro-token label.error {
            position: initial;
            text-transform: none;
        }
        /* line 5001, ../sass/template.scss */
        .dados-cadastrais.operadores .table {
            background-color: #ebeff2;
            padding: 0;
        }
            /* line 5004, ../sass/template.scss */
            .dados-cadastrais.operadores .table tr {
                padding: 20px 10px;
                margin-bottom: 30px;
                background: #fff;
            }
            /* line 5008, ../sass/template.scss */
            .dados-cadastrais.operadores .table thead {
                display: none;
            }
            /* line 5011, ../sass/template.scss */
            .dados-cadastrais.operadores .table tr.bg-block {
                background-color: #edf0f1;
                border: 1px solid #c2c2c2;
            }
                /* line 5014, ../sass/template.scss */
                .dados-cadastrais.operadores .table tr.bg-block td {
                    background-color: #edf0f1;
                }
            /* line 5019, ../sass/template.scss */
            .dados-cadastrais.operadores .table td {
                font-family: 'Inter', Arial, sans-serif;
                padding: 2px 10px;
            }
                /* line 5022, ../sass/template.scss */
                .dados-cadastrais.operadores .table td a {
                    font-family: 'Inter', Arial, sans-serif;
                }
                /* line 5026, ../sass/template.scss */
                .dados-cadastrais.operadores .table td.col-identificacao:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Identificação: ";
                }
                /* line 5032, ../sass/template.scss */
                .dados-cadastrais.operadores .table td.col-apelido:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Apelido: ";
                }
                /* line 5038, ../sass/template.scss */
                .dados-cadastrais.operadores .table td.col-certificadora:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Certificadora: ";
                }
                /* line 5044, ../sass/template.scss */
                .dados-cadastrais.operadores .table td.col-tipo:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Tipo: ";
                }
                /* line 5050, ../sass/template.scss */
                .dados-cadastrais.operadores .table td.col-cpf:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "CPF: ";
                }
                /* line 5056, ../sass/template.scss */
                .dados-cadastrais.operadores .table td.col-perfil:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Perfil: ";
                }
                /* line 5062, ../sass/template.scss */
                .dados-cadastrais.operadores .table td.col-situacao:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Situação: ";
                }

    .col-tipo-arquivo:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Tipo Arquivo: ";
    }

    .dados-cadastrais.operadores .table td.col-ocorrencia:before {
        font-family: OpenS, Arial, sans-serif;
        content: "Ocorrência: ";
    }

    .dados-cadastrais.operadores .table td.col-valor:before {
        font-family: OpenS, Arial, sans-serif;
        content: "Valor: ";
    }

    .dados-cadastrais.operadores .table td.col-vencimento:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Data de Vencimento: ";
    }

    .dados-cadastrais.operadores .table td.col-documento:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Valor do Documento: ";
    }

    .dados-cadastrais.operadores .table td.col-tipo-de-pagamento:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Tipo de pagamento: ";
    }

    .dados-cadastrais.operadores .table td.col-data-pagamento:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Data do Pagamento: ";
    }

    /* line 5068, ../sass/template.scss */
    .dados-cadastrais.operadores .table .lkpermissao,
    .dados-cadastrais.operadores .table .lkdesbloquear {
        width: 100%;
        padding: 14px 0;
        margin: 25px 0 10px;
        border-radius: 26px;
        color: #57ffff;
        background-color: #0a1d6f;
        border-color: #0a1d6f;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 18px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: capitalize;
    }
        /* line 5081, ../sass/template.scss */
        .dados-cadastrais.operadores .table .lkpermissao .icone,
        .dados-cadastrais.operadores .table .lkdesbloquear .icone {
            display: none;
        }
    /* line 5085, ../sass/template.scss */
    .dados-cadastrais.operadores .table .lkexcluir {
        width: 100%;
        padding: 14px 0;
        margin: 5px 0;
        color: #0a1d6f;
        background-color: #fff;
        border: 1px solid #0a1d6f;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 18px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase;
    }
        /* line 5097, ../sass/template.scss */
        .dados-cadastrais.operadores .table .lkexcluir .icone {
            display: none;
        }
    /* line 5103, ../sass/template.scss */
    .dados-cadastrais.operadores .table.table-bloqueados .lkexcluir {
        background-color: #fff;
    }
    /* line 5109, ../sass/template.scss */
    .dados-cadastrais.operadores .table.table-desbloqueados tr:first-child {
        display: block;
    }
    /* line 5115, ../sass/template.scss */
    .dados-cadastrais.operadores .itens-buscar {
        margin: 0 0 30px;
    }
        /* line 5117, ../sass/template.scss */
        .dados-cadastrais.operadores .itens-buscar label {
            text-transform: uppercase;
        }
        /* line 5120, ../sass/template.scss */
        .dados-cadastrais.operadores .itens-buscar .input-group.control-group {
            width: 100%;
        }
        /* line 5123, ../sass/template.scss */
        .dados-cadastrais.operadores .itens-buscar .col-md-3 {
            padding: 0 0 10px;
        }
    /* line 5127, ../sass/template.scss */
    .dados-cadastrais.operadores .btn-default.pull-right {
        width: 100%;
    }
    /* line 5131, ../sass/template.scss */
    .dados-cadastrais.operadores .img-cracha {
        display: none;
    }
    /* line 5134, ../sass/template.scss */
    .dados-cadastrais.operadores .box-info {
        background-color: transparent;
        padding: 0;
    }
        /* line 5137, ../sass/template.scss */
        .dados-cadastrais.operadores .box-info .col-md-6 {
            padding: 0;
        }
            /* line 5139, ../sass/template.scss */
            .dados-cadastrais.operadores .box-info .col-md-6:first-child {
                padding-top: 10px;
            }
        /* line 5143, ../sass/template.scss */
        .dados-cadastrais.operadores .box-info .lk-alterar {
            margin: 0;
            text-transform: capitalize;
        }
        /* line 5147, ../sass/template.scss */
        .dados-cadastrais.operadores .box-info .espaco {
            display: none;
        }
        /* line 5151, ../sass/template.scss */
        .dados-cadastrais.operadores .box-info p .lk-alterar {
            clear: both;
            display: block;
            margin-top: 5px;
        }
        /* line 5157, ../sass/template.scss */
        .dados-cadastrais.operadores .box-info .bloco-dados-operador {
            width: 100%;
            background-color: #fff;
            margin-bottom: 25px;
            padding: 20px;
        }
            /* line 5162, ../sass/template.scss */
            .dados-cadastrais.operadores .box-info .bloco-dados-operador p {
                margin-bottom: 4px;
            }
                /* line 5164, ../sass/template.scss */
                .dados-cadastrais.operadores .box-info .bloco-dados-operador p:last-child {
                    padding-top: 20px;
                }
            /* line 5168, ../sass/template.scss */
            .dados-cadastrais.operadores .box-info .bloco-dados-operador .btn-no-pad {
                padding: 0;
            }
            /* line 5171, ../sass/template.scss */
            .dados-cadastrais.operadores .box-info .bloco-dados-operador .btn-salvar {
                width: 100%;
                margin-top: 15px;
            }
        /* line 5176, ../sass/template.scss */
        .dados-cadastrais.operadores .box-info .bloco-situacao {
            overflow: hidden;
            clear: both;
            width: 100%;
            background-color: #fff;
            margin-bottom: 0;
            padding: 20px !important;
        }
            /* line 5183, ../sass/template.scss */
            .dados-cadastrais.operadores .box-info .bloco-situacao .alterar-situacao .btn-no-pad {
                padding-left: 0;
                padding-right: 0;
            }
            /* line 5187, ../sass/template.scss */
            .dados-cadastrais.operadores .box-info .bloco-situacao .btn {
                width: 100%;
            }
        /* line 5191, ../sass/template.scss */
        .dados-cadastrais.operadores .box-info .ver-dados#tab03 {
            padding-top: 0;
        }
        /* line 5194, ../sass/template.scss */
        .dados-cadastrais.operadores .box-info .info-lista-token {
            border-bottom: 1px solid #d5dadd;
            padding-bottom: 25px;
        }
            /* line 5197, ../sass/template.scss */
            .dados-cadastrais.operadores .box-info .info-lista-token:last-child {
                border-bottom: 0;
            }
            /* line 5200, ../sass/template.scss */
            .dados-cadastrais.operadores .box-info .info-lista-token .colunas p {
                margin-bottom: 20px;
            }
    /* line 5205, ../sass/template.scss */
    .dados-cadastrais.operadores .info-oper p {
        line-height: 1.5em;
    }
    /* line 5210, ../sass/template.scss */
    .dados-cadastrais.operadores .panel-group .panel-heading {
        padding-left: 0;
        padding-right: 0;
    }
        /* line 5213, ../sass/template.scss */
        .dados-cadastrais.operadores .panel-group .panel-heading .checkbox {
            left: 0;
        }
        /* line 5216, ../sass/template.scss */
        .dados-cadastrais.operadores .panel-group .panel-heading a .icone {
            right: 0;
        }
    /* line 5221, ../sass/template.scss */
    .dados-cadastrais.operadores .panel-group .panel-body .col-xs-12 {
        padding-left: 5px;
    }
    /* line 5228, ../sass/template.scss */
    .dados-cadastrais.operadores .botao-row-gravar .lk-salvar-perfil {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    /* line 5235, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box.bg-white {
        background-color: #fff;
        width: calc(100% + 30px);
        margin: 0 -15px;
        overflow: hidden;
        padding: 10px 20px 0 !important;
    }
        /* line 5241, ../sass/template.scss */
        .dados-cadastrais.operadores .tabs-box.bg-white .bg-gray {
            background-color: #f5f7f8;
            width: calc(100% + 40px);
            margin: 0 -20px;
            overflow: hidden;
            padding-bottom: 0;
        }
        /* line 5248, ../sass/template.scss */
        .dados-cadastrais.operadores .tabs-box.bg-white .form-control {
            background-color: #fff;
            height: 50px;
        }

            .dados-cadastrais.operadores .tabs-box.bg-white .form-control[disabled], .dados-cadastrais.operadores .tabs-box.bg-white .form-control[readonly], fieldset[disabled] .form-control {
                background-color: #eee;
                opacity: 1;
            }
    /* line 5253, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box .nav-tabs {
        margin-bottom: 0;
    }
        /* line 5255, ../sass/template.scss */
        .dados-cadastrais.operadores .tabs-box .nav-tabs li {
            width: 33.3333%;
            padding: 0;
            margin: 0;
            text-align: left;
        }
            /* line 5260, ../sass/template.scss */
            .dados-cadastrais.operadores .tabs-box .nav-tabs li a {
                width: 100%;
                height: 56px;
                padding: 10px 0;
                text-align: left;
            }
                /* line 5265, ../sass/template.scss */
                .dados-cadastrais.operadores .tabs-box .nav-tabs li a:after {
                    width: 100%;
                    left: 0;
                }
            /* line 5271, ../sass/template.scss */
            .dados-cadastrais.operadores .tabs-box .nav-tabs li:nth-child(1n) a {
                text-align: center;
            }
            /* line 5276, ../sass/template.scss */
            .dados-cadastrais.operadores .tabs-box .nav-tabs li:nth-child(2n) a {
                text-align: center;
            }
            /* line 5281, ../sass/template.scss */
            .dados-cadastrais.operadores .tabs-box .nav-tabs li:nth-child(3n) a {
                text-align: center;
            }
    /* line 5288, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box .botao-row-gravar .btn {
        width: 100%;
        margin-bottom: 20px;
    }
    /* line 5295, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box .tab-content .box-colunas p {
        text-transform: uppercase;
        margin-bottom: 8px;
        border-bottom: 1px solid #d5dadd;
        padding-bottom: 20px;
        margin-bottom: 20px;
        line-height: 1.8em;
    }
        /* line 5302, ../sass/template.scss */
        .dados-cadastrais.operadores .tabs-box .tab-content .box-colunas p strong {
            text-transform: none;
        }
    /* line 5309, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box .tab-content .box-colunas-2 p:last-child {
        border: none !important;
    }
    /* line 5315, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .form-inline {
        position: relative;
    }
        /* line 5317, ../sass/template.scss */
        .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .form-inline .txt {
            display: block;
            position: absolute;
            left: 0;
            top: -30px;
            width: 100%;
            text-align: left;
        }
    /* line 5326, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .sel-check {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    /* line 5330, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .check-permitir-tudo {
        position: absolute;
        left: -20px;
        bottom: 0;
        padding: 0 20px;
        width: calc(100% + 40px);
        background-color: #fff;
        text-align: left;
    }
    /* line 5340, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box .tab-content .ver-dados {
        margin-bottom: 0;
    }
    /* line 5343, ../sass/template.scss */
    .dados-cadastrais.operadores .tabs-box .tab-content .botao-row {
        background-color: #ebeff2;
        width: calc(100% + 40px);
        margin: 0 -20px;
        overflow: hidden;
        padding: 20px !important;
    }
        /* line 5349, ../sass/template.scss */
        .dados-cadastrais.operadores .tabs-box .tab-content .botao-row .btn {
            margin-bottom: 0;
        }
    /* line 5357, ../sass/template.scss */
    .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-left {
        width: 100%;
    }
        /* line 5359, ../sass/template.scss */
        .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-left h5 {
            font-size: 15px;
            color: #0a1d6f;
        }
    /* line 5364, ../sass/template.scss */
    .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-right {
        width: 100%;
    }
        /* line 5366, ../sass/template.scss */
        .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-right label {
            font-family: 'Inter', Arial, sans-serif;
            font-size: 15px;
        }
    /* line 5375, ../sass/template.scss */
    .dados-cadastrais.operadores .table-tokens-situacao h4 {
        color: #373839;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 18px;
        margin-bottom: 20px;
    }
    /* line 5383, ../sass/template.scss */
    .dados-cadastrais.operadores .incluir-novo-operador:after {
        display: none;
    }
    /* line 5386, ../sass/template.scss */
    .dados-cadastrais.operadores .incluir-novo-operador .col-md-8 {
        margin-bottom: 20px;
    }
    /* line 5390, ../sass/template.scss */
    .dados-cadastrais.operadores .incluir-novo-operador .col-md-4 .left-margin-30 {
        margin-left: 0;
    }
    /* line 5396, ../sass/template.scss */
    .dados-cadastrais.operadores .info-operador-cp:after {
        display: none;
    }
    /* line 5399, ../sass/template.scss */
    .dados-cadastrais.operadores .info-operador-cp .pull-left {
        width: 100%;
        margin-bottom: 20px;
    }
    /* line 5404, ../sass/template.scss */
    .dados-cadastrais.operadores .info-operador-cp .operador-botao .btn {
        width: 100%;
        margin-left: 0;
    }
    /* line 5410, ../sass/template.scss */
    .dados-cadastrais.operadores .info-operador-cp2 {
        background-color: #fff;
        margin: 0 0 20px;
        overflow: hidden;
        padding: 0 20px 20px !important;
    }
        /* line 5415, ../sass/template.scss */
        .dados-cadastrais.operadores .info-operador-cp2 .top-pad-50 {
            padding-top: 0;
        }
        /* line 5418, ../sass/template.scss */
        .dados-cadastrais.operadores .info-operador-cp2 .col-md-8 {
            padding: 0;
        }
    /* line 5422, ../sass/template.scss */
    .dados-cadastrais.operadores .info-operador-cp3 {
        padding-bottom: 0;
    }
        /* line 5424, ../sass/template.scss */
        .dados-cadastrais.operadores .info-operador-cp3:after {
            display: none;
        }
        /* line 5427, ../sass/template.scss */
        .dados-cadastrais.operadores .info-operador-cp3 .col-md-6 {
            margin-bottom: 15px;
        }
        /* line 5430, ../sass/template.scss */
        .dados-cadastrais.operadores .info-operador-cp3 .btn {
            width: 100%;
        }
        /* line 5433, ../sass/template.scss */
        .dados-cadastrais.operadores .info-operador-cp3 label {
            margin-bottom: 10px;
            display: block;
        }
    /* line 5438, ../sass/template.scss */
    .dados-cadastrais.operadores .botao-base-gray {
        padding: 20px 30px !important;
        margin: 0 -20px;
        width: calc(100% + 40px);
        text-align: center;
        background-color: #ebeff2;
    }
        /* line 5444, ../sass/template.scss */
        .dados-cadastrais.operadores .botao-base-gray .btn {
            width: 100%;
            margin: 0 auto 20px;
            font-size: 18px;
        }
    /* line 5450, ../sass/template.scss */
    .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher {
        padding: 20px 20px 10px;
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
        /* line 5454, ../sass/template.scss */
        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher:last-child {
            padding-bottom: 0;
        }
            /* line 5456, ../sass/template.scss */
            .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher:last-child:after {
                display: none;
            }
        /* line 5460, ../sass/template.scss */
        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher:after {
            content: "";
            display: block;
            position: relative;
            bottom: -5px;
            width: 100%;
            height: 1px;
            overflow: hidden;
            background-color: #d5dadd;
        }
        /* line 5470, ../sass/template.scss */
        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group {
            width: 100%;
            margin-bottom: 30px;
        }
            /* line 5473, ../sass/template.scss */
            .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group label {
                text-transform: uppercase;
                display: block;
                margin-bottom: 10px;
            }
            /* line 5478, ../sass/template.scss */
            .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group .radio {
                padding-top: 0;
                padding-bottom: 0;
                margin-bottom: 0;
            }
                /* line 5482, ../sass/template.scss */
                .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group .radio label {
                    margin-bottom: 0;
                }
        /* line 5487, ../sass/template.scss */
        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .botao-base {
            padding: 0;
        }
    /* line 5491, ../sass/template.scss */
    .dados-cadastrais.operadores .campo-add {
        width: 80%;
    }

    /* line 5498, ../sass/template.scss */
    .main .cont-dados .valor p {
        margin-bottom: 20px;
    }

    /* line 5502, ../sass/template.scss */
    .conteudo-dados .banner-repatriacao {
        width: 92%;
        max-width: 100%;
        margin: 0 15px 20px;
        padding: 15px 20px;
        background: #7a7d7f url(../imagens/bn-repatriacao-mobile.jpg) no-repeat 100% 0;
    }
        /* line 5508, ../sass/template.scss */
        .conteudo-dados .banner-repatriacao h3 {
            width: 106px;
            line-height: 1.6em;
            font-weight: normal;
        }

    /* line 5516, ../sass/template.scss */
    .dados-cadastrais .container.personalizar .icones-opcoes {
        margin: 0;
    }

    /* line 5520, ../sass/template.scss */
    .container.personalizar {
        padding: 0 15px;
    }
        /* line 5522, ../sass/template.scss */
        .container.personalizar .carousel-inner {
            width: 100%;
            background: #fff;
        }
        /* line 5526, ../sass/template.scss */
        .container.personalizar .icones-opcoes {
            padding: 20px 0 0;
        }
        /* line 5529, ../sass/template.scss */
        .container.personalizar .lista-cores {
            text-align: center;
        }
        /* line 5532, ../sass/template.scss */
        .container.personalizar .numeros-opcoes {
            display: none;
            width: 80%;
            margin: 0 10%;
            max-width: inherit;
        }
            /* line 5537, ../sass/template.scss */
            .container.personalizar .numeros-opcoes.active {
                display: block;
            }
            /* line 5540, ../sass/template.scss */
            .container.personalizar .numeros-opcoes .sel-icone {
                height: 160px;
                border: none;
            }
                /* line 5543, ../sass/template.scss */
                .container.personalizar .numeros-opcoes .sel-icone .icone {
                    display: block;
                    opacity: 1;
                    margin-left: -80px !important;
                }
                    /* line 5547, ../sass/template.scss */
                    .container.personalizar .numeros-opcoes .sel-icone .icone.ico-on {
                        opacity: 0;
                    }
                /* line 5551, ../sass/template.scss */
                .container.personalizar .numeros-opcoes .sel-icone:after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-color: #fff;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 1;
                    -webkit-transition: all 0.4s;
                    transition: all 0.4s;
                }
                /* line 5565, ../sass/template.scss */
                .container.personalizar .numeros-opcoes .sel-icone.active:after {
                    background-color: #0a1d6f;
                    display: none;
                }
                /* line 5569, ../sass/template.scss */
                .container.personalizar .numeros-opcoes .sel-icone.active .icone {
                    display: block;
                    opacity: 1;
                    margin-left: -80px !important;
                }
                    /* line 5573, ../sass/template.scss */
                    .container.personalizar .numeros-opcoes .sel-icone.active .icone.ico-on {
                        opacity: 0;
                    }
        /* line 5580, ../sass/template.scss */
        .container.personalizar .carousel-control {
            background: url(../imagens/nav-carousel-mobile.png) no-repeat 0 50%;
            opacity: 1;
            filter: alpha(opacity=100);
        }
            /* line 5584, ../sass/template.scss */
            .container.personalizar .carousel-control.left {
                background-position: 15px 50%;
            }
            /* line 5587, ../sass/template.scss */
            .container.personalizar .carousel-control.right {
                background-position: -205px 50%;
            }
        /* line 5591, ../sass/template.scss */
        .container.personalizar .item-sel-cor {
            width: 100%;
            margin: 0 0 20px;
            padding: 0;
            width: 100%;
        }
            /* line 5596, ../sass/template.scss */
            .container.personalizar .item-sel-cor.compl100 {
                width: calc(100% + 30px);
                margin-left: -15px;
            }
            /* line 5600, ../sass/template.scss */
            .container.personalizar .item-sel-cor .info-cor {
                margin: 0;
                padding: 20px;
                width: 100%;
            }
                /* line 5604, ../sass/template.scss */
                .container.personalizar .item-sel-cor .info-cor .itens-sel {
                    text-align: center;
                    padding-bottom: 15px;
                    border-bottom: 1px solid #d5dadd;
                }
            /* line 5610, ../sass/template.scss */
            .container.personalizar .item-sel-cor .icone-sel {
                display: none;
                width: 100%;
            }
        /* line 5615, ../sass/template.scss */
        .container.personalizar .btn {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 25px;
            width: 85%;
        }

    /* line 5627, ../sass/template.scss */
    .main .cont-dados.extrato-home .resumo-extrato:before {
        display: none;
    }
    /* line 5633, ../sass/template.scss */
    .main .cont-dados.extrato-home .resumo-extrato div.data.bg-gray {
        background-color: #f5f7f8;
    }
    /* line 5640, ../sass/template.scss */
    .main .cont-dados.extrato-home .valor .col-xs-12.linha-colunas, .main .cont-dados.saldo-extrato-hoje .valor .col-xs-12.linha-colunas {
        padding: 20px 0;
    }
        /* line 5642, ../sass/template.scss */
        .main .cont-dados.extrato-home .valor .col-xs-12.linha-colunas p, .main .cont-dados.saldo-extrato-hoje .valor .col-xs-12.linha-colunas p {
            text-align: left;
            font-size: 15px;
            width: 100%;
        }
        /* line 5648, ../sass/template.scss */
        .main .cont-dados.extrato-home .valor .col-xs-12.linha-colunas .text-right p.valor, .main .cont-dados.saldo-extrato-hoje .valor .col-xs-12.linha-colunas .text-right p.valor {
            text-align: right;
        }
    /* line 5653, ../sass/template.scss */
    .main .cont-dados.extrato-home .valor .barra-limites, .main .cont-dados.saldo-extrato-hoje .valor .barra-limites {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* line 5659, ../sass/template.scss */
    .main .cont-dados.extrato-home .resumo-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato {
        position: relative;
        /* &:before {
        content: "";
        width: 100%;
        height: 1px;
        overflow: hidden;
        top: 60px;
        left: 0;
        position: absolute;
        background-color: #d5dadd;
        z-index: 2;
    } */
    }
        /* line 5672, ../sass/template.scss */
        .main .cont-dados.extrato-home .resumo-extrato h3, .main .cont-dados.saldo-extrato-hoje .resumo-extrato h3 {
            padding: 5px 0 10px;
        }
        /* line 5676, ../sass/template.scss */
        .main .cont-dados.extrato-home .resumo-extrato .data.bg-gray, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .data.bg-gray {
            background-color: #fff;
        }
        /* line 5680, ../sass/template.scss */
        .main .cont-dados.extrato-home .resumo-extrato .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato {
            font-size: 13px;
            padding-right: 10px;
            background: #f5f7f8 url(../imagens/linha.gif) repeat-y 23px 0;
        }
            /* line 5684, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) {
                background: #f5f7f8 url(../imagens/linha.gif) repeat-y 23px 0;
            }
                /* line 5686, ../sass/template.scss */
                .main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) .tipo {
                    background-color: #f5f7f8;
                }
            /* line 5690, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .txt-numdoc, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .txt-numdoc {
                display: none;
            }
            /* line 5693, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .tipo {
                display: inline-block;
                width: auto;
                padding-left: 15px;
                background-color: #f5f7f8;
            }
            /* line 5699, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .col-md-4, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .col-md-4 {
                display: inline-block;
                width: auto;
                max-width: 50%;
                padding-left: 6px;
            }
            /* line 5705, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .txt-credito, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .txt-credito {
                display: inline-block;
                float: right;
                text-align: right;
                padding: 0;
            }
            /* line 5711, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .txt-valor, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .txt-valor {
                float: right;
                text-align: right;
                width: auto;
                padding: 0;
            }
        /* line 5718, ../sass/template.scss */
        .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato {
            font-size: 13px;
            padding-right: 10px;
            background: #fff;
        }
            /* line 5722, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato .tipo {
                background-color: #fff;
            }
            /* line 5725, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato:nth-child(odd) {
                background: #f5f7f8;
            }
                /* line 5727, ../sass/template.scss */
                .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato:nth-child(odd) .tipo {
                    background-color: #f5f7f8;
                }
        /* line 5732, ../sass/template.scss */
        .main .cont-dados.extrato-home .resumo-extrato .linha-total, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total {
            border-top: 1px solid #d5dadd;
            padding-right: 0;
            font-size: 15px;
        }
            /* line 5736, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .linha-total strong, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total strong {
                color: #112e50;
            }
            /* line 5739, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .linha-total .col-md-3, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .col-md-3 {
                padding: 0 10px;
            }
            /* line 5742, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .linha-total .lbtxt,
            .main .cont-dados.extrato-home .resumo-extrato .linha-total .lbtxt, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .lbtxt,
            .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .lbtxt {
                float: left;
                width: auto;
                font-size: 15px;
            }
            /* line 5748, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .linha-total strong, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total strong {
                width: auto;
                float: right;
            }
            /* line 5752, ../sass/template.scss */
            .main .cont-dados.extrato-home .resumo-extrato .linha-total .txt-valor,
            .main .cont-dados.extrato-home .resumo-extrato .linha-total .txt-credito, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .txt-valor,
            .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .txt-credito {
                width: 100%;
                text-align: right;
                padding: 0 12px;
            }
    /* line 5760, ../sass/template.scss */
    .main .cont-dados.extrato-home .extrato-futuro, .main .cont-dados.saldo-extrato-hoje .extrato-futuro {
        margin-bottom: 30px;
    }
        /* line 5762, ../sass/template.scss */
        .main .cont-dados.extrato-home .extrato-futuro .linha-total, .main .cont-dados.saldo-extrato-hoje .extrato-futuro .linha-total {
            font-family: 'Inter', Arial, sans-serif;
            color: #7a7d7f;
            background-color: #fff !important;
            border-top: 1px solid #d5dadd;
            font-size: 15px;
            padding: 20px 0;
        }
    /* line 5772, ../sass/template.scss */
    .main .cont-dados.extrato-home .extrato-agrupado .info-extrato, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato {
        font-size: 13px;
        padding-right: 10px;
        background: #fff url(../imagens/linha.gif) repeat-y 23px 0;
        line-height: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
        /* line 5779, ../sass/template.scss */
        .main .cont-dados.extrato-home .extrato-agrupado .info-extrato .icone, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato .icone {
            background-color: #fff;
        }
        /* line 5782, ../sass/template.scss */
        .main .cont-dados.extrato-home .extrato-agrupado .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato:nth-child(odd) {
            background: #f5f7f8 url(../imagens/linha.gif) repeat-y 23px 0;
        }
            /* line 5784, ../sass/template.scss */
            .main .cont-dados.extrato-home .extrato-agrupado .info-extrato:nth-child(odd) .icone, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato:nth-child(odd) .icone {
                background-color: #f5f7f8;
            }
        /* line 5788, ../sass/template.scss */
        .main .cont-dados.extrato-home .extrato-agrupado .info-extrato .tipo-extrato, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato .tipo-extrato {
            padding-left: 40px;
        }
    /* line 5793, ../sass/template.scss */
    .main .cont-dados.extrato-home .box-filtro, .main .cont-dados.saldo-extrato-hoje .box-filtro {
        position: relative;
        z-index: 10;
    }
        /* line 5796, ../sass/template.scss */
        .main .cont-dados.extrato-home .box-filtro.vmobile, .main .cont-dados.saldo-extrato-hoje .box-filtro.vmobile {
            padding: 20px;
            background-color: #f5f7f8;
        }
        /* line 5801, ../sass/template.scss */
        .main .cont-dados.extrato-home .box-filtro ul li, .main .cont-dados.saldo-extrato-hoje .box-filtro ul li {
            position: relative;
            font-weight: 700;
        }
            /* line 5805, ../sass/template.scss */
            .main .cont-dados.extrato-home .box-filtro ul li a.act, .main .cont-dados.saldo-extrato-hoje .box-filtro ul li a.act {
                color: #7a7d7f;
            }
        /* line 5811, ../sass/template.scss */
        .main .cont-dados.extrato-home .box-filtro.filtro-mobile, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile {
            padding-top: 10px;
            padding-bottom: 0;
        }
            /* line 5814, ../sass/template.scss */
            .main .cont-dados.extrato-home .box-filtro.filtro-mobile .select-style, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .select-style {
                height: 50px;
                line-height: 50px;
                background: transparent;
            }
                /* line 5818, ../sass/template.scss */
                .main .cont-dados.extrato-home .box-filtro.filtro-mobile .select-style select, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .select-style select {
                    height: 48px;
                    text-transform: uppercase;
                }
                /* line 5822, ../sass/template.scss */
                .main .cont-dados.extrato-home .box-filtro.filtro-mobile .select-style:after, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .select-style:after {
                    height: 45px;
                    background: url(../imagens/seta-select2.png) no-repeat 100% 50%;
                }
            /* line 5827, ../sass/template.scss */
            .main .cont-dados.extrato-home .box-filtro.filtro-mobile .col-xs-12, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .col-xs-12 {
                margin-bottom: 10px;
            }
            /* line 5830, ../sass/template.scss */
            .main .cont-dados.extrato-home .box-filtro.filtro-mobile .form-control, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .form-control {
                background-color: transparent;
            }
        /* line 5834, ../sass/template.scss */
        .main .cont-dados.extrato-home .box-filtro .exibicao, .main .cont-dados.saldo-extrato-hoje .box-filtro .exibicao {
            position: absolute;
            width: 248px;
            padding: 10px 0;
            top: 100%;
            left: 50%;
            margin-left: -124px;
            background-color: #2b7a74;
        }
            /* line 5842, ../sass/template.scss */
            .main .cont-dados.extrato-home .box-filtro .exibicao:before, .main .cont-dados.saldo-extrato-hoje .box-filtro .exibicao:before {
                content: "";
                top: -9px;
                width: 28px;
                height: 9px;
                margin-left: 40px;
                position: absolute;
                display: block;
                background: url(../imagens/seta-busca-topo.png) no-repeat 0 0;
            }
            /* line 5852, ../sass/template.scss */
            .main .cont-dados.extrato-home .box-filtro .exibicao label, .main .cont-dados.saldo-extrato-hoje .box-filtro .exibicao label {
                color: #fff;
                font-size: 13px;
            }
    /* line 5861, ../sass/template.scss */
    .main div.calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months td, .main div.calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years td, .main div.calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days td {
        height: 41px !important;
    }

    /* line 5867, ../sass/template.scss */
    .conteudo-dados .titulos {
        clear: both;
    }
        /* line 5869, ../sass/template.scss */
        .conteudo-dados .titulos h1 {
            padding-left: 15px;
        }
    /* line 5873, ../sass/template.scss */
    .conteudo-dados .dados-cadastrais .titulos h1 {
        padding-left: 0;
    }
    /* line 5874, ../sass/template.scss */
    .conteudo-dados header {
        width: 100%;
        margin: 0;
    }

    /* line 5880, ../sass/template.scss */
    .footer {
        font-size: 14px;
        z-index: 1;
        padding: 0 0 16px;
    }
        /* line 5883, ../sass/template.scss */
        .footer div {
            padding-top: 10px;
        }
            /* line 5885, ../sass/template.scss */
            .footer div div {
                padding-top: 0;
            }
            /* line 5889, ../sass/template.scss */
            .footer div.footer-r {
                padding: 15px 0;
            }
                /* line 5891, ../sass/template.scss */
                .footer div.footer-r .col-md-4 {
                    width: 100%;
                    overflow: hidden;
                    clear: both;
                    padding-top: 15px;
                    font-size: 13px;
                }
                /* line 5899, ../sass/template.scss */
                .footer div.footer-r .col-sm-8 p {
                    margin-bottom: 15px;
                }
                /* line 5903, ../sass/template.scss */
                .footer div.footer-r .col-sm-8 .row p {
                    margin-bottom: 0;
                }

    /* line 5912, ../sass/template.scss */
    .info-home h4 {
        position: relative;
        padding-left: 50px;
        font-size: 18px;
    }
        /* line 5916, ../sass/template.scss */
        .info-home h4 .icone {
            position: absolute;
            left: 0;
            top: 0;
        }
    /* line 5922, ../sass/template.scss */
    .info-home .modal-header {
        padding: 0;
    }
    /* line 5925, ../sass/template.scss */
    .info-home .modal-dialog {
        width: 70%;
        margin: 0 15%;
        padding-top: 40px;
    }
        /* line 5929, ../sass/template.scss */
        .info-home .modal-dialog .modal-content {
            padding: 20px;
        }
            /* line 5931, ../sass/template.scss */
            .info-home .modal-dialog .modal-content .icone-token-symantec {
                margin-left: -9px;
            }
    /* line 5936, ../sass/template.scss */
    .info-home .botoes {
        margin-bottom: 0;
    }
        /* line 5938, ../sass/template.scss */
        .info-home .botoes .col-xs-6 {
            width: 100%;
            padding: 0;
            margin-bottom: 20px;
        }
    /* line 5944, ../sass/template.scss */
    .info-home .dados-token .info-token-dados {
        border: none;
        padding: 0;
        margin: 0;
        width: 100%;
        overflow: hidden;
        clear: both;
    }
    /* line 5953, ../sass/template.scss */
    .info-home#modal-salvar-perfil h4 {
        padding-left: 0;
        margin-bottom: 20px;
    }
    /* line 5957, ../sass/template.scss */
    .info-home#modal-salvar-perfil .col-xs-11 {
        width: 100%;
    }
    /* line 5962, ../sass/template.scss */
    .info-home#modal-desbloquear h4 {
        padding: 0;
        margin-bottom: 20px;
    }
    /* line 5968, ../sass/template.scss */
    .info-home#modal-desbloquear-sucesso h4 {
        padding: 0;
        margin-bottom: 20px;
    }
    /* line 5972, ../sass/template.scss */
    .info-home#modal-desbloquear-sucesso .bt-left {
        padding: 0;
        width: 100%;
    }
    /* line 5978, ../sass/template.scss */
    .info-home#modal-excluir-sucesso h4 {
        padding: 0;
        margin-bottom: 20px;
    }
    /* line 5982, ../sass/template.scss */
    .info-home#modal-excluir-sucesso .bt-left {
        padding: 0;
        width: 100%;
    }
    /* line 5988, ../sass/template.scss */
    .info-home#info-home h4 {
        padding: 0;
        margin-bottom: 20px;
    }
    /* line 5992, ../sass/template.scss */
    .info-home#info-home .col-xs-6 {
        width: 50%;
    }
        /* line 5994, ../sass/template.scss */
        .info-home#info-home .col-xs-6 .btn {
            font-size: 15px;
        }
        /* line 5997, ../sass/template.scss */
        .info-home#info-home .col-xs-6.bt-left {
            padding-right: 10px;
        }
        /* line 6000, ../sass/template.scss */
        .info-home#info-home .col-xs-6.bt-right {
            padding-left: 10px;
        }
    /* line 6004, ../sass/template.scss */
    .info-home#info-home .botoes {
        margin-bottom: 0;
    }
    /* line 6007, ../sass/template.scss */
    .info-home#info-home .banner-repatriacao-modal {
        padding: 0 0;
    }
        /* line 6009, ../sass/template.scss */
        .info-home#info-home .banner-repatriacao-modal h3 {
            width: 50%;
        }

    /* line 6016, ../sass/template.scss */
    .modal-memorize .btn {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* line 6025, ../sass/template.scss */
    .main .resumo-extrato .txt-numdoc {
        margin-top: 25px;
    }

    /* line 6028, ../sass/template.scss */
    .info-home .modal-dialog {
        margin-top: 20%;
    }

    /* line 6031, ../sass/template.scss */
    .hidden-sm {
        display: none !important;
    }

    /* line 6034, ../sass/template.scss */
    .vtablet {
        display: block !important;
    }

    /* line 6037, ../sass/template.scss */
    .container-fluid {
        overflow: hidden;
        overflow-x: auto;
        min-height: 100vh;
    }

    /* line 6043, ../sass/template.scss */
    .navbar .container-fluid {
        overflow: inherit;
        overflow-x: inherit;
        min-height: inherit;
    }

    /* line 6050, ../sass/template.scss */
    .base-fixa-alerta {
        padding-left: 118px;
        padding-right: 28px;
    }

    /* line 6054, ../sass/template.scss */
    .base-fixa-alerta {
        top: 100px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    /* line 6058, ../sass/template.scss */
    .menu-opened .base-fixa-alerta {
        left: 140px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-width: 900px) and (max-width: 1024px) {
    /* line 6058, ../sass/template.scss */
    .menu-opened .base-fixa-alerta {
        left: 21.5%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* line 6065, ../sass/template.scss */
    .header-login .navbar-brand {
        width: 160px;
        height: 29px;
        margin: 22px 0 0;
        left: 0;
        background: url(../imagens/logo-banco-rendimento-sm.png) no-repeat 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 979px) {
    /* line 6073, ../sass/template.scss */
    .navbar-brand {
        width: 58px;
        height: 80px;
        margin: 0;
        background: #fff url(../imagens/logo-banco-rendimento-tablet.png) no-repeat 50% 50%;
    }
        /* line 6078, ../sass/template.scss */
        .navbar-brand:active, .navbar-brand:hover {
            background-color: #fff !important;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* line 6085, ../sass/template.scss */
    .navbar-header .header-left {
        padding-right: 5px;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-width: 980px) and (max-width: 1024px) {
    /* line 6085, ../sass/template.scss */
    .navbar-header .header-left {
        width: 80%;
        padding-right: 0;
    }
    /* line 6091, ../sass/template.scss */
    .inicio .navbar-header .header-left {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* line 6095, ../sass/template.scss */
    .navbar-header .header-left .bem-vindo {
        display: none;
    }
    /* line 6098, ../sass/template.scss */
    .navbar-header .header-left .menu-abre-fecha {
        margin: 0;
        padding: 23px 0 0 25px;
        width: 80px;
        height: 80px;
    }
        /* line 6103, ../sass/template.scss */
        .navbar-header .header-left .menu-abre-fecha:after {
            height: 14px;
            bottom: 0;
            margin-bottom: 0;
        }
    /* line 6109, ../sass/template.scss */
    .navbar-header .header-left .infos {
        height: 80px;
        background-color: #112e50;
        /*.busca-topo.open-menu {
        width: calc(100% - 29%);
    }*/
    }
        /* line 6112, ../sass/template.scss */
        .navbar-header .header-left .infos .item {
            padding: 0 8px;
        }
            /* line 6114, ../sass/template.scss */
            .navbar-header .header-left .infos .item:first-child {
                border: none;
            }
            /* line 6117, ../sass/template.scss */
            .navbar-header .header-left .infos .item.item-alerta:after {
                margin-left: -12px;
            }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 980px) {
    /* line 6125, ../sass/template.scss */
    .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes {
        padding-bottom: 20px;
    }
        /* line 6127, ../sass/template.scss */
        .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes .colunas {
            width: 100%;
            padding: 0 20px;
            background-color: transparent;
            margin: 20px 0 0;
            display: block;
            float: left;
            clear: both;
            border: 0;
        }
            /* line 6136, ../sass/template.scss */
            .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes .colunas h3 {
                font-size: 18px;
                clear: both;
                width: 100%;
                margin-bottom: 10px;
            }
            /* line 6142, ../sass/template.scss */
            .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes .colunas .limite {
                text-align: right;
            }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* line 6149, ../sass/template.scss */
    .navbar-header .header-left .info-conta {
        display: block;
        background-color: #fff;
        color: #112e50;
        height: 80px;
        padding: 0 10px 0 0;
        width: 45%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-width: 980px) and (max-width: 1024px) {
    /* line 6149, ../sass/template.scss */
    .navbar-header .header-left .info-conta {
        float: right !important;
        width: 38%;
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* line 6162, ../sass/template.scss */
    .navbar-header .header-left .info-conta .col-xs-12 p {
        display: block;
    }
        /* line 6164, ../sass/template.scss */
        .navbar-header .header-left .info-conta .col-xs-12 p .agencia {
            float: left;
            font-size: 13px;
        }
        /* line 6168, ../sass/template.scss */
        .navbar-header .header-left .info-conta .col-xs-12 p .conta {
            float: left;
            font-size: 13px;
            padding-right: 18px;
            padding-left: 20px;
            position: relative;
        }
        /* line 6175, ../sass/template.scss */
        .navbar-header .header-left .info-conta .col-xs-12 p .lk-trocar-de-conta {
            float: right;
            display: block;
            position: relative;
            color: #0a1d6f;
            margin-top: -10px;
        }
            /* line 6179, ../sass/template.scss */
            .navbar-header .header-left .info-conta .col-xs-12 p .lk-trocar-de-conta .icone {
                margin-top: -5px;
            }
    /* line 6186, ../sass/template.scss */
    .navbar-header .header-left .dados-conta-nome {
        display: block;
        width: 100%;
        padding: 14px 0 0;
        color: #112e50;
    }
        /* line 6191, ../sass/template.scss */
        .navbar-header .header-left .dados-conta-nome h2 {
            color: #112e50;
            font-size: 15px;
            margin: 0 0 2px;
        }
        /* line 6196, ../sass/template.scss */
        .navbar-header .header-left .dados-conta-nome p {
            font-size: 13px;
            font-weight: normal;
            margin-bottom: 0;
        }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-width: 980px) and (max-width: 1024px) {
    /* line 6203, ../sass/template.scss */
    .navbar-header .header-right {
        width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* line 6207, ../sass/template.scss */
    .navbar-header .header-right .info-conta {
        display: none;
    }
    /* line 6210, ../sass/template.scss */
    .navbar-header .header-right .acoes-right {
        border: none;
        padding: 25px 10px 0;
    }
        /* line 6213, ../sass/template.scss */
        .navbar-header .header-right .acoes-right li {
            margin: 0;
            position: relative;
        }
    /* line 6218, ../sass/template.scss */
    .navbar-header .header-right .txt-cor {
        position: absolute;
        font-size: 11px;
        bottom: 0;
        left: 5px;
        color: #112e50;
        text-align: center;
    }
    /* line 6227, ../sass/template.scss */
    .navbar-header .col-right {
        float: right;
    }

    /* line 6234, ../sass/template.scss */
    .nav-sidebar li a {
        padding-left: 82px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
        /* line 6238, ../sass/template.scss */
        .nav-sidebar li a .icone {
            left: 27px !important;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

    /* line 6249, ../sass/template.scss */
    .sidebar.open .nav-sidebar li a {
        padding-left: 60px;
    }
        /* line 6251, ../sass/template.scss */
        .sidebar.open .nav-sidebar li a .icone {
            left: 15px !important;
        }

    /* line 6258, ../sass/template.scss */
    .sidebar-info {
        width: 100%;
        max-width: inherit;
        display: inline-block;
    }
        /* line 6261, ../sass/template.scss */
        .sidebar-info .banner-sidebar {
            /*height: 70px;*/
            background-position: 100% 50%;
        }
            /* line 6264, ../sass/template.scss */
            .sidebar-info .banner-sidebar span {
                float: left;
                padding-top: 25px;
                padding-left: 34px;
            }
        /* line 6270, ../sass/template.scss */
        .sidebar-info .coluna-sidebar-info {
            width: 50%;
            float: right;
            border-left: 1px solid #d5dadd;
            padding-left: 30px;
        }
        /* line 6277, ../sass/template.scss */
        .sidebar-info .horarios .linha {
            border: none;
        }
        /* line 6280, ../sass/template.scss */
        .sidebar-info .horarios .titulo-ico {
            margin-top: 10px;
        }
            /* line 6282, ../sass/template.scss */
            .sidebar-info .horarios .titulo-ico .icone {
                left: -21px;
                top: 9px;
            }

    /* line 6290, ../sass/template.scss */
    section.dados-cadastrais.operadores table.table td.col-situacao {
        position: inherit;
        top: auto;
    }
    /* line 6294, ../sass/template.scss */
    section.dados-cadastrais.operadores table.table td.col-botoes {
        width: 50% !important;
        position: absolute;
        right: 0;
        top: 20px;
        padding: 20px 50px 0 20px;
    }
        /* line 6300, ../sass/template.scss */
        section.dados-cadastrais.operadores table.table td.col-botoes .lkpermissao,
        section.dados-cadastrais.operadores table.table td.col-botoes .lkdesbloquear {
            width: 100%;
            margin: 0;
        }

    /* line 6308, ../sass/template.scss */
    .container.cont-int {
        padding-bottom: 30px;
    }
    /* line 6311, ../sass/template.scss */
    .container.login .dicas-e-central {
        padding: 0;
    }
        /* line 6313, ../sass/template.scss */
        .container.login .dicas-e-central .infos {
            padding: 25px 0;
            width: 90%;
            margin: 0 5%;
        }
            /* line 6317, ../sass/template.scss */
            .container.login .dicas-e-central .infos:last-child {
                border-left: none;
                border-top: 1px solid #d5dadd;
            }
    /* line 6325, ../sass/template.scss */
    .container.alterar-senha .input-group .campo-form {
        padding-right: 33px;
    }
    /* line 6328, ../sass/template.scss */
    .container.alterar-senha .info-campo {
        left: 106%;
        width: 400px;
    }
        /* line 6331, ../sass/template.scss */
        .container.alterar-senha .info-campo img {
            max-width: 100%;
            height: auto;
        }
    /* line 6339, ../sass/template.scss */
    .container.personalizar .item-sel-cor {
        margin: 0 auto 30px;
        max-width: 470px;
    }
        /* line 6342, ../sass/template.scss */
        .container.personalizar .item-sel-cor .info-cor {
            max-width: 310px;
        }
    /* line 6346, ../sass/template.scss */
    .container.personalizar .numeros-opcoes {
        width: 25%;
        height: 160px;
    }
        /* line 6349, ../sass/template.scss */
        .container.personalizar .numeros-opcoes .sel-icone {
            height: 160px;
        }
    /* line 6354, ../sass/template.scss */
    .container.personalizar .numeros-opcoes {
        padding: 0 10px;
        height: 150px;
    }
        /* line 6357, ../sass/template.scss */
        .container.personalizar .numeros-opcoes a {
            height: 150px;
        }
    /* line 6364, ../sass/template.scss */
    .container.escolha-conta .itens-pag {
        display: none;
    }
    /* line 6367, ../sass/template.scss */
    .container.escolha-conta .buscar {
        margin-bottom: 30px;
    }
    /* line 6370, ../sass/template.scss */
    .container.escolha-conta .tabela-contas .table {
        border: none;
        display: block;
        width: 100% !important;
    }
        /* line 6374, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table tbody, .container.escolha-conta .tabela-contas .table tr {
            width: 100%;
            display: block;
        }
        /* line 6378, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table tr {
            margin-bottom: 25px;
            padding: 20px 120px 20px 20px;
            display: block;
            width: 100%;
            background-color: #fff;
            overflow: hidden;
            position: relative;
        }
        /* line 6386, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table thead {
            display: none;
        }
        /* line 6390, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table th {
            display: none;
        }
        /* line 6391, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table td {
            display: block;
            float: left;
            width: 50%;
            border: none;
            padding: 2px 20px 2px 0;
        }
            /* line 6397, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-banco {
                font-family: 'Inter', Arial, sans-serif;
            }
            /* line 6400, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-cnpj {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 6402, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-cnpj:before {
                    content: "CPF/CNPJ: ";
                }
            /* line 6406, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-apelido {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 6408, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-apelido:before {
                    content: "Apelido: ";
                }
            /* line 6412, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-agencia {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 6414, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-agencia:before {
                    content: "Agência: ";
                }
            /* line 6418, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-conta {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 6420, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-conta:before {
                    content: "Conta: ";
                }
            /* line 6424, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td.col-tipo {
                font-family: 'Inter', Arial, sans-serif;
            }
                /* line 6426, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td.col-tipo:before {
                    content: "Tipo: ";
                }
            /* line 6430, ../sass/template.scss */
            .container.escolha-conta .tabela-contas .table td .lkacessar {
                display: block;
                width: 100%;
                background-color: #0a1d6f;
                font: 15px 'Inter', Arial, sans-serif;
                text-align: center;
                color: #fff;
                padding: 15px 10px;
                margin-top: 15px;
            }
                /* line 6439, ../sass/template.scss */
                .container.escolha-conta .tabela-contas .table td .lkacessar .icone {
                    display: none;
                }

    .icone-default {
        display: none;
    }
    /* line 6444, ../sass/template.scss */
    .container.escolha-conta .tabela-contas .table td.btn-acessar-tab {
        position: absolute;
        right: 20px;
        top: 10px;
        padding: 0;
        width: 100px;
    }
        /* line 6450, ../sass/template.scss */
        .container.escolha-conta .tabela-contas .table td.btn-acessar-tab .btn {
            text-transform: uppercase;
        }
    /* line 6456, ../sass/template.scss */
    .container.escolha-conta .num-pag {
        text-align: center;
    }

    /* line 6463, ../sass/template.scss */
    .cadastro .cadastro-inexistente.dados-preencher .radio {
        margin-right: 10px;
    }

    /* line 6467, ../sass/template.scss */
    .cadastro .cadastro-inexistente .info {
        margin-bottom: 15px;
        margin-top: -10px;
    }

    /* line 6472, ../sass/template.scss */
    .dados-cadastrais {
        margin-bottom: 20px;
    }
        /* line 6474, ../sass/template.scss */
        .dados-cadastrais .numeros-opcoes {
            width: 33%;
        }
        /* line 6478, ../sass/template.scss */
        .dados-cadastrais .infos .row p {
            font-size: 15px;
        }
        /* line 6481, ../sass/template.scss */
        .dados-cadastrais .botao-row {
            overflow: hidden;
            clear: both;
            width: 100%;
        }
            /* line 6485, ../sass/template.scss */
            .dados-cadastrais .botao-row .btn {
                padding: 14px 50px;
            }
        /* line 6490, ../sass/template.scss */
        .dados-cadastrais.dados-token .info-campo {
            width: 300px;
            left: 116%;
        }
        /* line 6495, ../sass/template.scss */
        .dados-cadastrais .tooltip-proximo-cod .tooltip,
        .dados-cadastrais .tooltip-cod-seguranca .tooltip,
        .dados-cadastrais .tooltip-identifica .tooltip {
            left: 178% !important;
        }
        /* line 6501, ../sass/template.scss */
        .dados-cadastrais.dados-operador .box-info .lk-alterar {
            margin-left: 0;
        }
        /* line 6504, ../sass/template.scss */
        .dados-cadastrais.dados-operador .ver-dados .box-colunas {
            padding-bottom: 0;
            padding-top: 0;
        }
        /* line 6507, ../sass/template.scss */
        .dados-cadastrais.dados-operador .ver-dados .box-colunas {
            padding-top: 30px;
        }
        /* line 6514, ../sass/template.scss */
        .dados-cadastrais.dados-operador .ver-dados p {
            font-size: 13px;
        }
        /* line 6517, ../sass/template.scss */
        .dados-cadastrais.dados-operador .ver-dados .btn {
            font-size: 13px;
        }
        /* line 6520, ../sass/template.scss */
        .dados-cadastrais.dados-operador .ver-dados .info-lista-token {
            padding: 10px 15px;
        }
        /* line 6524, ../sass/template.scss */
        .dados-cadastrais.dados-operador .ver-dados .box-colunas p {
            font-size: 15px;
        }
        /* line 6531, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .legenda-calendario .info-ico {
            margin-bottom: 15px;
        }
        /* line 6534, ../sass/template.scss */
        .dados-cadastrais .calendario-agendamento .calendario-agenda {
            padding: 0;
        }
            /* line 6539, ../sass/template.scss */
            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td,
            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td,
            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td {
                height: 90px;
                font-size: 22px;
            }
                /* line 6544, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-automatico:before,
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-automatico:before,
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-automatico:before {
                    width: 37px;
                    height: 37px;
                    background: url(../imagens/icones-agendamento-lg.png) no-repeat -177px 0;
                }
                /* line 6549, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-concluido:before,
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-concluido:before,
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-concluido:before {
                    width: 37px;
                    height: 37px;
                    background: url(../imagens/icones-agendamento-lg.png) no-repeat -89px 0;
                }
                /* line 6554, ../sass/template.scss */
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-nao-concluido:before,
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-nao-concluido:before,
                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-nao-concluido:before {
                    width: 37px;
                    height: 37px;
                    background: url(../imagens/icones-agendamento-lg.png) no-repeat 0 0;
                }
        /* line 6564, ../sass/template.scss */
        .dados-cadastrais.operadores .table {
            background-color: #ebeff2;
            padding: 0;
            border: none;
        }
            /* line 6568, ../sass/template.scss */
            .dados-cadastrais.operadores .table tr {
                overflow: hidden;
                display: block;
                width: 100%;
                padding: 20px 10px;
                margin-bottom: 30px;
                background: #fff;
                position: relative;
            }
            /* line 6576, ../sass/template.scss */
            .dados-cadastrais.operadores .table thead {
                display: none;
            }
            /* line 6579, ../sass/template.scss */
            .dados-cadastrais.operadores .table tr.bg-block {
                background-color: #edf0f1;
                border: 1px solid #c2c2c2;
            }
                /* line 6582, ../sass/template.scss */
                .dados-cadastrais.operadores .table tr.bg-block td {
                    background-color: #edf0f1;
                }
            /* line 6588, ../sass/template.scss */
            .dados-cadastrais.operadores .table.oper-situa td {
                padding: 2px 10px;
                width: 50%;
                display: block;
                float: none;
                clear: both;
            }
                /* line 6594, ../sass/template.scss */
                .dados-cadastrais.operadores .table.oper-situa td.col-botoes {
                    width: 100%;
                }
            /* line 6599, ../sass/template.scss */
            .dados-cadastrais.operadores .table .coluna-operador,
            .dados-cadastrais.operadores .table .coluna-identificacao,
            .dados-cadastrais.operadores .table .coluna-apelido,
            .dados-cadastrais.operadores .table .coluna-certificadora,
            .dados-cadastrais.operadores .table .coluna-tipo,
            .dados-cadastrais.operadores .table .coluna-situacao,
            .dados-cadastrais.operadores .table td {
                font-family: 'Inter', Arial, sans-serif;
                padding: 2px 10px;
                border: none;
                width: 50%;
                display: block;
                float: left;
            }
                /* line 6612, ../sass/template.scss */
                .dados-cadastrais.operadores .table .coluna-operador a,
                .dados-cadastrais.operadores .table .coluna-identificacao a,
                .dados-cadastrais.operadores .table .coluna-apelido a,
                .dados-cadastrais.operadores .table .coluna-certificadora a,
                .dados-cadastrais.operadores .table .coluna-tipo a,
                .dados-cadastrais.operadores .table .coluna-situacao a,
                .dados-cadastrais.operadores .table td a {
                    font-family: 'Inter', Arial, sans-serif;
                }
                /* line 6616, ../sass/template.scss */
                .dados-cadastrais.operadores .table .coluna-operador.col-identificacao:before,
                .dados-cadastrais.operadores .table .coluna-identificacao.col-identificacao:before,
                .dados-cadastrais.operadores .table .coluna-apelido.col-identificacao:before,
                .dados-cadastrais.operadores .table .coluna-certificadora.col-identificacao:before,
                .dados-cadastrais.operadores .table .coluna-tipo.col-identificacao:before,
                .dados-cadastrais.operadores .table .coluna-situacao.col-identificacao:before,
                .dados-cadastrais.operadores .table td.col-identificacao:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Identificação: ";
                }
                /* line 6622, ../sass/template.scss */
                .dados-cadastrais.operadores .table .coluna-operador.col-apelido:before,
                .dados-cadastrais.operadores .table .coluna-identificacao.col-apelido:before,
                .dados-cadastrais.operadores .table .coluna-apelido.col-apelido:before,
                .dados-cadastrais.operadores .table .coluna-certificadora.col-apelido:before,
                .dados-cadastrais.operadores .table .coluna-tipo.col-apelido:before,
                .dados-cadastrais.operadores .table .coluna-situacao.col-apelido:before,
                .dados-cadastrais.operadores .table td.col-apelido:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Apelido: ";
                }
                /* line 6628, ../sass/template.scss */
                .dados-cadastrais.operadores .table .coluna-operador.col-certificadora:before,
                .dados-cadastrais.operadores .table .coluna-identificacao.col-certificadora:before,
                .dados-cadastrais.operadores .table .coluna-apelido.col-certificadora:before,
                .dados-cadastrais.operadores .table .coluna-certificadora.col-certificadora:before,
                .dados-cadastrais.operadores .table .coluna-tipo.col-certificadora:before,
                .dados-cadastrais.operadores .table .coluna-situacao.col-certificadora:before,
                .dados-cadastrais.operadores .table td.col-certificadora:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Certificadora: ";
                }
                /* line 6634, ../sass/template.scss */
                .dados-cadastrais.operadores .table .coluna-operador.col-tipo:before,
                .dados-cadastrais.operadores .table .coluna-identificacao.col-tipo:before,
                .dados-cadastrais.operadores .table .coluna-apelido.col-tipo:before,
                .dados-cadastrais.operadores .table .coluna-certificadora.col-tipo:before,
                .dados-cadastrais.operadores .table .coluna-tipo.col-tipo:before,
                .dados-cadastrais.operadores .table .coluna-situacao.col-tipo:before,
                .dados-cadastrais.operadores .table td.col-tipo:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Tipo: ";
                }
                /* line 6640, ../sass/template.scss */
                .dados-cadastrais.operadores .table .coluna-operador.col-cpf:before,
                .dados-cadastrais.operadores .table .coluna-identificacao.col-cpf:before,
                .dados-cadastrais.operadores .table .coluna-apelido.col-cpf:before,
                .dados-cadastrais.operadores .table .coluna-certificadora.col-cpf:before,
                .dados-cadastrais.operadores .table .coluna-tipo.col-cpf:before,
                .dados-cadastrais.operadores .table .coluna-situacao.col-cpf:before,
                .dados-cadastrais.operadores .table td.col-cpf:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "CPF: ";
                }
                /* line 6646, ../sass/template.scss */
                .dados-cadastrais.operadores .table .coluna-operador.col-perfil:before,
                .dados-cadastrais.operadores .table .coluna-identificacao.col-perfil:before,
                .dados-cadastrais.operadores .table .coluna-apelido.col-perfil:before,
                .dados-cadastrais.operadores .table .coluna-certificadora.col-perfil:before,
                .dados-cadastrais.operadores .table .coluna-tipo.col-perfil:before,
                .dados-cadastrais.operadores .table .coluna-situacao.col-perfil:before,
                .dados-cadastrais.operadores .table td.col-perfil:before {
                    font-family: 'Inter', Arial, sans-serif;
                    content: "Perfil: ";
                }
                /* line 6651, ../sass/template.scss */
                .dados-cadastrais.operadores .table .coluna-operador.col-situacao,
                .dados-cadastrais.operadores .table .coluna-identificacao.col-situacao,
                .dados-cadastrais.operadores .table .coluna-apelido.col-situacao,
                .dados-cadastrais.operadores .table .coluna-certificadora.col-situacao,
                .dados-cadastrais.operadores .table .coluna-tipo.col-situacao,
                .dados-cadastrais.operadores .table .coluna-situacao.col-situacao,
                .dados-cadastrais.operadores .table td.col-situacao {
                    position: absolute;
                    right: 0;
                    top: 20px;
                }
                    /* line 6655, ../sass/template.scss */
                    .dados-cadastrais.operadores .table .coluna-operador.col-situacao:before,
                    .dados-cadastrais.operadores .table .coluna-identificacao.col-situacao:before,
                    .dados-cadastrais.operadores .table .coluna-apelido.col-situacao:before,
                    .dados-cadastrais.operadores .table .coluna-certificadora.col-situacao:before,
                    .dados-cadastrais.operadores .table .coluna-tipo.col-situacao:before,
                    .dados-cadastrais.operadores .table .coluna-situacao.col-situacao:before,
                    .dados-cadastrais.operadores .table td.col-situacao:before {
                        font-family: 'Inter', Arial, sans-serif;
                        content: "Situação: ";
                    }

    .col-tipo-arquivo:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Tipo Arquivo: ";
    }

    .dados-cadastrais.operadores .table td.col-ocorrencia:before {
        font-family: OpenS, Arial, sans-serif;
        content: "Ocorrência: ";
    }

    .dados-cadastrais.operadores .table td.col-valor:before {
        font-family: OpenS, Arial, sans-serif;
        content: "Valor: ";
    }

    .dados-cadastrais.operadores .table td.col-vencimento:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Data de Vencimento: ";
    }

    .dados-cadastrais.operadores .table td.col-documento:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Valor do Documento: ";
    }

    .dados-cadastrais.operadores .table td.col-tipo-de-pagamento:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Tipo de pagamento: ";
    }

    .dados-cadastrais.operadores .table td.col-data-pagamento:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Data do Pagamento: ";
    }

    /* line 6661, ../sass/template.scss */
    .dados-cadastrais.operadores .table .coluna-acao,
    .dados-cadastrais.operadores .table .col-botoes {
        width: 100%;
    }
    /* line 6665, ../sass/template.scss */
    .dados-cadastrais.operadores .table .lkpermissao,
    .dados-cadastrais.operadores .table .lkdesbloquear {
        width: 47%;
        float: left;
        padding: 14px 0;
        margin: 25px 3% 10px 0;
        color: #fff;
        background-color: #0a1d6f;
        border-color: #0a1d6f;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 15px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase;
    }
        /* line 6679, ../sass/template.scss */
        .dados-cadastrais.operadores .table .lkpermissao .icone,
        .dados-cadastrais.operadores .table .lkdesbloquear .icone {
            display: none;
        }
    /* line 6683, ../sass/template.scss */
    .dados-cadastrais.operadores .table .lkexcluir {
        width: 47%;
        float: left;
        padding: 14px 0 13px;
        margin: 25px 3% 10px 0;
        color: #0a1d6f;
        background-color: #fff;
        border: 1px solid #0a1d6f;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 15px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase;
    }
        /* line 6696, ../sass/template.scss */
        .dados-cadastrais.operadores .table .lkexcluir .icone {
            display: none;
        }
    /* line 6703, ../sass/template.scss */
    .dados-cadastrais.operadores .table.table-desbloqueados tr:first-child {
        display: block;
    }
    /* line 6709, ../sass/template.scss */
    .dados-cadastrais.operadores .itens-buscar {
        margin-bottom: 25px;
    }

    /* line 6715, ../sass/template.scss */
    .sidebar {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        overflow: auto;
        overflow-x: hidden;
    }
        /* line 6721, ../sass/template.scss */
        .sidebar.open {
            width: 30%;
        }

    /* line 6726, ../sass/template.scss */
    .breadcrumb {
        padding: 10px 0 0;
    }

    /* line 6730, ../sass/template.scss */
    .main {
        padding-left: 110px;
        width: 100%;
    }
        /* line 6733, ../sass/template.scss */
        .main.open {
            padding-left: 120px;
        }
        /* line 6736, ../sass/template.scss */
        .main .alerta.alerta-info .seta {
            margin-right: -26px;
        }
        /* line 6739, ../sass/template.scss */
        .main .alert {
            margin: -30px -40px 0;
            width: calc(100% - 80px);
        }
        /* line 6743, ../sass/template.scss */
        .main .extrato-home.col-md-9 {
            width: 100%;
        }
        /* line 6746, ../sass/template.scss */
        .main .cont-dados .valor {
            margin-bottom: 15px;
        }
            /* line 6748, ../sass/template.scss */
            .main .cont-dados .valor h4 {
                font-size: 13px;
                font-family: 'Inter', Arial, sans-serif;
                font-weight: normal;
            }
            /* line 6753, ../sass/template.scss */
            .main .cont-dados .valor .linha-colunas .colunas {
                padding: 0 2%;
            }
            /* line 6756, ../sass/template.scss */
            .main .cont-dados .valor.ver-saldo .col-xs-12 {
                padding-left: 15px;
                padding-right: 15px;
            }
            /* line 6760, ../sass/template.scss */
            .main .cont-dados .valor .valor-lg {
                font-size: 28px;
            }
            /* line 6763, ../sass/template.scss */
            .main .cont-dados .valor .txt-ultimo-acesso {
                display: inline;
                font-size: 13px;
                margin-left: 10px;
            }
        /* line 6770, ../sass/template.scss */
        .main .resumo-extrato .panel-group {
            border: none;
        }
        /* line 6773, ../sass/template.scss */
        .main .resumo-extrato .box-filtro {
            padding: 20px 10px 20px;
        }
            /* line 6775, ../sass/template.scss */
            .main .resumo-extrato .box-filtro .campo-form.controls {
                padding-left: 0;
            }
            /* line 6778, ../sass/template.scss */
            .main .resumo-extrato .box-filtro .vtablet {
                border-left: 1px solid #d5dadd;
            }



                /* line 6781, ../sass/template.scss */
                .main .resumo-extrato .box-filtro .vtablet.filtro-datas {
                    display: inline-block;
                    padding: 0;
                    border-left: none;
                    width: 64%;
                }
                    /* line 6786, ../sass/template.scss */
                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .form-control {
                        height: 28px;
                        line-height: 25px;
                        padding: 7px 10px;
                        font-size: 13px;
                    }
                    /* line 6792, ../sass/template.scss */
                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .col-sm-5 {
                        padding-left: 0;
                        padding-top: 5px;
                    }
                    /* line 6796, ../sass/template.scss */
                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .txt {
                        display: block;
                        float: left;
                        font-family: 'Inter', Arial, sans-serif;
                        font-size: 13px;
                        font-weight: normal;
                        line-height: 25px;
                        padding-right: 5px;
                    }
                    /* line 6805, ../sass/template.scss */
                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .btn-buscar {
                        padding-top: 5px;
                        border: none;
                        background-color: transparent;
                    }
        /* line 6813, ../sass/template.scss */
        .main .resumo-extrato .panel-group .panel-body {
            background-image: none;
        }
            /* line 6815, ../sass/template.scss */
            .main .resumo-extrato .panel-group .panel-body .info-extrato {
                padding: 15px 15px 15px 25px;
            }
                /* line 6817, ../sass/template.scss */
                .main .resumo-extrato .panel-group .panel-body .info-extrato:hover {
                    background-image: none;
                }
                /* line 6820, ../sass/template.scss */
                .main .resumo-extrato .panel-group .panel-body .info-extrato .tipo {
                    padding: 0;
                    text-align: center;
                }
                    /* line 6823, ../sass/template.scss */
                    .main .resumo-extrato .panel-group .panel-body .info-extrato .tipo .icone {
                        position: inherit;
                        margin: 0 auto;
                        overflow: hidden;
                        clear: both;
                        left: auto;
                    }
                /* line 6831, ../sass/template.scss */
                .main .resumo-extrato .panel-group .panel-body .info-extrato .txt-credito {
                    text-align: right;
                }
                /* line 6834, ../sass/template.scss */
                .main .resumo-extrato .panel-group .panel-body .info-extrato.linha-total {
                    border-top: 1px solid #d5dadd;
                }
                    /* line 6836, ../sass/template.scss */
                    .main .resumo-extrato .panel-group .panel-body .info-extrato.linha-total .txt-valor,
                    .main .resumo-extrato .panel-group .panel-body .info-extrato.linha-total .txt-credito {
                        text-align: left;
                    }
        /* line 6844, ../sass/template.scss */
        .main .resumo-extrato.resumo-home .panel-group .panel-body {
            background: #f5f7f8 url(../imagens/linha.gif) repeat-y 27px 0;
        }
            /* line 6847, ../sass/template.scss */
            .main .resumo-extrato.resumo-home .panel-group .panel-body .info-extrato .tipo {
                text-align: left;
            }
            /* line 6850, ../sass/template.scss */
            .main .resumo-extrato.resumo-home .panel-group .panel-body .info-extrato .icone {
                float: left;
            }
        /* line 6856, ../sass/template.scss */
        .main .resumo-extrato .bs-extrato-completo {
            border-top: 1px solid #d5dadd;
        }

    /* line 6863, ../sass/template.scss */
    .dados-token .btn {
        padding: 14px 10px;
    }

    /* line 6868, ../sass/template.scss */
    .dados-cadastrais .info-lista-token {
        padding: 20px;
    }
        /* line 6870, ../sass/template.scss */
        .dados-cadastrais .info-lista-token .logo {
            padding: 0 !important;
            margin-right: 10px;
        }
        /* line 6874, ../sass/template.scss */
        .dados-cadastrais .info-lista-token .colunas {
            padding: 0 0 0 10px;
        }
            /* line 6876, ../sass/template.scss */
            .dados-cadastrais .info-lista-token .colunas .btn {
                width: 130px;
                padding: 14px 0;
                margin: 0;
            }
            /* line 6881, ../sass/template.scss */
            .dados-cadastrais .info-lista-token .colunas.col-sm-3 {
                max-width: 100px;
            }
            /* line 6884, ../sass/template.scss */
            .dados-cadastrais .info-lista-token .colunas.col-sm-4 {
                max-width: 170px;
            }
    /* line 6891, ../sass/template.scss */
    .dados-cadastrais .infos .row {
        margin-bottom: 0;
    }
        /* line 6893, ../sass/template.scss */
        .dados-cadastrais .infos .row .col-md-3,
        .dados-cadastrais .infos .row .col-md-12 {
            margin-bottom: 20px;
        }
    /* line 6899, ../sass/template.scss */
    .dados-cadastrais .infos.info-operador-cp3 .row {
        margin-bottom: 15px;
    }
    /* line 6905, ../sass/template.scss */
    .dados-cadastrais.dados-operador .ver-dados {
        margin-bottom: 10px;
    }
    /* line 6909, ../sass/template.scss */
    .dados-cadastrais .btn-no-pad {
        padding-left: 0;
        padding-top: 10px;
    }
    /* line 6913, ../sass/template.scss */
    .dados-cadastrais .bloco-situacao {
        max-width: 200px;
    }
    /* line 6917, ../sass/template.scss */
    .dados-cadastrais.operadores h4 {
        font-family: 'Inter', Arial, sans-serif;
        font-size: 18px;
        margin-bottom: 15px;
    }
    /* line 6923, ../sass/template.scss */
    .dados-cadastrais.operadores .table .coluna-operador,
    .dados-cadastrais.operadores .table .coluna-identificacao,
    .dados-cadastrais.operadores .table .coluna-apelido,
    .dados-cadastrais.operadores .table .coluna-certificadora,
    .dados-cadastrais.operadores .table .coluna-tipo,
    .dados-cadastrais.operadores .table .coluna-situacao,
    .dados-cadastrais.operadores .table td {
        font-family: 'Inter', Arial, sans-serif;
        padding: 2px 10px;
        border: none;
        width: 50%;
        display: block;
        float: left;
    }
        /* line 6936, ../sass/template.scss */
        .dados-cadastrais.operadores .table .coluna-operador a,
        .dados-cadastrais.operadores .table .coluna-identificacao a,
        .dados-cadastrais.operadores .table .coluna-apelido a,
        .dados-cadastrais.operadores .table .coluna-certificadora a,
        .dados-cadastrais.operadores .table .coluna-tipo a,
        .dados-cadastrais.operadores .table .coluna-situacao a,
        .dados-cadastrais.operadores .table td a {
            font-family: 'Inter', Arial, sans-serif;
        }
        /* line 6940, ../sass/template.scss */
        .dados-cadastrais.operadores .table .coluna-operador.coluna-identificacao:before,
        .dados-cadastrais.operadores .table .coluna-identificacao.coluna-identificacao:before,
        .dados-cadastrais.operadores .table .coluna-apelido.coluna-identificacao:before,
        .dados-cadastrais.operadores .table .coluna-certificadora.coluna-identificacao:before,
        .dados-cadastrais.operadores .table .coluna-tipo.coluna-identificacao:before,
        .dados-cadastrais.operadores .table .coluna-situacao.coluna-identificacao:before,
        .dados-cadastrais.operadores .table td.coluna-identificacao:before {
            font-family: 'Inter', Arial, sans-serif;
            content: "Identificação: ";
        }
        /* line 6946, ../sass/template.scss */
        .dados-cadastrais.operadores .table .coluna-operador.coluna-apelido:before,
        .dados-cadastrais.operadores .table .coluna-identificacao.coluna-apelido:before,
        .dados-cadastrais.operadores .table .coluna-apelido.coluna-apelido:before,
        .dados-cadastrais.operadores .table .coluna-certificadora.coluna-apelido:before,
        .dados-cadastrais.operadores .table .coluna-tipo.coluna-apelido:before,
        .dados-cadastrais.operadores .table .coluna-situacao.coluna-apelido:before,
        .dados-cadastrais.operadores .table td.coluna-apelido:before {
            font-family: 'Inter', Arial, sans-serif;
            content: "Apelido: ";
        }
        /* line 6952, ../sass/template.scss */
        .dados-cadastrais.operadores .table .coluna-operador.coluna-certificadora:before,
        .dados-cadastrais.operadores .table .coluna-identificacao.coluna-certificadora:before,
        .dados-cadastrais.operadores .table .coluna-apelido.coluna-certificadora:before,
        .dados-cadastrais.operadores .table .coluna-certificadora.coluna-certificadora:before,
        .dados-cadastrais.operadores .table .coluna-tipo.coluna-certificadora:before,
        .dados-cadastrais.operadores .table .coluna-situacao.coluna-certificadora:before,
        .dados-cadastrais.operadores .table td.coluna-certificadora:before {
            font-family: 'Inter', Arial, sans-serif;
            content: "Certificadora: ";
        }
        /* line 6958, ../sass/template.scss */
        .dados-cadastrais.operadores .table .coluna-operador.coluna-tipo:before,
        .dados-cadastrais.operadores .table .coluna-identificacao.coluna-tipo:before,
        .dados-cadastrais.operadores .table .coluna-apelido.coluna-tipo:before,
        .dados-cadastrais.operadores .table .coluna-certificadora.coluna-tipo:before,
        .dados-cadastrais.operadores .table .coluna-tipo.coluna-tipo:before,
        .dados-cadastrais.operadores .table .coluna-situacao.coluna-tipo:before,
        .dados-cadastrais.operadores .table td.coluna-tipo:before {
            font-family: 'Inter', Arial, sans-serif;
            content: "Tipo: ";
        }
        /* line 6964, ../sass/template.scss */
        .dados-cadastrais.operadores .table .coluna-operador.coluna-cpf:before,
        .dados-cadastrais.operadores .table .coluna-identificacao.coluna-cpf:before,
        .dados-cadastrais.operadores .table .coluna-apelido.coluna-cpf:before,
        .dados-cadastrais.operadores .table .coluna-certificadora.coluna-cpf:before,
        .dados-cadastrais.operadores .table .coluna-tipo.coluna-cpf:before,
        .dados-cadastrais.operadores .table .coluna-situacao.coluna-cpf:before,
        .dados-cadastrais.operadores .table td.coluna-cpf:before {
            font-family: 'Inter', Arial, sans-serif;
            content: "CPF: ";
        }
        /* line 6970, ../sass/template.scss */
        .dados-cadastrais.operadores .table .coluna-operador.coluna-perfil:before,
        .dados-cadastrais.operadores .table .coluna-identificacao.coluna-perfil:before,
        .dados-cadastrais.operadores .table .coluna-apelido.coluna-perfil:before,
        .dados-cadastrais.operadores .table .coluna-certificadora.coluna-perfil:before,
        .dados-cadastrais.operadores .table .coluna-tipo.coluna-perfil:before,
        .dados-cadastrais.operadores .table .coluna-situacao.coluna-perfil:before,
        .dados-cadastrais.operadores .table td.coluna-perfil:before {
            font-family: 'Inter', Arial, sans-serif;
            content: "Perfil: ";
        }
        /* line 6975, ../sass/template.scss */
        .dados-cadastrais.operadores .table .coluna-operador.coluna-situacao,
        .dados-cadastrais.operadores .table .coluna-identificacao.coluna-situacao,
        .dados-cadastrais.operadores .table .coluna-apelido.coluna-situacao,
        .dados-cadastrais.operadores .table .coluna-certificadora.coluna-situacao,
        .dados-cadastrais.operadores .table .coluna-tipo.coluna-situacao,
        .dados-cadastrais.operadores .table .coluna-situacao.coluna-situacao,
        .dados-cadastrais.operadores .table td.coluna-situacao {
            position: absolute;
            right: 0;
            top: 20px;
        }
            /* line 6979, ../sass/template.scss */
            .dados-cadastrais.operadores .table .coluna-operador.coluna-situacao:before,
            .dados-cadastrais.operadores .table .coluna-identificacao.coluna-situacao:before,
            .dados-cadastrais.operadores .table .coluna-apelido.coluna-situacao:before,
            .dados-cadastrais.operadores .table .coluna-certificadora.coluna-situacao:before,
            .dados-cadastrais.operadores .table .coluna-tipo.coluna-situacao:before,
            .dados-cadastrais.operadores .table .coluna-situacao.coluna-situacao:before,
            .dados-cadastrais.operadores .table td.coluna-situacao:before {
                font-family: 'Inter', Arial, sans-serif;
                content: "Situação: ";
            }

    .col-tipo-arquivo:before {
        font-family: 'Inter', Arial, sans-serif;
        content: "Tipo Arquivo: ";
    }
    /* line 6988, ../sass/template.scss */
    .icones-opcoes {
        overflow: hidden;
        clear: both;
        width: 100%;
    }

    /* line 6994, ../sass/template.scss */
    .form-control.select-sm {
        background-color: #f5f7f8;
        font-size: 13px;
        max-width: 110px;
    }
        /* line 6998, ../sass/template.scss */
        .form-control.select-sm select {
            font-size: 13px;
        }

    /* line 7003, ../sass/template.scss */
    .main .alerta:after {
        margin: 0 0 0 48px;
    }

    /* modal */
    /* line 7010, ../sass/template.scss */
    .info-home .dados-token .info-token-dados {
        float: left;
    }
    /* line 7013, ../sass/template.scss */
    .info-home .dados-token .icone {
        margin-top: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    /* line 7022, ../sass/template.scss */
    .main.open.col-md-offset-2 {
        margin-left: 18.666667%;
    }
    /* line 7025, ../sass/template.scss */
    .main.open.col-md-10 {
        width: 81.333333%;
    }
}

@media (min-width: 1441px) and (max-width: 1800px) {
    /* line 7040, ../sass/template.scss */
    .main.open.col-md-offset-2 {
        margin-left: 13.666667%;
    }
    /* line 7043, ../sass/template.scss */
    .main.open.col-md-10 {
        width: 86.333333%;
    }
}

@media (min-width: 1881px) {
    /* line 7051, ../sass/template.scss */
    .main.open.col-md-offset-2 {
        margin-left: 10.666667%;
    }
    /* line 7054, ../sass/template.scss */
    .main.open.col-md-10 {
        width: 89.333333%;
    }
}

@media (min-width: 1013px) and (max-width: 1170px) {
    /* line 7060, ../sass/template.scss */
    .sidebar-info .ultimo-acesso p {
        -webkit-transition: all 0.4s ease 0.2s;
        transition: all 0.4s ease 0.2s;
        font-size: 11px;
        margin-bottom: 16px;
    }

    /* line 7067, ../sass/template.scss */
    .menu-opened .main.open {
        padding-right: 10px;
    }
    /* line 7070, ../sass/template.scss */
    .menu-opened .sidebar-info .ultimo-acesso p {
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    /* line 7081, ../sass/template.scss */
    .sidebar .jspContainer .jspPane {
        height: 100%;
    }

    .icone-default {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 981px) {
    /* line 7089, ../sass/template.scss */
    .navbar-header .header-left .infos .busca-topo {
        padding-left: 120px;
        width: 100%;
    }
        /* line 7092, ../sass/template.scss */
        .navbar-header .header-left .infos .busca-topo.open-menu {
            width: 100%;
            padding-left: 120px;
        }

    /* line 7097, ../sass/template.scss */
    .jspContainer .nav-sidebar {
        margin-left: 0 !important;
    }
}

@media (min-width: 1023px) and (max-width: 1024px) {
    /* line 7103, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento .agendamentos {
        margin-top: 30px;
    }

    /* line 7105, ../sass/template.scss */
    div.sidebar {
        min-width: inherit;
        max-width: inherit;
        padding-right: 10px;
        padding-left: 10px;
    }

    /* line 7111, ../sass/template.scss */
    .navbar-header .header-left .menu-abre-fecha:after {
        margin-left: -25px;
    }

    /* line 7114, ../sass/template.scss */
    .navbar-header .header-left .menu-abre-fecha {
        padding-left: 14px;
    }

    /* line 7117, ../sass/template.scss */
    .nav-sidebar {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: -10px;
    }
        /* line 7122, ../sass/template.scss */
        .nav-sidebar li a {
            padding-left: 60px;
            padding-right: 0;
        }
            /* line 7125, ../sass/template.scss */
            .nav-sidebar li a .icone {
                left: 15px !important;
            }
}

@media (min-width: 1024px) {
    /* line 7133, ../sass/template.scss */
    .jspContainer .nav-sidebar {
        margin-left: 0 !important;
    }

    /* line 7137, ../sass/template.scss */
    .removeMarginTop {
        margin-top: 0;
    }
}
/* line 7145, ../sass/template.scss */
.pag-leg {
    margin: 10px 0 0 0;
}

/* line 7148, ../sass/template.scss */
.no-border {
    border: 0 !important;
}

/* line 7149, ../sass/template.scss */
.pagination.ajusta-altura {
    margin: 0;
}

/* line 7150, ../sass/template.scss */
.tit-segura {
    height: 42px;
}

/* line 7151, ../sass/template.scss */
.ui-autocomplete {
    z-index: 9999;
}

/* line 7152, ../sass/template.scss */
.select-rodape select {
    float: right !important;
    max-width: 63px;
}

    /* line 7154, ../sass/template.scss */
    .select-rodape select.form-control {
        max-width: 60px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../imagens/seta-select3.png) no-repeat 95% 0;
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f;
    }

/* line 7166, ../sass/template.scss */
.txt-item-pag label {
    width: auto !important;
    clear: none;
    margin-right: 10px;
}

/* line 7168, ../sass/template.scss */
.txt-item-pag {
    float: right;
}

/* line 7170, ../sass/template.scss */
.topo-icone-troca {
    position: relative;
    top: -8px;
}

/* line 7171, ../sass/template.scss */
.cadeado-topo {
    position: absolute;
    right: -4px;
    bottom: 10px;
}

/* line 7172, ../sass/template.scss */
.text-left {
    text-align: left !important;
}

/* line 7173, ../sass/template.scss */
.navbar-header .header-left .infos .item.item-gerenciar.act .sub-item {
    height: 120px;
}

/* line 7174, ../sass/template.scss */
.dados-cadastrais .info-lista-token .colunas {
    padding-top: 6px;
}

    /* line 7175, ../sass/template.scss */
    .dados-cadastrais .info-lista-token .colunas .btn {
        margin-top: 4px;
    }

/* line 7176, ../sass/template.scss */
.form-control.select-sm {
    padding: 3px 25px 3px 10px;
}

/* line 7180, ../sass/template.scss */
.modal-body .icone-token-symantec {
    margin-top: 18px;
}

/* line 7181, ../sass/template.scss */
.alinhaCampo {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

/* line 7182, ../sass/template.scss */
.cadastro .cadastro-inexistente label {
    margin-bottom: 5px;
}

/* line 7185, ../sass/template.scss */
footer.footer-doc.footer {
    margin-top: 0;
}

/* line 7186, ../sass/template.scss */
.main.pdf {
    min-height: auto;
    padding: 10px 15px 0 15px;
}

/* line 7187, ../sass/template.scss */
.container.escolha-conta .itens-pag .form-control {
    margin-left: 5px;
}

/* line 7189, ../sass/template.scss */
.dados-cadastrais .info-lista-token {
    padding: 30px 30px 20px 20px;
}

    /* line 7190, ../sass/template.scss */
    .dados-cadastrais .info-lista-token .colunas {
        padding-top: 0;
    }

/* line 7191, ../sass/template.scss */
.table-default .tabela-contas .table td {
    padding: 15px 8px 10px 8px;
}

/* line 7192, ../sass/template.scss */
.footer .data-hora {
    background: none;
    line-height: 13px;
}

/* line 7193, ../sass/template.scss */
.ajustaCampo {
    height: 50px !important;
}

/* line 7194, ../sass/template.scss */
.margin-top-10 {
    margin-top: 10px;
}

/* line 7196, ../sass/template.scss */
.print {
    display: none;
}

/* line 7200, ../sass/template.scss */
.no-print {
    display: block;
}

@media (max-width: 767px) {
    /* line 7205, ../sass/template.scss */
    .dados-cadastrais.operadores .box-info .bloco-situacao .btn {
        margin-top: 15px;
    }

    /* line 7207, ../sass/template.scss */
    .container.cadastro .ver-dados .col-md-6.tb-pad-30 p.colocaBordaBottom {
        border-bottom: 1px solid #d5dadd;
    }

    /* line 7208, ../sass/template.scss */
    .table-default .tabela-contas .table td {
        padding: 0px 8px 5px 15px !important;
    }
}
/* line 7212, ../sass/template.scss */
.ie {
    background: #0a1d6f;
    height: 80px;
    width: 100%;
    display: none;
    padding-top: 5px;
}

    /* line 7213, ../sass/template.scss */
    .ie h4, .ie h5 {
        color: #FFF;
    }

/* line 7214, ../sass/template.scss */
.acessoTablet {
    position: relative;
    top: -10px;
    padding-right: 0;
    display: none;
}

@media (max-width: 1024px) {

    .container.escolha-conta .buscar {
        margin-bottom: 30px;
    }

    /* line 7217, ../sass/template.scss */
    .acessoTablet {
        display: inline-block;
    }

    /*.dados-cadastrais.operadores .table .lkexcluir{width: 100%;}*/
}

@media (min-width: 992px) {
    /* line 7223, ../sass/template.scss */
    .dados-cadastrais .btn-no-pad {
        padding-top: 0;
    }

    /* line 7224, ../sass/template.scss */
    .select-style {
        height: 52px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    /* line 7229, ../sass/template.scss */
    .btn-default {
        margin-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 7233, ../sass/template.scss */
    .dados-cadastrais .calendario-agendamento .agendamentos {
        margin-top: 30px;
    }

    /* line 7234, ../sass/template.scss */
    .dados-cadastrais .img-cracha {
        min-width: auto;
    }
}
/* line 7237, ../sass/template.scss */
.col-min {
    width: 30% !important;
}

/* line 7238, ../sass/template.scss */
.col-med {
    width: 40% !important;
}

/* line 7239, ../sass/template.scss */
.main .resumo-extrato .box-filtro.ajustaPaddingResumo .lb-filtro.border-left {
    padding-left: 20px;
}

/* line 7240, ../sass/template.scss */
.bottom-10 {
    margin-bottom: 10px;
}

/* line 7242, ../sass/template.scss */
.select-style select:focus, option:focus, .select-style select::-moz-focus-inner, .select-style select::-moz-focus-inner {
    outline: none;
    border: none;
    color: transparent;
}

/* line 7248, ../sass/template.scss */
.select-style select option {
    background: transparent;
    border: 0;
}

/* line 7253, ../sass/template.scss */
.select-style select::-ms-expand {
    display: none;
}

/* line 7255, ../sass/template.scss */
.select-style select {
    outline: 0;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #fff;
}

/* line 7265, ../sass/template.scss */
a:link {
    outline: 0;
}

/* line 7269, ../sass/template.scss */
select::-ms-expand {
    display: none;
}

/* line 7274, ../sass/template.scss */
.select-style select:-moz-focusring {
    color: #0a1d6f;
    text-shadow: 0 0 0 #0a1d6f;
}

/* line 7276, ../sass/template.scss */
.main .cont-dados .valor h4 {
    font-size: 14px;
}

/* line 7277, ../sass/template.scss */
.main .cont-dados .valor .colunas p {
    font-size: 16px;
}

/* line 7280, ../sass/template.scss */
.dados-cadastrais.dados-token.cadastro-token label.error {
    position: relative;
    bottom: 0;
}

/* line 7281, ../sass/template.scss */
.dados-cadastrais.dados-token .input-group {
    margin-bottom: 15px;
}

/* line 7282, ../sass/template.scss */
.container.login .bloco-form label.error {
    padding: 5px 0 0;
    color: #df5c5e;
    position: relative;
    left: 0;
    bottom: 0;
}

/* line 7289, ../sass/template.scss */
.marginTop20 {
    margin-top: 20px;
}

/*Ajuste*/
@media (max-width: 1024px) and (min-width: 768px) {
    /* line 7293, ../sass/template.scss */
    .main.open {
        padding-left: 110px;
    }

    /* line 7296, ../sass/template.scss */
    .marginRight20 {
        margin-right: 20px;
    }

    /* line 7297, ../sass/template.scss */
    .table-default .tabela-contas .table td {
        padding: 0px 8px 5px 15px !important;
    }
}
/* line 7301, ../sass/template.scss */
.dados-cadastrais .infos .row label {
    text-transform: inherit;
}

/* line 7303, ../sass/template.scss */
.dados-cadastrais.operadores .tabs-box .tab-content .box-colunas p {
    text-transform: initial;
}

/* line 7305, ../sass/template.scss */
.table-default .itens-pag:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 26px;
    width: 34px;
    height: 25px;
    pointer-events: none;
    background: url(../imagens/seta-select-item.png) no-repeat 50% 50%;
    display: none;
}

/* line 7316, ../sass/template.scss */
.dados-operador .itens-pag .form-control.select-sm {
    padding-right: 3px;
}

/* line 7318, ../sass/template.scss */
.dados-operador .itens-pag:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 26px;
    width: 34px;
    height: 25px;
    pointer-events: none;
    background: url(../imagens/seta-select-inner.png) no-repeat 50% 50%;
    display: none;
}

/* line 7329, ../sass/template.scss */
.table-default .tabela-contas .table td {
    padding: 15px 8px 10px 15px;
}

/* line 7330, ../sass/template.scss */
.marginBottom15 {
    margin-bottom: 15px;
}

/* line 7331, ../sass/template.scss */
.removePB {
    padding: 0 !important;
    background: transparent !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    position: relative;
    left: -5px;
}

.txt-item-pag label.tam-pag {
    width: 140px !important;
}

.flex {
    display: inline-flex;
}

.flex-align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-baseline {
    display: flex;
    align-items: baseline;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 425px) {
    .flex-d-column {
        flex-direction: column;
    }

    .no-pad-xs {
        padding: 0 !important;
    }
}

@media (min-width: 768px) {
    .conteudo-dados {
        min-height: 550px !important;
    }

    /*.flex-baseline-md {
        display: flex;
        align-items: unset;
    }*/
}


/* TABELA PAGINA CADASTRO ALÇADAS */

@media (max-width: 767px) {

    #ListaDeAlcadas_length {
        display: none;
    }
}

@media (min-width: 1025px) {
    .table-default .tabela-contas .table td.col-aprovadores:before,
    .table-default .tabela-contas .table td.col-obrigatorio:before,
    .table-default .tabela-contas .table td.col-transacao:before,
    .table-default .tabela-contas .table td.col-diario:before,
    .table-default .tabela-contas .table td.col-nome:before {
        display: none;
        font-family: 'Inter', Arial, sans-serif;
    }
}

.table-default .tabela-contas .table td.col-aprovadores:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Número mínimo de assinaturas: ";
}

.table-default .tabela-contas .table td.col-obrigatorio:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Mínimo Obrigatório: ";
}

.table-default .tabela-contas .table td.col-transacao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Limite por Transação: ";
}

.table-default .tabela-contas .table td.col-diario:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Limite Diário: ";
}

.table-default .tabela-contas .table td.col-nome:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Nome: ";
}
@media (max-width: 991px) {
    .extrato-home {
        width: 100%;
    }
}

/* WHITELABEL */

.select-adicional {
    padding: 10px 0;
}
.select-adicional span {
    font-family: 'OpenSL';
    font-size:13px;
    padding-bottom:5px;
    display:block;
}
@media (max-width: 991px) {
    .select-adicional {
        width: 100%;
        display: block;
        padding: 10px 15px;
    }
}
@media (max-width: 991px) {
    .select-adicional {
        width: 100%;
        display: block;
    }
}
@media (min-width: 991px) {
    .texto-acessar {
        display: none;
    }
}

@media (max-width: 991px) {
    .texto-acessar {
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .titulo-area-webfont {
        padding: 15px 10px!important;
    }
}

/* BTN INATIVO CARTÕES */
.inactive {
    opacity: 0.7;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
    background: #fff;
    height: 106px;
    border-bottom: 2px solid #abc8ca;
    padding-top: 5px;
}
.inactive .icone{
    opacity: 0.5;
    display:block;
    margin:0 auto;
}



/* ESQUECI MINHA SENHA CCME */

.box-esqueci-senha-ccme h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #112E50;
}

.box-esqueci-senha-ccme .box-steps-senha {
    padding: 10px;
}

    .box-esqueci-senha-ccme .box-steps-senha p {
        font-size: 12px;
        color: #112E50;
    }

.box-esqueci-senha-ccme .box-steps-senha ul {
    font-size: 12px;
}
.box-esqueci-senha-ccme .box-steps-senha ul li::marker {
    color: #112E50;
}
.box-esqueci-senha-ccme .box-forms-alterar-senha {
    margin-top: 20px;
}

.box-esqueci-senha-ccme .box-forms-alterar-senha h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #112E50;
}

.box-esqueci-senha-ccme .box-forms-alterar-senha .bg-white {
    padding: 15px;
}
#confiabilidade-home {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 1040;
    margin: 0;
    height: 120px;
    padding: 20px;
    overflow: initial;
    z-index: 3000;
}
#confiabilidade-home .btn-fechar-lgpd{
    position:absolute;
    top:10px;
    right:14px;
    font-size:18px;
    color:#7a7d7f;
}

#confiabilidade-home .item-confiabilidade .textos::before {
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

#confiabilidade-home .item-confiabilidade .textos {
    padding:0;
}

#confiabilidade-home .item-confiabilidade .textos h3 {
    color:#112E50;
    text-transform:uppercase;
    padding: 0 0 15px 0;
    font-weight: 100;
}

#confiabilidade-home .item-confiabilidade .conteudo-botoes a {
    font-size:14px;
    min-width: 100px;
}

.alerta-confiabilidade {
    overflow: auto;
    margin: 20px -30px -20px -30px;
    height: 150px;
}
.alerta-confiabilidade .item-confiabilidade {
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 10px;
}
.alerta-confiabilidade .item-confiabilidade .textos h3 {
    font-size: 16px;
    color: #000000;
    margin:0;
    padding:0 0 5px 0;
}
.alerta-confiabilidade .item-confiabilidade .textos  {
    padding:0 0 0 40px;
    position:relative;
    text-align:left;
}
.alerta-confiabilidade .item-confiabilidade .textos::before {
    content: "";
    top: 6px;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0a1d6f;
    position: absolute;
}
.alerta-confiabilidade .item-confiabilidade .textos p {
    font-size: 13px;
    color:#38383A;
}
.alerta-confiabilidade .item-confiabilidade .conteudo-botoes {
    display:flex;
}
.alerta-confiabilidade .item-confiabilidade .conteudo-botoes a {
    font-size: 10px;
    padding: 10px 20px;
    min-width: 85px;
    margin-left: 15px;
}

@media (max-width: 767px) {
    #confiabilidade-home {
        height: 200px;
    }
    #confiabilidade-home .item-confiabilidade .conteudo-botoes {
        margin:0;

    }
    #confiabilidade-home .item-confiabilidade .conteudo-botoes a {
        font-size: 10px;
        margin: 13px 10px 0px 0;
        width: 25%;
        padding: 10px 5px;
        min-width: 80px;
    }

    .alerta-confiabilidade .item-confiabilidade {
        flex-direction: column;
        align-items: flex-start;
    }
    .alerta-confiabilidade .item-confiabilidade .conteudo-botoes {
        margin-left:20px;
    }
    .alerta-confiabilidade .item-confiabilidade .conteudo-botoes a {
        margin:10px 0 0 20px; 
    }
}

.icone-config-privacidade {
    width: 53px;
    height: 55px;
    background: url(../imagens/icone/icone-config-privacidade-azul.png) no-repeat;
    background-size: contain;
    margin: 0 auto -55px auto;
    display: block;
}

.numeros-opcoes .item-select:hover .icone-config-privacidade {
    width: 53px;
    height: 55px;
    background: url(../imagens/icone/icone-config-privacidade-branco.png) no-repeat;
    background-size: contain;
    margin: 0 auto -55px auto;
    display: block;
}

.portal-cambio {
    background-color: red;
    background: url("../imagens/background-portalcambio.jpg");
    width: 105%;
    margin: -30px -30px 35px -30px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 80px 80px;
}
@media (max-width: 480px) {
    .portal-cambio {
    background-position:right;
   }
}
@media (max-width: 480px) {
    .portal-cambio {
        padding: 80px 30px 80px 50px;
        margin: -30px -30px 35px -18px;
    }
    .portal-cambio .btn-cambio {
        padding:20px;
    }
}
.portal-cambio h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0 210px;
}

@media (max-width: 768px) {
    .portal-cambio h2 {
        font-size: 16px;
        padding: 0;
    }
}
.portal-cambio h2 span {
    color: #05b1e3;
}
.portal-cambio header {
    text-align:center;
}
.ic {

    display:block;
}
@media (max-width:768px) {
    .ic {
        margin:0 auto;
    }
}
.ic-portal-acesso {
    width: 35px;
    height: 35px;
    background: url("../imagens/icone/ic-portal-acesso.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.ic-portal-cotacao {
    width: 40px;
    height: 40px;
    background: url("../imagens/icone/ic-portal-cotacao.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.ic-portal-envie {
    width: 47px;
    height: 30px;
    background: url("../imagens/icone/ic-portal-envie.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.portal-cambio .container-portal-cambio {
    margin-top: 40px;
}

.portal-cambio .container-portal-cambio {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    grid-gap: 150px;
}
@media (min-width: 769px) and (max-width: 991px) {
    .portal-cambio .container-portal-cambio {
        grid-gap:80px;
    }
}
@media (max-width: 768px) {
    .portal-cambio .container-portal-cambio {
        flex-direction: column;
        grid-gap: 60px;
    }
}

.portal-cambio .container-portal-cambio h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.portal-cambio .container-portal-cambio h4 {
    font-size: 16px;
    font-weight: 100;
}

.portal-cambio .container-portal-cambio h4 {
    font-size: 16px;
    font-weight: 100;
}

@media (max-width: 768px) {
    .portal-cambio .container-portal-cambio .box-conteudo-portal {
        text-align: center;
    }
}



.portal-cambio .btn-cambio {
    font-size: 14px;
    padding: 20px 40px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #05b1e3;
    color: #fff;
    margin: 80px auto 0 auto;
}

.portal-cambio > footer {
    display: none;
}

.panel-body .grey {
    background-color: #f5f7f8;
    background-image: none !important;
}

.main .resumo-extrato .panel-group .info-extrato:hover, .main .resumo-extrato .panel-group .info-extrato.bg-white .grey {
    /*background-color: #f5f7f8;
    background-image: none !important;*/
}

.calendarioFeriado {
    background-color: #ffffff !important;
}
.calendarioFeriadoDDA {
    background-color: #ffffff !important;
}

.left-pd-10 {
    padding: 5px 0 5px 15px !important;
}

.border-right {
    border-right: 1px solid #d0d2d3;
}

/* Cores dos textos */

.txt-cor-azul {
    color: #112E50;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

/* mantém o texto centralizado no botão */

.col-sm-4 .btn {
    padding: 14px;
}

.banner-repatriacao, .conteudo-dados .banner-repatriacao {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1200px;
    max-height: 126px;
    overflow: hidden;
    clear: both;
    background: none;
    margin: 15px 0;
}

    .banner-repatriacao img, .conteudo-dados .banner-repatriacao img {
        width: 100%;
        height: auto;
        max-width: 1200px;
        max-height: 126px;
    }

.border-bottom-green {
    border-bottom: 2px solid #0a1d6f;
}

.borda-bottom-dashed {
    border-bottom: dashed 1px #0a1d6f;
    padding-bottom: 5px;
    padding-top: 5px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .border-right {
        border-right: none;
    }
}


.table-default .tabela-contas .table td {
    background-color: #fff;
    vertical-align: middle !important;
}

.alerta-info {
    display: none;
}

@media (min-width: 1025px) {
    .table-default .tabela-contas .table td.col-pagador:before,
    .table-default .tabela-contas .table td.col-cpf-cnpj:before,
    .table-default .tabela-contas .table td.col-seunumero:before,
    .table-default .tabela-contas .table td.col-nossonumero:before,
    .table-default .tabela-contas .table td.col-tipoinstrução:before,
    .table-default .tabela-contas .table td.col-statusinstrucao:before,
    .table-default .tabela-contas .table td.col-motivorejeicao:before,
    .table-default .tabela-contas .table td.col-col-check:before,
    .table-default .tabela-contas .table td.col-col-evento:before,
    .table-default .tabela-contas .table td.col-col-cadastramento:before {
        display: none;
        margin: 0;
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 250px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
    }
}

@media (min-width: 1025px) {
    .table-default .tabela-contas .table td.col-data:before,
    .table-default .tabela-contas .table td.col-tipo-de-pagamento:before,
    .table-default .tabela-contas .table td.col-origem:before,
    .table-default .tabela-contas .table td.col-favorecido:before,
    .table-default .tabela-contas .table td.col-valor:before,
    .table-default .tabela-contas .table td.col-cpf-cpnj:before,
    .table-default .tabela-contas .table td.col-banco:before,
    .table-default .tabela-contas .table td.col-agencia:before,
    .table-default .tabela-contas .table td.col-conta:before,
    .table-default .tabela-contas .table td.col-tipopagamento:before,
    .table-default .tabela-contas .table td.col-situacao:before,
    .table-default .tabela-contas .table td.col-tipoinstrucao:before,
    .table-default .tabela-contas .table td.col-referencia:before,
    .table-default .tabela-contas .table td.col-dias:before,
    .table-default .tabela-contas .table td.col-cadastroinstrucao:before {
        display: none;
        font-family: 'Inter', Arial, sans-serif;
    }
}



@media (min-width: 1025px) {
    .table-default .tabela-contas .table td.col-banco:before,
    .table-default .tabela-contas .table td.col-vencimento:before,
    .table-default .tabela-contas .table td.col-documento:before,
    .table-default .tabela-contas .table td.col-desconto:before,
    .table-default .tabela-contas .table td.col-pagamento:before,
    .table-default .tabela-contas .table td.col-identificacao:before,
    .table-default .tabela-contas .table td.col-multa:before,
    .table-default .tabela-contas .table td.col-juros:before {
        display: none;
        margin: 0;
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 250px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
    }
}
.table-default .tabela-contas .table td.col-pagador:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Pagador: ";
}
.table-default .tabela-contas .table td.col-evento:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Evento: ";
}
.table-default .tabela-contas .table td.col-cadastramento:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Cadastramento: ";
}
.table-default .tabela-contas .table td.col-tipoinstrução:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Tipo de Instrução: ";
}

.table-default .tabela-contas .table td.col-motivorejeicao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Motivo da Rejeição: ";
}
.table-default .tabela-contas .table td.col-statusinstrucao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Status: ";
}
.table-default .tabela-contas .table td.col-cpf-cnpj:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "CPF / CNPJ: ";
}
.table-default .tabela-contas .table td.col-seunumero:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Seu Número: ";
}

.table-default .tabela-contas .table td.col-nossonumero:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Nosso Número: ";
}

.table-default .tabela-contas .table td.col-pagamento:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Valor do Pagamento: ";
}

.table-default .tabela-contas .table td.col-identificacao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Identificação: ";
}
.table-default .tabela-contas .table td.col-arquivo:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Arquivo: ";
}

.table-default .tabela-contas .table td.col-tamanho:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Tamanho: ";
}
.table-default .tabela-contas .table td.col-data-hora-geracao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Data / Hora da Geração: ";
}

.table-default .tabela-contas .table td.col-qtde-pagto:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Qtde Pagto: ";
}
.table-default .tabela-contas .table td.col-valor:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Valor: ";
}

.table-default .tabela-contas .table td.col-banco:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Banco: ";
}

.table-default .tabela-contas .table td.col-desconto:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Desconto: ";
}

.table-default .tabela-contas .table td.col-juros:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Juros: ";
}

.table-default .tabela-contas .table td.col-multa:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Multa: ";
}

/*.table-default .tabela-contas .table td.col-ocorrencia::before {
    font-family: OpenS, Arial, sans-serif;
    content: "Ocorrência: ";
}*/

@media screen and (max-width: 430px) {
    .conteudo-dados header.titulos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #d5dadd;
    }

        header.titulos h1 {
            margin-top: 0;
        }
}

@media (min-width: 0px) and (max-width: 991px) {
    .table-default .tabela-contas .table td {
        padding: 15px 8px 10px 8px;
    }
}

@media (max-width: 1024px) {
    .banner-repatriacao.extrato {
        display: block;
        width: 100%;
        height: auto;
        max-width: 885px;
        max-height: 80px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
        padding: 0;
        margin: 0 0 15px 0;
    }

        .banner-repatriacao.extrato img {
            display: block;
            width: 100%;
            height: auto;
            max-width: 885px;
            max-height: 80px;
            overflow: hidden;
            clear: both;
            background: no-repeat 0 100%;
            padding: 0;
        }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .dados-cadastrais.operadores .table .lkexcluir {
        width: 100%;
        margin-top: 0;
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 729px;
        max-height: 70px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
    }

        .sidebar-info .banner-sidebar img {
            width: 100%;
            height: auto;
            max-width: 729px;
            max-height: 70px;
        }
}

.border-5 {
    border-top: 10px solid #eeeeee;
}

.alert-fixo {
    position: initial;
    width: 100%;
    z-index: 50;
    border: none;
    text-align: center;
    line-height: 34px;
    padding: 5px;
}

.periodoDe .periodoAte {
    margin-top: 1.1%;
}


.modal-memorize .modal-header .info-icones {
    float: right;
    display: block;
    padding: 0 5px;
}

.btnSair {
    cursor: pointer;
}

/* float none */
.pull-none {
    float: none !important;
}

/* width auto */
.w-auto {
    width: auto !important;
}

.textTextLoteInfo {
    padding-right: 12px !important;
}
/* ----------------------------------------------------------------------------------------- */

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalLoading {
        display: block;
    }

/* ----------------------------------------------------------------------------------------- */

.input-validation-error-rend {
    border: 1px solid red !important;
}

.button-validation-error-rend {
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: red !important;
    border-left-color: #e6e6e6 !important;
}

/* TABELA PAGINA AUTORIZACAO */
@media (min-width: 1025px) {
    .table-default .tabela-contas .table td.col-data:before,
    .table-default .tabela-contas .table td.col-tipo-de-pagamento:before,
    .table-default .tabela-contas .table td.col-origem:before,
    .table-default .tabela-contas .table td.col-favorecido:before,
    .table-default .tabela-contas .table td.col-valor:before,
    .table-default .tabela-contas .table td.col-cpf-cpnj:before,
    .table-default .tabela-contas .table td.col-banco:before,
    .table-default .tabela-contas .table td.col-agencia:before,
    .table-default .tabela-contas .table td.col-conta:before,
    .table-default .tabela-contas .table td.col-tipopagamento:before,
    .table-default .tabela-contas .table td.col-situacao:before {
        display: none;
        font-family: 'Inter', Arial, sans-serif;
    }
}

.table-default .tabela-contas .table td.col-data:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Data: ";
}

.table-default .tabela-contas .table td.col-tipoinstrucao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Tipo da Instrução: ";
}

.table-default .tabela-contas .table td.col-referencia:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Referência: ";
}

.table-default .tabela-contas .table td.col-dias:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Dias: ";
}

.table-default .tabela-contas .table td.col-cadastroinstrucao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Cadastro de Instrução: ";
}

.table-default .tabela-contas .table td.col-tipopagamento:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Tipo de pagamento: ";
}

.table-default .tabela-contas .table td.col-origem:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Origem: ";
}

.table-default .tabela-contas .table td.col-favorecido:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Favorecido: ";
}

.table-default .tabela-contas .table td.col-cpf-cpnj:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "CPF / CNPJ: ";
}

.table-default .tabela-contas .table td.col-banco:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Banco: ";
}

.table-default .tabela-contas .table td.col-agencia:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Agência: ";
}

.table-default .tabela-contas .table td.col-conta:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Conta: ";
}

.itens-pag.abas {
    margin: 0;
    padding: 25px 15px 0 0;
}

.dados-cadastrais.operadores .table .lkexcluir {
    margin-top: 0px;
}

.table-default .tabela-contas .table th {
    min-width: 100px;
}

@media (max-width: 767px) {
    .menu-config-mobile .menu-config-mobile-topo .txt-cor {
        position: absolute;
        font-size: 11px;
        bottom: -67px;
        left: 2%;
        color: #112e50;
        text-align: center;
        display: block;
        width: 100%;
    }

    .PictogramaMobile {
        position: absolute;
        bottom: -57px;
        left: -3px;
        text-align: center;
        display: block;
        width: 100%;
    }

    .cadeado-topo {
        position: absolute;
        right: 37%;
        bottom: 10px;
    }
}

th.clear {
    font-family: 'Inter', Arial, sans-serif !important;
    font-size: 14px !important;
    color: #7a7d7f !important;
}

td.DataDesabilitada, table.ui-datepicker-calendar tbody td.DataDesabilitada a {
    color: #ff0000;
}

.no-display {
    display: none;
}

/*CheckBox*/
[type="checkbox"]:not(:checked) + input[type=hidden] + label, [type="checkbox"]:checked + input[type=hidden] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font: 13px 'Inter';
}

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:after {
        opacity: 0;
        transform: scale(0);
    }

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:after, [type="checkbox"]:checked + input[type=hidden] + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        transition: all .2s;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUJGQTJEM0NENjhCMTFFNTlEQjI4NDRGNDY1MTRDNTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUJGQTJEM0RENjhCMTFFNTlEQjI4NDRGNDY1MTRDNTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QkZBMkQzQUQ2OEIxMUU1OURCMjg0NEY0NjUxNEM1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QkZBMkQzQkQ2OEIxMUU1OURCMjg0NEY0NjUxNEM1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuV0fVgAAADMSURBVHjaYvz//z8DPuA5dwY/kDoFxF+YGAiDTiBWA2IJJgKm2gCpdCi3iBGXM4AK2YHUBSDWAOIt25MzfPGZXAVV+BWIs0ECTEATZIFYCc1ULSBVAeVWA019BFYMteoGUIEfVCFIbDYQswHxaSCeAjOE0WPO9ENA2haIfwNxAhCDgmoaEP8BYmOgqZdgillAhgHxZiB2BOLFQPwDKteDrBDsDKAAyAM+IB9DncUFxHeAuBHdx+DQAGr4BqSCgXgl1OR0oNgPdMUAAQYA6go8x51Nz/4AAAAASUVORK5CYII=') no-repeat 50% 4px;
    }

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:before, [type="checkbox"]:checked + input[type=hidden] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 15px;
        height: 15px;
        border: 1px solid #d5dadd;
        background: #FFF;
    }


@media (max-width: 1025px) {

    .select_pesquisa {
        display: none !important;
    }

    /*.itensPorPagina {
        display: none !important;
    }
    #paginacaoT {
        display: none !important;
    }*/
}


th.col-checkbox, td.col-checkbox {
    min-width: 0 !important;
    padding: 20px 23px 10px 30px !important;
}

/* GERENTE */

@media (min-width: 1025px) {
    .gerente img {
        width: 100%;
        height: auto;
        max-width: 70px;
        max-height: 78px;
    }
}

.gerente .max-70 {
    max-width: 70px !important;
}

.gerente h4 {
    margin: 0 !important;
}

@media (max-width: 1199px) and (min-width: 1025px) {
    /* line 1354, ../sass/template.scss */
    .esconder {
        display: none;
    }
}

/*Radio button*/
.radio-label {
    margin-top: -9px;
}

.francesa.botao-row {
    background-color: transparent !important;
}


.icone-md-francesinha {
    background-image: url(../../icon-francesinha-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-francesinha {
    background-image: url(../../icon-francesinha-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-consumo {
    background-image: url(../imagens/icone/consumo.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.icone-md-francesinha-on {
    background-image: url(../../icon-francesinha-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}


.icone-md-boleto {
    background-image: url(../imagens/icone/icon-boleto-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-boleto-on {
    background-image: url(../imagens/icone/icon-boleto-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}



.btn-default.btn-small,
.btn-primary.btn-small {
    padding: 5px;
    text-transform: none;
}


.btn-default.btn-small {
    border: 1px solid #0a1d6f;
    background-color: #ffffff;
    color: #0a1d6f;
}

.btn-primary.btn-small {
    border: 1px solid #666666;
    background-color: #ffffff;
    color: #666666;
}

.main .cont-dados .valor .linha-colunas .colunas {
    width: 25%;
}

.data.extrato {
    background-color: #eee;
    border-top: 3px solid #0a1d6f;
}

    .data.extrato p {
        color: #0a1d6f;
        font-size: 18px;
        margin: 10px 0;
        font-weight: bold;
        margin-left: 15px;
    }


.main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd),
.main .cont-dados.extrato-home .resumo-extrato .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato,
.main .cont-dados.extrato-home .resumo-extrato .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .tipo,
.main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) .tipo {
    background-color: #fff;
}

.main .resumo-extrato {
    margin: 0;
}

.bs-extrato-completo {
    border-top: 1px solid #d5dadd;
}

.titulo strong {
    color: #0a1d6f;
}

.col-alert.last-item {
    border: none !important;
}

.saldo {
    margin: 5px 0;
}

    .saldo p {
        margin-bottom: 0;
    }

.borda.linha-colunas:before {
    display: none;
}

.cssZebradoLg {
    background: #eeeeee !important;
}


@media screen and (min-width: 992px) and (max-width: 1024px) {
    .correcao {
        width: 50% !important;
    }

    .correcao-mostrar {
        display: inherit !important;
    }
}

@media screen and (min-width: 992px) {
    .bt-align {
        padding-top: 27px;
    }
}

@media (max-width: 1024px) {

    .cssZebradoLg {
        background-color: transparent;
    }

    .vmobile-gray {
        background-color: #eeeeee;
        padding: 15px !important;
    }
}

.tb-margin-10 {
    margin: 10px 0;
}

.top-margin-7 {
    margin-top: 7px;
}

@media (max-width: 767px) {
    .dados-cadastrais.operadores .box-info .col-md-6:first-child {
        padding: 10px;
    }

    .table-bordered .checkbox label {
        display: none;
    }

    .panel-heading {
        border-top: 0px !important;
    }

    .main .resumo-extrato .panel-group {
        border-bottom: 0px !important;
    }
}

.verde {
    color: #0a1d6f !important;
}

.vermelho {
    color: #FF0000 !important;
}

.concessao th,
.concessao td,
.concessao {
    background-color: #f5f7f8 !important;
    border: 0px !important;
}

    .concessao th {
        border-bottom: 1px #cecece solid !important;
    }


@media (max-width: 1024px) {
    .concessao th,
    .concessao td,
    .concessao {
        width: 100% !important;
        padding: 0px !important;
    }
}


@media (max-width: 1024px) {
    .hide-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {	

    .lr-pad-15 {
        padding: 0 15px 0 15px !important;
    }
}

.panel-group {
    border-bottom: 0px !important;
}

@media (max-width: 767px) {
	.correcao {
		padding:0px;
		font-size:13px;
	}
}

@media (min-width: 1025px) {
    .hide-desktop {
        display: none;
    }
}

.bottom-margin-0 {
    margin-bottom: 0px !important;
}

@media (min-width:992px) {
    .height-500 {
        height: 500px !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {	
.hack-pad {
	padding-left:15px;
	padding-right:15px;
}

        .hack-pad .col-sm-8,
        .hack-pad .col-sm-4 {
            padding: 0px;
        }
}

em {
    font-style: normal;
}

/* WebFonts */
/*@font-face {
    font-family: 'ibwebfonts';
    src: url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.eot?uc6rjv');
    src: url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.eot?uc6rjv#iefix') format('embedded-opentype'), 
        url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.ttf?uc6rjv') format('truetype'), 
        url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.woff?uc6rjv') format('woff'), 
        url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.svg?uc6rjv#ibwebfonts') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/


@font-face {
    font-family: 'ibwebfonts';
    src: local('ibwebfonts');
    src: url('/Content/webfonts/ibwebfonts.eot?qm5y0i');
    src: url('/Content/webfonts/ibwebfonts.eot?qm5y0i#iefix') format('embedded-opentype'), url('/Content/webfonts/ibwebfonts.ttf?qm5y0i') format('truetype'), url('/Content/webfonts/ibwebfonts.woff?qm5y0i') format('woff'), url('/Content/webfonts/ibwebfonts.svg?qm5y0i#ibwebfonts') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


.icone_home:before {
    content: "\e900";
}

.icone_saldo-e-extrato:before {
    content: "\e901";
}

.icone_cobranca:before {
    content: "\e902";
}

.icone_pagamentos-227:before {
    content: "\e92b";
}

.icone_openbanking:before {
    content: "\e92a";
}

.icone_pix:before {
    content: "\e903";
}

.icone_baas:before {
    content: "\e904";
}

.icone_cartoes:before {
    content: "\e905";
}

.icone_pagamentos:before {
    content: "\e906";
}

.icone_comprovantes:before {
    content: "\e907";
}

.icone_investimentos:before {
    content: "\e908";
}

.icone_transferencias:before {
    content: "\e909";
}

.icone_cadeado:before {
    content: "\e90a";
}

.icone_tamanho-de-fonte:before {
    content: "\e90b";
}

.icone_alerta:before {
    content: "\e90c";
}

.icone_mostrar-valores:before {
    content: "\e90d";
}

.icone_infor:before {
    content: "\e90e";
}

.icone_ocultar-valores:before {
    content: "\e90f";
}

.icone_sair:before {
    content: "\e910";
}

.icone_meus-dados:before {
    content: "\e911";
}

.icone_notificacoes:before {
    content: "\e912";
}

.icone_busca:before {
    content: "\e913";
}

.icone_atualizar-conta:before {
    content: "\e914";
}

.icone_editar:before {
    content: "\e915";
}

.icone_enviar-email:before {
    content: "\e916";
}

.icone_imprimir:before {
    content: "\e917";
}

.icone_ver-xls:before {
    content: "\e918";
}

.icone_interrogacao:before {
    content: "\e919";
}

.icone_ver-pdf:before {
    content: "\e91a";
}

.icone_francesinha:before {
    content: "\e91b";
}

.icone_titulos:before {
    content: "\e91c";
}

.icone_consulta-de-lote:before {
    content: "\e91d";
}

.icone_instrucoes:before {
    content: "\e91e";
}

.icone_emissao-de-boleto-simples:before {
    content: "\e91f";
}

.icone_gerenciar-arquivos:before {
    content: "\e920";
}

.icone_entrada-de-titulos:before {
    content: "\e921";
}

.icone_segunda-via-de-boleto:before {
    content: "\e922";
}

.icone_incluir-instrucao:before {
    content: "\e933";
}

.icone_rastrear-operacoes:before {
    content: "\e934";
}

.icone_pagar:before {
    content: "\e935";
}

.icone_posicao-de-carteira:before {
    content: "\e936";
}

.icone_devolver:before {
    content: "\e937";
}

.icone_receber:before {
    content: "\e938";
}

.icone_comprovantes-paginas:before {
    content: "\e939";
}

.icone_definir-limites-diario:before {
    content: "\e93a";
}

.icone_minhas-chaves:before {
    content: "\e93b";
}

.icone_gerenciar-operacoes:before {
    content: "\e93c";
}

.icone_darf:before {
    content: "\e92e";
}

.icone_aprovacoes:before {
    content: "\e93d";
}

.icone_habilitar-acesso:before {
    content: "\e93e";
}

.icone_gerenciar-chaves-de-seguranca:before {
    content: "\e93f";
}

.icone_operaoes:before {
    content: "\e940";
}

.icone_recarga-de-cartao-pre-pago:before {
    content: "\e941";
}

.icone_gerenciar-cartoes:before {
    content: "\e946";
}

.icone_configurar-pagamentos:before {
    content: "\e94a";
}

.icone_dda:before {
    content: "\e94b";
}

.icone_solicitacao-de-saque:before {
    content: "\e94c";
}

.icone_transferencia-entre-contas:before {
    content: "\e94d";
}

.icone_doc:before {
    content: "\e953";
}

.icone_ted:before {
    content: "\e954";
}

.icone_cdb-pre:before {
    content: "\e955";
}

.icone_gerenciar-favorecidos:before {
    content: "\e956";
}

.icone_cdb-janelas:before {
    content: "\e957";
}

.icone_cdb-pos:before {
    content: "\e958";
}

.icone_extrato-de-movimentacao:before {
    content: "\e959";
}

.icone_lci-e-lca:before {
    content: "\e95a";
}

.icone_posicao-de-aplicacao:before {
    content: "\e96f";
}

.icone_aplicacao:before {
    content: "\e970";
}

.icone_resgate:before {
    content: "\e971";
}

.icone_notas-de-negociacao:before {
    content: "\e972";
}

.icone_perfil:before {
    content: "\e973";
}

.icone_alterar-senha:before {
    content: "\e974";
}

.icone_token:before {
    content: "\e975";
}

.icone_alterar-selo-de-seguranca:before {
    content: "\e976";
}

.icone_meus-atalho:before {
    content: "\e977";
}

.icone_informe-de-rendimento:before {
    content: "\e978";
}

.icone_registrato:before {
    content: "\e979";
}

.icone_gerenciar-alcada:before {
    content: "\e97a";
}

.icone_incluir-alcada:before {
    content: "\e97b";
}

.icone_cancelas-dda:before {
    content: "\e97c";
}

.icone_meus-pagamentos:before {
    content: "\e97d";
}

.icone_nao-reconhecidos:before {
    content: "\e97e";
}

.icone_img-seg-chile:before {
    content: "\e97f";
}

.icone_img-seg-holanda:before {
    content: "\e980";
}

.icone_img-seg-china:before {
    content: "\e981";
}

.icone_img-seg-grecia:before {
    content: "\e982";
}

.icone_img-seg-eua:before {
    content: "\e983";
}

.icone_img-seg-estados-unidos:before {
    content: "\e983";
}

.icone_img-seg-brasilia:before {
    content: "\e984";
}

.icone_img-seg-rio:before {
    content: "\e985";
}

.icone_img-seg-italia:before {
    content: "\e986";
}

.icone_img-seg-franca:before {
    content: "\e987";
}

.icone_img-seg-inglaterra:before {
    content: "\e988";
}

.icone_visualizar-calendario-de-operacoes:before {
    content: "\e923";
}

.icone_upload:before {
    content: "\e924";
}

.icone_seta-padrao:before {
    content: "\e925";
}

.icone_moeda:before {
    content: "\e926";
}

.icone_gerenciar-operadores:before {
    content: "\e927";
}

.icone_excluir:before {
    content: "\e928";
}

.icone_escudo-check:before {
    content: "\e929";
}

.icone_escudo-aviso:before {
    content: "\e930";
}

.icone_editar-item:before {
    content: "\e931";
}

.icone_download:before {
    content: "\e932";
}

.icone_consulta:before {
    content: "\e942";
}

.icone_alterar-permissoes:before {
    content: "\e943";
}

.icone_adicionar:before {
    content: "\e944";
}

.icone_relogio-com-fundo:before {
    content: "\e945";
}

.icone_dia:before {
    content: "\e92f";
}

.icone_noite:before {
    content: "\e95b";
}

.icone_processamento {
    content: "\e947";
}

    .icone_processamento .path1:before {
        content: "\e947";
        color: rgb(0, 0, 0);
    }

    .icone_processamento .path2:before {
        content: "\e95d";
        margin-left: -1em;
        color: rgb(0, 0, 0);
    }

    .icone_processamento .path3:before {
        content: "\e95e";
        margin-left: -1em;
        color: rgb(0, 0, 0);
        opacity: 0.5;
    }

    .icone_processamento .path4:before {
        content: "\e95f";
        margin-left: -1em;
        color: rgb(0, 0, 0);
        opacity: 0.5;
    }

    .icone_processamento .path5:before {
        content: "\e960";
        margin-left: -1em;
        color: rgb(0, 0, 0);
        opacity: 0.5;
    }

    .icone_processamento .path6:before {
        content: "\e961";
        margin-left: -1em;
        color: rgb(0, 0, 0);
        opacity: 0.5;
    }

    .icone_processamento .path7:before {
        content: "\e962";
        margin-left: -1em;
        color: rgb(0, 0, 0);
        opacity: 0.5;
    }

    .icone_processamento .path8:before {
        content: "\e963";
        margin-left: -1em;
        color: rgb(0, 0, 0);
        opacity: 0.5;
    }

    .icone_processamento .path9:before {
        content: "\e964";
        margin-left: -1em;
        color: rgb(0, 0, 0);
        opacity: 0.5;
    }

.icone_notebook-com-cadeado:before {
    content: "\e948";
}

.icone_circulo-cortado:before {
    content: "\e949";
}

.icone_check-com-fundo:before {
    content: "\e94e";
}

.icone_cadeado-check:before {
    content: "\e94f";
}

.icone_atendimento:before {
    content: "\e950";
}

.icone_alerta-com-fundo:before {
    content: "\e951";
}

.icone-webfont {
    font-family: 'ibwebfonts' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    Better Font Rendering =========== -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icones-webfont {
    font-family: 'ibwebfonts' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 47px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 36%;
    display: block;
}

.numeros-opcoes .item-select {
    padding-top: 10px;
}

.titulo-area-webfont {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 60px 10px 0;
    font-size: 13px;
    line-height: 1em;
    font-family: 'Inter';
    color: #0a1d6f;
}

.sel-icone:hover .icones-webfont {
    color: #fff;
}

#div-img-limite .titulo-area,
#div-label-limite .titulo-area {
    padding: 45px 10px 0;
}

@media (max-width: 767px) {
    #div-img-limite .titulo-area,
    #div-label-limite .titulo-area {
        padding: 0;
    }
}

.sel-icone:hover .ico-disable,
.ico-disable,
.sel-icon-adaptado .titulo-area {
    color: #808080;
}


.saldo .icone_saldo-webfont {
    font-size: 16px;
    color: #0a1d6f;
}


.icone_ocultar-valores-on, .icone_dda-on, .icone_meus-dados-on, .icone_visualizar-calendario-de-operacoes-on, .icone_perfil-on,
.icone_alterar-senha-on, .icone_token-on, .icone_alterar-selo-de-seguranca-on, .icone_meus-atalho-on, .icone_registrato-on,
.icone_informe-de-rendimento-on, .icone_configurar-pagamentos-on, .icone_gerenciar-alcada-on, .icone_rastrear-operacoes-on,
.icone_titulos-on, .icone_francesinha-on, .icone_instrucoes-on, .icone_consulta-de-lote-on, .icone_gerenciar-arquivos-on,
.icone_emissao-de-boleto-simples-on, .icone_incluir-instrucao-on, .icone_posicao-de-carteira-on, .icone_segunda-via-de-boleto-on,
.icone_habilitar-acesso-on, .icone_gerenciar-chaves-de-seguranca-on, .icone_comprovantes-paginas-on, .icone_gerenciar-operacoes-on {
    opacity: 0;
}

.numeros-opcoes .item-select .icone-webfont,
.numeros-opcoes .sel-icone .icone-webfont,
.meusdados-opcoes .item-select .icone-webfont {
    font-size: 55px;
}

.saldo .icone_operacoes, .correcao .icone_operacoes,
.saldo .icone_transferencias, .correcao .icone_transferencias {
    color: #0a1d6f;
    font-size: 24px;
}

.saldo .icone_pix, .correcao .icone_pix {
    color: #0a1d6f;
    font-size: 21px;
}

.acesso-rapido .icone-webfont {
    font-size: 13px;
}

.topo-icone-troca .icone_seg {
    position: relative;
    top: 2px;
    font-size: 35px;
}



.nav-sidebar .icone-webfont {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 22px;
    color: rgba(72, 156, 156, 1) !important;
}

.nav-sidebar .icone_pix {
    font-size: 21px;
}

.cor-aviso-token .icone-webfont {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 36px;
    color: #112E50;
}

.cor-aviso-amarelo .icone-webfont {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 36px;
    color: #112E50;
}

.cor-aviso-tokenAmf .icone-webfont {
    color: #0A1D6F;
    display: flex;
    align-items: stretch;
}


/* TOPO */
.icone_meus-dados,
.icone_busca {
    color: #fff;
}

.item-alerta a {
    position: relative;
}

.badge {
    position: absolute;
    top: -15px;
    left: 10px;
    background-color: red;
}

.topo-icone-troca {
    position: relative;
    top: -8px;
}

    .topo-icone-troca .icone_cadeado {
        font-size: 18px;
        position: relative;
        left: -5px;
        top: -1px;
    }

.cadeado-topo {
    position: absolute;
    right: -4px;
    bottom: 10px;
}

/* ALÇADAS AÇÕES*/
#ListaDeAlcadas .col-botoes {
    padding: 0;
}

    #ListaDeAlcadas .col-botoes a {
        position: relative;
        margin: 0;
        font: initial;
        display: inline-block;
        width: 25px;
        height: 30px;
    }

@media (max-width: 767px) {
    #ListaDeAlcadas .col-botoes a {
        width: 100%;
        padding: 14px 0;
        margin: 25px 0 10px;
        color: #fff;
        background-color: #0a1d6f;
        border-color: #0a1d6f;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 18px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase;
        height: auto;
    }
}



#ListaDeAlcadas .col-botoes a em {
    position: absolute;
    color: #0a1d6f;
    font-size: 24px;
    top: 0;
    left: 0;
}

    #ListaDeAlcadas .col-botoes a em:hover {
        border-bottom: 1px solid #0a1d6f;
    }

#ListaDeAlcadas .tooltip {
    left: 20%
}
/* CARTÔES */
.icone_recarga-de-cartao-pre-pago, .icone_gerenciar-cartoes {
    font-size: 55px;
    top: 15px;
    color: #112e50;
}

/* ICONES CALENDARIO */
.icones-calendario {
    font-family: 'ibwebfonts' !important;
    font-size: 18px;
    display: inline-block;
}

.icone_relogio-com-fundo {
    color: #c9c06d;
}

.icone_check-com-fundo {
    color: #82b789;
}

.icone_circulo-cortado {
    color: #c54b41;
}

.icone_processamento {
    color: #112e50;
    display: flex;
}

/* NOVOS */

/* CDN */
@font-face {
    font-family: 'ibwebfonts';
    src: url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.eot?uc6rjv');
    src: url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.eot?uc6rjv#iefix') format('embedded-opentype'), url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.ttf?uc6rjv') format('truetype'), url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.woff?uc6rjv') format('woff'), url('https://cdn.rendimento.com.br/ib/Content/webfonts/ibwebfonts.svg?uc6rjv#ibwebfonts') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* LOCAL */
/*/@font-face {
    font-family: 'ibwebfonts';
    src: url('/Content/webfonts/ibwebfonts.eot?uc6rjv');
    src: url('/Content/webfonts/ibwebfonts.eot?uc6rjv#iefix') format('embedded-opentype'), 
         url('/Content/webfonts/ibwebfonts.ttf?uc6rjv') format('truetype'), 
         url('/Content/webfonts/ibwebfonts.woff?uc6rjv') format('woff'), 
         url('/Content/webfonts/ibwebfonts.svg?uc6rjv#ibwebfonts') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ibwebfonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icone_copiar:before {
    content: "\e92e";
}

.icon-icone_acesso-padrao:before {
    content: "\e92a";
}

.icon-icone_acesso:before {
    content: "\e92b";
}

.icon-icone_alterar-usurio:before {
    content: "\e92c";
}

.icon-icone_gerenciar-acesso:before {
    content: "\e92d";
}

.icon-icone_home:before {
    content: "\e900";
}

.icon-icone_saldoeextrato:before {
    content: "\e901";
}

.icon-icone_cobranca:before {
    content: "\e902";
}

.icon-icone_pix:before {
    content: "\e903";
}

.icon-icone_baas:before {
    content: "\e904";
}

.icon-icone_cartoes:before {
    content: "\e905";
}

.icon-icone_pagamentos:before {
    content: "\e906";
}

.icon-icone_comprovantes:before {
    content: "\e907";
}

.icon-icone_investimentos:before {
    content: "\e908";
}

.icon-icone_transferencia:before {
    content: "\e909";
}

.icon-icone_cadeado:before {
    content: "\e90a";
}

.icon-icone_tamanhodefonte:before {
    content: "\e90b";
}

.icon-icone_alerta:before {
    content: "\e90c";
}

.icon-icone_mostrarvalores:before {
    content: "\e90d";
}

.icon-icone_infor:before {
    content: "\e90e";
}

.icon-icone_ocultarvalores:before {
    content: "\e90f";
}

.icon-icone_sair:before {
    content: "\e910";
}

.icon-icone_meusdados:before {
    content: "\e911";
}

.icon-icone_notificacoes:before {
    content: "\e912";
}

.icon-icone_busca:before {
    content: "\e913";
}

.icon-icone_atualizarconta:before {
    content: "\e914";
}

.icon-icone_editar:before {
    content: "\e915";
}

.icon-icone_enviaremail:before {
    content: "\e916";
}

.icon-icone_imprimir:before {
    content: "\e917";
}

.icon-icone_verxls:before {
    content: "\e918";
}

.icon-icone_interrogacao:before {
    content: "\e919";
}

.icon-icone_verpdf:before {
    content: "\e91a";
}

.icon-icone_francesinha:before {
    content: "\e91b";
}

.icon-icone_titulos:before {
    content: "\e91c";
}

.icon-icone_consultadelote:before {
    content: "\e91d";
}

.icon-icone_instrucoes:before {
    content: "\e91e";
}

.icon-icone_emissodeboletosimples:before {
    content: "\e91f";
}

.icon-icone_gerenciararquivos:before {
    content: "\e920";
}

.icon-icone_entradadetitulos:before {
    content: "\e921";
}

.icon-icone_segundaviadeboleto:before {
    content: "\e922";
}

.icon-icone_visualizarcalendariodeoperacoes:before {
    content: "\e923";
}

.icon-icone_upload:before {
    content: "\e924";
}

.icon-icone_setapadrao:before {
    content: "\e925";
}

.icon-icone_moeda:before {
    content: "\e926";
}

.icon-icone_gerenciaroperadores:before {
    content: "\e927";
}

.icon-icone_excluir:before {
    content: "\e928";
}

.icon-icone_escudocheck:before {
    content: "\e929";
}

.icon-icone_escudoaviso:before {
    content: "\e930";
}

.icon-icone_editaritem:before {
    content: "\e931";
}

.icon-icone_download:before {
    content: "\e932";
}

.icon-icone_incluirinstruo:before {
    content: "\e933";
}

.icon-icone_rastrearoperacoes:before {
    content: "\e934";
}

.icon-icone_pagar:before {
    content: "\e935";
}

.icon-icone_posicaodecarteira:before {
    content: "\e936";
}

.icon-icone_devolver:before {
    content: "\e937";
}

.icon-icone_receber:before {
    content: "\e938";
}

.icon-icone_comprovantespaginas:before {
    content: "\e939";
}

.icon-icone_definirlimitesdiario:before {
    content: "\e93a";
}

.icon-icone_minhaschaves:before {
    content: "\e93b";
}

.icon-icone_gerenciaroperacoes:before {
    content: "\e93c";
}

.icon-icone_aprovacoes:before {
    content: "\e93d";
}

.icon-icone_habilitaracesso:before {
    content: "\e93e";
}

.icon-icone_gerenciarchavesdeseguranca:before {
    content: "\e93f";
}

.icon-icone_operaoes:before {
    content: "\e940";
}

.icon-icone_recargadecartoprepago:before {
    content: "\e941";
}

.icon-icone_consulta:before {
    content: "\e942";
}

.icon-icone_alterarpermissoes:before {
    content: "\e943";
}

.icon-icone_adicionar:before {
    content: "\e944";
}

.icon-icone_relogiosemfundo:before {
    content: "\e945";
}

.icon-icone_gerenciarcartoes:before {
    content: "\e946";
}

.icon-icone_processamento:before {
    content: "\e947";
}

.icon-icone_notebookcomcadeado:before {
    content: "\e948";
}

.icon-icone_circulocortado:before {
    content: "\e949";
}

.icon-icone_configurarpagamentos:before {
    content: "\e94a";
}

.icon-icone_dda:before {
    content: "\e94b";
}

.icon-icone_solicitacaodesaque:before {
    content: "\e94c";
}

.icon-icone_transferenciaentrecontas:before {
    content: "\e94d";
}

.icon-icone_checksemfundo:before {
    content: "\e94e";
}

.icon-icone_cadeadocheck:before {
    content: "\e94f";
}

.icon-icone_atendimento:before {
    content: "\e950";
}

.icon-icone_alertacomfundo:before {
    content: "\e951";
}

.icon-icone_checkcomfundo:before {
    content: "\e952";
}

.icon-icone_doc:before {
    content: "\e953";
}

.icon-icone_ted:before {
    content: "\e954";
}

.icon-icone_cdbpre:before {
    content: "\e955";
}

.icon-icone_gerenciarfavorecidos:before {
    content: "\e956";
}

.icon-icone_cdbjanelas:before {
    content: "\e957";
}

.icon-icone_cdbpos:before {
    content: "\e958";
}

.icon-icone_extratodemovimentacao:before {
    content: "\e959";
}

.icon-icone_lcielca:before {
    content: "\e95a";
}

.icon-icone_posicaodeaplicacao:before {
    content: "\e96f";
}

.icon-icone_aplicacao:before {
    content: "\e970";
}

.icon-icone_resgate:before {
    content: "\e971";
}

.icon-icone_notasdenegociacao:before {
    content: "\e972";
}

.icon-icone_perfil:before {
    content: "\e973";
}

.icon-icone_alterarsenha:before {
    content: "\e974";
}

.icon-icone_token:before {
    content: "\e975";
}

.icon-icone_alterarselodeseguranca:before {
    content: "\e976";
}

.icon-icone_meusatalho:before {
    content: "\e977";
}

.icon-icone_informederendimento:before {
    content: "\e978";
}

.icon-icone_registrato:before {
    content: "\e979";
}

.icon-icone_gerenciaralcada:before {
    content: "\e97a";
}

.icon-icone_incluiralcada:before {
    content: "\e97b";
}

.icon-icone_cancelasdda:before {
    content: "\e97c";
}

.icon-icone_meuspagamentos:before {
    content: "\e97d";
}

.icon-icone_naoreconhecidos:before {
    content: "\e97e";
}

.icon-icone_imgsegchile:before {
    content: "\e97f";
}

.icon-icone_imgsegholanda:before {
    content: "\e980";
}

.icon-icone_imgsegchina:before {
    content: "\e981";
}

.icon-icone_imgseggrecia:before {
    content: "\e982";
}

.icon-icone_imgsegestadosunidos:before {
    content: "\e983";
}

.icon-icone_imgsegbrasilia:before {
    content: "\e984";
}

.icon-icone_imgsegriodejaneiro:before {
    content: "\e985";
}

.icon-icone_imgsegitalia:before {
    content: "\e986";
}

.icon-icone_imgsegfranca:before {
    content: "\e987";
}

.icon-icone_imgseginglaterra:before {
    content: "\e988";
}




/* MOBILE */
@media (max-width: 767px) {
    .icones-webfont {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .item-select:hover {
        text-align: left;
        height: 15px;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .item-select {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .item-select:hover span {
        color: #0a1d6f;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .nav-sidebar .icone-webfont {
        left: 21px;
    }
}

@media (max-width: 767px) {
    .item-select.webfont-active,
    .item-select.webfont-active .titulo-area-webfont {
        color: #0a1d6f;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .main .cont-dados .valor .lk-ocultar-valores {
        color: #0a1d6f;
        width: 25px;
    }

        .main .cont-dados .valor .lk-ocultar-valores .icone-webfont {
            top: -6px;
        }

            .main .cont-dados .valor .lk-ocultar-valores .icone-webfont.icone_mostrar-valores {
                top: -1px;
            }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #d5dadd;
	position: relative;
}

.jspDrag
{
	background: #0a1d6f;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
@font-face {
    font-family: 'OpenSB';
    src: url(/content/fonts/files/opensans-bold-webfont.eot);
    src: url(/content/fonts/files/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-bold-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-bold-webfont.woff) format('woff'),url(/content/fonts/files/opensans-bold-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSL';
    src: url(/content/fonts/files/opensans-light-webfont.eot);
    src: url(/content/fonts/files/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-light-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-light-webfont.woff) format('woff'),url(/content/fonts/files/opensans-light-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-light-webfont.svg#open_sanslight) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenS';
    src: url(/content/fonts/files/opensans-regular-webfont.eot);
    src: url(/content/fonts/files/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-regular-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-regular-webfont.woff) format('woff'),url(/content/fonts/files/opensans-regular-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSSB';
    src: url(/content/fonts/files/opensans-semibold-webfont.eot);
    src: url(/content/fonts/files/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-semibold-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-semibold-webfont.woff) format('woff'),url(/content/fonts/files/opensans-semibold-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/content/fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("/content/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/content/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/content/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/content/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/content/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

td.dt-control {
    background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
    cursor: pointer
}

tr.dt-hasChild td.dt-control {
    background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

    table.dataTable thead th, table.dataTable tfoot th {
        font-weight: bold
    }

    table.dataTable thead th, table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #111
    }

        table.dataTable thead th:active, table.dataTable thead td:active {
            outline: none
        }

    table.dataTable tfoot th, table.dataTable tfoot td {
        padding: 10px 18px 6px 18px;
        border-top: 1px solid #111
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand;
        background-repeat: no-repeat;
        background-position: center right
    }

    /* retirado */
    table.dataTable thead .sorting {
    }

    table.dataTable thead .sorting_asc {
    }

    table.dataTable thead .sorting_desc {
    }

    table.dataTable thead .sorting_asc_disabled {
    }

    table.dataTable thead .sorting_desc_disabled {
    }

    table.dataTable tbody tr {
        background-color: #fff
    }

        table.dataTable tbody tr.selected {
            background-color: #b0bed9
        }

    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 10px
    }

    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-top: 1px solid #ddd
    }

    table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9
    }

        table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
            background-color: #acbad4
        }

    table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
        background-color: #f6f6f6
    }

        table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
            background-color: #aab7d1
        }

    table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
        background-color: #fafafa
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: whitesmoke
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b4cd
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a8b5cf
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b7d1
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8
    }

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea
    }

    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec
    }

    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a2aec7
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a3b0c9
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a5b2cb
    }

    table.dataTable.no-footer {
       /* border-bottom: 1px solid #111 */
    }

    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap
    }

    table.dataTable.compact thead th, table.dataTable.compact thead td {
        padding: 4px 17px
    }

    table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
        padding: 4px
    }

    table.dataTable.compact tbody th, table.dataTable.compact tbody td {
        padding: 4px
    }

    table.dataTable th, table.dataTable td {
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

        .dataTables_wrapper .dataTables_length select {
            border: 1px solid #aaa;
            border-radius: 3px;
            padding: 5px;
            background-color: transparent;
            padding: 4px
        }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            border: 1px solid #aaa;
            border-radius: 3px;
            padding: 5px;
            background-color: transparent;
            margin-left: 3px
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: .755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: .25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: .5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: 1px solid #979797;
                background-color: white;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
                background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
                background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
                background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
                background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
                background: linear-gradient(to bottom, white 0%, #dcdcdc 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background-color: #585858;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
                background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
                background: -moz-linear-gradient(top, #585858 0%, #111 100%);
                background: -ms-linear-gradient(top, #585858 0%, #111 100%);
                background: -o-linear-gradient(top, #585858 0%, #111 100%);
                background: linear-gradient(to bottom, #585858 0%, #111 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                box-shadow: inset 0 0 3px #111
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
                vertical-align: middle
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border:0;
}
@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #b0bed9
}

table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected {
    background-color: #acbad4
}

table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
    background-color: #aab7d1
}

table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr > .selected {
    background-color: #acbad5
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
    background-color: #a6b4cd
}

table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
    background-color: #acbad5
}

table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
    background-color: #a2aec7
}

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
    position: relative
}

    table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
        display: block;
        position: absolute;
        top: 1.2em;
        left: 50%;
        width: 12px;
        height: 12px;
        box-sizing: border-box
    }

    table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
        content: " ";
        margin-top: -6px;
        margin-left: -6px;
        border: 1px solid black;
        border-radius: 3px
    }

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: "✓";
    font-size: 20px;
    margin-top: -19px;
    margin-left: -6px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9
}

table.dataTable.compact tbody td.select-checkbox:before, table.dataTable.compact tbody th.select-checkbox:before {
    margin-top: -12px
}

table.dataTable.compact tr.selected td.select-checkbox:after, table.dataTable.compact tr.selected th.select-checkbox:after {
    margin-top: -16px
}

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: .5em
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block
    }
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #b0bed9
}

table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected {
    background-color: #acbad4
}

table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
    background-color: #aab7d1
}

table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr > .selected {
    background-color: #acbad5
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
    background-color: #a6b4cd
}

table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
    background-color: #acbad5
}

table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
    background-color: #a2aec7
}

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
    position: relative
}

    table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
        display: block;
        position: absolute;
        top: 1.2em;
        left: 50%;
        width: 12px;
        height: 12px;
        box-sizing: border-box
    }

    table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
        content: " ";
        margin-top: -6px;
        margin-left: -6px;
        border: 1px solid black;
        border-radius: 3px
    }

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: "✓";
    font-size: 20px;
    margin-top: -19px;
    margin-left: -6px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9
}

table.dataTable.compact tbody td.select-checkbox:before, table.dataTable.compact tbody th.select-checkbox:before {
    margin-top: -12px
}

table.dataTable.compact tr.selected td.select-checkbox:after, table.dataTable.compact tr.selected th.select-checkbox:after {
    margin-top: -16px
}

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: .5em
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block
    }
}

@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 16, 2016 */
@font-face {
    font-family: 'OpenSB';
    src: url(/content/fonts/files/opensans-bold-webfont.eot);
    src: url(/content/fonts/files/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(/content/fonts/files/opensans-bold-webfont.woff2) format('woff2'),
         url(/content/fonts/files/opensans-bold-webfont.woff) format('woff'),
         url(/content/fonts/files/opensans-bold-webfont.ttf) format('truetype'),
         url(/content/fonts/files/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSL';
    src: url(/content/fonts/files/opensans-light-webfont.eot);
    src: url(/content/fonts/files/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),
         url(/content/fonts/files/opensans-light-webfont.woff2) format('woff2'),
         url(/content/fonts/files/opensans-light-webfont.woff) format('woff'),
         url(/content/fonts/files/opensans-light-webfont.ttf) format('truetype'),
         url(/content/fonts/files/opensans-light-webfont.svg#open_sanslight) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenS';
    src: url(/content/fonts/files/opensans-regular-webfont.eot);
    src: url(/content/fonts/files/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(/content/fonts/files/opensans-regular-webfont.woff2) format('woff2'),
         url(/content/fonts/files/opensans-regular-webfont.woff) format('woff'),
         url(/content/fonts/files/opensans-regular-webfont.ttf) format('truetype'),
         url(/content/fonts/files/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSSB';
    src: url(/content/fonts/files/opensans-semibold-webfont.eot);
    src: url(/content/fonts/files/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),
         url(/content/fonts/files/opensans-semibold-webfont.woff2) format('woff2'),
         url(/content/fonts/files/opensans-semibold-webfont.woff) format('woff'),
         url(/content/fonts/files/opensans-semibold-webfont.ttf) format('truetype'),
         url(/content/fonts/files/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Inter';
    src: url(/content/fonts/files/Inter-Regular.ttf) format('truetype');

    font-weight: normal;
    font-style: normal;
}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#0a1d6f}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#DAA520}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}

