@charset "UTF-8";

.tree-children.tree-children-no-padding {
    padding-left: 0
}

.node-drop-slot {
    display: block;
    height: 2px
}

.node-drop-slot.is-dragging-over {
    background: #dfe;
    height: 20px;
    border: 2px dotted #888
}

.toggle-children-wrapper-expanded .toggle-children {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.toggle-children-wrapper-collapsed .toggle-children {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.toggle-children-wrapper {
    padding: 2px 3px 5px 1px
}

.toggle-children {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRkRFQjcxODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRkRFQjcwODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk5NzA1OGEtZDI3OC00NDZkLWE4ODgtNGM4MGQ4YWI1NzNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzRkZmQxMGMtY2NlNS0xMTc4LWE5OGQtY2NkZmM5ODk5YWYwIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z2x5cGhpY29uczwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5iogFwAAAGhJREFUeNpiYGBgKABigf///zOQg0EARH4A4gZyDIIZ8B/JoAJKDIDhB0CcQIkBRBtEyABkgxwoMQCGD6AbRKoBGAYxQgXIBRuZGKgAKPIC3QLxArnRSHZCIjspk52ZKMrOFBUoAAEGAKnq593MQAZtAAAAAElFTkSuQmCC);
    height: 8px;
    width: 9px;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 1px;
    background-repeat: no-repeat;
    background-position: center
}

.toggle-children-placeholder {
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    top: 1px;
    padding-right: 3px
}

.node-content-wrapper {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    -webkit-transition: background-color .15s, -webkit-box-shadow .15s;
    transition: background-color .15s, box-shadow .15s, -webkit-box-shadow .15s
}

.node-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.node-content-wrapper-active,
.node-content-wrapper-active.node-content-wrapper-focused,
.node-content-wrapper.node-content-wrapper-active:hover {
    background: #beebff
}

.node-content-wrapper-focused {
    background: #e7f4f9
}

.node-content-wrapper:hover {
    background: #f7fbff
}

.node-content-wrapper-active,
.node-content-wrapper-focused,
.node-content-wrapper:hover {
    -webkit-box-shadow: inset 0 0 1px #999;
    box-shadow: inset 0 0 1px #999
}

.node-content-wrapper.is-dragging-over {
    background: #dfe;
    -webkit-box-shadow: inset 0 0 1px #999;
    box-shadow: inset 0 0 1px #999
}

.node-content-wrapper.is-dragging-over-disabled {
    opacity: .5
}

tree-viewport {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    overflow: auto;
    display: block
}

.tree-children {
    overflow: hidden;
    padding-left: 20px
}

.empty-tree-drop-slot .node-drop-slot {
    height: 20px;
    min-width: 100px
}

.angular-tree-component {
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

tree-root .angular-tree-component-rtl {
    direction: rtl
}

tree-root .angular-tree-component-rtl .toggle-children-wrapper-collapsed .toggle-children {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

tree-root .angular-tree-component-rtl .tree-children {
    padding-right: 20px;
    padding-left: 0
}

tree-node-checkbox {
    padding: 1px
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%
}

body {
    margin: 0;
    height: 100%;
    line-height: 1.42857143
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scrollbar-base-color: #c7c7c7;
    scrollbar-track-color: #e1e1e1;
    scrollbar-arrow-color: #bbb;
    scrollbar-face-color: #c7c7c7;
    scrollbar-darkshadow-color: #c7c7c7;
    scrollbar-highlight-color: #c7c7c7;
    scrollbar-shadow-color: #c7c7c7
}

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
}

[data-hidden=true],
[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

a:active,
a:hover,
icb-button:active,
icb-button:focus,
icb-button:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal;
    -webkit-user-select: text !important
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>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-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>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,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.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
}

td,
th {
    padding: 0
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

@-o-viewport {
    zoom: 1;
    width: device-width
}

@viewport {
    zoom: 1;
    width: device-width
}

@-ms-viewport {
    width: device-width;
    zoom: 1
}

@font-face {
    font-family: streamline;
    src: url(streamline.36104da55ed44eda9921.eot?19c5cw);
    src: url(streamline.36104da55ed44eda9921.eot?19c5cw#iefix) format("embedded-opentype"), url(streamline.a9693ebd641cfc26a717.woff?19c5cw) format("woff"), url(streamline.70a38706379c6de84668.ttf?19c5cw) format("truetype"), url(streamline.79225f716679b3cbeb36.svg?19c5cw#streamline) format("svg");
    font-weight: 400;
    font-style: normal
}

i {
    font-family: streamline !important;
    speak: none;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stream-icon_enojado:before {
    content: "\ebd0"
}

.stream-icon_enojado2:before {
    content: "\ebd1"
}

.stream-icon_feliz:before {
    content: "\ebd2"
}

.stream-icon_feliz2:before {
    content: "\ebd4"
}

.stream-icon_indiferente:before {
    content: "\ebd5"
}

.stream-icon_indiferente2:before {
    content: "\ebd6"
}

.stream-icon_Muyfeliz:before {
    content: "\ebd7"
}

.stream-icon_Muyfeliz2:before {
    content: "\ebd8"
}

.stream-icon_triste:before {
    content: "\ebd9"
}

.stream-icon_triste2:before {
    content: "\ebda"
}

.stream-bb_transferenciasACelular:before {
    content: "\ebce"
}

.stream-bb_transferenciasACelular2:before {
    content: "\ebcf"
}

.stream-ASucursal:before {
    content: "\ebcc"
}

.stream-ASucursal2:before {
    content: "\ebcd"
}

.stream-suy-SorpresasSantander:before {
    content: "\ebca"
}

.stream-suy-SorpresasSantander2:before {
    content: "\ebcb"
}

.stream-suy-Ahorros:before {
    content: "\ebc4"
}

.stream-suy-Ahorros2:before {
    content: "\ebc5"
}

.stream-suy-CancelarSuscripcion:before {
    content: "\ebc6"
}

.stream-suy-CancelarSuscripcion2:before {
    content: "\ebc7"
}

.stream-suy-ModificarSuscripcion:before {
    content: "\ebc8"
}

.stream-suy-ModificarSuscripcion2:before {
    content: "\ebc9"
}

.stream-suy-SorpresasSantanderLogo:before {
    content: "\ebd3"
}

.stream-bi-garantia:before {
    content: "\ebc0"
}

.stream-bi-garantia2:before {
    content: "\ebc1"
}

.stream-bi-TarjetaDebito:before {
    content: "\ebc2"
}

.stream-bi-TarjetaDebito2:before {
    content: "\ebc3"
}

.stream-m-salir:before {
    content: "\eb88"
}

.stream-m-salir2:before {
    content: "\eb89"
}

.stream-m-contactenos:before {
    content: "\eb8a"
}

.stream-m-contactenos2:before {
    content: "\eb8b"
}

.stream-m-cta_ahorro:before {
    content: "\eb8c"
}

.stream-m-cta_ahorro2:before {
    content: "\eb8d"
}

.stream-m-cta_corriente:before {
    content: "\eb8e"
}

.stream-m-cta_corriente2:before {
    content: "\eb8f"
}

.stream-m-email:before {
    content: "\eb90"
}

.stream-m-email2:before {
    content: "\eb91"
}

.stream-m-enelpais:before {
    content: "\eb92"
}

.stream-m-enelpais2:before {
    content: "\eb93"
}

.stream-m-facebook:before {
    content: "\eb94"
}

.stream-m-filtro:before {
    content: "\eb95"
}

.stream-m-filtro2:before {
    content: "\eb96"
}

.stream-m-flecha_detalle:before {
    content: "\eb97"
}

.stream-m-flechaTransferir:before {
    content: "\eb98"
}

.stream-m-inicio:before {
    content: "\eb9b"
}

.stream-m-inicio2:before {
    content: "\eb9c"
}

.stream-m-menu:before {
    content: "\eb9d"
}

.stream-m-misprestamos:before {
    content: "\eb9f"
}

.stream-m-misprestamos2:before {
    content: "\eba1"
}

.stream-m-misproductos:before {
    content: "\eba2"
}

.stream-m-misproductos2:before {
    content: "\eba4"
}

.stream-m-mistarjetasdecredito:before {
    content: "\eba5"
}

.stream-m-mistarjetasdecredito2:before {
    content: "\eba6"
}

.stream-m-mistransacciones:before {
    content: "\eba7"
}

.stream-m-mistransacciones2:before {
    content: "\eba8"
}

.stream-m-noticias:before {
    content: "\ebaa"
}

.stream-m-noticias2:before {
    content: "\ebac"
}

.stream-m-pagar:before {
    content: "\ebad"
}

.stream-m-pagar2:before {
    content: "\ebb0"
}

.stream-m-servicios:before {
    content: "\ebb1"
}

.stream-m-servicios2:before {
    content: "\ebb2"
}

.stream-m-store:before {
    content: "\ebb3"
}

.stream-m-store2:before {
    content: "\ebb4"
}

.stream-m-transferir:before {
    content: "\ebb5"
}

.stream-m-transferir_aterceros:before {
    content: "\ebb6"
}

.stream-m-transferir_aterceros2:before {
    content: "\ebb7"
}

.stream-m-transferir_entremiscuentas:before {
    content: "\ebb8"
}

.stream-m-transferir_entremiscuentas2:before {
    content: "\ebb9"
}

.stream-m-transferir2:before {
    content: "\ebba"
}

.stream-m-twitter:before {
    content: "\ebbb"
}

.stream-m-ubiquenos:before {
    content: "\ebbc"
}

.stream-m-ubiquenos2:before {
    content: "\ebbd"
}

.stream-m-whatsapp:before {
    content: "\ebbe"
}

.stream-m-youtube:before {
    content: "\ebbf"
}

.stream-AltaDeudores:before {
    content: "\eb60"
}

.stream-AltaDeudores2:before {
    content: "\eb61"
}

.stream-AltaRTN:before {
    content: "\eb62"
}

.stream-AltaRTN2:before {
    content: "\eb63"
}

.stream-CargaDeArchivosDeCobranza:before {
    content: "\eb64"
}

.stream-CargaDeArchivosDeCobranza2:before {
    content: "\eb65"
}

.stream-CargaDeFacturas:before {
    content: "\eb66"
}

.stream-CargaDeFacturas2:before {
    content: "\eb67"
}

.stream-ConsultaDeFacturas:before {
    content: "\eb68"
}

.stream-ConsultaDeFacturas2:before {
    content: "\eb69"
}

.stream-ConsultaDeudores:before {
    content: "\eb6a"
}

.stream-ConsultaDeudores2:before {
    content: "\eb6b"
}

.stream-ConsultasExportacion:before {
    content: "\eb6c"
}

.stream-ConsultasExportacion2:before {
    content: "\eb6d"
}

.stream-Masivos_AdministracionDePlantillasACH:before {
    content: "\eb6e"
}

.stream-Masivos_AdministracionDePlantillasACH2:before {
    content: "\eb6f"
}

.stream-Masivos_CargaDeCheques:before {
    content: "\eb70"
}

.stream-Masivos_CargaDeCheques2:before {
    content: "\eb71"
}

.stream-Masivos_CargaMasivaACH:before {
    content: "\eb72"
}

.stream-Masivos_CargaMasivaACH2:before {
    content: "\eb73"
}

.stream-Masivos_ConfirmacionDeCheques:before {
    content: "\eb74"
}

.stream-Masivos_ConfirmacionDeCheques2:before {
    content: "\eb75"
}

.stream-Masivos_DesconfirmacionDeCheques:before {
    content: "\eb76"
}

.stream-Masivos_DesconfirmacionDeCheques2:before {
    content: "\eb77"
}

.stream-Masivos_EmisionChequesDeCaja:before {
    content: "\eb78"
}

.stream-Masivos_EmisionChequesDeCaja2:before {
    content: "\eb79"
}

.stream-Masivos_PagosMiscelaneos:before {
    content: "\eb7a"
}

.stream-Masivos_PagosMiscelaneos2:before {
    content: "\eb7b"
}

.stream-Masivos_SuspensionDeCheques:before {
    content: "\eb7c"
}

.stream-Masivos_SuspensionDeCheques2:before {
    content: "\eb7d"
}

.stream-PagoAOtrosBancos:before {
    content: "\eb7e"
}

.stream-PagoAOtrosBancos2:before {
    content: "\eb7f"
}

.stream-PagoImpuestos:before {
    content: "\eb80"
}

.stream-PagoImpuestos2:before {
    content: "\eb81"
}

.stream-SolicitudDeChequeGerencia:before {
    content: "\eb82"
}

.stream-SolicitudDeChequeGerencia2:before {
    content: "\eb83"
}

.stream-SubastaDeDivisas:before {
    content: "\eb84"
}

.stream-SubastaDeDivisas2:before {
    content: "\eb85"
}

.stream-TrasladoDeValores:before {
    content: "\eb86"
}

.stream-TrasladoDeValores2:before {
    content: "\eb87"
}

.stream-ATM:before {
    content: "\eb5c"
}

.stream-ATM2:before {
    content: "\eb5d"
}

.stream-expired:before {
    content: "\eb5e"
}

.stream-expired2:before {
    content: "\eb5f"
}

.stream-term_condiciones:before {
    content: "\eb5a"
}

.stream-term_condiciones2:before {
    content: "\eb5b"
}

.stream-mancomunadas:before {
    content: "\eb59"
}

.stream-cashDisposition:before {
    content: "\eb4f"
}

.stream-cashDisposition2 .path1:before {
    content: "\eb50";
    color: #fff
}

.stream-cashDisposition2 .path2:before {
    content: "\eb51";
    margin-left: -1em;
    color: #fff
}

.stream-cashDisposition2 .path3:before {
    content: "\eb52";
    margin-left: -1em;
    color: #fff
}

.stream-cashDisposition2 .path4:before {
    content: "\eb53";
    margin-left: -1em;
    color: #fff
}

.stream-cashDisposition2 .path5:before {
    content: "\eb54";
    margin-left: -1em;
    color: #fff
}

.stream-cashDisposition2 .path6:before {
    content: "\eb55";
    margin-left: -1em;
    color: #fff
}

.stream-cashDisposition2 .path7:before {
    content: "\eb56";
    margin-left: -1em;
    color: #000
}

.stream-cashDisposition2 .path8:before {
    content: "\eb57";
    margin-left: -1em;
    color: #000
}

.stream-cashDisposition2 .path9:before {
    content: "\eb58";
    margin-left: -1em;
    color: #000
}

.stream-cambioInfoCuentas2:before {
    content: "\eb42"
}

.stream-cambioInfoCuentas:before {
    content: "\eb45"
}

.stream-prod_savingAccount2:before {
    content: "\eb3e"
}

.stream-prod_savingAccount:before {
    content: "\eb3f"
}

.stream-prod_loan2:before {
    content: "\eb40"
}

.stream-prod_loan:before {
    content: "\eb41"
}

.stream-active_off:before {
    content: "\eb3a"
}

.stream-active_off2:before {
    content: "\eb3b"
}

.stream-active_on:before {
    content: "\eb3c"
}

.stream-active_on2:before {
    content: "\eb3d"
}

.stream-creditCard:before {
    content: "\eb36"
}

.stream-creditCard2:before {
    content: "\eb37"
}

.stream-assets:before {
    content: "\eb38"
}

.stream-assets2:before {
    content: "\eb39"
}

.stream-ico_062:before {
    content: "\eb33"
}

.stream-ico_072:before {
    content: "\eb34"
}

.stream-picture-12:before {
    content: "\eb35"
}

.stream-icon_exit:before {
    content: "\eb30"
}

.stream-icon_inbox:before {
    content: "\eb31"
}

.stream-icon_user:before {
    content: "\eb32"
}

.stream-reordenCheques:before {
    content: "\eb2e"
}

.stream-reordenCheques2:before {
    content: "\eb2f"
}

.stream-activarTarjeta:before {
    content: "\eae4"
}

.stream-activarTarjeta2:before {
    content: "\eae5"
}

.stream-eStatement:before {
    content: "\eb2b"
}

.stream-eStatement2:before {
    content: "\eb2c"
}

.stream-Consultar_CertificadoDigital:before {
    content: "\eafc"
}

.stream-Consultar_CertificadoDigital2:before {
    content: "\eafd"
}

.stream-Gestionar_Factoring:before {
    content: "\eafe"
}

.stream-Gestionar_Factoring2:before {
    content: "\eaff"
}

.stream-Gestionar_ModificacionTransacciones:before {
    content: "\eb00"
}

.stream-Gestionar_ModificacionTransacciones2:before {
    content: "\eb01"
}

.stream-GestionarExportaciones_instrucciones:before {
    content: "\eb02"
}

.stream-GestionarExportaciones_instrucciones2:before {
    content: "\eb03"
}

.stream-GestionarImportaciones_instrucciones:before {
    content: "\eb04"
}

.stream-GestionarImportaciones_instrucciones2:before {
    content: "\eb05"
}

.stream-MenuContextualUsuario_PerfilarCliente:before {
    content: "\eb06"
}

.stream-MenuContextualUsuario_PerfilarCliente2:before {
    content: "\eb07"
}

.stream-Pago_Proveedores:before {
    content: "\eb08"
}

.stream-Pago_Proveedores2:before {
    content: "\eb09"
}

.stream-SantanderID:before {
    content: "\eb0a"
}

.stream-SantanderID2:before {
    content: "\eb0b"
}

.stream-ComercioExterior_CartadeCreditoExportacion:before {
    content: "\eb0c"
}

.stream-ComercioExterior_CartadeCreditoExportacion2:before {
    content: "\eb0d"
}

.stream-ComercioExterior_CartadeCreditoImportacion:before {
    content: "\eb0e"
}

.stream-ComercioExterior_CartadeCreditoImportacion2:before {
    content: "\eb0f"
}

.stream-ComercioExterior_CobranzasdeExportacion:before {
    content: "\eb10"
}

.stream-ComercioExterior_CobranzasdeExportacion2:before {
    content: "\eb11"
}

.stream-ComercioExterior_CobranzasdeImportacion:before {
    content: "\eb12"
}

.stream-ComercioExterior_CobranzasdeImportacion2:before {
    content: "\eb13"
}

.stream-ComercioExterior_GarantiasImportacion:before {
    content: "\eb14"
}

.stream-ComercioExterior_GarantiasImportacion2:before {
    content: "\eb15"
}

.stream-ComercioExterior:before {
    content: "\eb16"
}

.stream-ComercioExterior2:before {
    content: "\eb1c"
}

.stream-Administrar_NivelFirmaCliente:before {
    content: "\eb1d"
}

.stream-Administrar_NivelFirmaCliente2:before {
    content: "\eb1e"
}

.stream-Administrar_Proveedores:before {
    content: "\eb27"
}

.stream-Administrar_Proveedores2:before {
    content: "\eb28"
}

.stream-Administrar_UsuariosPerfiles:before {
    content: "\eb29"
}

.stream-Administrar_UsuariosPerfiles2:before {
    content: "\eb2a"
}

.stream-solicitudAperturaDepositoPlazoFijo:before {
    content: "\eadc"
}

.stream-solicitudAperturaDepositoPlazoFijo2:before {
    content: "\eadd"
}

.stream-santanderTeLlama:before {
    content: "\eade"
}

.stream-santanderTeLlama2:before {
    content: "\eadf"
}

.stream-otrasSolicitudes:before {
    content: "\eae0"
}

.stream-otrasSolicitudes2:before {
    content: "\eae1"
}

.stream-copiaDeCheque:before {
    content: "\eae2"
}

.stream-copiaDeCheque2:before {
    content: "\eae3"
}

.stream-adelantoEfectivo:before {
    content: "\eae6"
}

.stream-adelantoEfectivo2:before {
    content: "\eae7"
}

.stream-avisoViaje:before {
    content: "\eae8"
}

.stream-avisoViaje2:before {
    content: "\eae9"
}

.stream-bloquearTarjeta:before {
    content: "\eaea"
}

.stream-bloquearTarjeta2:before {
    content: "\eaeb"
}

.stream-cambiarPIN_tarjeta:before {
    content: "\eaec"
}

.stream-cambiarPIN_tarjeta2:before {
    content: "\eaed"
}

.stream-cancelarCheque:before {
    content: "\eaee"
}

.stream-cancelarCheque2:before {
    content: "\eaef"
}

.stream-copiaEstadoDeCuenta:before {
    content: "\10fffe"
}

.stream-copiaEstadoDeCuenta2:before {
    content: "\10ffff"
}

.stream-estadoDeSolicitudes:before {
    content: "\eaf2"
}

.stream-estadoDeSolicitudes2:before {
    content: "\eaf3"
}

.stream-form480:before {
    content: "\eaf4"
}

.stream-form4802:before {
    content: "\eaf5"
}

.stream-pagar_cheque:before {
    content: "\eaf6"
}

.stream-pagar_cheque2:before {
    content: "\eaf7"
}

.stream-servicios:before {
    content: "\eaf8"
}

.stream-servicios2:before {
    content: "\eaf9"
}

.stream-trusteer:before {
    content: "\eafa"
}

.stream-trusteer2:before {
    content: "\eafb"
}

.stream-productos_cuentaAhorro:before {
    content: "\eada"
}

.stream-productos_cuentaAhorro2:before {
    content: "\eadb"
}

.stream-comercios:before {
    content: "\ead2"
}

.stream-comercios2:before {
    content: "\ead3"
}

.stream-mantencionProductosPago:before {
    content: "\ead4"
}

.stream-mantencionProductosPago2:before {
    content: "\ead5"
}

.stream-proximosPagos:before {
    content: "\ead6"
}

.stream-proximosPagos2:before {
    content: "\ead7"
}

.stream-registroPagoExpress:before {
    content: "\ead8"
}

.stream-registroPagoExpress2:before {
    content: "\ead9"
}

.stream-logo-circle-email:before {
    content: "\eabb"
}

.stream-logo-circle-email2:before {
    content: "\eabc"
}

.stream-logo-circle-facebook:before {
    content: "\eabd"
}

.stream-logo-circle-facebook2:before {
    content: "\eabe"
}

.stream-logo-circle-instagram:before {
    content: "\eabf"
}

.stream-logo-circle-instagram2:before {
    content: "\eac0"
}

.stream-logo-circle-linkedin:before {
    content: "\eac1"
}

.stream-logo-circle-linkedin2:before {
    content: "\eac2"
}

.stream-logo-circle-twitter-bird:before {
    content: "\eac3"
}

.stream-logo-circle-twitter-bird2:before {
    content: "\eac4"
}

.stream-logo-circle-you_tube:before {
    content: "\eac5"
}

.stream-logo-circle-you_tube2:before {
    content: "\eac6"
}

.stream-logo-email2:before {
    content: "\eac9"
}

.stream-logo-facebook2:before {
    content: "\eaca"
}

.stream-logo-instagram:before {
    content: "\eacc"
}

.stream-logo-instagram2:before {
    content: "\eacd"
}

.stream-logo-linkedin:before {
    content: "\eace"
}

.stream-logo-linkedin2:before {
    content: "\eacf"
}

.stream-logo-twitter-bird:before {
    content: "\ead0"
}

.stream-logo-twitter-bird2:before {
    content: "\ead1"
}

.stream-rewards:before {
    content: "\eab9"
}

.stream-rewards2:before {
    content: "\eaba"
}

.stream-fondoRetiro:before {
    content: "\eab5"
}

.stream-fondoRetiro2:before {
    content: "\eab6"
}

.stream-prestamoHipotecario:before {
    content: "\eab7"
}

.stream-prestamoHipotecario2:before {
    content: "\eab8"
}

.stream-desactivarCliente:before {
    content: "\eab1"
}

.stream-desactivarCliente2:before {
    content: "\eab2"
}

.stream-pagosSantender:before {
    content: "\eab3"
}

.stream-pagosSantender2:before {
    content: "\eab4"
}

.stream-icon_Company:before {
    content: "\eaaf"
}

.stream-icon_Company2:before {
    content: "\eab0"
}

.stream-auditoriaseguridad:before {
    content: "\ea9a"
}

.stream-auditoriaseguridad2:before {
    content: "\ea9b"
}

.stream-carteradevalores:before {
    content: "\eaa1"
}

.stream-carteradevalores2:before {
    content: "\eaa2"
}

.stream-consultar:before {
    content: "\eaa3"
}

.stream-consultar2:before {
    content: "\eaa4"
}

.stream-contactusform:before {
    content: "\eaa5"
}

.stream-contactusform2:before {
    content: "\eaa6"
}

.stream-modalidadclientes:before {
    content: "\eaa7"
}

.stream-modalidadclientes2:before {
    content: "\eaa8"
}

.stream-select:before {
    content: "\eaa9"
}

.stream-select2:before {
    content: "\eaaa"
}

.stream-selectpordefecto:before {
    content: "\eaab"
}

.stream-selectpordefecto2:before {
    content: "\eaac"
}

.stream-solicitar:before {
    content: "\eaad"
}

.stream-solicitar2:before {
    content: "\eaae"
}

.stream-icon_trabajarConUsuarios:before {
    content: "\ea94"
}

.stream-icon_trabajarConUsuarios2:before {
    content: "\ea95"
}

.stream-icon_solicitar:before {
    content: "\ea96"
}

.stream-icon_solicitar2:before {
    content: "\ea97"
}

.stream-icon_modalidadCliente:before {
    content: "\ea98"
}

.stream-icon_modalidadCliente2:before {
    content: "\ea99"
}

.stream-icon_cotizacion:before {
    content: "\ea92"
}

.stream-icon_cotizacion2:before {
    content: "\ea93"
}

.stream-icon_HighProtection:before {
    content: "\ea79"
}

.stream-icon_HighProtection2:before {
    content: "\ea7a"
}

.stream-icon_agendaWeb:before {
    content: "\ea7b"
}

.stream-icon_agendaWeb2:before {
    content: "\ea7c"
}

.stream-icon_diferirValoresAlCobro:before {
    content: "\ea7d"
}

.stream-icon_diferirValoresAlCobro2:before {
    content: "\ea7e"
}

.stream-icon_cartaDeInstruccion:before {
    content: "\ea7f"
}

.stream-icon_cartaDeInstruccion2:before {
    content: "\ea80"
}

.stream-icon_valoresAlCobro:before {
    content: "\ea81"
}

.stream-icon_valoresAlCobro2:before {
    content: "\ea82"
}

.stream-icon_PosicionUnificada:before {
    content: "\ea88"
}

.stream-icon_PosicionUnificada2:before {
    content: "\ea8a"
}

.stream-icon_partidasPendientes:before {
    content: "\ea8b"
}

.stream-icon_partidasPendientes2:before {
    content: "\ea8c"
}

.stream-icon_gastosIngresos2:before {
    content: "\ea74"
}

.stream-icon_gastosIngresos:before {
    content: "\ea75"
}

.stream-icon_PFM2:before {
    content: "\ea77"
}

.stream-icon_PFM:before {
    content: "\ea78"
}

.stream-calendar-dollar-2:before {
    content: "\ea68"
}

.stream-icon_oneTime:before {
    content: "\ea69"
}

.stream-play-button-2:before {
    content: "\ea66"
}

.stream-play-button-22:before {
    content: "\ea67"
}

.stream-exchange-currency:before {
    content: "\ea64"
}

.stream-exchange-currency2:before {
    content: "\ea65"
}

.stream-bb_Abrircuentasdeahorro1:before {
    content: "\ea30"
}

.stream-bb_Abrircuentasdeahorro12:before {
    content: "\ea31"
}

.stream-bb_Abrirdepositoaplazo1:before {
    content: "\ea32"
}

.stream-bb_Abrirdepositoaplazo12:before {
    content: "\ea33"
}

.stream-bb_Activarodesactivarserviciosdetarjeta1:before {
    content: "\ea35"
}

.stream-bb_Activarodesactivarserviciosdetarjeta12:before {
    content: "\ea36"
}

.stream-bb_Activartvc1:before {
    content: "\ea3a"
}

.stream-bb_Activartvc12:before {
    content: "\ea3b"
}

.stream-bb_Alexterior1:before {
    content: "\ea40"
}

.stream-bb_Alexterior12:before {
    content: "\ea41"
}

.stream-bb_Asociaciondepagosdeservicios1:before {
    content: "\ea42"
}

.stream-bb_Asociaciondepagosdeservicios12:before {
    content: "\ea43"
}

.stream-bb_Beneficiarios1:before {
    content: "\ea44"
}

.stream-bb_Beneficiarios12:before {
    content: "\ea45"
}

.stream-bb_Cambiarimagendeseguridad1:before {
    content: "\ea47"
}

.stream-bb_Cambiarimagendeseguridad12:before {
    content: "\ea48"
}

.stream-bb_Canjearpuntos1:before {
    content: "\ea4a"
}

.stream-bb_Canjearpuntos12:before {
    content: "\ea4b"
}

.stream-bb_Configuracionpersonal1:before {
    content: "\ea4c"
}

.stream-bb_Configuracionpersonal12:before {
    content: "\ea4d"
}

.stream-bb_Consultadecheques1:before {
    content: "\ea4e"
}

.stream-bb_Consultadecheques12:before {
    content: "\ea4f"
}

.stream-bb_Desembolsodelineadecredito1:before {
    content: "\ea50"
}

.stream-bb_Desembolsodelineadecredito12:before {
    content: "\ea51"
}

.stream-bb_Gestionar1:before {
    content: "\ea52"
}

.stream-bb_Gestionar12:before {
    content: "\ea53"
}

.stream-bb_historial1:before {
    content: "\ea54"
}

.stream-bb_historial12:before {
    content: "\ea55"
}

.stream-bb_Misoperaciones1:before {
    content: "\ea56"
}

.stream-bb_Misoperaciones12:before {
    content: "\ea57"
}

.stream-bb_Notificaciones1:before {
    content: "\ea58"
}

.stream-bb_Notificaciones12:before {
    content: "\ea59"
}

.stream-bb_Operacionesfrecuentes1:before {
    content: "\ea5a"
}

.stream-bb_Operacionesfrecuentes12:before {
    content: "\ea5b"
}

.stream-bb_Precancelatudepositoaplazo1:before {
    content: "\ea5c"
}

.stream-bb_Precancelatudepositoaplazo12:before {
    content: "\ea5d"
}

.stream-bb_Programadas1:before {
    content: "\ea5e"
}

.stream-bb_Programadas12:before {
    content: "\ea5f"
}

.stream-bb_Solicitarchequera1:before {
    content: "\ea60"
}

.stream-bb_Solicitarchequera12:before {
    content: "\ea61"
}

.stream-bb_Suscripcionesaservicios1:before {
    content: "\ea62"
}

.stream-bb_Suscripcionesaservicios12:before {
    content: "\ea63"
}

.stream-icon_pagarAEmpresa:before {
    content: "\ea6a"
}

.stream-icon_pagarAEmpresa2:before {
    content: "\ea6b"
}

.stream-icon_prestamoPreaprobado:before {
    content: "\ea6c"
}

.stream-icon_prestamoPreaprobado2:before {
    content: "\ea6d"
}

.stream-file-binary-check:before {
    content: "\ea6e"
}

.stream-file-binary-check2:before {
    content: "\ea6f"
}

.stream-file-binary-download:before {
    content: "\ea70"
}

.stream-file-binary-download2:before {
    content: "\ea71"
}

.stream-file-binary-secure:before {
    content: "\ea72"
}

.stream-file-binary-secure2:before {
    content: "\ea73"
}

.stream-pago_Multiples_1:before {
    content: "\e963"
}

.stream-pago_Multiples_12:before {
    content: "\e964"
}

.stream-Transf_MuchosAUno_1:before {
    content: "\e96d"
}

.stream-Transf_MuchosAUno_12:before {
    content: "\e975";
    color: #59595c
}

.stream-Transf_UnoAMuchos_1:before {
    content: "\e976"
}

.stream-Transf_UnoAMuchos_12:before {
    content: "\e97a";
    color: #59595c
}

.stream-icon_Schedulled_22:before {
    content: "\e956"
}

.stream-pago_nomina1:before {
    content: "\e966"
}

.stream-pago_nomina12:before {
    content: "\e967"
}

.stream-pago_proveedores1:before {
    content: "\e968"
}

.stream-pago_proveedores12:before {
    content: "\e969"
}

.stream-bb_aotrascuentasbanbif-22:before {
    content: "\e9af"
}

.stream-bb_aotrosbancos-22:before {
    content: "\e9b3"
}

.stream-bb_beneficios-22:before {
    content: "\e9b4"
}

.stream-bb_cartafianza-22:before {
    content: "\e9b5"
}

.stream-bb_cartasdecredito-22:before {
    content: "\e9b6"
}

.stream-bb_cobranzasdocumentarias-22:before {
    content: "\e9b7"
}

.stream-bb_configuracion-22:before {
    content: "\e9b8"
}

.stream-bb_contactenos-22:before {
    content: "\e9b9"
}

.stream-bb_contrasena-22:before {
    content: "\e9ba"
}

.stream-bb_cuentacorriente-22:before {
    content: "\e9bb"
}

.stream-bb_cuentasahorro-22:before {
    content: "\e9bc"
}

.stream-bb_cuentasclik-22:before {
    content: "\e9bd"
}

.stream-bb_depositoaplazo-22:before {
    content: "\e9cb"
}

.stream-bb_descuentodeletras-22:before {
    content: "\e9cc"
}

.stream-bb_documentodeidentidad-22:before {
    content: "\e9cd"
}

.stream-bb_email-22:before {
    content: "\e9ce"
}

.stream-bb_entremiscuentas-22:before {
    content: "\e9cf"
}

.stream-bb_factoringelectronico-22 .path1:before {
    content: "\e9d0";
    color: #000
}

.stream-bb_factoringelectronico-22 .path2:before {
    content: "\e9d1";
    margin-left: -1em;
    color: #000
}

.stream-bb_factoringelectronico-22 .path3:before {
    content: "\e9d2";
    margin-left: -1em;
    color: #fff
}

.stream-bb_factoringelectronico-22 .path4:before {
    content: "\e9d3";
    margin-left: -1em;
    color: #fff
}

.stream-bb_factoringelectronico-22 .path5:before {
    content: "\e9d4";
    margin-left: -1em;
    color: #fff
}

.stream-bb_factoringelectronico-22 .path6:before {
    content: "\e9d5";
    margin-left: -1em;
    color: #fff
}

.stream-bb_factoringelectronico-22 .path7:before {
    content: "\e9d6";
    margin-left: -1em;
    color: #fff
}

.stream-bb_financiamientocomercioext-22:before {
    content: "\e9d7"
}

.stream-bb_horario-22:before {
    content: "\e9d8"
}

.stream-bb_inicio-22:before {
    content: "\e9d9"
}

.stream-bb_leasing-22:before {
    content: "\e9da"
}

.stream-bb_llamanos-22:before {
    content: "\e9dc"
}

.stream-bb_mapa-22:before {
    content: "\e9dd"
}

.stream-bb_mensajes-22:before {
    content: "\e9de"
}

.stream-bb_misproductos-22:before {
    content: "\e9df"
}

.stream-bb_mistarjetas-22:before {
    content: "\e9e0"
}

.stream-bb_novedades-22:before {
    content: "\e9e1"
}

.stream-bb_otrasconfiguraciones-22:before {
    content: "\e9e2"
}

.stream-bb_otrastarjetasbanbif-22:before {
    content: "\e9e3"
}

.stream-bb_pagar-22:before {
    content: "\e9e4"
}

.stream-bb_pagodeproveedores-22:before {
    content: "\e9e5"
}

.stream-bb_pagosinternacionales-22:before {
    content: "\e9e6"
}

.stream-bb_precancelaciondepositoaplazo-22:before {
    content: "\e9e7"
}

.stream-bb_prestamos-22:before {
    content: "\e9e8"
}

.stream-bb_servicioderecaudacion-22:before {
    content: "\e9e9"
}

.stream-bb_servicios-22:before {
    content: "\e9ea"
}

.stream-bb_solicituddeproducto-22:before {
    content: "\e9ec"
}

.stream-bb_tarjetadiners-22:before {
    content: "\e9ed"
}

.stream-bb_tarjetasdeotrosbancos-22 .path1:before {
    content: "\e9f0";
    color: #fff
}

.stream-bb_tarjetasdeotrosbancos-22 .path2:before {
    content: "\e9f1";
    margin-left: -1em;
    color: #000
}

.stream-bb_tarjetasdeotrosbancos-22 .path3:before {
    content: "\e9f2";
    margin-left: -1em;
    color: #000
}

.stream-bb_tarjetasdeotrosbancos-22 .path4:before {
    content: "\e9f4";
    margin-left: -1em;
    color: #000
}

.stream-bb_tarjetasdeotrosbancos-22 .path5:before {
    content: "\e9f5";
    margin-left: -1em;
    color: #000
}

.stream-bb_tasadecambio-22:before {
    content: "\e9f7"
}

.stream-bb_terminosycondiciones-22:before {
    content: "\e9f8"
}

.stream-bb_transferir-22:before {
    content: "\e9f9"
}

.stream-bb_ubiquenos-22:before {
    content: "\e9fa"
}

.stream-bb_usuario-22:before {
    content: "\e9fc"
}

.stream-bb_aotrascuentasbanbif-2:before {
    content: "\e9fe"
}

.stream-bb_aotrosbancos-2:before {
    content: "\e9ff"
}

.stream-bb_beneficios-2:before {
    content: "\ea00"
}

.stream-bb_cartafianza-2:before {
    content: "\ea01"
}

.stream-bb_cartasdecredito-2:before {
    content: "\ea02"
}

.stream-bb_cobranzasdocumentarias-2:before {
    content: "\ea03"
}

.stream-bb_configuracion-2:before {
    content: "\ea04"
}

.stream-bb_contactenos-2:before {
    content: "\ea05"
}

.stream-bb_contrasena-2:before {
    content: "\ea06"
}

.stream-bb_cuentacorriente-2:before {
    content: "\ea07"
}

.stream-bb_cuentasahorro-2:before {
    content: "\ea08"
}

.stream-bb_cuentasclik-2:before {
    content: "\ea09"
}

.stream-bb_depositoaplazo-2:before {
    content: "\ea0a"
}

.stream-bb_descuentodeletras-2:before {
    content: "\ea0b"
}

.stream-bb_documentodeidentidad-2:before {
    content: "\ea0c"
}

.stream-bb_email-2:before {
    content: "\ea0d"
}

.stream-bb_entremiscuentas-2:before {
    content: "\ea0e"
}

.stream-bb_factoringelectronico-2:before {
    content: "\ea0f"
}

.stream-bb_financiamientocomercioext-2:before {
    content: "\ea10"
}

.stream-bb_horario-2:before {
    content: "\ea11"
}

.stream-bb_inicio-2:before {
    content: "\ea12"
}

.stream-bb_leasing-2:before {
    content: "\ea13"
}

.stream-bb_llamanos-2:before {
    content: "\ea14"
}

.stream-bb_mapa-2:before {
    content: "\ea15"
}

.stream-bb_mensajes-2:before {
    content: "\ea16"
}

.stream-bb_misproductos-2:before {
    content: "\ea17"
}

.stream-bb_mistarjetas-2:before {
    content: "\ea18"
}

.stream-bb_novedades-2:before {
    content: "\ea19"
}

.stream-bb_otrasconfiguraciones-2:before {
    content: "\ea1a"
}

.stream-bb_otrastarjetasbanbif-2:before {
    content: "\ea1b"
}

.stream-bb_pagar-2:before {
    content: "\ea1c"
}

.stream-bb_pagodeproveedores-2:before {
    content: "\ea1d"
}

.stream-bb_pagosinternacionales-2:before {
    content: "\ea1e"
}

.stream-bb_precancelaciondepositoaplazo-2:before {
    content: "\ea1f"
}

.stream-bb_prestamos-2:before {
    content: "\ea20"
}

.stream-bb_servicioderecaudacion-2:before {
    content: "\ea21"
}

.stream-bb_servicios-2:before {
    content: "\ea22"
}

.stream-bb_solicituddeproducto-2:before {
    content: "\ea23"
}

.stream-bb_tarjetadiners-2:before {
    content: "\ea24"
}

.stream-bb_tarjetasdeotrosbanco-2:before {
    content: "\ea25"
}

.stream-bb_tasadecambio-2:before {
    content: "\ea29"
}

.stream-bb_terminosycondiciones-2:before {
    content: "\ea2a"
}

.stream-bb_transferir-2:before {
    content: "\ea2b"
}

.stream-bb_ubiquenos-2:before {
    content: "\ea2c"
}

.stream-bb_usuario-2:before {
    content: "\ea2f"
}

.stream-server-edit-2:before {
    content: "\e97d"
}

.stream-server-edit-22:before {
    content: "\e97e"
}

.stream-server-remove-2:before {
    content: "\e992"
}

.stream-server-remove-22:before {
    content: "\e9ae"
}

.stream-icon_hierarchy1:before {
    content: "\e972"
}

.stream-icon_hierarchy12:before {
    content: "\e979";
    color: #59595c
}

.stream-icon_pending2:before {
    content: "\e965"
}

.stream-SucripcionPagoServicios1:before {
    content: "\e9ac"
}

.stream-SucripcionPagoServicios12:before {
    content: "\e9ad"
}

.stream-cancelar_cheque_1:before {
    content: "\e9c5"
}

.stream-cancelar_cheque_12:before {
    content: "\e9c6"
}

.stream-solicitar_cheque_1:before {
    content: "\e9c7"
}

.stream-solicitar_cheque_12:before {
    content: "\e9c8"
}

.stream-calendar-dollar_1:before {
    content: "\e981"
}

.stream-calendar-dollar_12:before {
    content: "\e982"
}

.stream-circle-cash_1:before {
    content: "\e98e"
}

.stream-circle-cash_12:before {
    content: "\e98f"
}

.stream-graph-bar-movement_1:before {
    content: "\e990"
}

.stream-graph-bar-movement_12:before {
    content: "\e991"
}

.stream-icon_01_cobranzasdeExportacion_12:before {
    content: "\e993"
}

.stream-icon_02_cartaCreditodeExportacion_1:before {
    content: "\e994"
}

.stream-icon_02_cartaCreditodeExportacion_12:before {
    content: "\e995"
}

.stream-icon_04_cobranzasdeImportacion_1:before {
    content: "\e996"
}

.stream-icon_04_cobranzasdeImportacion_12:before {
    content: "\e997"
}

.stream-icon_05_cartaCreditodeImportacion_1 .path1:before {
    content: "\e998";
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path2:before {
    content: "\e999";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path3:before {
    content: "\e99a";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path4:before {
    content: "\e99b";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path5:before {
    content: "\e99c";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path6:before {
    content: "\e99d";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path7:before {
    content: "\e99e";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path8:before {
    content: "\e99f";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path9:before {
    content: "\e9a0";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path10:before {
    content: "\e9a1";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path11:before {
    content: "\e9a2";
    margin-left: -1em;
    color: #221f1f
}

.stream-icon_05_cartaCreditodeImportacion_1 .path12:before {
    content: "\e9a3";
    margin-left: -1em;
    color: #221f1f
}

.stream-icon_05_cartaCreditodeImportacion_1 .path13:before {
    content: "\e9a4";
    margin-left: -1em;
    color: #221f1f
}

.stream-icon_05_cartaCreditodeImportacion_1 .path14:before {
    content: "\e9a5";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path15:before {
    content: "\e9a6";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path16:before {
    content: "\e9a8";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path17:before {
    content: "\e9a9";
    margin-left: -1em;
    color: #000
}

.stream-icon_05_cartaCreditodeImportacion_1 .path18:before {
    content: "\e9aa";
    margin-left: -1em;
    color: #000
}

.stream-Icono_Empresa:before {
    content: "\e9fb"
}

.stream-clapboard_play2:before {
    content: "\e97f"
}

.stream-clapboard_play1:before {
    content: "\e980"
}

.stream-icon_reestablecerContras2:before {
    content: "\ea9c"
}

.stream-ico_06:before {
    content: "\ea9d"
}

.stream-ico_06_filled:before {
    content: "\ea9e"
}

.stream-ico_07_filled:before {
    content: "\ea9f"
}

.stream-ico_07:before {
    content: "\eaa0"
}

.stream-arrow_right_tabs:before {
    content: "\e98c"
}

.stream-icono_user_mobile3:before {
    content: "\e98b"
}

.stream-icono-pensiones:before {
    content: "\e98a"
}

.stream-password_show:before {
    content: "\e986"
}

.stream-password_hide:before {
    content: "\e987"
}

.stream-redes_you_tube:before {
    content: "\e938"
}

.stream-redes_twitter:before {
    content: "\e939"
}

.stream-redes_facebook:before {
    content: "\e93a"
}

.stream-productos_tarjeta:before {
    content: "\e93b"
}

.stream-productos_prestamo:before {
    content: "\e93d"
}

.stream-productos_depositos:before {
    content: "\e93e"
}

.stream-productos_caja_ahorro:before {
    content: "\e93f"
}

.stream-menu_transferencias:before {
    content: "\e940"
}

.stream-menu_pago:before {
    content: "\e941"
}

.stream-menu_mis_productos:before {
    content: "\e943"
}

.stream-menu_inicio:before {
    content: "\e944"
}

.stream-menu_configuracion:before {
    content: "\e945"
}

.stream-header_salir:before {
    content: "\e984"
}

.stream-contacto:before {
    content: "\e985"
}

.stream-transfer-arrows:before {
    content: "\e96c"
}

.stream-transfer-arrows2:before {
    content: "\e970"
}

.stream-icon_Schedulled_outlined:before {
    content: "\e971"
}

.stream-icon_Schedulled_2:before {
    content: "\e973"
}

.stream-icon_pending:before {
    content: "\e974"
}

.stream-help:before {
    content: "\e937"
}

.stream-report-problem-triangle2:before {
    content: "\e933"
}

.stream-report-problem-triangle:before {
    content: "\e934"
}

.stream-viewMore:before {
    content: "\e935"
}

.stream-Icon_login_profile_3:before {
    content: "\e912"
}

.stream-Icon_login_password_3:before {
    content: "\e913"
}

.stream-file-acrobat:before {
    content: "\e914"
}

.stream-file-acrobat2:before {
    content: "\e915"
}

.stream-file-table:before {
    content: "\e916"
}

.stream-file-table2:before {
    content: "\e917"
}

.stream-icono_user_mobile:before {
    content: "\e911"
}

.stream-icono_nav_back_3:before {
    content: "\e910"
}

.stream-menu_2:before {
    content: "\e90f"
}

.stream-menu_1:before {
    content: "\e908"
}

.stream-icono_nav_back_1:before {
    content: "\e909"
}

.stream-icono_arrow_mobile_cardview_1:before {
    content: "\e90a"
}

.stream-Icon_login_profile:before {
    content: "\e90b"
}

.stream-arrow_right_1:before {
    content: "\e90c"
}

.stream-arrow_down_1:before {
    content: "\e90d"
}

.stream-arrow_back_1:before {
    content: "\e90e"
}

.stream-icono_nav_back:before {
    content: "\e900"
}

.stream-icono_arrow_mobile_cardview:before {
    content: "\e901"
}

.stream-arrow_left:before {
    content: "\e902"
}

.stream-arrow_down:before {
    content: "\e903"
}

.stream-arrow_back .path1:before {
    content: "\e904"
}

.stream-arrow_back .path2:before {
    content: "\e905"
}

.stream-arrow_back .path3:before {
    content: "\e906"
}

.stream-menu:before {
    content: "\e907"
}

.stream-delete-2:before {
    content: "\e605"
}

.stream-pencil-2:before {
    content: "\e615"
}

.stream-pencil-write-2:before {
    content: "\e61a"
}

.stream-print-text:before {
    content: "\e61e"
}

.stream-search:before {
    content: "\e624"
}

.stream-view-1:before {
    content: "\e62a"
}

.stream-view-2:before {
    content: "\e62d"
}

.stream-delete-22:before {
    content: "\e600"
}

.stream-pencil-22:before {
    content: "\e601"
}

.stream-pencil-write-22:before {
    content: "\e602"
}

.stream-print-text2:before {
    content: "\e603"
}

.stream-search2:before {
    content: "\e606"
}

.stream-view-12:before {
    content: "\e607"
}

.stream-view-22:before {
    content: "\e611"
}

.stream-check-1:before {
    content: "\e62f"
}

.stream-check-2:before {
    content: "\e630"
}

.stream-check-box-1:before {
    content: "\e632"
}

.stream-check-box-2:before {
    content: "\e633"
}

.stream-check-circle-1:before {
    content: "\e634"
}

.stream-check-circle-2:before {
    content: "\e635"
}

.stream-close:before {
    content: "\e63c"
}

.stream-check-12:before {
    content: "\e608"
}

.stream-check-22:before {
    content: "\e609"
}

.stream-check-box-12:before {
    content: "\e60a"
}

.stream-check-box-22:before {
    content: "\e60b"
}

.stream-check-circle-12:before {
    content: "\e60c"
}

.stream-check-circle-22:before {
    content: "\e60d"
}

.stream-close2:before {
    content: "\e60e"
}

.stream-cog-double-1:before {
    content: "\e641"
}

.stream-cog:before {
    content: "\e647"
}

.stream-cog-double-12:before {
    content: "\e60f"
}

.stream-cog2:before {
    content: "\e610"
}

.stream-key-1:before {
    content: "\e65a"
}

.stream-login-1:before {
    content: "\e65e"
}

.stream-login-2:before {
    content: "\e65f"
}

.stream-login-3:before {
    content: "\e660"
}

.stream-logout-1:before {
    content: "\e661"
}

.stream-logout-2:before {
    content: "\e662"
}

.stream-logout-3:before {
    content: "\e663"
}

.stream-key-12:before {
    content: "\e631"
}

.stream-login-12:before {
    content: "\e612"
}

.stream-login-22:before {
    content: "\e613"
}

.stream-login-32:before {
    content: "\e614"
}

.stream-logout-12:before {
    content: "\e616"
}

.stream-logout-22:before {
    content: "\e617"
}

.stream-logout-32:before {
    content: "\e618"
}

.stream-alarm-clock:before {
    content: "\e664"
}

.stream-alarm:before {
    content: "\e668"
}

.stream-calendar-2:before {
    content: "\e66a"
}

.stream-clock-2:before {
    content: "\e66c"
}

.stream-timer-quarter-1:before {
    content: "\e678"
}

.stream-alarm-clock2:before {
    content: "\e619"
}

.stream-alarm2:before {
    content: "\e61c"
}

.stream-calendar-22:before {
    content: "\e61d"
}

.stream-clock-22:before {
    content: "\e61f"
}

.stream-timer-quarter-12:before {
    content: "\e620"
}

.stream-at-sign:before {
    content: "\e680"
}

.stream-email-2:before {
    content: "\e681"
}

.stream-email-read-2:before {
    content: "\e696"
}

.stream-inbox:before {
    content: "\e6b0"
}

.stream-mailbox-4:before {
    content: "\e6b4"
}

.stream-outbox:before {
    content: "\e6b5"
}

.stream-at-sign2:before {
    content: "\e621"
}

.stream-email-22:before {
    content: "\e622"
}

.stream-email-read-22:before {
    content: "\e623"
}

.stream-inbox2:before {
    content: "\e625"
}

.stream-mailbox-42:before {
    content: "\e626"
}

.stream-outbox2:before {
    content: "\e627"
}

.stream-account-circle-1:before {
    content: "\e6ba"
}

.stream-account-group-2:before {
    content: "\e6c5"
}

.stream-account-group-5:before {
    content: "\e6c8"
}

.stream-account-circle-12:before {
    content: "\e628"
}

.stream-account-group-22:before {
    content: "\e629"
}

.stream-account-group-52:before {
    content: "\e62b"
}

.stream-person-1:before {
    content: "\e70c"
}

.stream-person-2:before {
    content: "\e70d"
}

.stream-person-add-1:before {
    content: "\e70e"
}

.stream-person-add-2:before {
    content: "\e70f"
}

.stream-person-block-1:before {
    content: "\e710"
}

.stream-person-block-2:before {
    content: "\e711"
}

.stream-person-cash-1:before {
    content: "\e712"
}

.stream-person-cash-2:before {
    content: "\e713"
}

.stream-person-check-1:before {
    content: "\e714"
}

.stream-person-check-2:before {
    content: "\e715"
}

.stream-person-download-1:before {
    content: "\e716"
}

.stream-person-download-2:before {
    content: "\e717"
}

.stream-person-edit-1:before {
    content: "\e718"
}

.stream-person-edit-2:before {
    content: "\e719"
}

.stream-person-information-1:before {
    content: "\e71e"
}

.stream-person-information-2:before {
    content: "\e71f"
}

.stream-person-lock-1:before {
    content: "\e720"
}

.stream-person-lock-2:before {
    content: "\e721"
}

.stream-person-refresh-1:before {
    content: "\e724"
}

.stream-person-refresh-2:before {
    content: "\e725"
}

.stream-person-remove-1:before {
    content: "\e726"
}

.stream-person-remove-2:before {
    content: "\e727"
}

.stream-person-setting-1:before {
    content: "\e728"
}

.stream-person-setting-2:before {
    content: "\e729"
}

.stream-person-subtract-1:before {
    content: "\e72a"
}

.stream-person-subtract-2:before {
    content: "\e72b"
}

.stream-person-timeout-1:before {
    content: "\e72c"
}

.stream-person-timeout-2:before {
    content: "\e72d"
}

.stream-person-unknown-1:before {
    content: "\e72e"
}

.stream-person-unknown-2:before {
    content: "\e72f"
}

.stream-person-upload-1:before {
    content: "\e730"
}

.stream-person-upload-2:before {
    content: "\e731"
}

.stream-person-view-1:before {
    content: "\e732"
}

.stream-person-view-2:before {
    content: "\e733"
}

.stream-person-warning-1:before {
    content: "\e734"
}

.stream-person-warning-2:before {
    content: "\e735"
}

.stream-person-12:before {
    content: "\e62c"
}

.stream-person-22:before {
    content: "\e637"
}

.stream-person-add-12:before {
    content: "\e62e"
}

.stream-person-add-22:before {
    content: "\e643"
}

.stream-person-block-12:before {
    content: "\e636"
}

.stream-person-block-22:before {
    content: "\e65b"
}

.stream-person-cash-12:before {
    content: "\e638"
}

.stream-person-cash-22:before {
    content: "\e63b"
}

.stream-person-check-12:before {
    content: "\e63a"
}

.stream-person-check-22:before {
    content: "\e63e"
}

.stream-person-download-12:before {
    content: "\e63d"
}

.stream-person-download-22:before {
    content: "\e640"
}

.stream-person-edit-12:before {
    content: "\e63f"
}

.stream-person-edit-22:before {
    content: "\e68b"
}

.stream-person-information-12:before {
    content: "\e642"
}

.stream-person-information-22:before {
    content: "\e6a0"
}

.stream-person-lock-12:before {
    content: "\e644"
}

.stream-person-lock-22:before {
    content: "\e645"
}

.stream-person-refresh-12:before {
    content: "\e646"
}

.stream-person-refresh-22:before {
    content: "\e648"
}

.stream-person-remove-12:before {
    content: "\e649"
}

.stream-person-remove-22:before {
    content: "\e64a"
}

.stream-person-setting-12:before {
    content: "\e64b"
}

.stream-person-setting-22:before {
    content: "\e64c"
}

.stream-person-subtract-12:before {
    content: "\e64d"
}

.stream-person-subtract-22:before {
    content: "\e64e"
}

.stream-person-timeout-12:before {
    content: "\e64f"
}

.stream-person-timeout-22:before {
    content: "\e650"
}

.stream-person-unknown-12:before {
    content: "\e651"
}

.stream-person-unknown-22:before {
    content: "\e652"
}

.stream-person-upload-12:before {
    content: "\e653"
}

.stream-person-upload-22:before {
    content: "\e654"
}

.stream-person-view-12:before {
    content: "\e655"
}

.stream-person-view-22:before {
    content: "\e656"
}

.stream-person-warning-12:before {
    content: "\e657"
}

.stream-person-warning-22:before {
    content: "\e658"
}

.stream-user-chat-2:before {
    content: "\e78c"
}

.stream-user-chat-22:before {
    content: "\e659"
}

.stream-phone-5:before {
    content: "\e7cd"
}

.stream-phone-52:before {
    content: "\e6a1"
}

.stream-navigation-drawer-2:before {
    content: "\e9a7"
}

.stream-navigation-show-more-1:before {
    content: "\e9b0"
}

.stream-navigation-show-more-2:before {
    content: "\e9b1"
}

.stream-navigation-drawer-22:before {
    content: "\e701"
}

.stream-navigation-show-more-12:before {
    content: "\e65c"
}

.stream-navigation-show-more-22:before {
    content: "\e65d"
}

.stream-filter-32:before {
    content: "\e9db"
}

.stream-view-headline:before {
    content: "\e9eb"
}

.stream-filter-3:before {
    content: "\e665"
}

.stream-view-headline2:before {
    content: "\e6ff"
}

.stream-flag-1:before {
    content: "\e9ef"
}

.stream-thumbs-down-2:before {
    content: "\e666"
}

.stream-thumbs-up-2:before {
    content: "\e667"
}

.stream-flag-12:before {
    content: "\e669"
}

.stream-thumbs-down-22:before {
    content: "\e66b"
}

.stream-thumbs-up-22:before {
    content: "\e66d"
}

.stream-lock-close-1:before {
    content: "\e9f6"
}

.stream-lock-open-1:before {
    content: "\e9fd"
}

.stream-lock-close-12:before {
    content: "\e66e"
}

.stream-lock-open-12:before {
    content: "\e700"
}

.stream-help-circle:before {
    content: "\e801"
}

.stream-infomation-circle:before {
    content: "\e802"
}

.stream-report-problem-circle:before {
    content: "\e807"
}

.stream-help-circle2:before {
    content: "\e66f"
}

.stream-infomation-circle2:before {
    content: "\e670"
}

.stream-report-problem-circle2:before {
    content: "\e671"
}

.stream-download-2:before {
    content: "\e811"
}

.stream-download-3:before {
    content: "\e812"
}

.stream-download-box-4:before {
    content: "\e81a"
}

.stream-download-circle:before {
    content: "\e81c"
}

.stream-transfer-3:before {
    content: "\e832"
}

.stream-transfer-4:before {
    content: "\e833"
}

.stream-transfer-circle:before {
    content: "\e838"
}

.stream-upload-2:before {
    content: "\e843"
}

.stream-upload-3:before {
    content: "\e844"
}

.stream-upload-box-4:before {
    content: "\e849"
}

.stream-upload-circle:before {
    content: "\e84b"
}

.stream-download-22:before {
    content: "\e672"
}

.stream-download-32:before {
    content: "\e673"
}

.stream-download-box-42:before {
    content: "\e674"
}

.stream-download-circle2:before {
    content: "\e675"
}

.stream-transfer-32:before {
    content: "\e676"
}

.stream-transfer-42:before {
    content: "\e677"
}

.stream-transfer-circle2:before {
    content: "\e679"
}

.stream-upload-22:before {
    content: "\e67a"
}

.stream-upload-32:before {
    content: "\e67b"
}

.stream-upload-box-42:before {
    content: "\e67c"
}

.stream-upload-circle2:before {
    content: "\e67d"
}

.stream-synchronize-1:before {
    content: "\e876"
}

.stream-synchronize-3:before {
    content: "\e878"
}

.stream-synchronize-4:before {
    content: "\e879"
}

.stream-synchronize-12:before {
    content: "\e67e"
}

.stream-synchronize-32:before {
    content: "\e67f"
}

.stream-synchronize-42:before {
    content: "\e682"
}

.stream-add-1:before {
    content: "\e8b2"
}

.stream-add-circle-1:before {
    content: "\e8b5"
}

.stream-remove-1:before {
    content: "\e8b9"
}

.stream-remove-circle-1:before {
    content: "\e8bc"
}

.stream-subtract-1:before {
    content: "\e8bf"
}

.stream-subtract-circle-1:before {
    content: "\e8c2"
}

.stream-add-12:before {
    content: "\e683"
}

.stream-add-circle-12:before {
    content: "\e684"
}

.stream-remove-12:before {
    content: "\e685"
}

.stream-remove-circle-12:before {
    content: "\e686"
}

.stream-subtract-12:before {
    content: "\e687"
}

.stream-subtract-circle-12:before {
    content: "\e688"
}

.stream-expand-corner:before {
    content: "\e8cc"
}

.stream-expand-horizontal-5:before {
    content: "\e8d7"
}

.stream-expand-horizontal-6:before {
    content: "\e8d8"
}

.stream-move-down-1:before {
    content: "\e8e9"
}

.stream-move-down-2:before {
    content: "\e8ea"
}

.stream-move-left-1:before {
    content: "\e8eb"
}

.stream-move-left-2:before {
    content: "\e8ec"
}

.stream-move-right-1:before {
    content: "\e8ee"
}

.stream-move-right-2:before {
    content: "\e8ef"
}

.stream-move-up-1:before {
    content: "\e8f1"
}

.stream-move-up-2:before {
    content: "\e8f2"
}

.stream-shrink-horizontal-3:before {
    content: "\e8f9"
}

.stream-shrink-vertical-1:before {
    content: "\e8fa"
}

.stream-expand-corner2:before {
    content: "\e689"
}

.stream-expand-horizontal-52:before {
    content: "\e68a"
}

.stream-expand-horizontal-62:before {
    content: "\e6a2"
}

.stream-move-down-12:before {
    content: "\e68c"
}

.stream-move-down-22:before {
    content: "\e68d"
}

.stream-move-left-12:before {
    content: "\e68e"
}

.stream-move-left-22:before {
    content: "\e68f"
}

.stream-move-right-12:before {
    content: "\e690"
}

.stream-move-right-22:before {
    content: "\e691"
}

.stream-move-up-12:before {
    content: "\e692"
}

.stream-move-up-22:before {
    content: "\e693"
}

.stream-shrink-horizontal-32:before {
    content: "\e694"
}

.stream-shrink-vertical-12:before {
    content: "\e695"
}

.stream-button-power-1:before {
    content: "\e8fe"
}

.stream-button-power-12:before {
    content: "\e697"
}

.stream-auction:before {
    content: "\e698"
}

.stream-bank-2:before {
    content: "\e699"
}

.stream-business-bag-cash:before {
    content: "\e69a"
}

.stream-calculator-2:before {
    content: "\e69b"
}

.stream-graph-bar-decrease:before {
    content: "\ea26"
}

.stream-graph-bar-increase:before {
    content: "\ea27"
}

.stream-graph-bar-line:before {
    content: "\ea28"
}

.stream-graph-pie-1:before {
    content: "\ea2d"
}

.stream-graph-pie-2:before {
    content: "\ea2e"
}

.stream-percent-circle:before {
    content: "\ea34"
}

.stream-auction2:before {
    content: "\e69c"
}

.stream-bank-22:before {
    content: "\e69d"
}

.stream-business-bag-cash2:before {
    content: "\e69e"
}

.stream-calculator-22:before {
    content: "\e69f"
}

.stream-graph-bar-decrease2:before {
    content: "\e6a3"
}

.stream-graph-bar-increase2:before {
    content: "\e6a4"
}

.stream-graph-bar-line2:before {
    content: "\e6b9"
}

.stream-graph-pie-12:before {
    content: "\e6bb"
}

.stream-graph-pie-22:before {
    content: "\e6bc"
}

.stream-percent-circle2:before {
    content: "\e6a5"
}

.stream-bank-notes-2:before {
    content: "\ea38"
}

.stream-bank-notes-3:before {
    content: "\ea39"
}

.stream-coin-bank-note:before {
    content: "\ea3c"
}

.stream-coin-receive:before {
    content: "\ea3d"
}

.stream-coins-1:before {
    content: "\ea3e"
}

.stream-coins-2:before {
    content: "\ea3f"
}

.stream-credit-card:before {
    content: "\ea46"
}

.stream-piggy-bank:before {
    content: "\ea49"
}

.stream-bank-notes-22:before {
    content: "\e6a6"
}

.stream-bank-notes-32:before {
    content: "\e6a7"
}

.stream-coin-bank-note2:before {
    content: "\e6a8"
}

.stream-coin-receive2:before {
    content: "\e6a9"
}

.stream-coins-12:before {
    content: "\e6aa"
}

.stream-coins-22:before {
    content: "\e6ab"
}

.stream-credit-card2:before {
    content: "\e6ac"
}

.stream-piggy-bank2:before {
    content: "\e6ad"
}

.stream-dollar-sign-circle:before {
    content: "\e6ae"
}

.stream-euro-sign-circle:before {
    content: "\e6af"
}

.stream-pound-sign-circle:before {
    content: "\e6b1"
}

.stream-yen-sign-circle:before {
    content: "\e6b2"
}

.stream-dollar-sign-circle2:before {
    content: "\e6b3"
}

.stream-euro-sign-circle2:before {
    content: "\e6b6"
}

.stream-pound-sign-circle2:before {
    content: "\e6b7"
}

.stream-yen-sign-circle2:before {
    content: "\e6b8"
}

.stream-arrow-down:before {
    content: "\ea83"
}

.stream-arrow-enter:before {
    content: "\ea84"
}

.stream-arrow-left:before {
    content: "\ea85"
}

.stream-arrow-next:before {
    content: "\ea86"
}

.stream-arrow-previous:before {
    content: "\ea87"
}

.stream-arrow-right:before {
    content: "\ea89"
}

.stream-arrow-up:before {
    content: "\ea8d"
}

.stream-arrow-down2:before {
    content: "\e6bd"
}

.stream-arrow-enter2:before {
    content: "\e6be"
}

.stream-arrow-left2:before {
    content: "\e6bf"
}

.stream-arrow-next2:before {
    content: "\e6c0"
}

.stream-arrow-previous2:before {
    content: "\e6c1"
}

.stream-arrow-right2:before {
    content: "\e6c2"
}

.stream-arrow-up2:before {
    content: "\e6c3"
}

.stream-location-pin-2:before {
    content: "\e6c4"
}

.stream-map-1:before {
    content: "\e6c6"
}

.stream-location-pin-22:before {
    content: "\e6c9"
}

.stream-map-12:before {
    content: "\e6c7"
}

.stream-home-1:before {
    content: "\eacb"
}

.stream-home-12:before {
    content: "\e6ca"
}

.stream-file-add-1:before {
    content: "\eb17"
}

.stream-file-add-2:before {
    content: "\eb18"
}

.stream-file-block-1:before {
    content: "\eb1a"
}

.stream-file-block-2:before {
    content: "\eb1b"
}

.stream-file-check-1:before {
    content: "\eb1f"
}

.stream-file-check-2:before {
    content: "\eb20"
}

.stream-file-delete-1:before {
    content: "\eb21"
}

.stream-file-delete-2:before {
    content: "\eb22"
}

.stream-file-download-1:before {
    content: "\eb23"
}

.stream-file-download-2:before {
    content: "\eb24"
}

.stream-file-edit-1:before {
    content: "\eb25"
}

.stream-file-edit-2:before {
    content: "\eb26"
}

.stream-file-subtract-1:before {
    content: "\eb43"
}

.stream-file-subtract-2:before {
    content: "\eb44"
}

.stream-file-sync-1:before {
    content: "\eb46"
}

.stream-file-sync-2:before {
    content: "\eb47"
}

.stream-file-timeout:before {
    content: "\eb48"
}

.stream-file-upload-1:before {
    content: "\eb49"
}

.stream-file-upload-2:before {
    content: "\eb4a"
}

.stream-file-view-1:before {
    content: "\eb4b"
}

.stream-file-view-2:before {
    content: "\eb4c"
}

.stream-file-warning-1:before {
    content: "\eb4d"
}

.stream-file-warning-2:before {
    content: "\eb4e"
}

.stream-file-add-12:before {
    content: "\e6cb"
}

.stream-file-add-22:before {
    content: "\e6cc"
}

.stream-file-block-12:before {
    content: "\e6cd"
}

.stream-file-block-22:before {
    content: "\e6ce"
}

.stream-file-check-12:before {
    content: "\e6cf"
}

.stream-file-check-22:before {
    content: "\e6d0"
}

.stream-file-delete-12:before {
    content: "\e6d1"
}

.stream-file-delete-22:before {
    content: "\e6d6"
}

.stream-file-download-12:before {
    content: "\e6d5"
}

.stream-file-download-22:before {
    content: "\e6d4"
}

.stream-file-edit-12:before {
    content: "\e6d2"
}

.stream-file-edit-22:before {
    content: "\e6d3"
}

.stream-file-subtract-12:before {
    content: "\e6d7"
}

.stream-file-subtract-22:before {
    content: "\e6d8"
}

.stream-file-sync-12:before {
    content: "\e6d9"
}

.stream-file-sync-22:before {
    content: "\e6da"
}

.stream-file-timeout2:before {
    content: "\e6db"
}

.stream-file-upload-12:before {
    content: "\e6dc"
}

.stream-file-upload-22:before {
    content: "\e6dd"
}

.stream-file-view-12:before {
    content: "\e6de"
}

.stream-file-view-22:before {
    content: "\e6df"
}

.stream-file-warning-12:before {
    content: "\e6e0"
}

.stream-file-warning-22:before {
    content: "\e6e1"
}

.stream-task-2:before {
    content: "\eb99"
}

.stream-task-add:before {
    content: "\eb9a"
}

.stream-task-check-2:before {
    content: "\eb9e"
}

.stream-task-delete:before {
    content: "\eba0"
}

.stream-task-edit:before {
    content: "\eba3"
}

.stream-task-setting:before {
    content: "\eba9"
}

.stream-task-stubtract:before {
    content: "\ebab"
}

.stream-task-upload-2:before {
    content: "\ebae"
}

.stream-task-view:before {
    content: "\ebaf"
}

.stream-task-22:before {
    content: "\e6e2"
}

.stream-task-add2:before {
    content: "\e6e3"
}

.stream-task-check-22:before {
    content: "\e6e4"
}

.stream-task-delete2:before {
    content: "\e6e5"
}

.stream-task-edit2:before {
    content: "\e6e6"
}

.stream-task-setting2:before {
    content: "\e6e7"
}

.stream-task-stubtract2:before {
    content: "\e6e8"
}

.stream-task-upload-22:before {
    content: "\e6e9"
}

.stream-task-view2:before {
    content: "\e6ea"
}

.stream-arrow-circle-down-6:before {
    content: "\e92a"
}

.stream-arrow-circle-left-6:before {
    content: "\e936"
}

.stream-arrow-circle-right-6:before {
    content: "\e93c"
}

.stream-arrow-circle-up-6:before {
    content: "\e942"
}

.stream-arrow-down-7:before {
    content: "\e94e"
}

.stream-arrow-down-8:before {
    content: "\e94f"
}

.stream-arrow-down-11:before {
    content: "\e952"
}

.stream-arrow-down-12:before {
    content: "\e953"
}

.stream-arrow-left-7:before {
    content: "\e96a"
}

.stream-arrow-left-8:before {
    content: "\e96b"
}

.stream-arrow-left-11:before {
    content: "\e96e"
}

.stream-arrow-left-12:before {
    content: "\e96f"
}

.stream-arrow-right-7:before {
    content: "\e977"
}

.stream-arrow-right-8:before {
    content: "\e978"
}

.stream-arrow-right-11:before {
    content: "\e97b"
}

.stream-arrow-right-12:before {
    content: "\e97c"
}

.stream-arrow-circle-down-62:before {
    content: "\e6eb"
}

.stream-arrow-circle-left-62:before {
    content: "\e6fe"
}

.stream-arrow-circle-right-62:before {
    content: "\e6fd"
}

.stream-arrow-circle-up-62:before {
    content: "\e6fc"
}

.stream-arrow-down-72:before {
    content: "\e6ec"
}

.stream-arrow-down-82:before {
    content: "\e6ed"
}

.stream-arrow-down-112:before {
    content: "\e6ee"
}

.stream-arrow-down-122:before {
    content: "\e6ef"
}

.stream-arrow-left-72:before {
    content: "\e6f0"
}

.stream-arrow-left-82:before {
    content: "\e6f1"
}

.stream-arrow-left-112:before {
    content: "\e6f2"
}

.stream-arrow-left-122:before {
    content: "\e6f3"
}

.stream-arrow-right-72:before {
    content: "\e6f4"
}

.stream-arrow-right-82:before {
    content: "\e6f5"
}

.stream-arrow-right-112:before {
    content: "\e6f6"
}

.stream-arrow-right-122:before {
    content: "\e6f7"
}

.stream-arrow-up-7:before {
    content: "\e6f8"
}

.stream-arrow-up-8:before {
    content: "\e6f9"
}

.stream-arrow-up-11:before {
    content: "\e6fa"
}

.stream-arrow-up-12:before {
    content: "\e6fb"
}

.stream-delete-1:before {
    content: "\e604"
}

.stream-link-broken-1:before {
    content: "\e70b"
}

.stream-pencil-write-23:before {
    content: "\e706"
}

.stream-pin-1:before {
    content: "\e61b"
}

.stream-delete-12:before {
    content: "\e918"
}

.stream-link-broken-12:before {
    content: "\e95c"
}

.stream-pencil-write-24:before {
    content: "\e946"
}

.stream-pin-12:before {
    content: "\e919"
}

.stream-check-box-13:before {
    content: "\e702"
}

.stream-check-box-23:before {
    content: "\e703"
}

.stream-check-circle-13:before {
    content: "\e704"
}

.stream-check-circle-23:before {
    content: "\e705"
}

.stream-checklist:before {
    content: "\e639"
}

.stream-check-box-14:before {
    content: "\e924"
}

.stream-check-box-24:before {
    content: "\e925"
}

.stream-check-circle-14:before {
    content: "\e926"
}

.stream-check-circle-24:before {
    content: "\e927"
}

.stream-checklist2:before {
    content: "\e91a"
}

.stream-email:before {
    content: "\e70a"
}

.stream-email2:before {
    content: "\e95d"
}

.stream-account-files:before {
    content: "\e707"
}

.stream-account-group-3:before {
    content: "\e708"
}

.stream-hierarchy-business:before {
    content: "\e709"
}

.stream-account-files2:before {
    content: "\e947"
}

.stream-account-group-32:before {
    content: "\e948"
}

.stream-hierarchy-business2:before {
    content: "\e955"
}

.stream-bubble-chat-question-2:before {
    content: "\e761"
}

.stream-chat-double-bubble-3:before {
    content: "\e789"
}

.stream-chat-double-bubble-4:before {
    content: "\e78a"
}

.stream-bubble-chat-question-22:before {
    content: "\e91b"
}

.stream-chat-double-bubble-32:before {
    content: "\e988"
}

.stream-chat-double-bubble-42:before {
    content: "\e989"
}

.stream-navigation-next-2:before {
    content: "\e9ab"
}

.stream-navigation-show-more-13:before {
    content: "\e9b2"
}

.stream-navigation-next-22:before {
    content: "\e95e"
}

.stream-navigation-show-more-14:before {
    content: "\e928"
}

.stream-view-module-2:before {
    content: "\e9ee"
}

.stream-view-module-22:before {
    content: "\e91c"
}

.stream-flag-square-2:before {
    content: "\e91d"
}

.stream-heart:before {
    content: "\e949"
}

.stream-thumbs-down-1:before {
    content: "\e929"
}

.stream-thumbs-down-23:before {
    content: "\e92b"
}

.stream-thumbs-up-1:before {
    content: "\e92c"
}

.stream-thumbs-up-23:before {
    content: "\e92d"
}

.stream-flag-square-22:before {
    content: "\e91e"
}

.stream-heart2:before {
    content: "\e94a"
}

.stream-thumbs-down-12:before {
    content: "\e92e"
}

.stream-thumbs-down-24:before {
    content: "\e92f"
}

.stream-thumbs-up-12:before {
    content: "\e930"
}

.stream-thumbs-up-24:before {
    content: "\e931"
}

.stream-download-1:before {
    content: "\e810"
}

.stream-transfer-1:before {
    content: "\e830"
}

.stream-download-12:before {
    content: "\e94b"
}

.stream-transfer-12:before {
    content: "\e94c"
}

.stream-synchronize-5:before {
    content: "\e87a"
}

.stream-synchronize-52:before {
    content: "\e932"
}

.stream-expand-1:before {
    content: "\e8c7"
}

.stream-expand-3:before {
    content: "\e8c9"
}

.stream-expand-12:before {
    content: "\e95f"
}

.stream-expand-32:before {
    content: "\e983"
}

.stream-grid:before {
    content: "\e91f"
}

.stream-grid2:before {
    content: "\e920"
}

.stream-picture-1:before {
    content: "\e921"
}

.stream-photos-images_picture-1:before {
    content: "\e922"
}

.stream-credit-card-refresh:before {
    content: "\e94d"
}

.stream-target-cash:before {
    content: "\e957"
}

.stream-view-cash-2:before {
    content: "\e958"
}

.stream-credit-card-refresh2:before {
    content: "\e950"
}

.stream-target-cash2:before {
    content: "\e959"
}

.stream-view-cash-22:before {
    content: "\e95a"
}

.stream-truck-2:before {
    content: "\e951"
}

.stream-truck-22:before {
    content: "\e954"
}

.stream-bank-notes-1:before {
    content: "\ea37"
}

.stream-bank-notes-12:before {
    content: "\e960"
}

.stream-text-input-1:before {
    content: "\ea76"
}

.stream-text-input-12:before {
    content: "\e95b"
}

.stream-globe-2:before {
    content: "\eac7"
}

.stream-globe-3:before {
    content: "\eac8"
}

.stream-globe-22:before {
    content: "\e961"
}

.stream-globe-32:before {
    content: "\e962"
}

.stream-file-hand-2:before {
    content: "\eb2d"
}

.stream-file-hand-22:before {
    content: "\e923"
}

.stream-rank-army-star-2:before {
    content: "\e9f3"
}

.stream-rank-army-star-22:before {
    content: "\e98d"
}

.stream-add-2:before {
    content: "\e8b3"
}

.stream-remove-2:before {
    content: "\e8ba"
}

.stream-add-22:before {
    content: "\e9c9"
}

.stream-remove-22:before {
    content: "\e9ca"
}

.stream-business-scale:before {
    content: "\e9be"
}

.stream-business-trade:before {
    content: "\e9bf"
}

.stream-price-rise:before {
    content: "\e9c0"
}

.stream-business-scale2:before {
    content: "\e9c1"
}

.stream-business-trade2:before {
    content: "\e9c2"
}

.stream-price-rise2:before {
    content: "\e9c3"
}

.stream-file-badge:before {
    content: "\eb19"
}

.stream-file-badge2:before {
    content: "\e9c4"
}

.stream-instagram:before {
    content: "\ea8e"
}

.stream-facebook:before {
    content: "\ea8f"
}

.stream-facebook2:before {
    content: "\ea90"
}

.stream-twitter:before {
    content: "\ea91"
}

.stream-copiaEstadoDeCuenta:before {
    content: "\ea8e"
}

.stream-um-email:before {
    content: "\e99a"
}

.stream-um-livechat:before {
    content: "\e99b"
}

.stream-um-reclamos:before {
    content: "\e99c"
}

.stream-um-videollamada:before {
    content: "\ea25"
}

.stream-um-whatsapp:before {
    content: "\ea26"
}

.stream-um-youtube:before {
    content: "\ea8d"
}

.stream-solicitar:before {
    content: "\e998"
}

.stream-solicitar2:before {
    content: "\e999"
}

.stream-mancomunadas:before {
    content: "\e997"
}

.stream-pago-positivo2:before {
    content: "\e996"
}

.stream-activos-dashboard:before {
    content: "\e9f2"
}

.stream-pasivos-dashboard:before {
    content: "\ea24"
}

.stream-destacada-dashboard:before {
    content: "\e9ce"
}

.stream-email-dashboard:before {
    content: "\e9d2"
}

.stream-facebook-dashboard:before {
    content: "\e9d3"
}

.stream-favorita-dashboard:before {
    content: "\e9d4"
}

.stream-tasaDeCambio-dashboard:before {
    content: "\e9d5"
}

.stream-telefono-dashboard:before {
    content: "\e9d6"
}

.stream-ultimasTransferencias-dashboard:before {
    content: "\e9ef"
}

.stream-ultimosPagos-dashboard:before {
    content: "\e9f0"
}

.stream-virtualBanking-dashboard:before {
    content: "\e9f1"
}

.stream-passwordHide:before {
    content: "\e9cc"
}

.stream-passwordView:before {
    content: "\e9cd"
}

.stream-passwordN:before {
    content: "\e9ca"
}

.stream-userN:before {
    content: "\e9cb"
}

.stream-registro_masivo:before {
    content: "\e9b1"
}

.stream-registro_masivo2:before {
    content: "\e9b2"
}

.stream-consulta-fact-pagador:before {
    content: "\e9a5"
}

.stream-consulta-fact-pagador2:before {
    content: "\e9a6"
}

.stream-consulta-fact-proveedor:before {
    content: "\e9a7"
}

.stream-consulta-fact-proveedor2:before {
    content: "\e9a8"
}

.stream-consulta-proveedores:before {
    content: "\e9a9"
}

.stream-consulta-proveedores2:before {
    content: "\e9aa"
}

.stream-fact-adelantar:before {
    content: "\e9ab"
}

.stream-fact-adelantar2:before {
    content: "\e9ac"
}

.stream-fact-anticipos:before {
    content: "\e9ad"
}

.stream-fact-anticipos2:before {
    content: "\e9ae"
}

.stream-fact-cargas:before {
    content: "\e9af"
}

.stream-fact-cargas2:before {
    content: "\e9b0"
}

.stream-button-power-1:before {
    content: "\e9ed"
}

.stream-button-power-12:before {
    content: "\e9ee"
}

.stream-recarga-tarjetaprepagodeterceros:before {
    content: "\e991"
}

.stream-recarga-tarjetaprepagodeterceros2:before {
    content: "\e992"
}

.stream-recarga-tarjetaprepago:before {
    content: "\e993"
}

.stream-recarga-tarjetaprepago2:before {
    content: "\e994"
}

.stream-pago-positivo:before {
    content: "\e995"
}

.stream-lafise-save:before {
    content: "\e99d"
}

.stream-lafise-save2:before {
    content: "\e99e"
}

.stream-hitoricos-deahorroscerrados:before {
    content: "\e99f"
}

.stream-hitoricos-deahorroscerrados2:before {
    content: "\e9a0"
}

.stream-formatos:before {
    content: "\e9a1"
}

.stream-formatos2:before {
    content: "\e9a2"
}

.stream-abonoextraordinario:before {
    content: "\e9a3"
}

.stream-abonoextraordinario2:before {
    content: "\e9a4"
}

.stream-Icon_login_profile_34:before {
    content: "\e904"
}

.stream-lock-change1:before {
    content: "\e905"
}

.stream-report-problem-circle2:before {
    content: "\e906"
}

.stream-target-cash:before {
    content: "\e907"
}

.stream-user-mobile2:before {
    content: "\e91c"
}

.stream-icon_05_cartaCreditodeImportacion_1:before {
    content: "\e91d"
}

.stream-display-card2:before {
    content: "\e942"
}

.stream-download-22:before {
    content: "\e943"
}

.stream-grupo-lafise2:before {
    content: "\e944"
}

.stream-arrow_back .path1:before {
    content: "\e945";
    color: #fff
}

.stream-arrow_back .path2:before {
    content: "\e957";
    margin-left: -1em;
    color: #000
}

.stream-arrow_back .path3:before {
    content: "\e958";
    margin-left: -1em;
    color: #000
}

.stream-bb_factoringelectronico-22:before {
    content: "\e98f"
}

.stream-bb_tarjetasdeotrosbancos-22:before {
    content: "\e990"
}

.stream-en-el-pais:before {
    content: "\e93b"
}

.stream-en-el-pais2:before {
    content: "\e93c"
}

.stream-tarjeta-credito-terceros:before {
    content: "\e93d"
}

.stream-tarjeta-credito-terceros2:before {
    content: "\e93e"
}

.stream-upload-2:before {
    content: "\e929"
}

.stream-upload-22:before {
    content: "\e92a"
}

.stream-business-bag-cash:before {
    content: "\e941"
}

.stream-search2:before {
    content: "\e900"
}

.stream-piggy-bank:before {
    content: "\e901"
}

.stream-piggy-bank2:before {
    content: "\e902"
}

.stream-user-mobile:before {
    content: "\e903"
}

.stream-picture-1:before {
    content: "\e908"
}

.stream-picture-12:before {
    content: "\e909"
}

.stream-person-edit-2:before {
    content: "\e90a"
}

.stream-person-edit-22:before {
    content: "\e90b"
}

.stream-pago_nomina1:before {
    content: "\e90c"
}

.stream-pago_nomina12:before {
    content: "\e90d"
}

.stream-account-group-3:before {
    content: "\e90e"
}

.stream-account-group-32:before {
    content: "\e90f"
}

.stream-bank-notes-1:before {
    content: "\e910"
}

.stream-bank-notes-12:before {
    content: "\e911"
}

.stream-bubble-chat-question-2:before {
    content: "\e912"
}

.stream-bubble-chat-question-22:before {
    content: "\e913"
}

.stream-check-1:before {
    content: "\e914"
}

.stream-check-12:before {
    content: "\e915"
}

.stream-credit-card-refresh:before {
    content: "\e916"
}

.stream-credit-card-refresh2:before {
    content: "\e917"
}

.stream-heart:before {
    content: "\e918"
}

.stream-heart-simple:before {
    content: "\e93f"
}

.stream-heart2:before {
    content: "\e919"
}

.stream-heart-simple2:before {
    content: "\e940"
}

.stream-icon_Schedulled_2:before {
    content: "\e91a"
}

.stream-icon_Schedulled_22:before {
    content: "\e91b"
}

.stream-lock-change12:before {
    content: "\e91e"
}

.stream-navigation-next-2:before {
    content: "\e91f"
}

.stream-navigation-next-22:before {
    content: "\e920"
}

.stream-viewMore:before {
    content: "\e921"
}

.stream-viewMore2:before {
    content: "\e922"
}

.stream-view-module-2:before {
    content: "\e923"
}

.stream-view-module-22:before {
    content: "\e924"
}

.stream-view-cash-2:before {
    content: "\e925"
}

.stream-view-cash-22:before {
    content: "\e926"
}

.stream-view-2:before {
    content: "\e927"
}

.stream-view-22:before {
    content: "\e928"
}

.stream-truck-2:before {
    content: "\e92b"
}

.stream-truck-22:before {
    content: "\e92c"
}

.stream-transfer-circle:before {
    content: "\e92d"
}

.stream-transfer-circle2:before {
    content: "\e92e"
}

.stream-transfer-1:before {
    content: "\e92f"
}

.stream-transfer-12:before {
    content: "\e930"
}

.stream-Transf_UnoAMuchos_1:before {
    content: "\e931"
}

.stream-Transf_UnoAMuchos_12:before {
    content: "\e932"
}

.stream-Transf_MuchosAUno_1:before {
    content: "\e933"
}

.stream-Transf_MuchosAUno_12:before {
    content: "\e934"
}

.stream-timer-quarter-1:before {
    content: "\e935"
}

.stream-timer-quarter-12:before {
    content: "\e936"
}

.stream-thumbs-down-1:before {
    content: "\e937"
}

.stream-thumbs-down-12:before {
    content: "\e938"
}

.stream-text-input-1:before {
    content: "\e939"
}

.stream-text-input-12:before {
    content: "\e93a"
}

.stream-target-cash2:before {
    content: "\e946"
}

.stream-synchronize-5:before {
    content: "\e947"
}

.stream-synchronize-52:before {
    content: "\e948"
}

.stream-synchronize-3:before {
    content: "\e949"
}

.stream-synchronize-32:before {
    content: "\e94a"
}

.stream-synchronize-1:before {
    content: "\e94b"
}

.stream-synchronize-12:before {
    content: "\e94c"
}

.stream-SucripcionPagoServicios_1:before {
    content: "\e94d"
}

.stream-SucripcionPagoServicios_12:before {
    content: "\e94e"
}

.stream-sms-token .path1:before {
    content: "\e94f";
    color: #0e0e0d
}

.stream-sms-token .path2:before {
    content: "\e950";
    margin-left: -1em;
    color: #0e0e0d
}

.stream-sms-token .path3:before {
    content: "\e951";
    margin-left: -1em;
    color: #000
}

.stream-sms-token2:before {
    content: "\e952"
}

.stream-search:before {
    content: "\e953"
}

.stream-report-problem-triangle:before {
    content: "\e954"
}

.stream-report-problem-triangle2:before {
    content: "\e955"
}

.stream-report-problem-circle:before {
    content: "\e956"
}

.stream-remove-circle-1:before {
    content: "\e959"
}

.stream-remove-circle-12:before {
    content: "\e95a"
}

.stream-print-text:before {
    content: "\e95b"
}

.stream-print-text2:before {
    content: "\e95c"
}

.stream-prestamos-de-terceros:before {
    content: "\e95d"
}

.stream-prestamos-de-terceros2:before {
    content: "\e95e"
}

.stream-person-setting-2:before {
    content: "\e95f"
}

.stream-person-setting-22:before {
    content: "\e960"
}

.stream-person-cash-2:before {
    content: "\e961"
}

.stream-person-cash-22:before {
    content: "\e962"
}

.stream-pencil-2:before {
    content: "\e963"
}

.stream-pencil-22:before {
    content: "\e964"
}

.stream-pago_proveedores_1:before {
    content: "\e965"
}

.stream-pago_proveedores_12:before {
    content: "\e966"
}

.stream-navigation-show-more-2:before {
    content: "\e967"
}

.stream-navigation-show-more-22:before {
    content: "\e968"
}

.stream-move-right-2:before {
    content: "\e969"
}

.stream-move-right-22:before {
    content: "\e96a"
}

.stream-mobile-token:before {
    content: "\e96b"
}

.stream-mobile-token2:before {
    content: "\e96c"
}

.stream-menu_inicio:before {
    content: "\e96d"
}

.stream-menu_inicio2:before {
    content: "\e96e"
}

.stream-menu_1:before {
    content: "\e96f"
}

.stream-menu_2:before {
    content: "\e970"
}

.stream-link-broken-1:before {
    content: "\e971"
}

.stream-link-broken-12:before {
    content: "\e972"
}

.stream-internacionales:before {
    content: "\e973"
}

.stream-internacionales2:before {
    content: "\e974"
}

.stream-infomation-circle:before {
    content: "\e975"
}

.stream-infomation-circle2:before {
    content: "\e976"
}

.stream-inbox:before {
    content: "\e977"
}

.stream-inbox2:before {
    content: "\e978"
}

.stream-icono_nav_back_3:before {
    content: "\e979"
}

.stream-icono_nav_back_32:before {
    content: "\e97a"
}

.stream-icon_pending:before {
    content: "\e97b"
}

.stream-icon_pending2:before {
    content: "\e97c"
}

.stream-Icon_login_profile_3 .path1:before {
    content: "\e97d";
    color: #fff
}

.stream-Icon_login_profile_3 .path2:before {
    content: "\e97e";
    margin-left: -1em;
    color: #000
}

.stream-Icon_login_profile_32:before {
    content: "\e97f"
}

.stream-Icon_login_password_3:before {
    content: "\e980"
}

.stream-Icon_login_password_32:before {
    content: "\e981"
}

.stream-icon_hierarchy1:before {
    content: "\e982"
}

.stream-icon_hierarchy12:before {
    content: "\e983"
}

.stream-ico_07:before {
    content: "\e984"
}

.stream-ico_072:before {
    content: "\e985"
}

.stream-ico_06:before {
    content: "\e986"
}

.stream-ico_062:before {
    content: "\e987"
}

.stream-hierarchy-business:before {
    content: "\e988"
}

.stream-hierarchy-business2:before {
    content: "\e989"
}

.stream-help-circle:before {
    content: "\e98a"
}

.stream-help-circle2:before {
    content: "\e98b"
}

.stream-help:before {
    content: "\e98c"
}

.stream-help2:before {
    content: "\e98d"
}

.stream-grupo-lafise:before {
    content: "\e98e"
}

.stream-grid:before {
    content: "\e9b3"
}

.stream-grid2:before {
    content: "\e9b4"
}

.stream-generar-codigo:before {
    content: "\e9b5"
}

.stream-generar-codigo2:before {
    content: "\e9b6"
}

.stream-flag-square-2:before {
    content: "\e9b7"
}

.stream-flag-square-22:before {
    content: "\e9b8"
}

.stream-flag-1:before {
    content: "\e9b9"
}

.stream-flag-12:before {
    content: "\e9ba"
}

.stream-filter-32:before {
    content: "\e9bb"
}

.stream-filter-322:before {
    content: "\e9bc"
}

.stream-file-table:before {
    content: "\e9bd"
}

.stream-file-table2:before {
    content: "\e9be"
}

.stream-file-hand-2:before {
    content: "\e9bf"
}

.stream-file-hand-22:before {
    content: "\e9c0"
}

.stream-file-acrobat:before {
    content: "\e9c1"
}

.stream-file-acrobat2:before {
    content: "\e9c2"
}

.stream-expand-1:before {
    content: "\e9c3"
}

.stream-expand-12:before {
    content: "\e9c4"
}

.stream-envio-veloz:before {
    content: "\e9c5"
}

.stream-envio-veloz2:before {
    content: "\e9c6"
}

.stream-email-2:before {
    content: "\e9c7"
}

.stream-email-22:before {
    content: "\e9c8"
}

.stream-download-2:before {
    content: "\e9c9"
}

.stream-dollar-sign-circle:before {
    content: "\e9cf"
}

.stream-dollar-sign-circle2:before {
    content: "\e9d0"
}

.stream-display-card:before {
    content: "\e9d1"
}

.stream-delete-2:before {
    content: "\e9d7"
}

.stream-delete-22:before {
    content: "\e9d8"
}

.stream-delete-1:before {
    content: "\e9d9"
}

.stream-delete-12:before {
    content: "\e9da"
}

.stream-debi-net:before {
    content: "\e9db"
}

.stream-debi-net2:before {
    content: "\e9dc"
}

.stream-credit-card:before {
    content: "\e9dd"
}

.stream-credit-card2:before {
    content: "\e9de"
}

.stream-coin-receive:before {
    content: "\e9df"
}

.stream-coin-receive2:before {
    content: "\e9e0"
}

.stream-coin-bank-note:before {
    content: "\e9e1"
}

.stream-coin-bank-note2:before {
    content: "\e9e2"
}

.stream-check-circle-2:before {
    content: "\e9e3"
}

.stream-check-circle-22:before {
    content: "\e9e4"
}

.stream-check-circle-1:before {
    content: "\e9e5"
}

.stream-check-circle-12:before {
    content: "\e9e6"
}

.stream-check-2:before {
    content: "\e9e7"
}

.stream-check-22:before {
    content: "\e9e8"
}

.stream-carta-de-credito:before {
    content: "\e9e9"
}

.stream-carta-de-credito2:before {
    content: "\e9ea"
}

.stream-calendar-2:before {
    content: "\e9eb"
}

.stream-calendar-22:before {
    content: "\e9ec"
}

.stream-business-bag-cash2:before {
    content: "\e9f3"
}

.stream-buscar-toolbar:before {
    content: "\e9f4"
}

.stream-buscar-toolbar2:before {
    content: "\e9f5"
}

.stream-bank-notes-3:before {
    content: "\e9f6"
}

.stream-bank-notes-32:before {
    content: "\e9f7"
}

.stream-bank-2:before {
    content: "\e9f8"
}

.stream-bank-22:before {
    content: "\e9f9"
}

.stream-bancos-locales:before {
    content: "\e9fa"
}

.stream-bancos-locales2:before {
    content: "\e9fb"
}

.stream-a-terceros-en-el-grupo:before {
    content: "\e9fc"
}

.stream-a-terceros-en-el-grupo2:before {
    content: "\e9fd"
}

.stream-arrow_down_1:before {
    content: "\e9fe"
}

.stream-arrow_down_12:before {
    content: "\e9ff"
}

.stream-arrow_right_1:before {
    content: "\ea00"
}

.stream-arrow_right_12:before {
    content: "\ea01"
}

.stream-arrow-next:before {
    content: "\ea02"
}

.stream-arrow-next2:before {
    content: "\ea03"
}

.stream-al-exterior:before {
    content: "\ea04"
}

.stream-al-exterior2:before {
    content: "\ea05"
}

.stream-a-otros-bancos-eccaps:before {
    content: "\ea06"
}

.stream-a-otros-bancos-eccaps2:before {
    content: "\ea07"
}

.stream-alarm:before {
    content: "\ea08"
}

.stream-alarm2:before {
    content: "\ea09"
}

.stream-ahorro-programado:before {
    content: "\ea0a"
}

.stream-ahorro-programado2:before {
    content: "\ea0b"
}

.stream-add-circle-1:before {
    content: "\ea0c"
}

.stream-add-circle-12:before {
    content: "\ea0d"
}

.stream-account-files:before {
    content: "\ea0e"
}

.stream-account-files2:before {
    content: "\ea0f"
}

.stream-account-circle-1:before {
    content: "\ea10"
}

.stream-account-circle-12:before {
    content: "\ea11"
}

.stream-account-files3:before {
    content: "\ea12"
}

.stream-account-files22:before {
    content: "\ea13"
}

.stream-account-group-2:before {
    content: "\ea14"
}

.stream-account-group-33:before {
    content: "\ea15"
}

.stream-account-group-5:before {
    content: "\ea16"
}

.stream-account-group-22:before {
    content: "\ea17"
}

.stream-account-group-322:before {
    content: "\ea18"
}

.stream-account-group-52:before {
    content: "\ea19"
}

.stream-add-1:before {
    content: "\ea1a"
}

.stream-add-2:before {
    content: "\ea1b"
}

.stream-add-12:before {
    content: "\ea1c"
}

.stream-add-22:before {
    content: "\ea1d"
}

.stream-add-circle-13:before {
    content: "\ea1e"
}

.stream-add-circle-122:before {
    content: "\ea1f"
}

.stream-alarm3:before {
    content: "\ea20"
}

.stream-alarm22:before {
    content: "\ea21"
}

.stream-alarm-clock:before {
    content: "\ea22"
}

.stream-alarm-clock2:before {
    content: "\ea23"
}

.stream-arrow_back_1:before {
    content: "\ea27"
}

.stream-arrow_down:before {
    content: "\ea28"
}

.stream-arrow_down_13:before {
    content: "\ea29"
}

.stream-arrow_left:before {
    content: "\ea2a"
}

.stream-arrow_right_13:before {
    content: "\ea2b"
}

.stream-arrow_right_tabs:before {
    content: "\ea2c"
}

.stream-arrow-circle-down-6:before {
    content: "\ea2d"
}

.stream-arrow-circle-down-62:before {
    content: "\ea2e"
}

.stream-arrow-circle-left-6:before {
    content: "\ea2f"
}

.stream-arrow-circle-left-62:before {
    content: "\ea30"
}

.stream-arrow-circle-right-6:before {
    content: "\ea31"
}

.stream-arrow-circle-right-62:before {
    content: "\ea32"
}

.stream-arrow-circle-up-6:before {
    content: "\ea33"
}

.stream-arrow-circle-up-62:before {
    content: "\ea34"
}

.stream-arrow-down:before {
    content: "\ea35"
}

.stream-arrow-down2:before {
    content: "\ea36"
}

.stream-arrow-down-7:before {
    content: "\ea37"
}

.stream-arrow-down-8:before {
    content: "\ea38"
}

.stream-arrow-down-11:before {
    content: "\ea39"
}

.stream-arrow-down-12:before {
    content: "\ea3a"
}

.stream-arrow-down-72:before {
    content: "\ea3b"
}

.stream-arrow-down-82:before {
    content: "\ea3c"
}

.stream-arrow-down-112:before {
    content: "\ea3d"
}

.stream-arrow-down-122:before {
    content: "\ea3e"
}

.stream-arrow-enter:before {
    content: "\ea3f"
}

.stream-arrow-enter2:before {
    content: "\ea40"
}

.stream-arrow-left:before {
    content: "\ea41"
}

.stream-arrow-left2:before {
    content: "\ea42"
}

.stream-arrow-left-7:before {
    content: "\ea43"
}

.stream-arrow-left-8:before {
    content: "\ea44"
}

.stream-arrow-left-11:before {
    content: "\ea45"
}

.stream-arrow-left-12:before {
    content: "\ea46"
}

.stream-arrow-left-72:before {
    content: "\ea47"
}

.stream-arrow-left-82:before {
    content: "\ea48"
}

.stream-arrow-left-112:before {
    content: "\ea49"
}

.stream-arrow-left-122:before {
    content: "\ea4a"
}

.stream-arrow-next3:before {
    content: "\ea4b"
}

.stream-arrow-next22:before {
    content: "\ea4c"
}

.stream-arrow-previous:before {
    content: "\ea4d"
}

.stream-arrow-previous2:before {
    content: "\ea4e"
}

.stream-arrow-right:before {
    content: "\ea4f"
}

.stream-arrow-right2:before {
    content: "\ea50"
}

.stream-arrow-right-7:before {
    content: "\ea51"
}

.stream-arrow-right-8:before {
    content: "\ea52"
}

.stream-arrow-right-11:before {
    content: "\ea53"
}

.stream-arrow-right-12:before {
    content: "\ea54"
}

.stream-arrow-right-72:before {
    content: "\ea55"
}

.stream-arrow-right-82:before {
    content: "\ea56"
}

.stream-arrow-right-112:before {
    content: "\ea57"
}

.stream-arrow-right-122:before {
    content: "\ea58"
}

.stream-arrow-up:before {
    content: "\ea59"
}

.stream-arrow-up2:before {
    content: "\ea5a"
}

.stream-arrow-up-7:before {
    content: "\ea5b"
}

.stream-arrow-up-8:before {
    content: "\ea5c"
}

.stream-arrow-up-11:before {
    content: "\ea5d"
}

.stream-arrow-up-12:before {
    content: "\ea5e"
}

.stream-at-sign:before {
    content: "\ea5f"
}

.stream-at-sign2:before {
    content: "\ea60"
}

.stream-auction:before {
    content: "\ea61"
}

.stream-auction2:before {
    content: "\ea62"
}

.stream-bank-23:before {
    content: "\ea63"
}

.stream-bank-222:before {
    content: "\ea64"
}

.stream-bank-notes-13:before {
    content: "\ea65"
}

.stream-bank-notes-2:before {
    content: "\ea66"
}

.stream-bank-notes-33:before {
    content: "\ea67"
}

.stream-bank-notes-122:before {
    content: "\ea68"
}

.stream-bank-notes-22:before {
    content: "\ea69"
}

.stream-bank-notes-322:before {
    content: "\ea6a"
}

.stream-bb_aotrascuentasbanbif-2:before {
    content: "\ea6b"
}

.stream-bb_aotrascuentasbanbif-22:before {
    content: "\ea6c"
}

.stream-bb_aotrosbancos-2:before {
    content: "\ea6d"
}

.stream-bb_aotrosbancos-22:before {
    content: "\ea6e"
}

.stream-bb_beneficios-2:before {
    content: "\ea6f"
}

.stream-bb_beneficios-22:before {
    content: "\ea70"
}

.stream-bb_cartafianza-2:before {
    content: "\ea71"
}

.stream-bb_cartafianza-22:before {
    content: "\ea72"
}

.stream-bb_cartasdecredito-2:before {
    content: "\ea73"
}

.stream-bb_cartasdecredito-22:before {
    content: "\ea74"
}

.stream-bb_cobranzasdocumentarias-2:before {
    content: "\ea75"
}

.stream-bb_cobranzasdocumentarias-22:before {
    content: "\ea76"
}

.stream-bb_configuracion-2:before {
    content: "\ea77"
}

.stream-bb_configuracion-22:before {
    content: "\ea78"
}

.stream-bb_contactenos-2:before {
    content: "\ea79"
}

.stream-bb_contactenos-22:before {
    content: "\ea7a"
}

.stream-bb_contrasena-2:before {
    content: "\ea7b"
}

.stream-bb_contrasena-22:before {
    content: "\ea7c"
}

.stream-bb_cuentacorriente-2:before {
    content: "\ea7d"
}

.stream-bb_cuentasahorro-2:before {
    content: "\ea7e"
}

.stream-bb_cuentasahorro-22:before {
    content: "\ea7f"
}

.stream-bb_cuentasclik-2:before {
    content: "\ea80"
}

.stream-bb_cuentasclik-22:before {
    content: "\ea81"
}

.stream-bb_depositoaplazo-2:before {
    content: "\ea82"
}

.stream-bb_depositoaplazo-22:before {
    content: "\ea83"
}

.stream-bb_descuentodeletras-2:before {
    content: "\ea84"
}

.stream-bb_descuentodeletras-22:before {
    content: "\ea85"
}

.stream-bb_documentodeidentidad-2:before {
    content: "\ea86"
}

.stream-bb_documentodeidentidad-22:before {
    content: "\ea87"
}

.stream-bb_email-2:before {
    content: "\ea88"
}

.stream-bb_email-22:before {
    content: "\ea89"
}

.stream-bb_entremiscuentas-2:before {
    content: "\ea8a"
}

.stream-bb_entremiscuentas-22:before {
    content: "\ea8b"
}

.stream-bb_factoringelectronico-2:before {
    content: "\ea8c"
}

.stream-bb_financiamientocomercioext-2:before {
    content: "\ea94"
}

.stream-bb_financiamientocomercioext-22:before {
    content: "\ea95"
}

.stream-bb_horario-2:before {
    content: "\ea96"
}

.stream-bb_horario-22:before {
    content: "\ea97"
}

.stream-bb_inicio-2:before {
    content: "\ea98"
}

.stream-bb_inicio-22:before {
    content: "\ea99"
}

.stream-bb_leasing-2:before {
    content: "\ea9a"
}

.stream-bb_leasing-22:before {
    content: "\ea9b"
}

.stream-bb_llamanos-2:before {
    content: "\ea9c"
}

.stream-bb_llamanos-22:before {
    content: "\ea9d"
}

.stream-bb_mapa-2:before {
    content: "\ea9e"
}

.stream-bb_mapa-22:before {
    content: "\ea9f"
}

.stream-bb_mensajes-2:before {
    content: "\eaa0"
}

.stream-bb_mensajes-22:before {
    content: "\eaa1"
}

.stream-bb_misproductos-2:before {
    content: "\eaa2"
}

.stream-bb_misproductos-22:before {
    content: "\eaa3"
}

.stream-bb_mistarjetas-2:before {
    content: "\eaa4"
}

.stream-bb_mistarjetas-22:before {
    content: "\eaa5"
}

.stream-bb_novedades-2:before {
    content: "\eaa6"
}

.stream-bb_novedades-22:before {
    content: "\eaa7"
}

.stream-bb_otrasconfiguraciones-2:before {
    content: "\eaa8"
}

.stream-bb_otrasconfiguraciones-22:before {
    content: "\eaa9"
}

.stream-bb_otrastarjetasbanbif-2:before {
    content: "\eaaa"
}

.stream-bb_otrastarjetasbanbif-22:before {
    content: "\eaab"
}

.stream-bb_pagar-2:before {
    content: "\eaac"
}

.stream-bb_pagar-22:before {
    content: "\eaad"
}

.stream-bb_pagodeproveedores-2:before {
    content: "\eaae"
}

.stream-bb_pagodeproveedores-22:before {
    content: "\eaaf"
}

.stream-bb_pagosinternacionales-2:before {
    content: "\eab0"
}

.stream-bb_pagosinternacionales-22:before {
    content: "\eab1"
}

.stream-bb_precancelaciondepositoaplazo-2:before {
    content: "\eab2"
}

.stream-bb_precancelaciondepositoaplazo-22:before {
    content: "\eab3"
}

.stream-bb_prestamos-2:before {
    content: "\eab4"
}

.stream-bb_prestamos-22:before {
    content: "\eab5"
}

.stream-bb_servicioderecaudacion-2:before {
    content: "\eab6"
}

.stream-bb_servicioderecaudacion-22:before {
    content: "\eab7"
}

.stream-bb_servicios-2:before {
    content: "\eab8"
}

.stream-bb_servicios-22:before {
    content: "\eab9"
}

.stream-bb_solicituddeproducto-2:before {
    content: "\eaba"
}

.stream-bb_solicituddeproducto-22:before {
    content: "\eabb"
}

.stream-bb_tarjetadiners-2:before {
    content: "\eabc"
}

.stream-bb_tarjetadiners-22:before {
    content: "\eabd"
}

.stream-bb_tarjetasdeotrosbanco-2:before {
    content: "\eabe"
}

.stream-bb_tasadecambio-2:before {
    content: "\eac4"
}

.stream-bb_tasadecambio-22:before {
    content: "\eac5"
}

.stream-bb_terminosycondiciones-2:before {
    content: "\eac6"
}

.stream-bb_terminosycondiciones-22:before {
    content: "\eac7"
}

.stream-bb_transferir-2:before {
    content: "\eac8"
}

.stream-bb_transferir-22:before {
    content: "\eac9"
}

.stream-bb_ubiquenos-2:before {
    content: "\eaca"
}

.stream-bb_ubiquenos-22:before {
    content: "\eacb"
}

.stream-bb_usuario-2:before {
    content: "\eacc"
}

.stream-bb_usuario-22:before {
    content: "\eacd"
}

.stream-bubble-chat-question-23:before {
    content: "\eace"
}

.stream-bubble-chat-question-222:before {
    content: "\eacf"
}

.stream-business-bag-cash3:before {
    content: "\ead0"
}

.stream-business-bag-cash22:before {
    content: "\ead1"
}

.stream-business-scale:before {
    content: "\ead2"
}

.stream-business-scale2:before {
    content: "\ead3"
}

.stream-business-trade:before {
    content: "\ead4"
}

.stream-business-trade2:before {
    content: "\ead5"
}

.stream-calculator-2:before {
    content: "\ead8"
}

.stream-calculator-22:before {
    content: "\ead9"
}

.stream-calendar-23:before {
    content: "\eada"
}

.stream-calendar-222:before {
    content: "\eadb"
}

.stream-calendar-dollar_1:before {
    content: "\eadc"
}

.stream-calendar-dollar_12:before {
    content: "\eadd"
}

.stream-cancelar_cheque_1:before {
    content: "\eade"
}

.stream-cancelar_cheque_12:before {
    content: "\eadf"
}

.stream-chat-double-bubble-3:before {
    content: "\eae0"
}

.stream-chat-double-bubble-4:before {
    content: "\eae1"
}

.stream-chat-double-bubble-32:before {
    content: "\eae2"
}

.stream-chat-double-bubble-42:before {
    content: "\eae3"
}

.stream-check-13:before {
    content: "\eae4"
}

.stream-check-23:before {
    content: "\eae5"
}

.stream-check-122:before {
    content: "\eae6"
}

.stream-check-222:before {
    content: "\eae7"
}

.stream-check-box-1:before {
    content: "\eae8"
}

.stream-check-box-2:before {
    content: "\eae9"
}

.stream-check-box-12:before {
    content: "\eaea"
}

.stream-check-box-13:before {
    content: "\eaeb"
}

.stream-check-box-14:before {
    content: "\eaec"
}

.stream-check-box-22:before {
    content: "\eaed"
}

.stream-check-box-23:before {
    content: "\eaee"
}

.stream-check-box-24:before {
    content: "\eaef"
}

.stream-check-circle-13:before {
    content: "\eaf0"
}

.stream-check-circle-23:before {
    content: "\eaf1"
}

.stream-check-circle-122:before {
    content: "\eaf2"
}

.stream-check-circle-132:before {
    content: "\eaf3"
}

.stream-check-circle-14:before {
    content: "\eaf4"
}

.stream-check-circle-222:before {
    content: "\eaf5"
}

.stream-check-circle-232:before {
    content: "\eaf6"
}

.stream-check-circle-24:before {
    content: "\eaf7"
}

.stream-checklist:before {
    content: "\eaf8"
}

.stream-checklist2:before {
    content: "\eaf9"
}

.stream-circle-cash_1:before {
    content: "\eafa"
}

.stream-circle-cash_12:before {
    content: "\eafb"
}

.stream-clapboard_play1:before {
    content: "\eafc"
}

.stream-clapboard_play2:before {
    content: "\eafd"
}

.stream-clock-2:before {
    content: "\eafe"
}

.stream-clock-22:before {
    content: "\eaff"
}

.stream-close:before {
    content: "\eb00"
}

.stream-close2:before {
    content: "\eb01"
}

.stream-cog:before {
    content: "\eb02"
}

.stream-cog2:before {
    content: "\eb03"
}

.stream-cog-double-1:before {
    content: "\eb04"
}

.stream-cog-double-12:before {
    content: "\eb05"
}

.stream-coin-bank-note3:before {
    content: "\eb06"
}

.stream-coin-bank-note22:before {
    content: "\eb07"
}

.stream-coin-receive3:before {
    content: "\eb08"
}

.stream-coin-receive22:before {
    content: "\eb09"
}

.stream-coins-1:before {
    content: "\eb0a"
}

.stream-coins-2:before {
    content: "\eb0b"
}

.stream-coins-12:before {
    content: "\eb0c"
}

.stream-coins-22:before {
    content: "\eb0d"
}

.stream-contacto:before {
    content: "\eb0e"
}

.stream-credit-card3:before {
    content: "\eb0f"
}

.stream-credit-card22:before {
    content: "\eb10"
}

.stream-credit-card-refresh3:before {
    content: "\eb11"
}

.stream-credit-card-refresh22:before {
    content: "\eb12"
}

.stream-delete-13:before {
    content: "\eb13"
}

.stream-delete-23:before {
    content: "\eb14"
}

.stream-delete-122:before {
    content: "\eb15"
}

.stream-delete-222:before {
    content: "\eb16"
}

.stream-dollar-sign-circle3:before {
    content: "\eb17"
}

.stream-dollar-sign-circle22:before {
    content: "\eb18"
}

.stream-download-1:before {
    content: "\eb19"
}

.stream-download-23:before {
    content: "\eb1a"
}

.stream-download-3:before {
    content: "\eb1b"
}

.stream-download-12:before {
    content: "\eb1c"
}

.stream-download-222:before {
    content: "\eb1d"
}

.stream-download-32:before {
    content: "\eb1e"
}

.stream-download-box-4:before {
    content: "\eb1f"
}

.stream-download-box-42:before {
    content: "\eb20"
}

.stream-download-circle:before {
    content: "\eb21"
}

.stream-download-circle2:before {
    content: "\eb22"
}

.stream-email:before {
    content: "\eb23"
}

.stream-email2:before {
    content: "\eb24"
}

.stream-email-23:before {
    content: "\eb25"
}

.stream-email-222:before {
    content: "\eb26"
}

.stream-email-read-2:before {
    content: "\eb27"
}

.stream-email-read-22:before {
    content: "\eb28"
}

.stream-euro-sign-circle:before {
    content: "\eb29"
}

.stream-euro-sign-circle2:before {
    content: "\eb2a"
}

.stream-expand-13:before {
    content: "\eb2b"
}

.stream-expand-3:before {
    content: "\eb2c"
}

.stream-expand-122:before {
    content: "\eb2d"
}

.stream-expand-32:before {
    content: "\eb2e"
}

.stream-expand-corner:before {
    content: "\eb2f"
}

.stream-expand-corner2:before {
    content: "\eb30"
}

.stream-expand-horizontal-5:before {
    content: "\eb31"
}

.stream-expand-horizontal-6:before {
    content: "\eb32"
}

.stream-expand-horizontal-52:before {
    content: "\eb33"
}

.stream-expand-horizontal-62:before {
    content: "\eb34"
}

.stream-file-acrobat3:before {
    content: "\eb35"
}

.stream-file-acrobat22:before {
    content: "\eb36"
}

.stream-file-add-1:before {
    content: "\eb37"
}

.stream-file-add-2:before {
    content: "\eb38"
}

.stream-file-add-12:before {
    content: "\eb39"
}

.stream-file-add-22:before {
    content: "\eb3a"
}

.stream-file-badge:before {
    content: "\eb3b"
}

.stream-file-badge2:before {
    content: "\eb3c"
}

.stream-file-block-1:before {
    content: "\eb3d"
}

.stream-file-block-2:before {
    content: "\eb3e"
}

.stream-file-block-12:before {
    content: "\eb3f"
}

.stream-file-block-22:before {
    content: "\eb40"
}

.stream-file-check-1:before {
    content: "\eb41"
}

.stream-file-check-2:before {
    content: "\eb42"
}

.stream-file-check-12:before {
    content: "\eb43"
}

.stream-file-check-22:before {
    content: "\eb44"
}

.stream-file-delete-1:before {
    content: "\eb45"
}

.stream-file-delete-2:before {
    content: "\eb46"
}

.stream-file-delete-12:before {
    content: "\eb47"
}

.stream-file-delete-22:before {
    content: "\eb48"
}

.stream-file-download-1:before {
    content: "\eb49"
}

.stream-file-download-2:before {
    content: "\eb4a"
}

.stream-file-download-12:before {
    content: "\eb4b"
}

.stream-file-download-22:before {
    content: "\eb4c"
}

.stream-file-edit-1:before {
    content: "\eb4d"
}

.stream-file-edit-2:before {
    content: "\eb4e"
}

.stream-file-edit-12:before {
    content: "\eb4f"
}

.stream-file-edit-22:before {
    content: "\eb50"
}

.stream-file-hand-23:before {
    content: "\eb51"
}

.stream-file-hand-222:before {
    content: "\eb52"
}

.stream-file-subtract-1:before {
    content: "\eb53"
}

.stream-file-subtract-2:before {
    content: "\eb54"
}

.stream-file-subtract-12:before {
    content: "\eb55"
}

.stream-file-subtract-22:before {
    content: "\eb56"
}

.stream-file-sync-1:before {
    content: "\eb57"
}

.stream-file-sync-2:before {
    content: "\eb58"
}

.stream-file-sync-12:before {
    content: "\eb59"
}

.stream-file-sync-22:before {
    content: "\eb5a"
}

.stream-file-table3:before {
    content: "\eb5b"
}

.stream-file-table22:before {
    content: "\eb5c"
}

.stream-file-timeout:before {
    content: "\eb5d"
}

.stream-file-timeout2:before {
    content: "\eb5e"
}

.stream-file-upload-1:before {
    content: "\eb5f"
}

.stream-file-upload-2:before {
    content: "\eb60"
}

.stream-file-upload-12:before {
    content: "\eb61"
}

.stream-file-upload-22:before {
    content: "\eb62"
}

.stream-file-view-1:before {
    content: "\eb63"
}

.stream-file-view-2:before {
    content: "\eb64"
}

.stream-file-view-12:before {
    content: "\eb65"
}

.stream-file-view-22:before {
    content: "\eb66"
}

.stream-file-warning-1:before {
    content: "\eb67"
}

.stream-file-warning-2:before {
    content: "\eb68"
}

.stream-file-warning-12:before {
    content: "\eb69"
}

.stream-file-warning-22:before {
    content: "\eb6a"
}

.stream-filter-3:before {
    content: "\eb6b"
}

.stream-filter-323:before {
    content: "\eb6c"
}

.stream-flag-13:before {
    content: "\eb6d"
}

.stream-flag-122:before {
    content: "\eb6e"
}

.stream-flag-square-23:before {
    content: "\eb6f"
}

.stream-flag-square-222:before {
    content: "\eb70"
}

.stream-globe-2:before {
    content: "\eb71"
}

.stream-globe-3:before {
    content: "\eb72"
}

.stream-globe-22:before {
    content: "\eb73"
}

.stream-globe-32:before {
    content: "\eb74"
}

.stream-graph-bar-decrease:before {
    content: "\eb75"
}

.stream-graph-bar-decrease2:before {
    content: "\eb76"
}

.stream-graph-bar-increase:before {
    content: "\eb77"
}

.stream-graph-bar-increase2:before {
    content: "\eb78"
}

.stream-graph-bar-line:before {
    content: "\eb79"
}

.stream-graph-bar-line2:before {
    content: "\eb7a"
}

.stream-graph-bar-movement_1:before {
    content: "\eb7b"
}

.stream-graph-bar-movement_12:before {
    content: "\eb7c"
}

.stream-graph-pie-1:before {
    content: "\eb7d"
}

.stream-graph-pie-2:before {
    content: "\eb7e"
}

.stream-graph-pie-12:before {
    content: "\eb7f"
}

.stream-graph-pie-22:before {
    content: "\eb80"
}

.stream-grid3:before {
    content: "\eb81"
}

.stream-grid22:before {
    content: "\eb82"
}

.stream-header_salir:before {
    content: "\eb83"
}

.stream-heart3:before {
    content: "\eb84"
}

.stream-heart22:before {
    content: "\eb85"
}

.stream-help3:before {
    content: "\eb86"
}

.stream-help-circle3:before {
    content: "\eb87"
}

.stream-help-circle22:before {
    content: "\eb88"
}

.stream-hierarchy-business3:before {
    content: "\eb89"
}

.stream-hierarchy-business22:before {
    content: "\eb8a"
}

.stream-home-1:before {
    content: "\eb8b"
}

.stream-home-12:before {
    content: "\eb8c"
}

.stream-ico_063:before {
    content: "\eb8d"
}

.stream-ico_06_filled:before {
    content: "\eb8e"
}

.stream-ico_073:before {
    content: "\eb8f"
}

.stream-ico_07_filled:before {
    content: "\eb90"
}

.stream-icon_01_cobranzasdeExportacion_12:before {
    content: "\eb91"
}

.stream-icon_02_cartaCreditodeExportacion_1:before {
    content: "\eb92"
}

.stream-icon_02_cartaCreditodeExportacion_12:before {
    content: "\eb93"
}

.stream-icon_04_cobranzasdeImportacion_1:before {
    content: "\eb94"
}

.stream-icon_04_cobranzasdeImportacion_12:before {
    content: "\eb95"
}

.stream-icon_hierarchy13:before {
    content: "\eba8"
}

.stream-icon_hierarchy122:before {
    content: "\eba9";
    color: #59595c
}

.stream-Icon_login_password_33:before {
    content: "\ebaa"
}

.stream-Icon_login_profile_33:before {
    content: "\ebac"
}

.stream-icon_pending3:before {
    content: "\ebad"
}

.stream-icon_pending22:before {
    content: "\ebae"
}

.stream-icon_reestablecerContras2:before {
    content: "\ebaf"
}

.stream-icon_Schedulled_23:before {
    content: "\ebb0"
}

.stream-icon_Schedulled_222:before {
    content: "\ebb1"
}

.stream-icon_Schedulled_outlined:before {
    content: "\ebb2"
}

.stream-icono_arrow_mobile_cardview:before {
    content: "\ebb3"
}

.stream-icono_arrow_mobile_cardview_1:before {
    content: "\ebb4"
}

.stream-Icono_Empresa:before {
    content: "\ebb5"
}

.stream-icono_nav_back:before {
    content: "\ebb6"
}

.stream-icono_nav_back_1:before {
    content: "\ebb7"
}

.stream-icono_nav_back_33:before {
    content: "\ebb8"
}

.stream-icono_user_mobile:before {
    content: "\ebb9"
}

.stream-icono_user_mobile3:before {
    content: "\ebba"
}

.stream-icono-pensiones:before {
    content: "\ebbb"
}

.stream-inbox3:before {
    content: "\ebbc"
}

.stream-inbox22:before {
    content: "\ebbd"
}

.stream-infomation-circle3:before {
    content: "\ebbe"
}

.stream-infomation-circle22:before {
    content: "\ebbf"
}

.stream-key-1:before {
    content: "\ebc0"
}

.stream-key-12:before {
    content: "\ebc1"
}

.stream-link-broken-13:before {
    content: "\ebc2"
}

.stream-link-broken-122:before {
    content: "\ebc3"
}

.stream-location-pin-2:before {
    content: "\ebc4"
}

.stream-location-pin-22:before {
    content: "\ebc5"
}

.stream-lock-close-1:before {
    content: "\ebc6"
}

.stream-lock-close-12:before {
    content: "\ebc7"
}

.stream-lock-open-1:before {
    content: "\ebc8"
}

.stream-lock-open-12:before {
    content: "\ebc9"
}

.stream-login-1:before {
    content: "\ebca"
}

.stream-login-2:before {
    content: "\ebcb"
}

.stream-login-3:before {
    content: "\ebcc"
}

.stream-login-12:before {
    content: "\ebcd"
}

.stream-login-22:before {
    content: "\ebce"
}

.stream-login-32:before {
    content: "\ebcf"
}

.stream-logout-1:before {
    content: "\ebd0"
}

.stream-logout-2:before {
    content: "\ebd1"
}

.stream-logout-3:before {
    content: "\ebd2"
}

.stream-logout-12:before {
    content: "\ebd3"
}

.stream-logout-22:before {
    content: "\ebd4"
}

.stream-logout-32:before {
    content: "\ebd5"
}

.stream-mailbox-4:before {
    content: "\ebd6"
}

.stream-mailbox-42:before {
    content: "\ebd7"
}

.stream-map-1:before {
    content: "\ebd8"
}

.stream-map-12:before {
    content: "\ebd9"
}

.stream-menu:before {
    content: "\ebda"
}

.stream-menu_12:before {
    content: "\ebdb"
}

.stream-menu_22:before {
    content: "\ebdc"
}

.stream-menu_configuracion:before {
    content: "\ebdd"
}

.stream-menu_inicio3:before {
    content: "\ebde"
}

.stream-menu_mis_productos:before {
    content: "\ebdf"
}

.stream-menu_pago:before {
    content: "\ebe0"
}

.stream-menu_transferencias:before {
    content: "\ebe1"
}

.stream-move-down-1:before {
    content: "\ebe2"
}

.stream-move-down-2:before {
    content: "\ebe3"
}

.stream-move-down-12:before {
    content: "\ebe4"
}

.stream-move-down-22:before {
    content: "\ebe5"
}

.stream-move-left-1:before {
    content: "\ebe6"
}

.stream-move-left-2:before {
    content: "\ebe7"
}

.stream-move-left-12:before {
    content: "\ebe8"
}

.stream-move-left-22:before {
    content: "\ebe9"
}

.stream-move-right-1:before {
    content: "\ebea"
}

.stream-move-right-23:before {
    content: "\ebeb"
}

.stream-move-right-12:before {
    content: "\ebec"
}

.stream-move-right-222:before {
    content: "\ebed"
}

.stream-move-up-1:before {
    content: "\ebee"
}

.stream-move-up-2:before {
    content: "\ebef"
}

.stream-move-up-12:before {
    content: "\ebf0"
}

.stream-move-up-22:before {
    content: "\ebf1"
}

.stream-navigation-drawer-2:before {
    content: "\ebf2"
}

.stream-navigation-drawer-22:before {
    content: "\ebf3"
}

.stream-navigation-next-23:before {
    content: "\ebf4"
}

.stream-navigation-next-222:before {
    content: "\ebf5"
}

.stream-navigation-show-more-1:before {
    content: "\ebf6"
}

.stream-navigation-show-more-23:before {
    content: "\ebf7"
}

.stream-navigation-show-more-12:before {
    content: "\ebf8"
}

.stream-navigation-show-more-13:before {
    content: "\ebf9"
}

.stream-navigation-show-more-14:before {
    content: "\ebfa"
}

.stream-navigation-show-more-222:before {
    content: "\ebfb"
}

.stream-outbox:before {
    content: "\ebfc"
}

.stream-outbox2:before {
    content: "\ebfd"
}

.stream-pago_Multiples_1:before {
    content: "\ebfe"
}

.stream-pago_Multiples_12:before {
    content: "\ebff"
}

.stream-pago_nomina13:before {
    content: "\ec00"
}

.stream-pago_nomina122:before {
    content: "\ec01"
}

.stream-pago_proveedores1:before {
    content: "\ec02"
}

.stream-pago_proveedores12:before {
    content: "\ec03";
    color: #59595c
}

.stream-password_hide:before {
    content: "\ec04"
}

.stream-password_show:before {
    content: "\ec05"
}

.stream-pencil-23:before {
    content: "\ec06"
}

.stream-pencil-222:before {
    content: "\ec07"
}

.stream-pencil-write-2:before {
    content: "\ec08"
}

.stream-pencil-write-22:before {
    content: "\ec09"
}

.stream-pencil-write-23:before {
    content: "\ec0a"
}

.stream-pencil-write-24:before {
    content: "\ec0b"
}

.stream-percent-circle:before {
    content: "\ec0c"
}

.stream-percent-circle2:before {
    content: "\ec0d"
}

.stream-person-1:before {
    content: "\ec0e"
}

.stream-person-2:before {
    content: "\ec0f"
}

.stream-person-12:before {
    content: "\ec10"
}

.stream-person-22:before {
    content: "\ec11"
}

.stream-person-add-1:before {
    content: "\ec12"
}

.stream-person-add-2:before {
    content: "\ec13"
}

.stream-person-add-12:before {
    content: "\ec14"
}

.stream-person-add-22:before {
    content: "\ec15"
}

.stream-person-block-1:before {
    content: "\ec16"
}

.stream-person-block-2:before {
    content: "\ec17"
}

.stream-person-block-12:before {
    content: "\ec18"
}

.stream-person-block-22:before {
    content: "\ec19"
}

.stream-person-cash-1:before {
    content: "\ec1a"
}

.stream-person-cash-23:before {
    content: "\ec1b"
}

.stream-person-cash-12:before {
    content: "\ec1c"
}

.stream-person-cash-222:before {
    content: "\ec1d"
}

.stream-person-check-1:before {
    content: "\ec1e"
}

.stream-person-check-2:before {
    content: "\ec1f"
}

.stream-person-check-12:before {
    content: "\ec20"
}

.stream-person-check-22:before {
    content: "\ec21"
}

.stream-person-download-1:before {
    content: "\ec22"
}

.stream-person-download-2:before {
    content: "\ec23"
}

.stream-person-download-12:before {
    content: "\ec24"
}

.stream-person-download-22:before {
    content: "\ec25"
}

.stream-person-edit-1:before {
    content: "\ec26"
}

.stream-person-edit-23:before {
    content: "\ec27"
}

.stream-person-edit-12:before {
    content: "\ec28"
}

.stream-person-edit-222:before {
    content: "\ec29"
}

.stream-person-information-1:before {
    content: "\ec2a"
}

.stream-person-information-2:before {
    content: "\ec2b"
}

.stream-person-information-12:before {
    content: "\ec2c"
}

.stream-person-information-22:before {
    content: "\ec2d"
}

.stream-person-lock-1:before {
    content: "\ec2e"
}

.stream-person-lock-2:before {
    content: "\ec2f"
}

.stream-person-lock-12:before {
    content: "\ec30"
}

.stream-person-lock-22:before {
    content: "\ec31"
}

.stream-person-refresh-1:before {
    content: "\ec32"
}

.stream-person-refresh-2:before {
    content: "\ec33"
}

.stream-person-refresh-12:before {
    content: "\ec34"
}

.stream-person-refresh-22:before {
    content: "\ec35"
}

.stream-person-remove-1:before {
    content: "\ec36"
}

.stream-person-remove-2:before {
    content: "\ec37"
}

.stream-person-remove-12:before {
    content: "\ec38"
}

.stream-person-remove-22:before {
    content: "\ec39"
}

.stream-person-setting-1:before {
    content: "\ec3a"
}

.stream-person-setting-23:before {
    content: "\ec3b"
}

.stream-person-setting-12:before {
    content: "\ec3c"
}

.stream-person-setting-222:before {
    content: "\ec3d"
}

.stream-person-subtract-1:before {
    content: "\ec3e"
}

.stream-person-subtract-2:before {
    content: "\ec3f"
}

.stream-person-subtract-12:before {
    content: "\ec40"
}

.stream-person-subtract-22:before {
    content: "\ec41"
}

.stream-person-timeout-1:before {
    content: "\ec42"
}

.stream-person-timeout-2:before {
    content: "\ec43"
}

.stream-person-timeout-12:before {
    content: "\ec44"
}

.stream-person-timeout-22:before {
    content: "\ec45"
}

.stream-person-unknown-1:before {
    content: "\ec46"
}

.stream-person-unknown-2:before {
    content: "\ec47"
}

.stream-person-unknown-12:before {
    content: "\ec48"
}

.stream-person-unknown-22:before {
    content: "\ec49"
}

.stream-person-upload-1:before {
    content: "\ec4a"
}

.stream-person-upload-2:before {
    content: "\ec4b"
}

.stream-person-upload-12:before {
    content: "\ec4c"
}

.stream-person-upload-22:before {
    content: "\ec4d"
}

.stream-person-view-1:before {
    content: "\ec4e"
}

.stream-person-view-2:before {
    content: "\ec4f"
}

.stream-person-view-12:before {
    content: "\ec50"
}

.stream-person-view-22:before {
    content: "\ec51"
}

.stream-person-warning-1:before {
    content: "\ec52"
}

.stream-person-warning-2:before {
    content: "\ec53"
}

.stream-person-warning-12:before {
    content: "\ec54"
}

.stream-person-warning-22:before {
    content: "\ec55"
}

.stream-phone-5:before {
    content: "\ec56"
}

.stream-phone-52:before {
    content: "\ec57"
}

.stream-photos-images_picture-1:before {
    content: "\ec58"
}

.stream-picture-13:before {
    content: "\ec59"
}

.stream-piggy-bank3:before {
    content: "\ec5a"
}

.stream-piggy-bank22:before {
    content: "\ec5b"
}

.stream-pin-1:before {
    content: "\ec5c"
}

.stream-pin-12:before {
    content: "\ec5d"
}

.stream-pound-sign-circle:before {
    content: "\ec5e"
}

.stream-pound-sign-circle2:before {
    content: "\ec5f"
}

.stream-price-rise:before {
    content: "\ec60"
}

.stream-price-rise2:before {
    content: "\ec61"
}

.stream-print-text3:before {
    content: "\ec62"
}

.stream-print-text22:before {
    content: "\ec63"
}

.stream-productos_caja_ahorro:before {
    content: "\ec64"
}

.stream-productos_depositos:before {
    content: "\ec65"
}

.stream-productos_prestamo:before {
    content: "\ec66"
}

.stream-productos_tarjeta:before {
    content: "\ec67"
}

.stream-rank-army-star-2:before {
    content: "\ec68"
}

.stream-rank-army-star-22:before {
    content: "\ec69"
}

.stream-redes_facebook:before {
    content: "\ec6a"
}

.stream-redes_twitter:before {
    content: "\ec6b"
}

.stream-redes_you_tube:before {
    content: "\ec6c"
}

.stream-remove-1:before {
    content: "\ec6d"
}

.stream-remove-2:before {
    content: "\ec6e"
}

.stream-remove-12:before {
    content: "\ec6f"
}

.stream-remove-22:before {
    content: "\ec70"
}

.stream-remove-circle-13:before {
    content: "\ec71"
}

.stream-remove-circle-122:before {
    content: "\ec72"
}

.stream-report-problem-circle3:before {
    content: "\ec73"
}

.stream-report-problem-circle22:before {
    content: "\ec74"
}

.stream-report-problem-triangle3:before {
    content: "\ec75"
}

.stream-report-problem-triangle22:before {
    content: "\ec76"
}

.stream-search3:before {
    content: "\ec77"
}

.stream-search22:before {
    content: "\ec78"
}

.stream-server-edit-2:before {
    content: "\ec79"
}

.stream-server-edit-22:before {
    content: "\ec7a"
}

.stream-server-remove-2:before {
    content: "\ec7b"
}

.stream-server-remove-22:before {
    content: "\ec7c"
}

.stream-shrink-horizontal-3:before {
    content: "\ec7d"
}

.stream-shrink-horizontal-32:before {
    content: "\ec7e"
}

.stream-shrink-vertical-1:before {
    content: "\ec7f"
}

.stream-shrink-vertical-12:before {
    content: "\ec80"
}

.stream-solicitar_cheque_1:before {
    content: "\ec81"
}

.stream-solicitar_cheque_12:before {
    content: "\ec82";
    color: #59595c
}

.stream-subtract-1:before {
    content: "\ec83"
}

.stream-subtract-12:before {
    content: "\ec84"
}

.stream-subtract-circle-1:before {
    content: "\ec85"
}

.stream-subtract-circle-12:before {
    content: "\ec86"
}

.stream-SucripcionPagoServicios1:before {
    content: "\ec87"
}

.stream-SucripcionPagoServicios12:before {
    content: "\ec88"
}

.stream-synchronize-13:before {
    content: "\ec89"
}

.stream-synchronize-33:before {
    content: "\ec8a"
}

.stream-synchronize-4:before {
    content: "\ec8b"
}

.stream-synchronize-53:before {
    content: "\ec8c"
}

.stream-synchronize-122:before {
    content: "\ec8d"
}

.stream-synchronize-322:before {
    content: "\ec8e"
}

.stream-synchronize-42:before {
    content: "\ec8f"
}

.stream-synchronize-522:before {
    content: "\ec90"
}

.stream-target-cash3:before {
    content: "\ec91"
}

.stream-target-cash22:before {
    content: "\ec92"
}

.stream-task-2:before {
    content: "\ec93"
}

.stream-task-22:before {
    content: "\ec94"
}

.stream-task-add:before {
    content: "\ec95"
}

.stream-task-add2:before {
    content: "\ec96"
}

.stream-task-check-2:before {
    content: "\ec97"
}

.stream-task-check-22:before {
    content: "\ec98"
}

.stream-task-delete:before {
    content: "\ec99"
}

.stream-task-delete2:before {
    content: "\ec9a"
}

.stream-task-edit:before {
    content: "\ec9b"
}

.stream-task-edit2:before {
    content: "\ec9c"
}

.stream-task-setting:before {
    content: "\ec9d"
}

.stream-task-setting2:before {
    content: "\ec9e"
}

.stream-task-stubtract:before {
    content: "\ec9f"
}

.stream-task-stubtract2:before {
    content: "\eca0"
}

.stream-task-upload-2:before {
    content: "\eca1"
}

.stream-task-upload-22:before {
    content: "\eca2"
}

.stream-task-view:before {
    content: "\eca3"
}

.stream-task-view2:before {
    content: "\eca4"
}

.stream-text-input-13:before {
    content: "\eca5"
}

.stream-text-input-122:before {
    content: "\eca6"
}

.stream-thumbs-down-13:before {
    content: "\eca7"
}

.stream-thumbs-down-2:before {
    content: "\eca8"
}

.stream-thumbs-down-122:before {
    content: "\eca9"
}

.stream-thumbs-down-22:before {
    content: "\ecaa"
}

.stream-thumbs-down-23:before {
    content: "\ecab"
}

.stream-thumbs-down-24:before {
    content: "\ecac"
}

.stream-thumbs-up-1:before {
    content: "\ecad"
}

.stream-thumbs-up-2:before {
    content: "\ecae"
}

.stream-thumbs-up-12:before {
    content: "\ecaf"
}

.stream-thumbs-up-22:before {
    content: "\ecb0"
}

.stream-thumbs-up-23:before {
    content: "\ecb1"
}

.stream-thumbs-up-24:before {
    content: "\ecb2"
}

.stream-timer-quarter-13:before {
    content: "\ecb3"
}

.stream-timer-quarter-122:before {
    content: "\ecb4"
}

.stream-Transf_MuchosAUno_13:before {
    content: "\ecb5"
}

.stream-Transf_MuchosAUno_122:before {
    content: "\ecb6";
    color: #59595c
}

.stream-Transf_UnoAMuchos_13:before {
    content: "\ecb7"
}

.stream-Transf_UnoAMuchos_122:before {
    content: "\ecb8";
    color: #59595c
}

.stream-transfer-13:before {
    content: "\ecb9"
}

.stream-transfer-3:before {
    content: "\ecba"
}

.stream-transfer-4:before {
    content: "\ecbb"
}

.stream-transfer-122:before {
    content: "\ecbc"
}

.stream-transfer-32:before {
    content: "\ecbd"
}

.stream-transfer-42:before {
    content: "\ecbe"
}

.stream-transfer-arrows:before {
    content: "\ecbf"
}

.stream-transfer-arrows2:before {
    content: "\ecc0"
}

.stream-transfer-circle3:before {
    content: "\ecc1"
}

.stream-transfer-circle22:before {
    content: "\ecc2"
}

.stream-truck-23:before {
    content: "\ecc3"
}

.stream-truck-222:before {
    content: "\ecc4"
}

.stream-upload-23:before {
    content: "\ecc5"
}

.stream-upload-3:before {
    content: "\ecc6"
}

.stream-upload-222:before {
    content: "\ecc7"
}

.stream-upload-32:before {
    content: "\ecc8"
}

.stream-upload-box-4:before {
    content: "\ecc9"
}

.stream-upload-box-42:before {
    content: "\ecca"
}

.stream-upload-circle:before {
    content: "\eccb"
}

.stream-upload-circle2:before {
    content: "\eccc"
}

.stream-user-chat-2:before {
    content: "\eccd"
}

.stream-user-chat-22:before {
    content: "\ecce"
}

.stream-view-1:before {
    content: "\eccf"
}

.stream-view-23:before {
    content: "\ecd0"
}

.stream-view-12:before {
    content: "\ecd1"
}

.stream-view-222:before {
    content: "\ecd2"
}

.stream-view-cash-23:before {
    content: "\ecd3"
}

.stream-view-cash-222:before {
    content: "\ecd4"
}

.stream-view-headline:before {
    content: "\ecd5"
}

.stream-view-headline2:before {
    content: "\ecd6"
}

.stream-view-module-23:before {
    content: "\ecd7"
}

.stream-view-module-222:before {
    content: "\ecd8"
}

.stream-viewMore3:before {
    content: "\ecd9"
}

.stream-yen-sign-circle:before {
    content: "\ecda"
}

.stream-yen-sign-circle2:before {
    content: "\ecdb"
}

.stream-network-search:before {
    content: "\ead6"
}

.stream-network-search2:before {
    content: "\ead7"
}

.stream-logo-circle-email:before {
    content: "\ecdc"
}

.stream-logo-circle-facebook:before {
    content: "\ecdd"
}

.stream-logo-circle-instagram:before {
    content: "\ecde"
}

.stream-logo-circle-linkedin:before {
    content: "\ecdf"
}

.stream-logo-circle-twitter-bird:before {
    content: "\ece0"
}

.stream-logo-email:before {
    content: "\ece1"
}

.stream-logo-facebook:before {
    content: "\ece2"
}

.stream-logo-instagram:before {
    content: "\ece3"
}

.stream-logo-linkedin:before {
    content: "\ece4"
}

.stream-logo-twitter-bird:before {
    content: "\ece5"
}

.stream-logo-circle-email2:before {
    content: "\ece6"
}

.stream-logo-circle-facebook2:before {
    content: "\ece7"
}

.stream-logo-circle-instagram2:before {
    content: "\ece8"
}

.stream-logo-circle-linkedin2:before {
    content: "\ece9"
}

.stream-logo-circle-twitter-bird2:before {
    content: "\ecea"
}

.stream-logo-email2:before {
    content: "\eceb"
}

.stream-logo-facebook2:before {
    content: "\ecec"
}

.stream-logo-instagram2:before {
    content: "\eced"
}

.stream-logo-linkedin2:before {
    content: "\ecee"
}

.stream-logo-twitter-bird2:before {
    content: "\ecef"
}

.stream-bank-guarantee:before {
    content: "\ea90"
}

.stream-bank-guarantee2:before {
    content: "\ea8f"
}

icb-app:empty+.app_overlay {
    opacity: 1;
    display: block
}

.app_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    -webkit-animation: .4s appOverlay;
    animation: .4s appOverlay
}

@-webkit-keyframes appOverlay {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes appOverlay {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.mesina {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, .2);
    border-right: 1.1em solid rgba(255, 255, 255, .2);
    border-bottom: 1.1em solid rgba(255, 255, 255, .2);
    border-left: 1.1em solid #fff;
    -webkit-animation: 1.1s linear infinite loadFirstLoading;
    animation: 1.1s linear infinite loadFirstLoading
}

.mesina,
.mesina:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes loadFirstLoading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadFirstLoading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.centered {
    width: 140px;
    height: 140px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto
}

.mesina-text {
    font-size: 14px;
    padding-top: 60px;
    width: 140px;
    text-align: center
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #d9dbdc
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #018765
}

input::-ms-clear {
    display: none
}

@font-face {
    font-family: latoRegular;
    src: url(lato-regular.39a3905085ad34aa621e.eot);
    src: url(lato-regular.39a3905085ad34aa621e.eot?#iefix) format("embedded-opentype"), url(lato-regular.73b52435bf305d132d9c.svg#letoregular) format("svg"), url(lato-regular.7f690e503a254e0b8349.ttf) format("truetype"), url(lato-regular.8c81f845c2d1b94675f7.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: latoMedium;
    src: url(lato-medium.a47d8f9cf715b23d1ed1.eot);
    src: url(lato-medium.a47d8f9cf715b23d1ed1.eot?#iefix) format("embedded-opentype"), url(lato-medium.3570e6e8cd1001401555.svg#letomedium) format("svg"), url(lato-medium.44dfe8cc676882243911.ttf) format("truetype"), url(lato-medium.8bb5440f526784b2ce4c.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: latoBold;
    src: url(lato-bold.f21ec1ef673d97424fa2.eot);
    src: url(lato-bold.f21ec1ef673d97424fa2.eot?#iefix) format("embedded-opentype"), url(lato-bold.41aa93ddb3e47590ead0.svg#letobold) format("svg"), url(lato-bold.77d353744697c77955f9.ttf) format("truetype"), url(lato-bold.dd2d445fb4cafa93b321.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
optgroup,
select,
textarea {
    font-family: latoRegular;
    font-weight: 400 !important
}

body {
    font-family: latoRegular;
    font-weight: 400 !important;
    background: #fff
}

.clearboth {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.margin-top-zero {
    margin-top: 0 !important
}

.margin-bottom-zero {
    margin-bottom: 0 !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-left-zero {
    margin-left: 0 !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

icb-button {
    float: left;
    margin-left: 6px
}

.amman {
    height: 100%;
    margin: 0 3px 0 5px;
    padding-top: 5px
}

.amman.amman-dashboardMode {
    margin: 0;
    padding: 0
}

.amman.amman-dashboardMode.pfmMode,
.amman.amman-dashboardMode.productMode {
    margin-left: -5px
}

.amman.amman-dashboardMode.productMode .dashboard.customColumnsMode {
    padding: 2px 4px 8px
}

.amman .amman-header h2 {
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 15px;
    font-size: 1.2em;
    color: #333;
    font-weight: 400;
    font-family: latoMedium
}

.amman .amman-content {
    overflow: auto;
    height: 100%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 1px solid #ccc
}

.amman .amman-header.amman-hasTitle+.amman-content {
    height: calc(100% - 50px)
}

.amman.amman-withoutShadow .amman-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

@media only screen and (max-width:639px) and (min-width:320px) {
    .amman {
        margin: 0;
        padding: 0
    }

    .amman .amman-header h2 {
        height: 40px;
        margin: 0 0 0 15px;
        font-size: 16px;
        line-height: 40px
    }

    .amman .amman-content {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

    .amman .amman-header.amman-hasTitle+.amman-content {
        height: calc(100% - 40px)
    }

    .amman.amman-dashboardMode.productMode {
        margin-left: 0
    }

    .amman.amman-dashboardMode.productMode .dashboard.customColumnsMode {
        padding-left: 0;
        padding-right: 0
    }

    .amman.amman-dashboardMode {
        margin: 0;
        padding: 0
    }

    .amman.amman-dashboardMode.pfmMode {
        margin-left: 0
    }
}

.florida_wrapper.main-container-scroll.scroll-size-4 .customScrollMode.manchester-content-holder-indicator,
.milan_content.main-container-scroll.scroll-size-4 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 4px
}

.florida_wrapper.main-container-scroll.scroll-size-8 .customScrollMode.manchester-content-holder-indicator,
.milan_content.main-container-scroll.scroll-size-8 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 8px
}

.florida_wrapper.main-container-scroll.scroll-size-12 .customScrollMode.manchester-content-holder-indicator,
.milan_content.main-container-scroll.scroll-size-12 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 12px
}

.florida_wrapper.main-container-scroll.scroll-size-16 .customScrollMode.manchester-content-holder-indicator,
.milan_content.main-container-scroll.scroll-size-16 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 16px
}

.florida_wrapper.main-container-scroll.scroll-size-20 .customScrollMode.manchester-content-holder-indicator,
.milan_content.main-container-scroll.scroll-size-20 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 20px
}

@media only screen and (max-width:1023px) and (min-width:768px) {

    .florida_wrapper.main-container-scroll.scroll-size-4 .customResponsiveScrollMode.manchester-content-holder-indicator,
    .milan_content.main-container-scroll.scroll-size-4 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 4px
    }

    .florida_wrapper.main-container-scroll.scroll-size-8 .customResponsiveScrollMode.manchester-content-holder-indicator,
    .milan_content.main-container-scroll.scroll-size-8 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 8px
    }

    .florida_wrapper.main-container-scroll.scroll-size-12 .customResponsiveScrollMode.manchester-content-holder-indicator,
    .milan_content.main-container-scroll.scroll-size-12 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 12px
    }

    .florida_wrapper.main-container-scroll.scroll-size-16 .customResponsiveScrollMode.manchester-content-holder-indicator,
    .milan_content.main-container-scroll.scroll-size-16 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 16px
    }

    .florida_wrapper.main-container-scroll.scroll-size-20 .customResponsiveScrollMode.manchester-content-holder-indicator,
    .milan_content.main-container-scroll.scroll-size-20 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 20px
    }
}

.element-new-line:after {
    content: "\A";
    white-space: pre
}

body.ios * textarea {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

body[class^=android] {
    -webkit-overflow-scrolling: touch
}

body[class^=android] ::-webkit-scrollbar {
    width: 0;
    height: 4px
}

body[class^=ios] {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

body[class^=ios] ::-webkit-scrollbar {
    width: 0;
    height: 4px
}

body[class^=ios] input:not([type=checkbox]):not([type=radio]),
body[class^=ios] optgroup,
body[class^=ios] select,
body[class^=ios] textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

body[class^=ios] .app {
    overflow-y: scroll;
    height: 100%;
    display: block
}

body[class^=ios] .glasgow_content_menu {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

body[class^=ios] .parma .parma-content-middle {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch
}

body[class^=ios] .namur.componentDashboardMode .namur_section .namur_section-content,
body[class^=ios] .namur.componentDashboardMode .namur_section .namur_section-content .namur_section-content-overflow {
    overflow: visible !important;
    height: auto !important
}

.rovinj {
    display: inline-block
}

.rovinj .rovinj-text {
    color: #333
}

.dashboard-footer-text {
    font-size: 12px;
    color: #018765;
    display: inline-block;
    cursor: pointer
}

.dashboard-footer-text:hover {
    text-decoration: underline
}

.florida-detail .quebec .quebec_header.collapse+.quebec_body .milan .milan_tabs {
    width: calc(100% - 50px)
}

body[class^=android] *,
body[class^=ios] * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body[class^=android] h1,
body[class^=android] h2,
body[class^=android] h3,
body[class^=android] h4,
body[class^=android] h5,
body[class^=ios] h1,
body[class^=ios] h2,
body[class^=ios] h3,
body[class^=ios] h4,
body[class^=ios] h5 {
    -webkit-user-select: all;
    -webkit-user-select: text;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
}

.app_overlay .mesina-welcome-title {
    display: block !important
}

.app_overlay .mesina-welcome-subtitle1 {
    display: block !important
}

@supports (-ms-accelerator:true) and (not (color:unset)) {
    @-webkit-keyframes sk-bouncedelay {

        0%,
        100%,
        80% {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        40% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes sk-bouncedelay {

        0%,
        100%,
        80% {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        40% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }
}

@-webkit-keyframes welcome1FadeIn {

    0%,
    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes welcome2FadeIn {

    0%,
    94% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

body.backoffice {
    background: #f2f2f2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden
}

.backoffice button,
.backoffice input,
.backoffice optgroup,
.backoffice select,
.backoffice textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.backoffice .amman .amman-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.masan .masan-check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.masan .masan-check.first {
    padding-left: 0
}

.masan .masan-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.masan .masan-check input:checked~.checkmark {
    background-color: #fff;
    border: 1px solid #ff4800
}

.masan .masan-check input:checked~.checkmark:after {
    display: block
}

.masan .masan-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    margin-top: 2px;
    border: 1px solid #ccc
}

.masan .masan-check .checkmark:after {
    left: 4.5px;
    width: 3px;
    height: 9px;
    border: solid #ff4800;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none
}

.masan .node-wrapper .node-content-wrapper {
    color: #333;
    font-size: 12px
}

.masan .node-wrapper .node-content-wrapper.node-content-wrapper-active.node-content-wrapper-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffecec;
    border: 1px solid #e4c2c3;
    color: #e50202
}

.masan .node-wrapper .node-content-wrapper:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.masan tree-root tree-viewport {
    padding: 20px 10px 0;
    border-top: 1px solid #e0e0e0
}

.masan tree-node [class^=tree-node-level-].tree-node-collapsed .node-wrapper .node-content-wrapper,
.masan tree-node [class^=tree-node-level-].tree-node-expanded .node-wrapper .node-content-wrapper {
    margin-left: 36px
}

.masan tree-node [class^=tree-node-level-].tree-node-collapsed .tree-node-leaf .node-wrapper .node-content-wrapper,
.masan tree-node [class^=tree-node-level-].tree-node-expanded .tree-node-leaf .node-wrapper .node-content-wrapper {
    margin-left: 26px
}

.masan tree-node-children .tree-children {
    padding-left: 10px
}

.masan div.masan-tree div.tree-children::before {
    content: "";
    position: absolute;
    border-left: 1px dotted #cdcaca;
    height: 100%;
    top: -14px;
    left: 5px
}

.masan div.masan-tree {
    padding-left: 0
}

.masan div.masan-tree div.tree-children {
    position: relative;
    padding-left: 0;
    margin-left: 16px
}

.masan div.masan-tree tree-node>div>.node-wrapper {
    margin-left: 24px
}

.masan div.masan-tree tree-node>div>.tree-children>.node-wrapper>.node-content-wrapper {
    margin-left: 4px
}

.masan div.masan-tree tree-node>div.tree-node-leaf>.node-wrapper {
    margin-left: 0
}

.masan div.masan-tree tree-node>div::before {
    content: "";
    position: absolute;
    border-bottom: 1px dotted #e0e0e0;
    width: 30px;
    margin-top: 12px;
    left: 7px
}

.masan div.masan-tree tree-node>div .toggle-children-wrapper {
    width: 13px;
    height: 13px;
    border: 1px solid #cdcaca;
    position: absolute;
    left: 15px;
    margin-top: 5px;
    margin-left: 0;
    display: inline-block;
    background-color: #fff;
    z-index: 1
}

.masan div.masan-tree tree-node>div .toggle-children-wrapper::before {
    content: "";
    display: inline-block;
    width: 7px;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    top: 5px;
    left: 2px
}

.masan div.masan-tree tree-node>div .toggle-children-wrapper.toggle-children-wrapper-collapsed::after {
    content: "";
    display: inline-block;
    height: 7px;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    top: 2px;
    left: 5px
}

.masan div.masan-tree tree-node>div .toggle-children-wrapper .toggle-children {
    display: none
}

.masan div.masan-tree tree-node>div .node-content-wrapper {
    margin-left: 40px;
    position: relative
}

.masan div.masan-tree>tree-node>div::before {
    left: 14px
}

.masan div.masan-tree>tree-node>div>.node-wrapper>tree-node-expander>.toggle-children-wrapper {
    left: 22px
}

.busan .node-wrapper .node-content-wrapper {
    color: #333;
    font-size: 12px
}

.busan .node-wrapper .node-content-wrapper.node-content-wrapper-active.node-content-wrapper-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffecec;
    border: 1px solid #e4c2c3;
    color: #e50202
}

.busan .node-wrapper .node-content-wrapper:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.busan tree-root tree-viewport {
    padding: 20px 10px 0;
    border-top: 1px solid #e0e0e0
}

.busan tree-node [class^=tree-node-level-].tree-node-collapsed .node-wrapper .node-content-wrapper,
.busan tree-node [class^=tree-node-level-].tree-node-expanded .node-wrapper .node-content-wrapper {
    margin-left: 66px
}

.busan tree-node [class^=tree-node-level-].tree-node-collapsed .tree-node-leaf .node-wrapper .node-content-wrapper,
.busan tree-node [class^=tree-node-level-].tree-node-expanded .tree-node-leaf .node-wrapper .node-content-wrapper {
    margin-left: 56px
}

.busan tree-node-children .tree-children {
    padding-left: 10px
}

.busan .busan-section {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUwMDY0MTUwNUEzNzExRTk4RDA1RDc0MDU1QUE2RUZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUwMDY0MTUxNUEzNzExRTk4RDA1RDc0MDU1QUE2RUZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTAwNjQxNEU1QTM3MTFFOThEMDVENzQwNTVBQTZFRkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTAwNjQxNEY1QTM3MTFFOThEMDVENzQwNTVBQTZFRkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FNyzQAAABQ0lEQVR42qTTO0sDQRDA8UmMCIogPiCVWmnjsxJJYwwKFlZ+FxGtbUQLW9FSbBQRGyGCWERECPhsBQvxWYg2go/1v8ccDOd5VzjwY+/I7tzszibjSu1fIpKV3/GNc4zjSeJi/yZYmJX4eMMiymj7Y47kJDnWdfRJxuIqsV/35Z6pd00+glucYCmpAr/fC3zqeweacGDm7qRtoRFOnw91HNBkknYGfistpoIwGvCCNRwhj/u4M/CtrOLU6Mc1pjGFLdzpVkejFdTopLCCjI6rWIlU1YM9FFHJmQqW8aHvE9qNWbNwQxf3ohbzvku2goXIl7bRqc+7OMYDHlFCQRJuoZiO+GhFvXaq2VSdeBP7cKllD+MZXeg2tzNI4G9ZXUyCQcxhU/c8aX57xUyYYCjl/1DUAyto2WVdfBW0yzkn/4kfAQYAjYxF4oYi9TAAAAAASUVORK5CYII=) 0 0/contain no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    left: -24px
}

.busan .busan-field {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4NTA5MEFBNUEzNzExRTk5RDg5RUMzQjYwNEQyOTRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4NTA5MEFCNUEzNzExRTk5RDg5RUMzQjYwNEQyOTRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Nzg1MDkwQTg1QTM3MTFFOTlEODlFQzNCNjA0RDI5NEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Nzg1MDkwQTk1QTM3MTFFOTlEODlFQzNCNjA0RDI5NEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5NmkB/AAABNklEQVR42mL87yz3l4GBgYkBE/wD4ktA7Maw5+FrBhyACYdmEPgMxD1AvJvBRV4UnwG4wZ6HS4FkNz5D8BnAAtTkAKSfAvEpIO7Frgg34Abi/Uj8jYRcALKlH8rOBeI3DEQAJiTNC4E4H8qvh7JBhnwC4klAvBToJQlcBhwAYlckvggQSwPxEiAuA2I/IF4FxM+BhlwGYid0A0CKzgPxVii/EYh1gfg6EM8AYgUkS3WAeAfQEGv0MABpUoayw4EYlHgqkeSXA/FlKJsViFuxRaMGEn0HyebNQHwCiPdCMQhYE0oHf5HYoDDhAmJeIBZClseXDkBhcAXqZ0tojKgBsTpUfjfMAFAUsmMxwAgaBuugfvZFkgNFbQWIwfj//3/8KQUS2q1QP/+F2lwBzCdXiTOAAAAIMACld0VQkoNP7QAAAABJRU5ErkJggg==) 0 0/contain no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    left: -24px
}

.busan div.busan-tree div.tree-children::before {
    content: "";
    position: absolute;
    border-left: 1px dotted #cdcaca;
    height: 100%;
    top: -14px;
    left: 5px
}

.busan div.busan-tree {
    padding-left: 0
}

.busan div.busan-tree div.tree-children {
    position: relative;
    padding-left: 0;
    margin-left: 16px
}

.busan div.busan-tree tree-node>div>.node-wrapper {
    margin-left: 24px
}

.busan div.busan-tree tree-node>div>.tree-children>.node-wrapper>.node-content-wrapper {
    margin-left: 4px
}

.busan div.busan-tree tree-node>div.tree-node-leaf>.node-wrapper {
    margin-left: 0
}

.busan div.busan-tree tree-node>div::before {
    content: "";
    position: absolute;
    border-bottom: 1px dotted #e0e0e0;
    width: 30px;
    margin-top: 12px;
    left: 7px
}

.busan div.busan-tree tree-node>div .toggle-children-wrapper {
    width: 13px;
    height: 13px;
    border: 1px solid #cdcaca;
    position: absolute;
    left: 15px;
    margin-top: 5px;
    margin-left: 0;
    display: inline-block;
    background-color: #fff;
    z-index: 1
}

.busan div.busan-tree tree-node>div .toggle-children-wrapper::before {
    content: "";
    display: inline-block;
    width: 7px;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    top: 5px;
    left: 2px
}

.busan div.busan-tree tree-node>div .toggle-children-wrapper.toggle-children-wrapper-collapsed::after {
    content: "";
    display: inline-block;
    height: 7px;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    top: 2px;
    left: 5px
}

.busan div.busan-tree tree-node>div .toggle-children-wrapper .toggle-children {
    display: none
}

.busan div.busan-tree tree-node>div .node-content-wrapper {
    margin-left: 40px;
    position: relative
}

.busan div.busan-tree>tree-node>div::before {
    left: 14px
}

.busan div.busan-tree>tree-node>div>.node-wrapper>tree-node-expander>.toggle-children-wrapper {
    left: 22px
}

.backoffice .amman .amman-header h2 {
    font-size: 22px;
    color: #333;
    font-weight: 400;
    height: 27px;
    line-height: 27px;
    margin: 20px 0
}

icb-button:focus {
    outline: 0
}

input:disabled {
    opacity: 1
}

.mesina-text {
    color: #fff
}

icb-button.buttonLoginMode {
    float: none;
    margin-left: auto
}

.amman .amman-content .amman-content-extra {
    padding-top: 30px
}

.amman .amman-content .amman-content-extra .amman-content-extra-title {
    font-size: 16px;
    margin: 16px 14px;
    padding: 0;
    color: #00583c;
    font-weight: 400
}

.amman .amman-content.singleTransferMode {
    position: relative
}

.app_overlay {
    background: #086
}

.app_overlay .mesina-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    margin: auto
}

.app_overlay .mesina-logo {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABCCAYAAADqv6CSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkYTQ2YTI5Yy1mM2UxLTMzNDItYjJkMy04NzE3MGM2ZjQzMGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzE1QzQ4RjE0MEJCMTFFN0E2NDZCNTRDNDRDRTk1NUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE1QzQ4RjA0MEJCMTFFN0E2NDZCNTRDNDRDRTk1NUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjczNDllOGYtYjg2My0xMTQ1LWIwOTEtZjVjNjcxMGY1ZTRkIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZDhjODM1YmQtNDBiMS0xMWU3LTk4N2UtYzI0ZWNkMDM0MmI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eMl3cQAAB/FJREFUeNrsW2mMFEUUrjlWWWABWQGRU1YMoHLJEbyQRBMwUURA1HiBiAdH4pV4gBoIgsQ/KB7LKZEQlYgiP9QYIgkaVwREDGwWVkBFBBaWYw+WPWZ8j/k682i6Z/qonhkML/nSNdWvq6tfvXr13qsaFY/HNxDKCe8QFDCVsJnwE6En6noQtgLTBe888HI7rVB3C6GE8DNhrOBdAd7Vom4C+Jh/KOoKCdsIewgLBO8rqNtJ6I666wilqJ8meD/Ad20i5KNuJKEMuEfwrka/lhp1UaXUCEKIMFAlaQBhMMptcO0seP4kvIvyrYL3UsE7FOVrRLt3EtoTeos6Lg9BuaNoZwDK/Uy8V6PcAtfWhF4o9xS8NxCKgAjqrhD96SR47yK0JFxFmEpoYsH8gw+pEIzHRLkJ14OEMXi4o7h/CNdawVsj7p8U5QMQzF+i7oQo14p31hGaEY6K+8dFuQHXept3VYhr3NS+uY/cnz4Q8j7C1qhKTfzyapTLAaZ8wdMZ1+ZCMPnqwiJDC/Mw6KPsBNMoGBss7p8W5WVQ600Eo72jFm3ZUZ4ox7IkmAWELugr96fMTjAFQkvaQb3saDEQFpqygXA7YQWhr+AtwrWVqDtD2EIYlGFNkwM+y3wzbPNQV8JyGLUyhy+KmeYtC+dxQomom0/YTjgsDOLHhHkoR7IkmPPITmNOEe6FEX7Jx8u/M/2eD/QQBpE15W0L4xg0vUmYYTEY/LvKTjC70PG1Ac37vaJ8E1Y6pksCFkaBaVoXudWY+QF3MAI7c9y0XJ/CNY6lWgnN0jUgGx3wnbYTDDtVO0ydYqv9DGENYZuPzhlTZ6zpwxdhZTNrTkyjPfkeSEt2xncmjGIEXrHhlbK92Qrv0Cs9TxgunEhjuV4nhMSO2mMod/MplJjJCXREdhpTDiEYLvJ2k+/CLvx7Hjs6GwNSCOHUC400qIqwEkt9HwyO1yl1GeFraE3Y4TQ/YieYfRDEjTbCO+pjBEsJE4SmsCbuMS3rBi1ELBZx4CiaqYOYliN1acy1wtlqCNiPuB4BXKkFT1sYYS92pgTBqNtnWTsP2QmmzmEjeRqEtw6G3rysLoaDyV7xUg/tTvMzalGfox7HCrMKH+CFlljUcex1P8p7XLRVoUud/QqG5/0U5HT6aZxmRwhzEMOEXTz3kCkn45UORTU08iusvk7i5Nh4i3xLuuh8iEh6ZVVjmL4ifKihndZYWvfDaPZy6ODVIAGmyxlkmZT6FUweou8an+20g+bNhtGNqWQGL5Tm2R0i1tIRPpx1DXQYX+58k8922OfohHSEU9ot+tCocRo36TK+T6KxNR7b6CSW4zoXzy3EKhRWeok1plaHjbkSnfzSpT8TgUAfVskdhXQ2opkozwgy/Nch7d/g1m8xddyKWABPE14VvI0mrzMV1anMUHVUo3D7wmNN1flPCN0Rh821EEw6el0ls31BEdusuA7BGKNcLYwwB5+7TEkoI2qWCSknJPeKjqtz95YCo2hA7XIK4XOV2PWrEvUtTSuKExoE7zqaoWnEtu9kUC/7FO48B4h3CE06AJ9jko3nKrXQsEGDVXILOGMUDqjdEVhK+TpRaCfnVniHoFzwxmzK2aQTQWkMO2y3ibjHWGqfg3craQWmW7GYapwI64+Bi2dBWc4EJZhaizIb5xdUIpu2EoJgqkQYUCzsUSPcgKxRNMPvY6M7TCWOaBQLTarDUs5C49MTO3FvCqbkerGssza2MuVpWCsfRDuHMSX9TMvqTAvGWNr/EHWTsfKwoebzL6MJ41Qi1VkJQcnp1GDhK/F9Tq6/rPTsf1dFs6Sp8kP5MM+jwAlhk5jegmbIILUSMPs6c8DPh5PaQvvGe+xffVRln3hK/QBhtcQUOIVyEcINp/amHjEb03L4UUXK3b5SNEg/xskHGPQ3EJRN2+3lwWwJpjWctniKwDGE/v1u8p79ECfEhsOpZFvEe9nmJBvvQ1Vmy/iy97vZ4TO8ipVoer+xG3k5BmaZDd/OcIYF093DM7NswgZPHi3hM5U4cfoI4W7Yt/NyTJnWmMkYLTfUTNmfBfRL64EnTFP6cCYEI1MPa1Vu0pJsGF/eAOumYTpwOqBMc98431ygzk2WhTPlx7yhEpm3kIa2viGM0tg33hMbaFH/b1DGt8BmNfJLI2Frim0+yA11TdFGx6A0hpfimfBTdKYNeCA5O9gceR0/R97yEUactniHVs83rpL5WY5v5qrcJrZXr2XC8w1hKa60CBSDchabXKYX8lIEs4EJpgXc90ylJ1kwvE+13yE/O3QLnMZYOgTTRXS0XYanQ7ULXk7Kd3DI20GHYN5XiYxcfQYFwj6N2z2mVXA20/Xz7H+4vApGuucfAblO3wKOlz+vy2auUxs/D3vVmEnwQCNZ/HA+dfViiviL99KXe5jinI/5JeqyIwYVAtmmYzb252bCsyrFv0vSUJEbwVQgtsgl2mtRx77UUypxbsdrf8ucCOYMrvyX4tEXgG3hfaUHdMQe6aguxwURCqJRJxrzBWKgaA4KhAPAcSqZDONoeZHP4JWVxXYnUqYf++e4xhQKwQwDAtMYPk/XW/k/phq0xoRNLgP/Q+5Hn0Est1sTisfjvNnF/7bnHbwx6iKdZ3yrL4pDqI3QGL5uvMC/Zzps4kSfYUslCyYW1JKXBeLT6bxXfZ/y+fccFswGeImx/4FgeJuGj6nxGb/2HmM51rSD/wkwAExJlpHjP3rOAAAAAElFTkSuQmCC);
    width: 70px;
    height: 66px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto
}

.app_overlay .mesina-welcome-title {
    font-size: 18px;
    text-align: center;
    color: #fff;
    -webkit-animation: 2.5s welcome1FadeIn;
    animation: 2.5s welcome1FadeIn
}

.app_overlay .mesina-welcome-subtitle1 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    -webkit-animation: 8.5s welcome2FadeIn;
    animation: 8.5s welcome2FadeIn
}

.app_overlay .mesina-welcome-subtitle2 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    -webkit-animation: 8.5s welcome2FadeIn;
    animation: 8.5s welcome2FadeIn
}

.app_overlay .spinner {
    margin: 25px auto 20px;
    width: 70px;
    text-align: center
}

.app_overlay .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: 1.4s ease-in-out infinite both sk-bouncedelay;
    animation: 1.4s ease-in-out infinite both sk-bouncedelay
}

.app_overlay .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.app_overlay .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.florida_wrapper.main-container-scroll.scroll-size-4 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 4px
}

.florida_wrapper.main-container-scroll.scroll-size-8 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 8px
}

.florida_wrapper.main-container-scroll.scroll-size-12 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 12px
}

.florida_wrapper.main-container-scroll.scroll-size-16 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 16px
}

.florida_wrapper.main-container-scroll.scroll-size-20 .customScrollMode.manchester-content-holder-indicator {
    margin-right: 20px
}

.freezePage {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

@media only screen and (max-width:1023px) and (min-width:768px) {
    .florida_wrapper.main-container-scroll.scroll-size-4 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 4px
    }

    .florida_wrapper.main-container-scroll.scroll-size-8 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 8px
    }

    .florida_wrapper.main-container-scroll.scroll-size-12 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 12px
    }

    .florida_wrapper.main-container-scroll.scroll-size-16 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 16px
    }

    .florida_wrapper.main-container-scroll.scroll-size-20 .customResponsiveScrollMode.manchester-content-holder-indicator {
        margin-right: 20px
    }
}

.changePasswordMode .canberra .canberra-text .canberra-text-resource * {
    margin: 0;
    padding: 0
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .daca-field input {
        -webkit-user-select: auto !important;
        -moz-user-select: auto !important;
        -ms-user-select: auto !important;
        user-select: auto !important
    }
}

@supports (-ms-ime-align:auto) {
    .daca-field input {
        -webkit-user-select: auto !important;
        -moz-user-select: auto !important;
        -ms-user-select: auto !important;
        user-select: auto !important
    }
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes welcome1FadeIn {

    0%,
    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes welcome2FadeIn {

    0%,
    94% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.amman-contentExtended {
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 1px solid #ccc;
    height: 840px
}