

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.ukryj{
    display: none !important;
}

.rog {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 46px;
    height: 46px;
}

.knefel{
    margin-bottom: 5px;
    width: 100%;
    height: 7rem;
    font-size: x-large;
}

.kafelka{
    min-height: 7rem;
}

.kafelka-pol{
    min-height: 8rem;
}

.klawisz-pytanie{
    min-width: 8rem;
    margin-left: 1rem;
}

.klawisz-pin{
    min-width: 7rem;
    max-width: 10rem;
    width: -webkit-fill-available;
    height: 6rem;
    font-size: xx-large;
/*    margin-top: 2px;
    margin-bottom: 2px;*/
}

#btnCofnij{
    float: left;
    margin-right: 8px;
    text-align: center;
    display: grid;
    vertical-align: middle;
    margin-bottom: 50px;
    font-size: 25px;
    width: 46px;
    height: 46px;
    padding: 0px;
    align-items: center;
}

#btnAlarmy{
    height: 46px;
}

.rej{
    text-align: center;
    vertical-align: baseline;
    padding: .07em .3em;
    font-weight: 700;
    color: black;
    white-space: nowrap;
    border: black solid 3px;
    border-radius: 0.25rem;
    background-color: white;
}

.row{
    width: auto!important;
}

#pinInput{
    font-size: x-large;
    font-weight: bolder;
    max-width: 30rem;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

#alarmstable{
    width: 100%!important;
}

#tabWiniety{
    width: 100%;
}

#txtOpisBraku, #txtOpisZakonczAlarm, #txtOpisAwarii{
    font-size: large;
    height: 10rem;
}

#inData, #inStan, #inStanZakoncz{
     font-size: x-large;
}

#divLadowanie{
    position: absolute;
    left: 50%;
    top: 10rem;
    margin-left: -5rem;
    width: 10rem;
    text-align: center;
}

#divKontakt{
    position: fixed;
    width: 10em;
    height: 3em;

    right: 1rem;
    bottom: 1rem;
    text-align: center;
}

#btnZglosBlad{
    position: absolute;
    width: 10em;
    height: 3em;

    right: 1px;
    bottom: 1px;
}

/* Do wyświetlania zakresu */
.pole-w-tekscie-zakres{
    display: inline-block;
    width: 100%;
    height: 10em;
    padding: 0;
}

.pole-w-tekscie{
    display: inline-block !important;
    width: inherit !important;
    padding: 0 !important;
}

/* Dwa kolejne pola ukrywają przyciski sortowania w tabelach, sortowanie działa normalnie */

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    content: "";
    padding-right: 1px;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting:after {
    content: "";
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 12em;
}

.cb-kontr{
    width:100%;
    height:2em;    
}

#divIkony{
    position: absolute;
    right: 1rem;
    top: 1rem;
}

#btnPojazdZmien{
    width: 45px;
    height: 45px;
}

.icoGreen {
  filter: invert(26%) sepia(89%) saturate(1583%) hue-rotate(95deg) brightness(96%) contrast(106%);
}

.icoRed {
  filter: invert(26%) sepia(99%) saturate(8404%) hue-rotate(4deg) brightness(95%) contrast(118%);
}
#tabPanelPojazdy {
    text-align: center;
    vertical-align: middle;
}

.reminder-popup-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,.5);
}

.reminder-popup {
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.reminder-popup span{
    padding: 10px;
    font-size: 2em;
    text-align: center;
}

.reminder-popup button{
    font-size: 1.5em;
}

.message-popup {
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.message-popup span{
    padding: 5px;
}
