﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*Pasek tytulowy*/
.overview-header {
    display:block;
    background-image: linear-gradient(to bottom right,#007bff, #00eeff);
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-bottom:5px;
/*    font-size: 12px;
    padding: 0 10px;
    font-family: inherit;
    display: flex;
    justify-content: space-between;*/
}


.overview-header .overview-titlebar {
/*    background-image: linear-gradient(to bottom right,#007bff, #00eeff);
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 100%;*/
    font-size: 12px;
    padding: 0 10px;
    font-family: inherit;
    display: flex;
    justify-content: space-between;
 }

.overview-header .overview-titlebar .overview-title {
    border: 1px solid transparent;
    font-size: 18px;
    font-weight:bold;
}

.overview-header .overview-titlebar .center-panel .overview-title {
    display: flex;
    justify-content: flex-start;
    padding-right: 300px;
}

.overview-toolbar {
    border-radius: 0;
    background-color: #f8f9fa;
    border-color: #00000026;
    border-left-width: 0;
    border-top-width: 0;
    color: #495057;
    height: 40px;
    line-height: 1.6;
    outline: none;
    text-transform: capitalize;
    width: 100%;
  }

/*Pasek sekcji*/

/*Tabela   */

/* Panele */

.tytul {
    background: #2668c9;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    padding-inline: 10px;
    color: white;
}


.row .first {
    padding-top: 10px;
}

.row .second {
    padding-top: 5px;
}



    .row .second .down-marg {
        padding-bottom: 10px;
    }

    .row .second .up-marg {
        padding-top: 20px;
        margin-top: 20px;
    }

    .row .second .up-mid-marg {
        /*  padding-top: 10px;*/
        margin-top: 10px;
    }

.row .linia {
    border-top: solid;
    border-color: cornflowerblue;
/*    margin-top: 10px;*/
    margin-bottom: 10px;
    margin-left: 5px;
}

.row .last-row {
    height: 20px;
    margin: 10px;
}

.row .line-between {
    border-top: solid;
    border-color: cornflowerblue;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -5px;
}

.row .line-bet {
    border-top: solid;
    border-color: cornflowerblue;
    /*margin: 10px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.panel-danych {
    background-clip: padding-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    /*    box-shadow: 1px 2px 20px 0 rgba(173, 173, 255, 0.20);*/
    height: 80vh;
    /*    min-height:250px;*/
}

.panel-box {
    background-clip: padding-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    height: 40vh;
}

.panel-image {
    background-clip: padding-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    height: 40vh;
    margin-bottom: 30px;
    margin-left: 26px;
}

/*Elementy logowania*/

 container-fluid .ContainerAcc {
 /*   background-color: lightblue; */
    background-color: ghostwhite;
    border: groove;
    border-width: 1px;
    border-color: dodgerblue;
    border-radius: 15px 15px;
    width: 30%;
    justify-content: center;
}

#SekcjaLog {
    justify-content: center;
    align-items: center;
}

#b-label {
    display: flex;
    vertical-align: middle;
    justify-content: end;
    font-size: 16px;
    font-weight: bold;
}

#m-label {
    display: flex;
    vertical-align: middle;
    justify-content: end;
    font-size: 14px;
}

.text-label {
    vertical-align: middle;
    justify-content: left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: normal;
}

#ContainerAcc {
    background-color: lightblue;
    background-image: linear-gradient(to bottom right,#007bff, #8ccbd4);
    background-color: lightblue;
    border: groove;
    border-width: 1px;
    border-color: dodgerblue;
    border-radius: 15px 15px;
    width: 30%;
    justify-content: center;
}

#MainRowAcc {
    background-image: linear-gradient(to bottom right,#007bff, #8ccbd4);
    position: center;
    background-color: #2668c9;
    text-align: center;
    margin-left: 3px;
    margin-top: 3%;
    margin-bottom: 5%;
    font-weight: bold;
    color: white;
    width: 99.5%;
}

#ContainTitle {
    color: ivory;
    font-weight: bold;
    margin: 5px;
}

/*linia rozdzielająca z tekstem*/
.kontener {
    display: flex; /* Use flexbox to align items in a row */
    align-items: center; /* Vertically center the items */
}

    .kontener .tekst {
        margin: 5px 5px 0px 5px;
        font-size: 14px; /* Size of the text */
        font-weight: 600;
        color: cornflowerblue;
        white-space: nowrap; /* Prevent text from wrapping to a new line */
    }

    .kontener .linia1 {
        margin-top: 5px;
        flex: 0 0 2%; /* Adjust the short line size */
        height: 2px;
        background-color: cornflowerblue;
    }

    .kontener .linia2 {
        margin-top: 5px;
        flex-grow: 1; /* This will allow the line to take the remaining space */
        height: 2px; /* Height of the line */
        background-color: cornflowerblue;
    }

