/* =========================================================
   CRM_LEGACY_TRASH.CSS – KLASY DO PÓŹNIEJSZEGO UPORZĄDKOWANIA
   Zakres: Klasy pomocnicze, kolory tekstów, śmieci legacy
   ========================================================= */

/* --- Specyficzne kolory tekstów i tła --- */
.colorGreen {
    color: green !important;
}

.text-gray {
    color: #d9d9d9 !important;
}

.bg-obowiazuje {
    background-color: #e6ffcc !important;
}

.bg-nieObowiazuje {
    background-color: #fafafa !important;
}

/* --- Marginesy i wysokości, które nie weszły do layoutu --- */
.marginTop2 { margin-top: 2px !important; }
.marginTop100 { margin-top: 100px !important; }
.marginBottom5 { margin-bottom: 5px !important; }
.marginRight5 { margin-right: 5px !important; }
.marginRight10 { margin-right: 10px !important; }

.height20 {
    height: 50px !important; /* Nazwa sugeruje 20, wartość to 50 - typowy śmieć legacy */
}

/* --- Klasy pomocnicze UI --- */
.borderRariusRight {
    border-top-right-radius: 12px !important;
}

.nonVisible {
    font-size: 2px;
    color: transparent;
}

#more {
    display: none;
}

/* --- Specyficzne nadpisania bibliotek zewnętrznych --- */
.note-editor {
    box-shadow: none !important;
}

/*.modal-body {
    overflow-x: auto !important;
}*/

/* --- Pozostałości po testach/widokach roboczych --- */
.testZaliczony {
    background-color: #e6ffe6;
}

.testNieZaliczony {
    background-color: #fff2e6;
}

.fontTest {
    font-size: .80rem !important;
}

/* --- Klasy rzadko używane (do sprawdzenia) --- */
.zoomin, .zoom, .zoomout {
    padding: 0px !important;
}

.zoomin:hover, .zoom:hover, .zoomout:hover {
    transform: scale(1.1);
    transition: transform .2s;
}

.sticky-top {
    /* Puste lub do sprawdzenia czy nie gryzie się z bootstrapem */
}

/* --- Klasy "kotwice" --- */
.nameKotwica:target {
    padding-top: 200px !important;
}