@media print {
    .navbar {
        display: block;
        border-width: 0 !important;
    }

    .navbar-toggle {
        display: none;
    }

    /** {*/
    /*-webkit-print-color-adjust: exact;*/
    /*}*/
}

body {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

[hidden] {
    display: none !important;
}

/* Empty glyph icon */

.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

/* Navbar: Fixed on top bat matching the container width */

.kk-navbar-fixed-top {
    margin-left: auto !important;
    margin-right: auto !important;
    border-width: 1px !important;
    border-radius: 0 0 4px 4px !important;
}

.kk-navbar-fixed-bottom {
    margin-left: auto !important;
    margin-right: auto !important;
    border-width: 1px !important;
    border-radius: 4px 4px 0 0 !important;
}

@media (min-width: 768px) {
    .kk-navbar-fixed-top,
    .kk-navbar-fixed-bottom {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .kk-navbar-fixed-top,
    .kk-navbar-fixed-bottom {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .kk-navbar-fixed-top,
    .kk-navbar-fixed-bottom {
        width: 1140px;
    }
}

/* Badge colors */

.badge-default {
    background-color: #777 !important;
}

.badge-primary {
    background-color: #337ab7 !important;;
}

.badge-success {
    background-color: #5cb85c !important;;
}

.badge-info {
    background-color: #5bc0de !important;;
}

.badge-warning {
    background-color: #f0ad4e !important;;
}

.badge-danger {
    background-color: #d9534f !important;;
}

/* Switcher */

.text-super-muted {
    color: #E0E0E0
}

/* Label */

.label-lg {
    font-size: 18px;
}

.label-sm {
    font-size: 12px;
}

/* Hide focus border */

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

/* List groups */

li.list-group-item.active, li.list-group-item.active:hover, li.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

/* List cell */

.list-cell {
    padding: 0px !important;
    margin: 0px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Switcher */

.form-control-switcher {
}

.form-control-switcher:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

/* Pillbox */

.form-control-pillbox {
}

.form-control-pillbox:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

/* Rating */

.form-control-rating {
}

.form-control-rating:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

/* Table */

.form-control-table {
}

.form-control-table:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.form-control-table-header {
    background-color: #303030 !important;
    border-color: #303030 !important;
    color: white !important;
}

.form-control-table-tools {
    background-color: transparent !important;
    border-color: transparent !important;
}

/* Box */

.simple-box {
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.form-box {
    padding: 15px 15px 0px 15px;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Form designer */

.kkform-designer-drag-shadow {
    box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
}

/* Custom button: Blazek 1 */

.btn-blazek-1 {
    color: #fff;
    background-color: #428bca;
    border-color: #2e6da4;
}

.btn-blazek-1:hover,
.btn-blazek-1:focus,
.btn-blazek-1.focus,
.btn-blazek-1:active,
.btn-blazek-1.active,
.open > .dropdown-toggle.btn-blazek-1 {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-blazek-1:active,
.btn-blazek-1.active,
.open > .dropdown-toggle.btn-blazek-1 {
    background-image: none;
}

.btn-blazek-1.disabled,
.btn-blazek-1[disabled],
fieldset[disabled] .btn-blazek-1,
.btn-blazek-1.disabled:hover,
.btn-blazek-1[disabled]:hover,
fieldset[disabled] .btn-blazek-1:hover,
.btn-blazek-1.disabled:focus,
.btn-blazek-1[disabled]:focus,
fieldset[disabled] .btn-blazek-1:focus,
.btn-blazek-1.disabled.focus,
.btn-blazek-1[disabled].focus,
fieldset[disabled] .btn-blazek-1.focus,
.btn-blazek-1.disabled:active,
.btn-blazek-1[disabled]:active,
fieldset[disabled] .btn-blazek-1:active,
.btn-blazek-1.disabled.active,
.btn-blazek-1[disabled].active,
fieldset[disabled] .btn-blazek-1.active {
    background-color: #428bca;
    border-color: #2e6da4;
}

.btn-blazek-1 .badge {
    color: #428bca;
    background-color: #fff;
}

/* Custom button: Blazek 2 */

.btn-blazek-2 {
    color: #fff;
    background-color: #5cb85c;
    border-color: #2e6da4;
}

.btn-blazek-2:hover,
.btn-blazek-2:focus,
.btn-blazek-2.focus,
.btn-blazek-2:active,
.btn-blazek-2.active,
.open > .dropdown-toggle.btn-blazek-2 {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-blazek-2:active,
.btn-blazek-2.active,
.open > .dropdown-toggle.btn-blazek-2 {
    background-image: none;
}

.btn-blazek-2.disabled,
.btn-blazek-2[disabled],
fieldset[disabled] .btn-blazek-2,
.btn-blazek-2.disabled:hover,
.btn-blazek-2[disabled]:hover,
fieldset[disabled] .btn-blazek-2:hover,
.btn-blazek-2.disabled:focus,
.btn-blazek-2[disabled]:focus,
fieldset[disabled] .btn-blazek-2:focus,
.btn-blazek-2.disabled.focus,
.btn-blazek-2[disabled].focus,
fieldset[disabled] .btn-blazek-2.focus,
.btn-blazek-2.disabled:active,
.btn-blazek-2[disabled]:active,
fieldset[disabled] .btn-blazek-2:active,
.btn-blazek-2.disabled.active,
.btn-blazek-2[disabled].active,
fieldset[disabled] .btn-blazek-2.active {
    background-color: #5cb85c;
    border-color: #2e6da4;
}

.btn-blazek-2 .badge {
    color: #5cb85c;
    background-color: #fff;
}

/* Custom button: Blazek 3 */

.btn-blazek-3 {
    color: #fff;
    background-color: #5bc0de;
    border-color: #2e6da4;
}

.btn-blazek-3:hover,
.btn-blazek-3:focus,
.btn-blazek-3.focus,
.btn-blazek-3:active,
.btn-blazek-3.active,
.open > .dropdown-toggle.btn-blazek-3 {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-blazek-3:active,
.btn-blazek-3.active,
.open > .dropdown-toggle.btn-blazek-3 {
    background-image: none;
}

.btn-blazek-3.disabled,
.btn-blazek-3[disabled],
fieldset[disabled] .btn-blazek-3,
.btn-blazek-3.disabled:hover,
.btn-blazek-3[disabled]:hover,
fieldset[disabled] .btn-blazek-3:hover,
.btn-blazek-3.disabled:focus,
.btn-blazek-3[disabled]:focus,
fieldset[disabled] .btn-blazek-3:focus,
.btn-blazek-3.disabled.focus,
.btn-blazek-3[disabled].focus,
fieldset[disabled] .btn-blazek-3.focus,
.btn-blazek-3.disabled:active,
.btn-blazek-3[disabled]:active,
fieldset[disabled] .btn-blazek-3:active,
.btn-blazek-3.disabled.active,
.btn-blazek-3[disabled].active,
fieldset[disabled] .btn-blazek-3.active {
    background-color: #5bc0de;
    border-color: #2e6da4;
}

.btn-blazek-3 .badge {
    color: #5bc0de;
    background-color: #fff;
}

/* Custom list group */

.list-group-item-selected {
    color: #333;
    background-color: #f5f5f5;
}

a.list-group-item-selected {
    color: #333;
}

a.list-group-item-selected .list-group-item-heading {
    color: inherit;
}

a.list-group-item-selected:hover,
a.list-group-item-selected:focus {
    color: #333;
    background-color: #f5f5f5;
}

a.list-group-item-selected.active,
a.list-group-item-selected.active:hover,
a.list-group-item-selected.active:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/* Survey: Form: Preview: Item selected */

.survey-form-preview-item-highlighted {
    background-color: #DFFFFF !important;
}

.survey-form-preview-item-selected {
    background-color: #D0F0F0 !important;
}

/* Kk List */

.kk-list:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.kk-list-item {
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kk-list-selected-item {
    color: inherit;
    background-color: #f5f5f5;
}

/* Kk Designer Panes */

.kk-designer-control {
    border: 2px solid #bce8f1;
    border-radius: 4px;
}

.kk-designer-left {
    border-right: 2px solid #bce8f1;
    background-color: #eaf5fb;
    padding: 10px;
}

.kk-designer-work {
    background: url(/www/sportovniservis/frontend/img/workspace-grid.png);
    padding: 10px;
}

.kk-designer-right {
    border-left: 2px solid #bce8f1;
    background-color: #eaf5fb;
    padding: 10px;
}
