body{
    font-size: 12px;
}

#frm-logForm label{
    display: none;
}

.flash-message{
    position: fixed;
    right: 30px;
    top: 9px;
    z-index: 9;
}

img{
    max-width: 100%;
}

.upload-box table{
    width: 100%;
}

.upload-box th:first-child{
    display: none;
}

.upload-box .bg-danger{
    color:#fff !important;
}

.treeview ul{
    list-style: none;
    padding-left: 15px;
}

.treeview a.edit-link{
    padding:0px 10px;
    color: #525f7f;
}

.treeview a.edit-link:hover{
    background-color: rgba(94, 114, 228, .5);
    color:#fff;
    border-radius: .25rem;
}

.treeview .active > a.edit-link{
    background-color: #5e72e4;
    width: auto;
    color:#fff;
    border-radius: .25rem;
}

.treeview .top-level{
    padding: 0;
}

.treeview li .remove{
    text-align: right;
    float: right;
}

#frm-newFolderForm .control-label,
#frm-newFolderForm .col-sm-9{
    max-width: 100%;
}

#snippet--fileList .media-item i{
    font-size: 30px;
}

#snippet--fileList .media-item .card{
    min-height: 118px;
    padding: 10px;
    color: rgba(0, 0, 0, .6);
}

#snippet--fileList .media-item p{
    margin-top: 10px;
    line-height: 14px;
    font-size: 12px;
}

#snippet--fileList .media-item .media-action{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    display: none;
}

#snippet--fileList .media-item:hover .media-action{
    background-color: #fff;
    padding: 5px 0px;
    display: block;
}

#snippet--fileList .media-item .media-meta,
#snippet--fileList .media-item .media-meta i{
    font-size: 12px;
    margin-right: 5px;
}

#snippet--fileList .media-item .media-action i{
    font-size: 15px;
    margin-right: 15px;
}
.zet-fileupload-container img.rounded{
    max-width: 100px;
}

.gallery-preview{
    text-align: center;
}


.gallery-preview img{
    margin-top: 15px;
    border-radius: .25rem;
    max-height: 250px;
    width: auto;
}

.gallery-preview.gallery ul{
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.gallery-preview.gallery li{
    position: relative;
    list-style: none;
    float: left;
    height: 100px;
}

.gallery-preview.gallery li:hover .remove-image{
    display: block;
}

.gallery-preview.gallery li .remove-image{
    display: none;
    position: absolute;
    left: 30%;
    top: 26%;
    padding: 8px 13px;
    border-radius: 4px;
    cursor: pointer;
}

.gallery-preview.gallery img{
    max-width: 100px;
    float: left;
    margin-right: 13px;
    margin-top: 0;
}

.file-list ul{
    list-style: none;
    padding: 0;
}

.file-list li{
    margin: 10px 0px;
    text-align: left;
}

.file-list .file-name i{
    margin-right: 5px;
}

.file-list .file-name small{
    position: relative;
    top: -2px;
}



.cke_dialog_ui_hbox a.cke_dialog_ui_button{
    display: block !important;
}

.remove-preview,
.remove-preview-gallery{
    float: right;
    color: #fff !important;
}

.menu-list-tree ul{
    list-style: none;
}

.menu-list-tree > ul{
    padding: 0;
}

.menu-list-tree li{
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.section-nav{
    cursor: pointer;
}

.navbar-heading{
    margin-bottom: 0;
}

.add-group a{
    position: absolute;
    top: 20px;
    float: right;
    font-size: 12px;
}


.select2-container .select2-selection--single{
    height: calc(1.5em + 1.25rem + 2px);
    
    border: 1px solid #dee2e6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #8898aa;
    line-height: 1.5;
    font-size: .875rem;
}

label{
    width: 100%;
}

input[type="checkbox"]{
    margin-right: 10px;
}

.napoveda-box{
    position: relative;
}

.napoveda{
    border: 1px solid #dee2e6;
    max-height:250px;
    overflow-x: auto;
    border-radius: .25rem;
    position: absolute;
    z-index: 2;
    background-color: #fff;
}

.napoveda ul{
    padding:0;
    list-style: none;
}

.napoveda a{
    width: 100%;
    float: left;
    padding: 10px;
    color: #525f7f;
}

.napoveda a:hover{
    background-color: #dee2e6;
}

.napoveda .close{
    position: absolute;
    right: 5px;
    top: 5px; 
    color: #f5365c;
    cursor: pointer;
}

.skupina-list-produktu ul{
    padding: 0;
    list-style: none;
}

.skupina-list-produktu li{
    padding: 5px
}

.skupina-list-produktu .close{
    color: #f5365c;
    cursor: pointer;
}

.control-label{
    font-weight: bold;
}

.select2-container--open{
    z-index: 999999;
}

@media (min-width: 992px)
{
    .modal-lg,
    .modal-xl
    {
        max-width: 1200px;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.current-product td{
    background-color: #2dce89;
}


.current-product td > a{
    color: #fff;
}

.product-edit-name{
    position: relative;
    top: 9px;
}

.modal-upload-form .form{
    display: none;
}

.modal-upload-form .form table{
    width: 100%;
    margin-bottom: 18px;
}

.modal-upload-form .form table tbody tr:first-child th:first-child{
    display: none;
}

.modal-upload-form .toggle-btn{
    position: absolute;
    top: -29px;
    right: 52px;
}

.library-item{
    height: 100%;
    position: relative;
}

.library-item small{
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
}

.library-item img{
    max-width: 100%;
    max-height: 87px;
    display: block;
    text-align: c;
    margin: 0 auto;
}

#snippet--library_file_list .card{
    height: 150px;
    overflow: hidden;
}

/* SMALL V */
.container-fluid .card-body,
.container-fluid .card-header,
.container-fluid .card-footer {
    padding: 0.5rem 1rem;
}

.container-fluid .form-control{
    padding: 0.325rem 0.35rem;
    height: auto;
}

body{
    font-size: 12px;
}

a{
    font-size: 12px;
}

.btn{
    padding: 5px;
}

.select2-container .select2-selection--single,.select2-container .select2-selection--single:focus, .select2-container--default.select2-container--focus .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus{
    padding: 0.325rem 0.35rem;
    height: auto;
}

.card .table{
    margin-bottom: 10px;
}

.card .table td{
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
    vertical-align: middle;
}

.card{
    margin-bottom: 10px;
}

textarea{
    height: 200px;
}

.navbar-vertical .navbar-nav .nav-link,
.sidenav .navbar-heading .docs-normal,
.text-sm{
    font-size: 12px !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active{
    padding: 5px 16px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
}

.navbar-brand{
    text-align: center;
}

.card-header h3{
    font-size: 14px;
}

.table-responsive{
    overflow-y: hidden;
}

.alert{
    padding: 0.5rem;
}

.dropdown-menu .dropdown-item{
    padding: 0.2rem 1rem;
}

.form-group,
label{
    margin-bottom: 2px;
}

.form-control,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.btn{
    font-size: 12px;
}

ul.sortable{
    margin-bottom: 0;
}

table td{
    vertical-align: middle;
}

.table thead th{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
}

.sidenav{
    z-index: 1;
}

.modal-header,
.modal-body,
.modal-footer,
.modal td{
    padding-top: 5px;
    padding-bottom: 5px;
}

.bulk-action{
    width: 1%;
    padding: 0 5px !important;
    text-align: center;
}

.main-content{
    z-index: 2;
}

.custom-price-list .card-body{
    height: 1000vh;
}

.pricelist-nav{
    overflow: hidden;
}

.pricelist-nav .card{
    position: fixed;
    max-width: 227px;
}

.pricelist-nav a{
    margin-bottom: 5px;
}

.custom-price-list-table thead input,
.custom-price-list-table thead select{
    margin-bottom: 5px;
}

.vyber .vyber-item{
    cursor: pointer;
}

.full-price-table tr:hover td{
    background-color: lightgray;
}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .sidenav{
        display: none !important;
    }
}

#snippet--media_library{
    position: relative;
    z-index: 999999;
}