﻿/* START prodejka */
div.mojeZatrideni {
    width: 150px;
    height: 100px;
    border: 1px dotted #ddd;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

div.mojeZbozi {
    width: 150px;
    height: 100px;
    border: 1px dotted #ddd;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

    div.mojeZbozi span {
        display: block;
    }

        div.mojeZbozi span.cena {
            bottom: 0px;
            right: 0px;
            position: absolute;
            font-style: oblique;
            font-weight: bold;
        }

div.dokladZbozi {
    width: 100%;
    height: 50px;
    border: 1px dotted #ddd;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

    div.dokladZbozi span {
        display: block;
    }

        div.dokladZbozi span.cena {
            bottom: 0px;
            right: 5px;
            position: absolute;
            font-style: oblique;
            font-weight: bold;
        }

        div.dokladZbozi span.mnozstvi {
            top: 0px;
            right: 5px;
            position: absolute;
            font-style: oblique;
            font-weight: bold;
        }
/* END prodejka */

.item-pointers .media:hover, .item-pointers .media:hover .media-heading, .item-pointers li.active .media, .item-pointers li.active .media-heading {
    font-weight: bold;
}

.item-pointers .media {
    cursor: pointer;
}

.name-initials {
    font-size: 15px;
    color: #bbb;
    background: #eee;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    margin: 10px;
}


.leftZone,
.rightZone {
    float: left;
}

.widgetPanel {
    background: #F9F9FA;
    border: solid 1px #D3D6DA;
    padding: 12px 15px 9px;
    margin: 0 0 5px 0;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.callout.callout-white {
    border-color: #d2d6de;
    background-color: #ffffff !important;
}

.slimsidebar.fixed {
    position: fixed;
    top: 0;
}

.slimsidebar  {
    z-index: 20;
}

.form-group {
    margin-bottom: 10px !important;
}
.funkyradio div {
    clear: both;
    /*margin: 0 50px;*/
    overflow: hidden;
}

.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    /* content: '\2714'; */
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    /* content: '\2714'; */
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.funkyradio-danger input[type="radio"] ~ label:before, .funkyradio-danger input[type="checkbox"] ~ label:before {
    color: #fff;
    background-color: #d9534f !important;
}

.funkyradio-danger input[type='radio']:empty ~ label, .funkyradio-danger input[type='checkbox']:empty ~ label {
    cursor: not-allowed !important;
}

.funkyradio-danger {
    display: none;
}

.dxbs-popup .modal-body {
     z-index: 100; 
}

.signature-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%px;
    height: 350px;
    background-color: white;
    border: 1px solid black;
}

.dxbs-tabs .tab-content {
    padding: 1.25rem;
}

.card-primary.card-outline-tabs > .nav-tabs a.active {
    border-top: 3px solid #007bff;
}

/* fix dropdown vyberu v resource navigatoru */
div#ctl00_MainContent_KalendarServisu_resourceNavigatorBlock_rn_Popup {
    width: 0px !important;
    height: 0px !important;
    left: 0px !important;
}

.dxbs-tree > ul.nav ul.nav {
    margin: 0.2em 0.5em;
    overflow-y: hidden;
}

.layout-fixed .brand-link {
    width: 250px;
    height: 50px;
}


.dashboar-search > .content {
    width: 700px;
    position: fixed;
    z-index: 1000;
    border: 1px dashed #ddd;
}

@media (max-width: 1199px) {
    .dashboar-search > .content {
        width: 90%;
    }
}

#barcode-scanner > video {
        width: 100%;
    }

#barcode-scanner > canvas {
    position: absolute;
    z-index: 1000;
    right: 0;
    width: 100%;
}

.barcode-scanner-button > button {
    position: relative;
    z-index: 1100;
    right: 0;
    width: 100%;
}

#AttachmentControlHtmlAttachObject {
    width: 100%;
    min-height: 800px;
}
#htmlAttachObject {
    width: 100%;
    min-height: 800px;
}

    #htmlAttachObject img {
        width: 100%;
    }