﻿/*Rezerwacja terminów*/

.rez_nav:hover {
    color: blue;
}

.rez_nav {
    cursor: pointer;
}

.rez_dost {
    color: green;
    cursor: pointer;
    font-weight: bold;
}

    .rez_dost:hover {
        text-decoration: underline;
    }

.rez_ndost {
    color: gray;
    text-decoration: line-through;
}

.rez_miniony {
    color: gray;
}

.rez_moj {
    color: blue;
    font-weight: bold;
    cursor: pointer;
}

.rez_moj {
    text-decoration: underline;
}

#terminyTabela td {
    vertical-align: middle;
    text-align: center;
}

#terminyTabela th {
    vertical-align: central;
    text-align: center;
}

/*Ankiety*/

.podpowiedz {
    font-size: smaller;
    color: grey;
    font-style: italic;
    opacity: 0.8;
}


/*Modyfikacje Bootstrapa*/

.EditFormControl {
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*Linki specjalne*/


.czerwony {
    color: red;
}

/*ABK*/

.littleLogo {
    max-height: 45px;
    max-width: 65px;
}

.companyImage {
    max-height: 350px;
    max-width: 350px;
}

.validation-summary-errors ul {
    list-style: none;
}

.kompetencje {
    white-space: pre-line;
    text-align: justify;
    resize: none;
    border: none;
    /*background-color: transparent;*/
    color: #495057;
    width: 100%;
    overflow: auto;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    /*display: block;*/
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: auto;
    box-sizing: border-box;
}
/*Pytania zalezne*/
.nieaktywne {
    background-color: silver;
}

    .nieaktywne .formularz_nazwa {
        color: #808080;
        background-color: silver;
    }

.poleNieaktywne {
    color: #808080;
    background-color: #EEEEEE;
    border:none;
}

.poleNieaktywne .PoleWymagane, .poleNieaktywne img.WymagaOdpowiedziTip {
    visibility: hidden;
}

.rodoRegister {
    white-space: pre-line;
    text-align: justify;
    resize: none;
    border: none;
    background-color: transparent;
    color: white;
    width: 90%;
}

.agreementsText {
    white-space: pre-line;
    text-align: justify;
    resize: none;
    border: none;
    width: 100%;
    color: black;
    background-color: lightgray;
    padding: 1%;
}

/*OP*/

.woc {
    border-collapse: collapse;
    border-color: black;
    border-width: 1px;
    height: 100%;
    width: 100%;
}

.ank_token {
    float: left;
    padding: 10px;
}

div.op_sekcja {
    color: black;
    width: 90%;
    padding: 32px;
}

div.op_kategoria {
    border: solid black 1px;
    border-collapse: collapse;
    background-color: rgba(0, 0, 0, 0.09);
}



fieldset.op_kategoriaf {
    margin: 12px;

}

table.op_table {
    border: solid black 1px;
    border-collapse: collapse;
    width: 100%;
}

    table.op_table > tbody > tr > td {
        padding: 4px;
        border: solid black 1px;
    }

    table.op_table th {
        padding: 4px;
        border: solid black 1px;
    }

th.op_add {
    width: 24px;
    padding: 1px;
}

input.op_addbutton, input.op_delbutton {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

label.op_label {
    font-weight: bold;
    text-align: center;
    vertical-align: central;
    font-size: 15px;
}

div.op_pole {
    box-sizing: border-box;
}

    div.op_pole textarea {
        height: 64px;
        box-sizing: border-box;
    }

/*Zawijanie tekstu w <a> dla roznych przeglądarek*/
#WrappingTextLink {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    
}
.gridOgl a:hover {
    text-decoration-color: var(--KOLORCZCIONKIMENU) !important;
}