﻿/* @import url("https://cdn.smartwebapps.cz/spcss.paveza.cz/css/custom.css"); */

body {
    font-size:14px!important;
}

td, th{
    font-size:13px!important;
}

.fa-2x{
    font-size: 16px!important;
}

.order-button .order-a, .order-button .order-d, .order-button .unselected {
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 13px!important;
    margin-left: -13px!important;
}

.moduleMenuActive, .moduleMenu {
    border-radius: .25rem;
    margin-bottom: .25rem;
}
.no-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}
.moduleMenuActive {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    top: 0px !important;
}

.tab-buttons > a, .tab-button-create > a{
    border-radius: .25rem .25rem 0 0;
    top: 0px !important;
}

.btnLeftmenuHidden > input {
    border-radius: .25rem;
    margin-top: 5px;
}

.tree-menu, .leftMenuName, .infoBlok, table {
    border-radius: .25rem;
}

.tree-menu span:first-child{
    border-radius: .25rem .25rem 0 0;
}

body #aspnetForm #wrapper {
    ​​​​​​​​min-width: 1066px;
    width: auto;
    margin: 0 auto;
    background: white;
}
#aspnetForm #wrapper #top > div {
    width: auto !important;
}

#wrapper:has(#page) {
    padding-top: .75rem;
}

.break {
    word-break: break-word;
}

.checkboxlist-item{
    display:inline-block;
    padding: 8px;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
    .grid-header {
        display: none;
    }
}
.label {
    position: absolute;
    top: 0%;
    font-size: xx-small;
    color: gray;
}
@media screen and (min-width: 1200px){
    .label{
        display: none;
    }
}
/*@media screen and (min-width: 1200px) {
    .grid-header {
    }
}*/
.grid-header-item-text {
    display:inline-block;
}
.table-fixed{
    table-layout: fixed;
}
.w300{
    width:300px;
}
.no-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.highlight:hover{
    background-color:darkgray;
    color: white;
}
.highlight:hover a {
    color: white !important;
}

@media screen and (max-width: 1200px) {
    .text-right, .text-center {
        text-align: left !important;
    }
}