::-moz-selection {
    color: #ffffff;
    background: #3498db;
}

::selection {
    color: #ffffff;
    background: #3498db;
}

a {
    display: inline-block;
}

html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    background: #f5f5f5;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

@media (max-width: 1199px) {
    html {
        font-size: 15px;
    }
}

/***** Animacje *******************************************************************************************************/
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/***** Brak elementów *************************************************************************************************/
.brak-elementow {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    color: #95a5a6;
    font-weight: bold;
    padding: 1rem 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

/***** Breadcrumb *****************************************************************************************************/
.breadcrumb {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0;
    margin-right: 1rem;
    padding: .4rem .8rem;
    text-transform: uppercase;
}

.breadcrumb li {
    color: #95a5a6 !important;
}

.breadcrumb li:before {
    color: #3498db !important;
}

.breadcrumb li a {
    color: #3498db; !important;
    text-decoration: none;
}

/***** Klasy **********************************************************************************************************/
.wylaczony {
    opacity: .5;
    pointer-events: none;
}

/***** Kolory *********************************************************************************************************/
.text-czerwony {
    color: #e74c3c;
}

/***** Minicolors *****************************************************************************************************/
.minicolors .minicolors-grid {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
}

.minicolors .minicolors-input {
    padding-left: 2.25rem;
}

.minicolors .minicolors-panel {
    background: #e8f5fa;
    border: none;
    box-shadow: none;
    padding: 10px;
}

.minicolors .minicolors-slider {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
}

.minicolors .minicolors-swatch {
    border: none;
    border-radius: 2px;
    height: 1rem;
    left: .75rem;
    top: .75rem;
    width: 1rem;
}

/***** Modal **********************************************************************************************************/
.modal .modal-dialog {
    max-width: 800px;
}

.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 2px;
    padding: 1rem;
}

.modal .modal-dialog .modal-content .modal-body,
.modal .modal-dialog .modal-content .modal-footer {
    border: none;
    padding: 1rem;
}

/***** Przyciski ******************************************************************************************************/
.btn {
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    font-weight: bold;
    padding: .4rem .8rem;
    outline: none !important;
    text-transform: uppercase;
}

.btn.ladowanie .ikona:first-child {
    -webkit-animation: spinner 2s infinite linear;
    animation: spinner 2s infinite linear;
    display: inline-block !important;
}

.btn.ladowanie .ikona:last-child {
    display: none;
}

.btn .ikona {
    margin-right: .5rem;
}

.btn-czerwony {
    background: #e74c3c;
    color: #ffffff;
}

.btn-czerwony:focus {
    background: #c0392b;
}

.btn-czerwony:hover {
    background: #c0392b;
}

.btn-niebieski {
    background: #3498db;
    color: #ffffff;
}

.btn-niebieski:focus {
    background: #2980b9;
}

.btn-niebieski:hover {
    background: #2980b9;
}

.btn-pomaranczowy {
    background: #e67e22;
    color: #ffffff;
}

.btn-pomaranczowy:focus {
    background: #d35400;
}

.btn-pomaranczowy:hover {
    background: #d35400;
}

.btn-szary {
    background: #95a5a6;
    color: #ffffff;
}

.btn-szary:focus {
    background: #7f8c8d;
}

.btn-szary:hover {
    background: #7f8c8d;
}

.btn-szeroki {
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-zielony {
    background: #2ecc71;
    color: #ffffff;
}

.btn-zielony:focus {
    background: #27ae60;
}

.btn-zielony:hover {
    background: #27ae60;
}

/***** Tabele *********************************************************************************************************/
.table {
    margin-bottom: 0;
}

.table tbody td {
    vertical-align: middle;
}

.table thead th {
    border-top: 0;
}

.table.dwie-kolumny thead th {
    width: 50%;
}

.table.dwie-kolumny thead th:last-child {
    padding-left: 1.5rem;
}

/***** Tekst **********************************************************************************************************/
.text-zielony {
    color: #2ecc71;
}

/***** Notyfikacje ****************************************************************************************************/
.animated {
    -webkit-animation-duration: .6s !important;
    animation-duration: .6s !important;
}

.alert[data-notify="container"] {
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.alert.alert-danger[data-notify="container"] {
    background: #f64142;
}

.alert.alert-info[data-notify="container"] {
    background: #3498db;
}

.alert.alert-success[data-notify="container"] {
    background: #2ecc71;
}

.alert.alert-warning[data-notify="container"] {
    background: #e67e22;
}

.alert[data-notify="container"] .close {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.alert[data-notify="container"] [data-notify="icon"] {
    font-size: 1rem;
    margin-right: .25rem;
}

@media (max-width: 767px) {
    .alert[data-notify="container"] {
        top: 3.5rem !important;
    }
}

/***** Sortable *******************************************************************************************************/
.ui-state-highlight {
    background: #3498db;
}

.ui-sortable-placeholder {
    background: #3498db;
    border-radius: 2px;
    visibility: visible !important;
}
