﻿#tabs .ui-tabs-nav {
    position: relative; /* konieczne dla containment */
}



.bg-gradient-dd {
    background-color: #4b0082; /* Ciemny fiolet */
    background-image: linear-gradient(180deg, #4b0082 10%, #2e004e 100%); /* Ciemny fiolet do jeszcze ciemniejszego fioletu */
    background-size: cover;
}

.bg-gradient-geco {
    background-color: #ad2d2c;
    background-image: linear-gradient(180deg, #ad2d2c 10%, #561717 100%);
    background-size: cover;
}

.geco-red {
    background-color: rgb(173,45,44) !important;
}

.geco-blue {
    background-color: rgb(64,94,132) !important;
}

.geco-lightblue {
    background-color: rgb(119,144,175) !important;
}

.text-geco-red {
    color: rgb(173,45,44) !important;
}

.text-geco-blue {
    color: rgb(64,94,132) !important;
}

.text-geco-lightblue {
    color: rgb(119,144,175) !important;
}

.border-geco-red {
    border-color: rgb(173,45,44) !important;
}

.border-geco-blue {
    border-color: rgb(64,94,132) !important;
}

.border-geco-lightblue {
    border-color: rgb(119,144,175) !important;
}

.btn-geco-blue {
    color: #fff;
    background-color: rgb(64,94,132) !important;
    border-color: rgb(64,94,132) !important;
}

    .btn-geco-blue:hover {
        color: #fff;
        background-color: rgb(51,75,106) !important;
        border-color: rgb(64,94,132) !important;
    }

.btn-geco-lightblue {
    color: #fff;
    background-color: rgb(119,144,175) !important;
    border-color: rgb(119,144,175) !important;
}

    .btn-geco-lightblue:hover {
        color: #fff;
        background-color: rgb(94,124,160) !important;
        border-color: rgb(119,144,175) !important;
    }



.navbar-geco {
    color: rgba(255, 1, 255, 0.9);
}

    .navbar-geco a,
    .navbar-geco a:hover,
    .navbar-geco a:focus {
        color: #fff;
    }


.geco-marked {
    background-color: #00000010 !important;
    border: 1px solid #00000015;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.geco-inv {
    opacity: 0
}

.sidebar-line {
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin: 0 1rem 1rem;
    display: block !important;
    background-color: aliceblue;
    color: aliceblue;
    height: auto !important;
}

.ui-state-highlight {
    height: 3em;
    line-height: 3em;
}

.floating-fieldset {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .floating-fieldset legend {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: all 0.15s ease-in-out;
        opacity: .74;
        transform: scale(.85) translateY(0.1rem) translateX(-0.05rem);
        transform-origin: 0 0;
    }

.drag-screen {
    border: 0px solid red; /* Dowolny styl i kolor obramowania */
}
