html {
    font-size: 14px;
    min-height: 100%;
}
body {
    background: #051421;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.42857143;
    min-height: 100%;
    padding-bottom: 60px;
    padding-top: 70px;
}

/* LOGIN PAGE */
.login-box {
    margin: 7% auto;
    width: 360px;
}
.login-logo {
    margin-bottom: 25px;
    text-align: center;
}
.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

/* FOOTER */
.copyright {
    bottom: 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 100%;
}

/* TABLES */
table thead {
    font-size: .9rem;
}
.table thead th {
    border-bottom-width: 1px;
}
.table .thead-dark th {
    background-color: #051421;
}

/* FORMS */
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-control {
    border-radius: 0;
}
.input-group-text {
    border-radius: 0;
}

#filter .buttons {
    margin-top: 0;
}

/* BUTTONS */
.btn {
    border-radius: 0;
}

/* TOP NAVBAR */
#small-logo {
    max-width: 100px;
}
.navbar-text {
    color: #fff;
}

.navbar-toggler {
    padding: .3rem .5rem .22rem .5rem;
    border: 1px solid #fff;
    color: #fff;
}

/* MAIN CONTAINER */
body>.container {
    background: #fff;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 15px;
    position: relative;
}
.card-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* CARDS */
.card {
    border-radius: 0;
}

/* SELECT2 */
.select2-container .select2-selection--single {
    height: 33px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
    line-height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

/* KNP SORTABLE */
a.sortable {
    color: #ddd;
}
.sorted a.sortable {
    color: blue;
}

.navbar.bg-black {
    background: #051421;;
}

.navbar ul li a{
    color: #fff;
    height: 100%;
    margin-left: 10px;
    font-size: 15px;
}

.navbar ul li a:hover{
    color: #e9ecef;
    transition: .2s;
}

.nav-pills .active {
    border-radius: 0;
}

/* THEME SWITCHER */
.switch {
    border-radius: 0;
    background-color: #051421;
    border: 1px solid #ffc107;
}
.switch :hover {
    cursor: pointer;
}
.switch-input {
    position: absolute;
    visibility: hidden;
}
.switch-label {
    color: #ffc107;
    margin: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
}

.custom-file-input ~ .custom-file-label::after {
    content: "Wybierz plik";
}

.form-group > label.required:after,  legend.required:after, th > label.required:after {
    color: red;
    content: " *";
}

th label {
    white-space: nowrap;
}

.custom-file-label, .custom-file-label::after {
    border-radius: unset;
}