﻿/* GRID */
@media (min-width: 768px) {
    td.gridDetails {
        /*font-size: 15px !important;*/
    }
}

td.gridDetails {
    word-break: unset !important;
}

.invisibleColumn {
    display: none;
}

.dateColumn {
    min-width: 120px;
    width: 120px;
}

table.table-bordered.dataTable {
    border-right-width: 1px !important;
}

.gridButton {
    width: 40px;
    text-align: center;
    border-left: 0px !important;
    border-right: 0px !important;
    vertical-align: middle !important;
    padding: 3px !important;
}

td.gridButtonSingle {
    text-align: center;
    vertical-align: middle !important;
}

td.gridButtonSingle.gridDetails {
    white-space: nowrap !important;
}

td.gridTextRight {
    text-align: right;
    vertical-align: middle !important;
}

td.gridDate {
    vertical-align: middle !important;
    width:110px;
}

.myGridIcon {
    font-size: 20px;
}

.myGridButton {
}

.clickableRow {
    cursor: pointer;
}

.expiredRow, .deletedRow {
    color: #dd4b39;
}

.expiredRowOpacity {
    opacity: .66;
}

/* Szerokość tabeli */
.dataTable {
    width: 100% !important;
}
    /* Zawijanie tekstu */
    .dataTable td {
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -webkit-pre-wrap; /*Chrome & Safari */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: pre-wrap; /* css-3 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        word-break: break-all;
        white-space: normal;
    }

/* Pole "Przejdź do strony" */
.paging_skip_pages input#paginateInput {
    width: 78px;
    margin: 0 10px;
}

/* TILE */
.btn-tile {
    text-transform: uppercase;
    height: 130px;
    width: 15% !important;
    min-width: 200px;
    border-radius: 0px !important;
    border: none !important;
    position: relative;
    text-align: left !important;
    margin-right: 12px !important;
    margin-bottom: 16px !important;
}

@media (max-width: 767px) {
    .btn-tile {
        width: 100% !important;
    }
}

.btn-tile-label {
    display: block;
    font-size: 16pt;
    padding: 10px;
    white-space: normal;
}

.btn-tile:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.btn-tile > :first-child {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65px;
    line-height: 65px;
    font-size: 3.5em;
    text-align: center;
}

.btn-tile > :last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
}

/* TABELE */
.formTable {
    width: 100%;
}

    .formTable td {
        padding-right: 15px;
        vertical-align: top;
    }

    .formTable tr > :last-child {
        padding-right: 0px;
    }

.searchTable tr > :last-child {
    padding-right: 8px;
}
/* Przycisk Wybierz */
.btn-choose {
    top: 25px;
    position: relative;
}

/* STOPKA */
.container-footer {
    position: relative;
}

.left-footer {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 80px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .left-footer {
        text-align: center;
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.right-footer {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 9999;
    width: 90px;
    text-align: right;
}

.center-footer {
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
}

/* CODE MIRROR */
.CodeMirror-scroll > :first-child {
    border: 1px solid #d1d1d1;
}

/* MODALE */
.ui-autocomplete {
    z-index: 9999 !important;
}

.alert {
    z-index: 9999 !important;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}

/* Kolumna z checkboxem */
.singleCheckbox div {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Przyciski do dowania i usuwania pozycji */
.floatingAddDelete {
    position: fixed;
}

    .floatingAddDelete button {
        display: block;
        margin: 8px;
    }

.tr-thTextCentered > th {
    text-align: center;
}

/* Ikona użytkownika (moje dane) */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > span {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 77px;
    color: white;
}

.td-middle {
    vertical-align: middle !important;
}

@font-face {
    font-family: 'IcoMoon';
    src: url('../Fonts/icomoon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.icoMoon {
    display: inline-block;
    font-family: IcoMoon !important;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icoMoon-radioactive:before {
    content: "\f7b9";
}

.sidebar {
    width: 230px !important;
}

.slimScrollDiv {
    height: auto !important;
}

.btn-main-add {
    margin-bottom: 20px !important;
}

.tr-red {
    color: #fff;
    background-color: #ac2925 !important;
}

    .tr-red:hover {
        background-color: #d73925 !important;
    }

.content-header > h1 > small {
    font-size: 18px !important;
    color: #dd4b39 !important;
    display: block !important;
    padding-left: 0px !important;
}

.btn-primary {
    background-color: #3C77A3 !important;
    border-color: #356e99 !important;
}

.skin-purple .sidebar-menu .treeview-menu > li > a,
.skin-green .sidebar-menu .treeview-menu > li > a {
    color: #8AA7C2 !important;
}

.skin-purple .sidebar-menu > li.header,
.skin-green .sidebar-menu > li.header {
    color: #7E919F !important;
}

.href-primary {
    color: #3C77A3 !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #737385 !important;
}

.pagination > li > a {
    color: #336DA1 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.content-header > h1 > small {
    color: #D80100 !important;
}

.CodeMirror-linenumber {
    color: #6C7375 !important;
}

.form-group.has-error label {
    color: #D80100 !important;
}

.form-group.has-error .help-block {
    color: #D80100 !important;
}

.text-dark-gray {
    color: #4F4F50 !important;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: #204d74 !important;
    border-color: #122b40 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #204d74 !important;
}

.btn-success {
    background-color: #00875A !important;
    border-color: #007F5A !important;
}

    .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
        background-color: #007F5A !important;
        border-color: #00695A !important;
    }

    .btn-success:hover, .btn-success:active, .btn-success.hover {
        background-color: #007F5A !important;
    }

.skin-purple .sidebar-menu .treeview-menu > li.active > a, .skin-purple .sidebar-menu .treeview-menu > li > a:hover,
.skin-green .sidebar-menu .treeview-menu > li.active > a, .skin-green .sidebar-menu .treeview-menu > li > a:hover {
    color: #ffffff !important;
}

.btn-danger {
    background-color: #d90100 !important;
    border-color: #d73925 !important;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger.hover {
        background-color: #b90100 !important;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #b90100 !important;
        border-color: #761c19 !important;
    }

.break-word {
    word-break: break-word !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.p-0, div.p-0 {
    padding: 0px;
}

.warning-text {
    color: #9C6804;
    margin-bottom: 15px;
    font-size: 15px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 1500;
}

header .navbar .navbar-brand {
    padding: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    height: 100px;
}


@media (max-width: 445px) {
    header .navbar .navbar-brand h1 {
        font-size: 16px;
    }
}

@media (max-width: 340px) {
    header .navbar .navbar-brand {
        min-height: 54px;
    }

        header .navbar .navbar-brand img {
            display: none !important;
        }
}

@media (max-width: 576px) {
    header .navbar .navbar-brand {
        margin-right: 0;
    }

        header .navbar .navbar-brand img {
            display: none !important;
        }

    header .navbar .navbar-text {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .container, nav {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand {
        --margin-left: 30px;
    }
}

@media (max-width: 1200px) {
    td.gridDetails {
        font-size: 15px !important;
    }

    .myGridButton > i {
        font-size: 15px;
        display: flex;
        justify-content: center;
    }

    .myGridButton {
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 1455px) {
    header .logo, header .navbar-brand.pom {
        margin-left: -134px !important;
    }
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.btn, button, .loginNav {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    padding-left: 1.5rem;
    --padding-right: 1.5rem;
    letter-spacing: 0.2px;
}

.footer {
    padding: 3rem 0;
    color: white;
    background-color: #D3222A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 4rem;
}

    .footer a:not(.btn) {
        color: white;
    }

a:not(.btn) {
    --text-decoration: underline;
    font-weight: 600;
}

.tile-item-inner-container p {
    font-weight: normal;
}

#scheduleMap {
    width: 100% !important;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.forgottenPasswordLink {
    padding-top: 5px;
}

.user-menu .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.user-menu.collapsing {
    display: flex !important;
}

h1 small {
    color: white !important;
}

a:active, a:focus {
    color: #015497 !important;
}

.hero-tiles a, .hero-button a {
    text-decoration: none;
    display: block;
}

.hero-tiles a:not(.btn), .hero-button a:not(.btn) {
    font-weight: inherit;
}

.hero-tiles a:hover:not(.btn), .hero-button a:hover:not(.btn) {
    text-decoration: underline;
 }

.checkerboard, .tools, .messages, .hero-tiles, .hero-button, .section-header, .wizard, .hero-content {
    padding: 3rem 0px;
    margin: 1rem 0;
}

.hero-tiles:first-child, .section-header:first-child {
    margin-top: 0;
}


.hero-tiles .card, .hero-button .card {
    background: transparent;
    border: none;
}

.hero-tiles .card p, .hero-button .card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
 }

 .hero-tiles .card-body, .hero-button .card-body {
    padding-left: 0;
    padding-right: 0;
 }

 .hero-tiles .card-body .text-container, .hero-button .card-body .text-container {
    margin-bottom: 1rem;
    margin-top: 1rem;
 }

.hero-tiles .card-body .btn-outline-primary, .hero-button .card-body .btn-outline-primary {
    border-color: white;
    border-width: 2.5px;
    padding: 0.5rem 1.5rem;
    color: white;
}

.hero-tiles .card-body .btn-outline-primary.dark-text, .hero-button .card-body .btn-outline-primary.dark-text {
    border-color: black;
    border-width: 2.5px;
}

.hero-tiles .card-body .btn-outline-primary:hover, .hero-button .card-body .btn-outline-primary:hover {
    border-color: #015497;
}

.hero-tiles .btn, .hero-button .btn {
    white-space: normal;
}

.hero-tiles .btn.dark-text:hover, .hero-button .btn.dark-text:hover {
    color: white;
 }

.container-fluid .hero-tiles {
    margin-left: -15px;
    margin-right: -15px;
}

.hero-tiles .card-body {
    color: white;
}

.box-hr-1 {
    border-top: 6px solid black;
}

.box-hr-2 {
    border-top: 6px solid blue;
}

.box-hr-3 {
    border-top: 6px solid green;
}

.box-hr-4 {
    border-top: 6px solid yellow;
}

.box-hr-5 {
    border-top: 6px solid brown;
}

.box-hr-6 {
    border-top: 6px solid lightgreen;
}

.box-hr-7 {
    border-top: 6px solid purple;
}

.box-hr-8 {
    border-top: 6px solid orange;
}

.box-hr-9 {
    border-top: 6px solid lightblue;
}

.box-hr-10 {
    border-top: 6px solid gray;
}

.text-red {
    color: #d90100 !important;
}

#table {
    font-size: 16px !important;
}

.date-expired {
    color: #D3222A !important;
}

.fs-3-5rem {
    font-size: 3.5rem;
}

.center {
    text-align:center;
}

#google_translate_element {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
    z-index: 1000;
}

.share-part {
    width: 7rem;
}
.share-part-left input {
    text-align: right;
}