@font-face {
    font-family: 'bmp-icon';
    src:  url('../fonts/bmp-icon.eot?4uui6d');
    src:  url('../fonts/bmp-icon.eot?4uui6d#iefix') format('embedded-opentype'),
        url('../fonts/bmp-icon.ttf?4uui6d') format('truetype'),
        url('../fonts/bmp-icon.woff?4uui6d') format('woff');
    font-weight: normal;
    font-style: normal;
}

.icon--f {
/* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bmp-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon--f-arrow-up:before {
    content: "\e900";
}
.icon--f-alert-urgent-icon:before {
    content: "\e901";
}
.icon--f-alert-success-icon:before {
    content: "\e902";
}
.icon--f-alert-info-icon:before {
    content: "\e903";
}
.icon--f-alert-critical-icon:before {
    content: "\e904";
}
.icon--f-arrow-down:before {
    content: "\e905";
}

/* kolory */
.palette-primary-blue-grey .footer, .palette-primary-blue-grey .header {
    background: #bd004f;
}
.repo a {
    background: #bd004f;

}
.a,
.main article.article a,
.main article.article h1,
.main article.article h2,
.main article.article h3,
a.current.current.current.current,
#scrollspy a.current {
    color: #bd004f;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255, 0.3);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.loader.show {
    display: block;
}

.loader-element {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #bd004f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.info-message-box {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    padding: 0;
    background-color: #bd004f;
    color: #fff;
    z-index: 9999;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 0;
    overflow: hidden;
}

.info-message-box.open {
    max-height: 1000px;
    padding: 15px 20px;
    box-shadow: 0 0 12px #333;
}

.success {
    color: #59ad00;
}

.error {
    color: #ad0000;
}

.info-message-box.success {
    background-color: #59ad00;
    color: white;
}

.info-message-box.error {
    background-color: #ad0000;
    color: white;
}

.bmp-error-page {
    text-align: center;
}

.bmp-error-page__error-code {
    color: #bd004f;
    font-size: 66px;
    line-height: 70px;
    font-weight: 700;
}

.bmp-error-page__description {
    font-size: 140%;
}

.bm-button {
    background-color: #bd004f;
    color: #fff !important;
    padding: 6px 9px 6px 8px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 30px;
    -webkit-transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    text-decoration: none;
    border: 0 !important;
    cursor: pointer;
}

.repo a {
    padding: 0 10px;
}

.footer {
    margin-top: 30px;
    z-index: auto;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
    outline: initial;
    border: initial;
}

.backdrop-paper.full-width:after,
.article.full-width {
    margin-left: 0;
}

/* logo górne */
.header {
    width: 100%;
}

.header .bar,
.header .bar .stretch {
    display: block;
}

.header .bar.search {
    display: none;
}

.header .stretch {
    padding: 0;
}

.header .logo img {
    height: 50px;
}

.header .logo a {
    margin-top: 10px;
}

.header .button {
    float: left;
    width: auto;
}

@media only screen and (min-width: 960px) {
    .header .button {
        display: none;
    }

}

@media only screen and (max-width: 768px) {
    .info-message-box {
        left: 0;
        transform: none;
        width: 100%;
    }

    .header .stretch.logo  {
        text-align: center;
    }

    .header .stretch.logo a {
        display: none;
    }
}

.button-login,
.button-register {
    background-color: #bd004f;
    border-radius: 3px;
    border: 2px solid white;
    font-size: 14px;
    float: right;
    height: 30px;
    min-width: 80px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: block;
    text-align: center;
    line-height: 26px;
    padding: 0 15px;
    margin: 0 5px;
    text-transform: uppercase;
}

.change-lang-button {
    float: right;
}

.change-lang-button img {
    height: auto !important;
}

.button-login:hover, .button-register:hover {
    -webkit-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.6);
    box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.6);
}
.overlay-mask {
    background-color: rgba(165, 29, 29, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.overlay-mask.open {
    opacity: 1;
    visibility: visible;
}
body > main > article > div {
    position: relative;
}
.forms-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 9998;
    display: none;
}
.forms-window.open {
    display: block;
}

.forms-window.register-window form > div {
    float: left;
    margin: 0 10px;
}

.forms-window.register-window form > p:before {
    clear: both;
    display: block;
    content: " ";
}

.forms-window.register-window form a {
    color: #bd004f;
}

@media (max-height: 600px) {
    .forms-window.open {
        height: 100%;
        overflow: auto;
    }
}

.bm-banner {
    margin-top: -64px;
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
}
.bm-banner figcaption {
    top: 50%;
    left: 50%;
    position: absolute;
    color: wheat;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    text-align: center;
}
.bm-banner figcaption h4 {
    padding: 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 100 !important;
    color: white;
}

.bm-banner figcaption h4 a {
    display: none;
}

.bm-banner figcaption p {
    padding: 0;
    font-size: 24px;
    font-weight: 100;
    color: white;
}
.bm-grid-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bm-grid-flex div.box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    padding: 10px 15px 10px 15px;
}
.bm-grid-flex .box .title {
    color: #bd004f;
    font-size: 22px;
    margin-top: 30px;
}
.bm-grid-flex .box button {
    background-color: #bd004f;
    color: white;
    padding: 6px 9px 6px 8px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 30px;
    -webkit-transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    cursor: pointer;
}
.bm-grid-flex .box button:hover {
    -webkit-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.6);
    box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.6);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);

}
.bm-grid-flex .box button:active {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);

}
.bm-banner-2 {
    margin-top: 30px;
}

.bm-grid-flex div.box2 {
    -webkit-box-flex: 0;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    padding: 10px 15px 10px 15px;
}
.bm-grid-flex .box2 .ico {
    float: left;
    width: 20%;
    display: inline-block;
}
.bm-grid-flex .box2 .title {
    color: #bd004f;
    font-size: 22px;
    display: inline-block;
    width: 70%;
}
.bm-grid-flex .box2 .title .title {
    color: #bd004f;
    font-size: 22px;
}
.bm-grid-flex .box2 .title .text {
    color: black;
    font-size: 14px;
    margin-top: 30px;
}

.drawer .scrollable .wrapper {
    height: auto;
    min-height: 0;
}

/* forms */
.forms-window.form-container{
    background: #fff;
    border-radius: 8px;
    min-width:300px;
    padding:20px;
    font-size: 14px;
    color: #333;
    box-shadow: 0 0 12px #333;
}

.forms-window.form-container .form-field {
    border: 1px solid #333;
    background: #fff;
    border-radius: 4px;
    color: #333;
    padding:8px;
    margin-bottom:20px;
    width:280px;
}

.forms-window.form-container .form-field:focus {
    color: #000;
}

.forms-window.form-container .form-container h2 {
    font-size:18px;
    margin: 0 0 10px 0;
    font-weight:bold;
    text-align:center;
}

.forms-window.form-container .form-title {
    margin-bottom: 10px;
    display: block;
}

.forms-window.form-container .form-head {
    font-size: 120%;
}

.forms-window.form-container .submit-container {
    margin:8px 0;
    text-align:right;
}

.forms-window.form-container .submit-button,
.form-container-page .submit-button {
    border: 1px solid #3b0016;
    background: #bd004f;
    cursor: pointer;
    border-radius: 4px;
    color: #ffffff;
    padding: 8.5px 18px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

.forms-window.form-container .submit-button:hover,
.forms-window.form-container .submit-button:active,
.form-container-page .submit-button:hover,
.form-container-page .submit-button:active {
    background: #f50056;
    color: #fff;
}

.form-container-page {
    margin: 20px 0;
}

.form-container-page .form-head {
    font-size: 140%;
    margin-bottom: 20px;
}

.form-container-page p {
    margin: 10px 0 20px;
}

.form-container-page input[type="text"],
.form-container-page input[type="password"] {
    width: 200px;
    border: 1px solid #333;
    border-radius: 6px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
}

.form-container-page label {
    display: block;
}

.bm-start-intro {
    width: 400px;
    min-height: 250px;
    margin: 0 auto;
    padding-top: 45px;
    text-align: center;
    background: url("../images/asset_icon_4.png") 50% no-repeat;
}

.bm-start-intro .title {
    color: #bd004f;
    font-size: 20px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.bm-start-intro .bm-button {
    margin: 0 5px;
}

@media only screen and (max-width: 960px) {
    .bm-banner {
        font-size: 18px;
    }

    .bm-banner figcaption h4 {
        font-size: 200%;
    }

    .bm-banner figcaption p {
        font-size: 100%;
    }
}

.only-mobile {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .only-mobile {
        display: block !important;
    }

    .bm-grid-flex {
        display: block;
    }

    .bm-grid-flex .box,
    .bm-grid-flex .box2 {
        margin-bottom: 30px;
    }

    .bm-banner {
        margin-left: -16px;
        margin-right: -16px;
        font-size: 14px;
    }

    .bm-banner figcaption h4 {
        font-size: 200%;
    }

    .bm-banner figcaption p {
        font-size: 100%;
    }

    .bm-start-intro {
        width: auto;
    }
}


/* COMPONENTS USERS */
a.btm-user-component {
    display: none;
}

a.btm-guest-component {
    display: none;
}

/* MESSAGE FORM */
/* FILE FORM */
.message-form {
    position: relative;
}

.message-form-success {
    display: none;
    margin-top: 55px;
}

.message-form-success h3 {
    font-size: 35px;
    text-align: center;
    color: #59ad00 !important;
}

.message-form-success p {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    color: #59ad00 !important;
}

.message-form > div {
    margin: 10px 0;
}

.message-form input[type="text"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.message-form textarea {
    width: 100%;
    min-height: 200px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    padding: 10px;
    border: 1px solid #ccc;
}

.message-form .submit-button,
.bm-upload-file .submit-button {
    background: #bd004f;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    margin: 20px 0;
}

.bm-upload-file {
    position: relative;
}

.bm-upload-file h3 {
    margin: 0;
    padding: 0;
}

/* Component - styled input file */
.styled-file-input {
    position: relative;
}

.styled-file-input input {
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.styled-file-input .selectButton {
    background: #bd004f;
    color: #fff;
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid #70002f;
    border-radius: 3px;
}

.styled-file-input .selectValue {
    margin: 0 20px 0 0;
}

[data-confirm-email] h2 {
    display: none;
}

/*users table*/
#bmp-users-table {
    overflow: auto;
}
#bmp-users-table table {
    width: 100%;
    margin: 0;
}

#bmp-users-table table .bm-users-table__header {
    cursor: pointer;
}

#bmp-users-table .bm-users-table__filter {
    padding: 10px;
    border: 1px solid #999;
    border-radius: 6px;
    margin: 20px 0;
}

#bmp-users-table .bm-users-table__filter:focus {
    border-color: #bd004f;
}

/* alert */
.bm-alert {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.bm-alert.info {
    background: #0054ad;
}

.bm-alert.warning {
    background: #e83e46;
}

.bm-alert p, .bm-alert .alert-title {
    color: #fff !important;
    margin: 0;
    padding: 0;
}

.bm-alert .alert-title {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px 20px 60px;
    cursor: pointer;
    position: relative;
}

.bm-alert .alert-title:before {
    font-family: 'bmp-icon' !important;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-size: 25px;
    height: 25px;
    width: 25px;
    font-weight: 400;
}

.bm-alert.info .alert-title:before {
    content: '\e903';
}
.bm-alert.warning .alert-title:before {
    content: '\e901';
}
.bm-alert.critical .alert-title:before {
    content: '\e904';
}
.bm-alert.success .alert-title:before {
    content: '\e902';
}
.bm-alert.urgent .alert-title:before {
    content: '\e901';
}

.bm-alert .alert-title:after {
    font-family: 'bmp-icon' !important;
    content: '\e905';
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}

.bm-alert.open .alert-title:after {
    transform: rotate(180deg);
    top: 18px;
}

.bm-alert p {
    line-height: 1.2em;
    font-size: 14px;
    margin-bottom: 10px;
}

.bm-alert .bm-alert__content {
    max-height: 0;
    overflow: hidden;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
    box-sizing: border-box;
    padding: 0 0 0 60px;
    color: #fff !important;
}

.bm-alert.open .bm-alert__content {
    max-height: 1000px;
    overflow: visible;
    padding: 0 20px 20px 60px;
}

.bm-alert-list {
    list-style: initial;
    padding-left: 20px;
}

.bm-alert-list li {
    margin-left: 0 !important;
}

.bm-alert-list li:before {
    content: "" !important;
}

.bm-availability h2 {
    font-weight: 300;
    color: #2e2e2e !important;
    font-size: 43px;
    line-height: 50px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .bm-availability h2 {
        font-size: 36px;
        line-height: 43px;
    }
}

@media screen and (max-width: 979px) {
    .bm-availability h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

.bm-availability > p {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300;
}

@media screen and (max-width: 1199px) {
    .bm-availability > p {
        font-size: 16px;
    }
}

.bm-availability .bm-availability-list {
    display: flex;
    flex-flow: row wrap;
}

.bm-availability .bm-availability-list .bm-availability-list_element {
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
}

.bm-availability .bm-availability-list .bm-availability-list_element p {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
}

.bm-availability .bm-availability-list .bm-availability-list_element .bm-availability-list_element-percentage {
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    height: 250px;
    background: url("../images/raport_d.png") 50% no-repeat;
    position: relative;
}

.bm-availability .bm-availability-list .bm-availability-list_element .bm-availability-list_element-percentage > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    line-height: 0;
}

.bm-availability .bm-availability-list .bm-availability-list_element .bm-availability-list_element-percentage small {
    font-size: 25px;
    font-weight: 300;
}

@media screen and (max-width: 1199px) {
    .bm-availability .bm-availability-list .bm-availability-list_element {
        margin-bottom: 20px;
    }

    .bm-availability .bm-availability-list .bm-availability-list_element p {
        font-size: 18px;
    }

    .bm-availability .bm-availability-list .bm-availability-list_element .bm-availability-list_element-percentage {
        background: url("../images/raport_m.png") 50% no-repeat;
        font-size: 40px;
        height: 200px;
    }

    .bm-availability .bm-availability-list .bm-availability-list_element .bm-availability-list_element-percentage small {
        font-size: 20px;
    }
}

@media screen and (max-width: 680px) {
    .bm-availability .bm-availability-list .bm-availability-list_element {
        width: 50%;
    }
}

@media screen and (max-width: 460px) {
    .bm-availability .bm-availability-list .bm-availability-list_element {
        width: 100%;
    }
}

.bm-availability .bm-availability-icon {
    display: flex; align-items: center;
}

.bm-availability .bm-availability-icon img {
    width: 150px; float: left; margin-right: 20px; flex: 0 0 150px;
}

.bm-availability .bm-availability-icon p {
    margin: 0; flex: 1 1 auto;
}

.bm-availability .bm-availability-bottom {
    width: 100%; /* display: flex; flex-flow: row nowrap; */
}

/* .bm-availability .bm-availability-bottom > * {
    width: 50%;
} */

.bm-availability .bm-availability-bottom ul {
    list-style: none;
}

.bm-availability .bm-availability-bottom ul li {
    line-height: 20px;
}

.bm-availability .bm-availability-bottom ul li:before {
    content: "";
}

.bm-availability .bm-availability-bottom ul li a:before {
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2017%2017%22%20style%3D%22enable-background%3Anew%200%200%2017%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23BD1E52%3B%7D%0A%3C/style%3E%0A%3Ctitle%3EPortalRD_icons_170x170px_documents_component%3C/title%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M13.7%2C9.7c0%2C0.4%2C0%2C0.7-0.1%2C1.1c-0.1%2C0.3-0.3%2C0.5-0.5%2C0.7c-0.4%2C0.2-0.9%2C0.3-1.3%2C0.3H5.2c-0.5%2C0-1.1-0.1-1.5-0.4%0A%09c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.3-0.2-0.7-0.2-1c0-0.6-0.4-1-1-1s-1%2C0.4-1%2C1c0%2C0.6%2C0.1%2C1.2%2C0.3%2C1.8c0.3%2C0.7%2C0.8%2C1.4%2C1.5%2C1.7%0A%09c0.7%2C0.3%2C1.4%2C0.5%2C2.2%2C0.5h6.5c0.5%2C0%2C1.1-0.1%2C1.6-0.2c0.8-0.2%2C1.4-0.7%2C1.8-1.4c0.4-0.7%2C0.6-1.6%2C0.6-2.4c0-0.6-0.4-1-1-1%0A%09S13.8%2C9.1%2C13.7%2C9.7L13.7%2C9.7z%22/%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M11.5%2C2.8l-3%2C3l-3-3c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l4.4%2C4.4l4.4-4.4c0.4-0.4%2C0.3-1.1-0.1-1.4%0A%09C12.5%2C2.5%2C11.9%2C2.5%2C11.5%2C2.8L11.5%2C2.8z%22/%3E%0A%3C/svg%3E%0A);
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 15px;
}

.bm-availability .bm-availability-bottom ul li a {
    border: 0;
}

.bm-availability .bm-availability-bottom ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 680px) {
    .bm-availability .bm-availability-bottom {
        display: block;
    }

    .bm-availability .bm-availability-bottom > *  {
        width: 100%;
    }
}