html {
    height: 100%;
    --field-changed-color: rgb(255, 165, 0);
}

body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

/* navbar hacks for uniform - items dont dont have to be toggled for small displays */
.navbar .nav-item-name {
    display: none !important;
}
@media (min-width: 1200px) {
    .navbar .nav-item-name {
        display: block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 576px) {
    .navbar .nav-link {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}



.navbar-nav {
    flex-direction: row;
}

/* partial utility from navbar-collapse */
.navbar-items {
    display: flex;
    flex: 1 0 auto;
}

.navbar-brand {
    padding-left: 8px !important;
}

.card.card-single {
    margin-top: 70px;
}

.push-down {
    margin-bottom: 10px !important;
}

.main-content {
    width: 100%;
    height: 200px;
    flex: 1 1 auto;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main-content .sidebar {
    position: static;
    display: block;
    overflow: auto;
    overflow-x: hidden;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    padding: 12px 0;
    height: 100%;
    width: 200px;
	background:#596785;color:#ffffff;
}

.main-content .sidebar.hidden {
    width: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/** UNIFORM active state FIX **/
.main-content .sidebar ul.sidebar-menu > *:not(.active) > a:not(:hover) {
    background: initial;
    border-color: transparent;
}
.main-content .sidebar-menu li.active a {
    cursor: default;
}
.main-content .sidebar ul.sidebar-menu *.active *:not(.active) > a:hover {
    border-color: transparent;
    cursor: pointer;
}
/** ENDFIX **/

.main-content secondary-menu ul{
    width: 100%;
    list-style: none;
}

.main-content secondary-menu ul ul a {
    padding-left: 30px;
}

.main-content .view-content {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0px;
    height: 100%;
    width: 100%;
    min-height: 200px;
}


.main-content .view-content > div {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.main-content .view-content iframe {
    display: block;
    -webkit-overflow-scrolling: touch;
    border: none;
    width: 100%;
    height: 100%;
}

.sidebar-menu a {
    padding: 12px 5px 12px 18px;
}

footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    height: 47px;
    width: 100%;
    background: #262c39;
    color: #fff;
    font-size: 11px;
}

footer p.gemius-logo {
    display: inline-block;
    padding-top: 13px;
}

footer p.gemius-logo a {
    overflow: hidden;
    display: block;
    width: 166px;
    height: 22px;
    background: transparent url(../img/gemius_logo.png) no-repeat 0 0;
    text-indent: -999em;
}

footer ul {
    overflow: hidden;
    float: right;
    padding-top: 18px;
    margin-right: -400px;
    list-style: none;
}

footer ul li {
    float: left;
    padding-right: 22px;
    color: #c5c7ca;
}

footer ul li a {
    color: #c5c7ca;
}

@media (min-width: 430px) {
    .adocean .cover{
        background-image:url("/img/cover/adocean.jpg");
    }
}

h3.error {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight:normal;
    color: red;
}

a.disabled {
    cursor: not-allowed !important;
    opacity: .65;
}

.technical-break-section {
    padding-top: 6rem;
}

menu-toggler .sidebar-toogler {
    float: left;
}

menu-toggler .sidebar-toogler.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

#financial-report {
    margin-bottom: 22px;
}

#financial-report input.ng-dirty {
    background: #FDFCAC;
}

#financial-report td.disabled {
    background-color: #eee;
    color: #B1B1B1;
}

.trusted-financial-data {
    font-style: italic;
}

.additional-params-box {
    position: fixed;
    z-index: 9000;
    bottom: 0;
    right: 0;
    width: 320px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 15px;
    border-radius: 2px 0 0 0;
}

.additional-params-box h3 {
    font-size: 1.2em;
}

.additional-params-box ul  {
    padding: 0;
    margin: 0;
    list-style: none;
}

.additional-params-box ul li {
    overflow: hidden;
}

.additional-params-box span {
    display: block;
}

.additional-params-box span.param-name {
    float: left;
    width: 60%;
    text-align: right;
}

.additional-params-box span.param-value {
    float: right;
    width: 40%;
    padding-left: 15px;
    color: #FF6600;
    text-align: left;
}

.btn-warning {
    color: #333 !important;
    background-color: #FDDD3C !important;
}

.popover-container {
	display: inline-block;
}

.popover-container > button[disabled] {
	pointer-events: none;
}

#financial-report input.ng-invalid,
#passwordChangeForm input[type=password].ng-invalid.ng-dirty {
    border-color: red;
}



.table-vertical-align td[rowspan] {
    vertical-align: middle !important;
}

.targeting-statistics thead th {
    white-space: nowrap
}

td.percent, td.currency {
    text-align: right;
}


.creative-sizes-select {
    width: 150px;
    padding: 0 !important;
}

.creative-sizes-select div {
    position: relative;
}

.creative-sizes-select select {
    padding: 10px 12px 8px 12px;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
    font-size: 13px;
    font-family: Lato,Arial;
    text-align: left;
    cursor: pointer;
}

.creative-sizes-select select:focus {
    outline: none;
    color: white;
}

.creative-sizes-select select:-moz-focusring {
    color: white;
    text-shadow: 0 0 0 #000;
}

.creative-sizes-select select::-ms-expand {
    display: none;
}

.creative-sizes-select select:focus::-ms-value {
    color: black;
    background: transparent;
}

.creative-sizes-select select option {
    color: initial;
}

.creative-sizes-select i {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6.5px;
    pointer-events: none;
}

.bg-tag {
    position: relative;
    margin-right: 3px;
    padding: .5em .6em .3em .6em;
}

.bg-tag .btn {
    padding: 0 5px 0 4px;
    height: 100%;
    line-height: 1;
    background-color: transparent;
    border: 0;
    color: #ee8f00;
}

.bg-tag .btn:hover {
    color: orange;
}

.bg-tag.removing {
    transform: scale(0.85);
}

.bg-tag.removing .btn {
    color: #cfcfcf;
    cursor: default;
}

.busy-fetching, .busy-fetching * {
    cursor: progress !important;
}

.card-header.classic {
    background-color: var(--bg-dark);
    color: white;
    border-bottom: none;
    font-size: inherit;
}

.card-header h3 {
    font-size: 16px;
}

.form-control {
    border-color: #ccc;
}

.nodes-with-settings table thead th:last-of-type {
    width: 120px;
}

.mat-sort-header-arrow {
    display: none !important;
}

.single-node i.tree-branch-head {
    background: url("/img/tree/oFolder.gif") no-repeat right center !important;
}

@media only screen and (min-width: 1000px) {
    .form-horizontal-entry {
        display: flex;
        justify-content: center;
    }

    .form-horizontal-entry > label {
        padding-right: 10px;
    }

    .form-horizontal-entry > :last-child {
        max-width: 400px;
        flex-basis: auto;
        flex-grow: 1;
    }
}

.simple-flat {
    border: 1px solid #ddd;
    box-shadow: none !important;
}

.selected-placement td, .selected-placement td a {
    color: #FF6600 !important;
    font-weight: bold;
}

.mat-tooltip.ao-mat-tooltip,
.mat-mdc-tooltip .mdc-tooltip__surface.ao-mat-tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    color: #333;
    line-height: 20px;
    padding: 9px 14px;
}

.not-selectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#topBar .navbar-header {
    min-height: 36px;
}

.chart-title h2 {
    margin: 0px;
    padding: 16px;
}

.chart-title h4 {
    margin: 0;
    padding: 18px 16px;
}

.statistics-table-head tr:last-of-type th {
    padding-top: 3px;
}

.statistics-table-head select {
    height: 29px;
}

.statistics-chart {
    padding-top: 5px;
}

.chart-division {
    text-align: right;
    padding-right: 8px;
}

.chart-division .btn {
    border-radius: 0;
}

campaign-statistics i {
    padding: 0px 5px;
}

ng-select.auto-width ng-dropdown-panel .ng-option {
    white-space: normal !important;
}

@media screen and (min-height: 772px) {
    ng-select.auto-width ng-dropdown-panel > div.ng-dropdown-panel-items {
        max-height: 420px;
    }
}

span.width-adjuster {
    white-space: nowrap;
    display: block;
    height: 0;
    overflow: hidden;
}


/* ng-select material theme compatybility with adocean style */
select-component .ng-select-container.ng-appearance-outline {
    background: white;
}

.text-muted select-component .ng-select .ng-select-container {
    color: inherit;
}

/* ng-select material theme more compact */
select-component .ng-select {
   padding-bottom: 0px;
}

select-component .ng-dropdown-panel.ng-select-bottom {
    top: 100%;
}

select-component .ng-select .ng-select-container {
    min-height: 32px;
}

select-component .ng-select .ng-select-container.ng-appearance-outline {
    min-height: 40px;
}

select-component .ng-select .ng-select-container.ng-appearance-outline::after {
    height: 100%;
    background-image: none;
}

select-component .ng-select.ng-select-focused .ng-select-container.ng-appearance-outline .ng-placeholder,
select-component .ng-select .ng-select-container.ng-appearance-outline.ng-has-value .ng-placeholder,
select-component .ng-select.ng-select-opened .ng-select-container.ng-appearance-outline .ng-placeholder,
select-component .ng-select.ng-select-filtered .ng-select-container.ng-appearance-outline .ng-placeholder,
select-component .ng-select .ng-select-container.ng-appearance-outline .ng-placeholder {
    background-color: transparent;
}

select-component .ng-select .ng-select-container .ng-value-container {
    border-top: 0px;
}

select-component .ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
    bottom: 9px;
}

/* ng-select material theme input improvements */
select-component .ng-select .ng-select-container .ng-value-container .ng-input input {
    width: 80%;
}

select-component .ng-select .ng-select-container.ng-appearance-outline .ng-value-container .ng-input input {
    padding-left: 8px;
}

select-component.select-sm .ng-select-container {
    min-height: 28px !important;
    height: 28px !important;
}


select-component.select-sm .ng-value-container {
    padding: 2px 0 !important;
}

select-component.select-sm .ng-arrow-wrapper {
    bottom: 4px !important;
}

select-component.select-sm .ng-input {
    top: 0;
    height: 100%;
}

li .list-item .ng-select .ng-select-container {
    align-items: center !important;
}

select-component.list-item ng-select{
    display: flow-root list-item;
    font-size: 14px !important;
}

/* tree in ng-select */
campaign-statistics-menu-bar select-component .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    min-height: 0px;
}

campaign-statistics-menu-bar select-component .ng-dropdown-panel .ng-dropdown-header {
    padding: 0px;
    overflow: hidden;
    overflow-y: auto;
    max-height: max(400px, 70vh);
}

statistics-choice-select select-component .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    min-height: 0px;
}

.ao-ng-option-wrapper .ng-option:empty {
    display: none !important;
}

statistics-choice-select select-component .ng-dropdown-panel .ng-dropdown-header {
    padding: 0px;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(max(750px, 100vh) - 350px);
}

.header-left > div > div {

}

.header-center > div > div {
    margin: 0 auto;
}

.header-right > div > div {
    margin: 0 0 0 auto;
}

.card-error-page {
    padding-top: 60px;
    padding-bottom: 20px;
}

.thead.thead-dark > tr > th select {
    color: white;
}

/* from uniform 1 */
.form-horizontal > .form-group {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
}

.form-horizontal > .form-group:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}

/* for select-components, which has always 36px height */
label {
    line-height: 36px;
}

.bg-sm {
    font-size: 14px;
}

.menu-list-button {
    margin-right: 14px;
    cursor: pointer;
    vertical-align: text-top;
}

a.link-disabled {
    color: #c5c5c5;
    pointer-events: none;
}

.user-preferences input {
    border-radius: 4px;
}

.user-preferences.modal-preferences mat-expansion-panel {
    box-shadow: none;
    overflow: visible;
}

.user-preferences.modal-preferences .card-body {
    padding: 0;
}

.user-preferences-dialog mat-dialog-container,
.user-preferences-dialog .mat-mdc-dialog-surface {
    overflow: visible;
}

.mat-badge-warn .mat-badge-content {
    background-color: #ff6600;
}

.navbar span .mat-badge-content {
    right: -12px !important;
    top: -2px !important;
}

div.blending-table .simple-flat {
    border: none;
    margin: 0;
}

/* hack for material design lack of dense implementation - https://github.com/angular/components/issues/11845 */
.mat-form-field.condensed:not(.mat-form-field-has-label) .mat-form-field-infix,
.mat-mdc-form-field.condensed .mat-mdc-form-field-infix {
    border-top-width: 0px;
    min-height: unset;
}

campaign-statistics-timeunit-bar mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline,
campaign-statistics-timeunit-bar .mat-mdc-form-field.mat-form-field-disabled .mdc-line-ripple {
    background-image: none;
    display: none;
}

.extra-stats-filters {
    float: left;
}

.extra-stats-filters .btn.active {
    border: none;
}


.prediction-line {
    opacity: 0.8;
}

.average-line {
    opacity: 0.5;
}

.online-line {
    opacity: 1;
}

.transparent-line {
    display: none;
}

.visible-line {
    display: initial;
}

.all-statistics-row-weekend td {
    color: #FF6600;
}

mat-accordion.statistics-choice-select mat-selection-list mat-list-option.mat-list-option,
mat-accordion.statistics-choice-select mat-selection-list mat-list-option.mdc-list-item {
    font-size: 14px;
    height: auto;
    padding: 5px 0px;
}

mat-accordion.statistics-choice-select mat-selection-list mat-list-option.mat-list-option .mat-list-text,
mat-accordion.statistics-choice-select mat-selection-list mat-list-option .mdc-list-item__primary-text {
    display: block;
    padding-right: 0 !important;
}

.stats-menu-bar-sm {
    display: block;
    max-width: max(1000px, 70%);
}

.statistics-details-menu {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

.statistics-details-menu > .statistics-details-menu-choices, .statistics-details-menu > .statistics-period-chooser {
    display: flex;
    flex: 1;
}

.statistics-period-chooser {
    margin-top: -12px;
}

.statistics-details-menu-choices > * {
    width: calc(50% - 20px);
    max-width: 400px;
}

.statistics-details-menu-choices > :first-of-type {
    margin-right: 20px;
}

.mat-field-p0 .mat-form-field-wrapper,
.mat-field-p0 .mat-mdc-form-field-subscript-wrapper {
    margin-bottom: -1.34375em;
}

.mat-field-transparent .mat-form-field-flex,
.mat-field-transparent .mat-mdc-text-field-wrapper {
    background-color: transparent !important;
}

.sticky-table-header thead th {
    position: sticky;
    top: 0;
}

.statistics-chart-row {
    display: flex;
    justify-content: space-between;
}

.statistics-chart-row > * {
    flex-basis: calc(50% - 20px);
}

.statistics-choice-table {
    height: calc(100% - 24px);
}

.statistics-choice-table .statisticsChoiceContainer {
    padding: 15px 15px;
}

.statistics-choice-table .statisticsChoiceContainer label {
    margin-bottom: 10px;
}

.choice-table-title {
    font-weight: bold;
    font-size: small;
    padding: 5px 10px;
}

.statistics-trusted-ts {
    font-size: small;
    font-weight: bold;
    margin: 5px 5px;
}

/*** Table mat styles *****************************************************************************************/

.table > tfoot > tr > td {
    background: #D4D6D8;
}

/* z uniform dla tbody */
.table-condensed > tfoot > tr > td {
    padding: 6px 12px;
    font-size: 13px;
}

.table th .popover {
    color: #222;
}

/* hack for mat-table - setting thead-dark on th instead of thead */
.table th.thead-dark {
    background-color: var(--bg-dark);
    color: #fff;
}

/* fix for mixing material design with bootstrap */
.mat-table,
.mat-mdc-table {
    font-family: inherit !important;
}

/* MDC table density overrides to match pre-MDC compact styling */
.mat-mdc-table .mat-mdc-header-row {
    height: auto;
}

.mat-mdc-table .mat-mdc-row {
    height: auto;
}

.mat-mdc-table .mat-mdc-cell,
.mat-mdc-table .mat-mdc-header-cell {
    padding: 0 12px;
}

.mat-table.table-condensed thead > tr,
.mat-mdc-table.table-condensed .mat-mdc-header-row {
    height: auto;
}

.mat-table.campaign-list-table tbody > tr,
.mat-mdc-table.campaign-list-table .mat-mdc-row {
    height: auto;
}

.mat-table.campaign-list-table tbody > tr > td,
.mat-mdc-table.campaign-list-table .mat-mdc-cell {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table.table-condensed ~ .table-title, table-component .table-title {
    padding-left: 12px !important;
}

.table-bordered .table-expandable tbody tr td:not(:last-of-type) {
    border-right: 0;
}

.table-bordered .table-expandable tbody tr td:not(:first-of-type) {
    border-left: 0;
}

.table.mat-table.table-expandable > tbody > tr:nth-of-type(even) > td,
.table.mat-mdc-table.table-expandable > tbody > tr:nth-of-type(even) > td {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
}

.table-bordered.thead-dark thead th {
    background-color: #2d3b58;
    border-color: #596785;
    color: #fff;
}

.table-bordered.thead-dark thead tr {
    border-color: #596785;
}

.table-bordered tbody tr {
    border-color: #edf1f5;
}

.table-bordered tfoot tr {
    border-color: #edf1f5;
}

.table-mat.table-bordered tr > td:first-of-type {
    border-left: 0;
}

.table-mat.table-bordered tr > td:last-of-type {
    border-right: 0;
}

.table-mat.table-bordered-separate table {
    border-collapse: separate;
}

.table-mat.table-bordered-separate tr > td, .table-mat.table-bordered-separate th {
    border-right: 0;
}

.thead-dark th .mat-checkbox-frame,
.thead-dark th .mdc-checkbox__background {
    border-color: #ddd !important;
}

/* MDC paginator density fix */
.mat-mdc-paginator {
    font-size: inherit;
}

.mat-mdc-paginator .mat-mdc-paginator-container {
    min-height: 40px;
}

.stats-table-with-no tr > th:first-of-type {
    width: 0.01%;
}

.table-arrows {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    vertical-align: middle;
    margin-top: -4px;
}

.table-arrows > span {
    margin-top: -3px;
    height: 10px;
    width: 16px;
    background: url("/img/ui-icons_ffffff_256x240.png") no-repeat;
    opacity: 0.3;
}

.table-arrows > span:first-of-type {
    background-position: 0 -16px;
}

.table-arrows > span:last-of-type {
    background-position: -65px -16px;
}

[aria-sort="ascending"] .table-arrows > span:first-of-type {
    opacity: 1;
}

[aria-sort="descending"] .table-arrows > span:last-of-type {
    opacity: 1;
}

.table-highlight tr:hover {
    background-color: #e9e9e9 !important;
}

/******************************************************************************************************************/

.nav-tabs-light {
    border-bottom: 2px solid #00A4E6;
}

.nav-tabs-light .nav-link {
    padding: 2px 24px;
}

.highcharts-contextmenu hr {
    margin: 2px 0;
}

.highcharts-menu-item {
    transition: none !important;
}

.i-balon {
    display: inline-block;
    margin: 0 5px;
}

.i-balon-small {
    font-size: 70%;
    vertical-align: center;
}

.page-header > .edited-icon {
    position: relative;
    top: 1px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .page-header-float .page-header-actions {
        display: inline-block;
        position: static;
        float: right;
    }

    .page-header-float #campaign-name {
        display: block;
    }

    .page-header-float .page-header-description {
        clear: both;
    }
}

.email-form-not-completed .mat-step:last-of-type mat-step-header {
    pointer-events: none !important;
}

a.adocean {
    color: #FF6600;
}

.expandable-form {
    position: relative;
}

.expandable-form .overlay-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    z-index: 2;
}

@media (min-width: 1400px) {
    h2#campaign-name {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1399px) {
    h2#campaign-name {
        max-width: 100%;
        overflow-wrap: break-word;
    }
}

.no-wrap {
    white-space: nowrap;
}

.mat-btn-select {
    position: relative;
}

.mat-btn-select > mat-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mat-btn-select > mat-select .mat-select-trigger,
.mat-btn-select > mat-select .mat-mdc-select-trigger {
    width: 100%;
    height: 100%;
    padding-right: 12px;
}

.mat-btn-select .mat-select-value,
.mat-btn-select .mat-mdc-select-value {
    padding-top: 12px;
    padding-left: 16px;
}

.mat-btn-select-panel {
    margin-top: 1px;
    min-width: calc(100% + 50px);
}

.mat-btn-select.error {
    border-color: #ff4545;
}

.mat-btn-select.error .btn-labeled-label {
    color: #ff4545;
}

.control-modified:not(.error) {
    border-color: #00b900 !important;
}

.control-modified:not(.error) .ng-appearance-outline:after {
    border-color: #00b900 !important;
}

.input-group-text {
    border-color: #ccc;
}

.new-field .ng-appearance-outline:after {
    border: solid 1px var(--bs-success) !important;
} 

.field-changed .ng-appearance-outline:after {
    border: solid 1px var(--field-changed-color) !important;
} 

.field-update-failed .ng-appearance-outline:after {
    border: solid 1px var(--bs-danger) !important;
} 

.mat-progress-bar.mat-adocean .mat-progress-bar-fill::after,
.mat-mdc-progress-bar.mat-adocean .mdc-linear-progress__bar-inner {
    background-color: var(--brand-adocean);
    border-color: var(--brand-adocean);
}


.mat-progress-bar.mat-adocean .mat-progress-bar-buffer,
.mat-mdc-progress-bar.mat-adocean .mdc-linear-progress__buffer-bar {
    background-color: #fbe0ce;
}

.field-dirty .ng-value-label{
    color: var(--brand-adocean);
}

.cdk-overlay-container .preformatted.mat-tooltip.mat-tooltip-show,
.cdk-overlay-container .preformatted .mdc-tooltip__surface {
    white-space: pre-wrap !important;
}

.relative-top-icon-fix {
    top: -1px;
    position: relative;
}
