/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 1 mar 2025, 12:07:12
    Author     : andrzej
*/


.textgruby
{
    font-weight: bold;
}

.table1 th{
    border: 1px solid black;
}

.table1 td{
    border: 1px solid black;
}

.normaltext{
    
    font-size: 12px;
   
}

.infotext{
    
    font-size: 10px;
    font-style: italic;   
}

.naglowek1
{
    font-size: 14px;
    font-weight: bold;
    
}

/* kolor dla tooltip */
.tooltip .tooltip-inner {
    background-color: #dc3545; /* Bootstrap's danger red color */
    color: white;
}

.tooltip ,
.tooltip  {
    border-top-color: #dc3545; /* For tooltips with placement="top" */
    border-bottom-color: #dc3545; /* For tooltips with placement="bottom" */
    border-left-color: #dc3545; /* For tooltips with placement="left" */
    border-right-color: #dc3545; /* For tooltips with placement="right" */
}

input.form-control, textarea.form-control {
    border-color: cadetblue;
}