.navbar {
    padding: 0;
    margin: 0;
    min-height: 60px;
}

.navbar-brand {
    font-size: 1.6rem;
    font-weight: bolder !important;
}

a {
    font-weight: bold;
}

.active {
    color: #dd4a06 !important;
    font-weight: bolder !important;
}

.table {
    margin: 10px 0;
}

table tbody,
table tbody tr,
table tbody td,
table tbody th,
table thead,
table thead tr,
table thead td,
table thead th {
    width: auto !important;
    margin: 0 1rem !important;
    padding: 1rem 1rem !important;
}

#expiresSoon {
    table-layout: fixed;
    width: 100% !important;
}

#expiresSoon td,
#expiresSoon th {
    width: 100% !important;
    overflow: hidden;
}

.filter {
    width: 100% !important;
    background: transparent;
    border: none;
    padding: 0 1rem;
    border-bottom: 1px solid #2b2b2b;
}

.flter:active,
.flter:focus {
    outline: transparent !important;
    border: none !important;
    border-bottom: 1px solid #dd4a06;
}

select.import {
    width: auto !important;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
}

a i.csv img {
    width: 35px;
    height: 35px;
}

.template-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: .8rem 0;
    padding: .75em 1rem !important;
}

.template-btn i {
    flex-direction: column !important;
    flex: 1;
}

.template-btn span {
    flex-direction: column !important;
    flex: 4;
    padding: .25rem;
    letter-spacing: .3em;
    font-weight: bolder;
    text-align: center;
}


/* UPLOAD FORM */

#regForm {
    background-color: #fff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 100%;
    min-width: 600px;
}

h1 {
    text-align: center;
}

input,
select {
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

#import_type {
    width: 100% !important;
}


/* Mark input boxes that get errors during validation: */

input.invalid {
    background-color: #ffdddd;
}

select.invalid {
    background-color: #ffdddd;
}


/* Hide all steps by default: */

.tab {
    display: none;
}

button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}


/* Step marker: Place in the form. */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #4CAF50;
}


/* FILE INPUT */

.upload-field-customized {
    border: 1px dashed rgba(0, 0, 0, 0.4);
    cursor: pointer;
    padding: 4em !important;
    width: 100%;
}

#file {
    width: 100%;
    height: 50px;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.upload-field-customized span {
    text-align: center;
    width: 100%;
    display: block;
}

.upload-field-customized span img {
    opacity: 0.5;
}


/* MULTISELECT */

.container {
    margin-top: 50px;
}

.choices__inner {
    border-radius: 0px;
}

.choices__list--multiple .choices__item {
    background-color: #0071BC;
    border: 1px solid #0071BC;
    border-radius: 0px;
}

#css-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 42px;
    margin: 100px auto 0 auto;
}

#DYSTRYBUTOR_COLUMNS,
#SERWIS_COLUMNS,
#STACJE_COLUMNS {
    display: none;
}

#DYSTRYBUTOR_COLUMNS_P,
#SERWIS_COLUMNS_P,
#STACJE_COLUMNS_P,
.choices {
    width: 100% !important;
}

#prevBtn {
    float: left !important;
}

#nextBtn {
    float: right !important;
}

#start {
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
    padding: 2rem 4rem;
    justify-content: space-evenly;
    text-align: center !important;
    font-weight: 900;
    color: #000;
}

#start:hover {
    color: #fff;
}

#start img {
    margin: 0 auto;
    padding: 0;
    width: 35px;
}

#start span {
    width: auto;
}


/* RADIO BUTTON SHOW TEMPLATE */

.filter-container {
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
}

.filter-container span {
    font-size: 1rem;
    padding: .5rem;
}

.filter-container input[type="radio"] {
    position: relative;
    width: 2rem;
    height: .5rem;
    margin: .1rem;
    outline: none;
    background: #222;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    border-radius: 3rem;
    /* box-shadow: -.5rem -.5rem 2rem rgba(255, 255, 255, .1), .5rem .5rem 1rem rgba(255, 255, 255, .1), inset -.2rem -.2rem .5rem rgba(255, 255, 255, .1), inset .2rem .2rem .5rem rgba(255, 255, 255, .1), 0 0 0 0.1rem #1f1f1f; */
    transition: .5s;
}

.filter-container input[type="radio"]:checked {
    background: #20b7ff;
}

.filter-container input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: .5rem;
    background: #f0f0f0;
    border: none;
    border-radius: 3rem;
    transform: scale(0.98, 0.96);
    transition: 0.5s;
}

.filter-container input[type="radio"]:checked::before {
    left: .99rem;
}

.filter-container input[type="radio"]::after {
    content: '';
    position: absolute;
    top: calc(50% - .125rem);
    left: .6rem;
    width: .2rem;
    height: .2rem;
    background: #555;
    border: none;
    border-radius: 3rem;
    transform: scale(0.98, 0.96);
    transition: 0.5s;
}

.filter-container input[type="radio"]:checked::after {
    content: '';
    left: calc(1rem + .6rem);
    background: #20b7ff;
}


/* CHECKBOX BUTTON SHOW TEMPLATE */

#user-form {
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
}

#user-form span {
    font-size: 1rem;
    padding: .5rem;
}

#user-form input[type="checkbox"] {
    position: relative;
    width: 2rem;
    height: .5rem;
    margin: .1rem;
    outline: none;
    background: #222;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    border-radius: 3rem;
    /* box-shadow: -.5rem -.5rem 2rem rgba(255, 255, 255, .1), .5rem .5rem 1rem rgba(255, 255, 255, .1), inset -.2rem -.2rem .5rem rgba(255, 255, 255, .1), inset .2rem .2rem .5rem rgba(255, 255, 255, .1), 0 0 0 0.1rem #1f1f1f; */
    transition: .5s;
}

#user-form input[type="checkbox"]:checked {
    background: #20b7ff;
}

#user-form input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: .5rem;
    background: #f0f0f0;
    border: none;
    border-radius: 3rem;
    transform: scale(0.98, 0.96);
    transition: 0.5s;
}

#user-form input[type="checkbox"]:checked::before {
    left: .99rem;
}

#user-form input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: calc(50% - .125rem);
    left: .6rem;
    width: .2rem;
    height: .2rem;
    background: #555;
    border: none;
    border-radius: 3rem;
    transform: scale(0.98, 0.96);
    transition: 0.5s;
}

#user-form input[type="checkbox"]:checked::after {
    content: '';
    left: calc(1rem + .6rem);
    background: #20b7ff;
}

.count {
    z-index: 1;
    position: absolute;
    top: 0.3rem;
    right: .7rem;
    background-color: rgba(152, 238, 73, 0.4);
}

footer {
    width: 100%;
    padding: 1rem 2rem;
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#cl .card-footer small {
    position: absolute;
    right: 0;
    margin: -1rem 2rem;
}

.group-modal-btn {
    bottom: 5rem;
    background: rgba(20, 20, 20, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    overflow: hidden;
    position: fixed;
    z-index: 1031;
    width: 4rem;
    height: 4rem;
}

.group-modal-btn span {
    font: normal 1rem Sans-Serif;
    vertical-align: center;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    text-align: center;
    width: auto;
    bottom: 1.45rem!important;
    color: #fff;
}

.group-modal-btn i {
    margin-left: 0.2rem !important;
}

.group-modal-btn .visibleonhover {
    display: none!important;
}

.group-modal-btn:hover {
    width: 9.5rem;
    transition: ease .3s;
    cursor: pointer;
}

.group-modal-btn:hover .visibleonhover {
    display: inline!important;
    transition: ease .3s;
    padding: 0;
    margin: 0!important;
    left: 3.5rem;
}

.group-modal-btn:hover span {
    color: #ffad3c!important;
}