﻿#navigationWrapper {
  margin: 0 0 280px 0;
  float: left;
}
#notificationsArea {
  margin-bottom: 20px;
}
.block-notification {
  display: none;
}
.block-notification h2,
.block-notification p,
.block-notification span.icon-notification {
  display: inline-block;
}
.block-notification span.icon-notification {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.block-notification span.icon-notification.error {
  background-image: url('../Content/Images/errorw.png');
}
.block-notification span.icon-notification.success {
  background-image: url('../Content/Images/success.png');
}
.block-notification span.icon-notification.warning {
  background-image: url('../Content/Images/warning.png');
}
.block-notification p.message {
  color: #4c4c4c;
  font: normal 13px Arial;
  margin-bottom: 30px !important;
}
.block-notification h2 {
  font-size: 15px;
  margin-bottom: 30px;
}
.block-notification .buttons-line {
  float: right;
}
.block-notification .buttons-line a {
  color: #09c;
  font: 12px normal Arial;
  display: inline-block;
  margin-right: 10px;
}
.block-notification .buttons-line button {
  display: inline-block;
}
i.line {
  height: 1px;
  content: '&nbsp;';
  background-color: #ccc;
  margin-bottom: 22px;
  display: block;
}
#tenaris-notifications {
  width: 100%;
}
#tenaris-notifications .notification {
  margin-top: 10px;
  display: none;
  width: 100%;
  margin-bottom: 5px;
  height: auto;
}
#tenaris-notifications .notification p,
#tenaris-notifications .notification a,
#tenaris-notifications .notification span.icon-notification {
  font: normal 12px Arial;
  color: #222;
  display: inline-block;
}
#tenaris-notifications .notification a {
  margin: 5px 10px;
}
#tenaris-notifications .notification i.status-icon {
  margin: 5px 5px -3px;
}
#tenaris-notifications .notification p {
  margin: 8px 5px 10px 3px;
}
#tenaris-notifications .notification a {
  text-decoration: none;
  text-transform: lowercase;
  float: right;
  font: bold 20px Arial;
}
#tenaris-notifications .notification a:hover {
  color: #7a7a7a;
}
#tenaris-notifications .notification.error {
  background-color: #ffe2e0;
  border: 1px solid #e8b2bb;
}
#tenaris-notifications .notification.success {
  background-color: #def0d8;
  border: 1px solid #b8dd9a;
}
#tenaris-notifications .notification.warning {
  background-color: #fff586;
  border: 1px solid #ffca28;
}
.status-icon {
  display: inline-block;
  content: ' ';
  width: 16px;
  height: 16px;
}
.status-icon.black {
  background: url('../Content/Images/sprite_icons_status_01.png') no-repeat;
  background-position-x: -4px;
}
.status-icon.black.success {
  background-position-y: -4px;
}
.status-icon.black.warning {
  background-position-y: -28px;
}
.status-icon.black.error {
  background-position-y: -52px;
}
.status-icon.black.info {
  background-position-y: -76px;
}
.status-icon.filled {
  background: url('../Content/Images/sprite_icons_status_03.png') no-repeat;
  background-position-x: -4px;
}
.status-icon.filled.success {
  background-position-y: -4px;
}
.status-icon.filled.warning {
  background-position-y: -28px;
}
.status-icon.filled.error {
  background-position-y: -52px;
}
.status-icon.filled.info {
  background-position-y: -76px;
}
.status-icon.no-border {
  background: url('../Content/Images/sprite_icons_status_04.png') no-repeat;
  background-position-x: -4px;
}
.status-icon.no-border.success {
  background-position-y: -4px;
}
.status-icon.no-border.warning {
  background-position-y: -28px;
}
.status-icon.no-border.error {
  background-position-y: -52px;
}
.status-icon.no-border.info {
  background-position-y: -76px;
}
.switch-icon {
  background: url('../Content/Images/sprite-toggle-buttons.png') no-repeat;
  display: inline-block;
  content: ' ';
  width: 16px;
  height: 16px;
}
.switch-icon.one-on {
  background-position-x: 1px;
}
.switch-icon.one-off {
  background-position-x: -22px;
}
.switch-icon.two-on {
  background-position-y: -19px;
  background-position-x: -3px;
}
.switch-icon.two-off {
  background-position-y: -19px;
  background-position-x: -20px;
}
.switch-icon.three-off {
  background-position-y: -41px;
  background-position-x: 1px;
}
.switch-icon.three-on {
  background-position-y: -41px;
  background-position-x: -21px;
}


/* -- Cookie Consent Begin --*/

.hidden {
    display: none;
}


.dft-cookies.open {
    bottom: 0;
    transition: bottom 350ms linear;
}

.dft-cookies {
    position: fixed;
    z-index: 99999;
    bottom: -65.625vw;
    left: 0;
    width: 100vw;
    padding: 20px 10px;
    background-color: #EEE;
}

    .dft-cookies .cookies-contain {
        display: flex;
        align-items: flex-start;
    }

    .dft-cookies .cookies-text {
        font-size: 12px;
        font-family: IR,sans-serif;
        padding: 0 15px;
        font: status-bar;
    }

    .dft-cookies i, .dft-cookies .cookies-text {
        color: #323232;
    }

p {
    margin: 0;
}

.dft-cookies i {
    font-size: 30px;
}

.dft-cookies i, .dft-cookies .cookies-text {
    color: #323232;
}

[role=button] {
    cursor: pointer;
}


.buttonRight {
    justify-content: flex-end;
    cursor: pointer;
    background: transparent;
    /*background-color: rgb(0, 161, 0);*/
    background-color: rgb(69, 182, 67);
    border: none;
    color: #ffffff;
    width: 5em;
    text-align: center;
    height: 2em;
    vertical-align: middle;
    line-height: 2em;
    border-radius: 5px;
    /*align-self:flex-end;*/
}

    .buttonRight:hover {
        background-color: rgb(0, 121, 0);
    }

a.banAnchor {
    text-decoration: none;
    color: rgb(0, 161, 0);
}

/*-- Cookie Consent End --*/

