.tabs ul {
    background-color: #3a3a3a !important;
    border-color: #585b5d !important;
    color: #BBBBBB !important;
}

.tabs li {
    background-color: #2b2b2b !important;
    border-color: #585b5d !important;
    color: #BBBBBB !important;
}

.tabs li.active {
    background-color: orange !important;
    color: white !important;
}

.button.square {
    width: 40px !important;
    height: 40px !important;
}

.tab-content.cell {
    margin-top: 7px;
    display: none;
}

.tag-input {
    background-color: #2b2b2b !important;
    border-color: #585b5d !important;
}

.t-menu li a .counter {
    position: absolute !important;
    right: 2px !important;
    ;
    top: -15px;
    font-size: 10px !important;
    text-align: left !important;
}

.t-menu li.active {
    background-color: orange !important;
}

.t-menu li a {
    border-color: rgb(88, 91, 93) !important;
}

.t-menu {
    z-index: 10;
}

.stub {
    padding-right: 7px !important;
    margin-right: -12px !important;
}

.select2-selection--single {
    background-color: #2b2b2b !important;
    border-color: #585b5d !important;
    border-radius: 0px !important;
    height: 36px !important;
}

.select2-selection__rendered {
    color: #fff !important;
}

.select2-dropdown--below {
    background-color: #2b2b2b !important;
}

.select2-selection__arrow,
.select2-selection__clear {
    display: none !important;
}

input:disabled,
textarea:disabled,
option:disabled,
optgroup:disabled,
select:disabled:disabled {
    background-color: #3A3A3A !important;
    cursor: unset;
}

input:disabled,
textarea:disabled {
    cursor: default;
}

.fc-button {
    background-color: #585B5D !important;
    border-radius: 0 !important;
    width: 45px !important;
    height: 40px !important;
    font-size: 10px !important;
}

.fc-today-button {
    font-size: 16px !important;
    width: 65px !important;
    margin-right: 7px !important;
}

.fc-view .fc-widget-header {
    color: white !important;
    border-color: #585B5D !important;
}

.fc-view .fc-widget-content {
    color: #BBBBBB !important;
    border-color: #585B5D !important;
}

.fc-view .fc-widget-header .fc-today {
    color: white !important;
    background-color: orange !important;
}

.fc-view .fc-widget-content .fc-today {
    color: white !important;
    background-color: transparent !important;
}

.fc-view .fc-today-button {
    font-size: 12px !important;
}

.fc-header-toolbar {
    margin-bottom: 7px !important;
}

.smartform_map {
    width: 100%;
    height: 400px;
}

html {
    height: 100% !important;
}

body,
#snippet--content,
.windows-area {
    height: 100% !important;
    min-height: 100% !important;
}

.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
}

@keyframes blink {
    80% {
        visibility: hidden;
    }
}

td {
    max-width: 120px;
    text-overflow: ellipsis;
}

tfoot td {
    color: white !important;
}

.tally {
    white-space: nowrap !important;
}

.autocomplete-list {
    color: #0a0a0a !important;
}


.dialog-content {
    overflow-y: auto;
    overflow-x: hidden;
}

#spinner-main {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 50px;
    display: none;
    z-index: 1000000;
}

/*
 Formatuje policka aby vypadala jako input pole
*/
.jakoInput {
    border: 1px solid !important;
    border-color: #585b5d !important;
    color: #fff !important;
    background-color: #3a3a3a !important;
    padding: 4px !important;
    padding-left: 10px !important;
    margin: 4px !important;
}

/*
 Formatuje rychle formulare
 */
.rychlyForm {
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid !important;
    border-color: #585b5d !important;
}

.rychlyForm legend {
    padding-left: 10px;
    padding-right: 10px;
}

/*
 Formatuje select2 do podoby k metroui
 */
.select2-dropdown {
    padding: 2px;
    background-color: #FFFFFF !important;
}

.select2-results {
    margin: 2px;
    background-color: #FFFFFF !important;
    color: #585b5d !important;
    border: 1px solid !important;
    border-color: #585b5d !important;
}

.select2-results__option--highlighted {
    background-color: #585b5d !important
}

/*
 Formatuje input date
 */
input[type="date"] {
    background-color: #2b2b2b !important;
    color: white !important;
    padding-left: 10px !important;
    font-size: 16px !important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif !important;
}

/* Document sign */
#sign_board {
    touch-action: none;
    cursor: crosshair;
}
#sign {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
}
#sign_btns {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #0291CE;
    padding-bottom: 2.5%;
    padding-top: 1%;
}
#sign_btns button {
    font-size: x-large;
    margin-left: 10%;
    height: 60px;
}
.hidden {
    display: none;
}
#signature_id {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
    color: #000;
}
#signature_top_img {
    position: absolute;
    top: 0;
    width: 50%;
    text-align: center;
    left: 25%;
}

/* SPEED TEST zakaznik.sluzba.internet */
.speedtest_container{
    display: flex;
    justify-content: center;
}
#startStopBtn.running{
    background-color:#FF3030;
    border-color:#FF6060;
}
#startStopBtn:before{
    content:"Start";
}
#startStopBtn.running:before{
    content:"Abort";
}
#speedtest{
    margin-top:2em;
    margin-bottom:4em;
}
div.testArea{
    display:inline-block;
    width:14em;
    height:9em;
    position:relative;
    box-sizing:border-box;
}
div.testName{
    position:absolute;
    top:0.1em; left:0;
    width:100%;
    font-size:1.4em;
    z-index:9;
}
div.meterText{
    position:absolute;
    bottom:1.5em; left:0;
    width:100%;
    font-size:2.5em;
    z-index:9;
}
#dlText{
    color:#6060AA;
}
#ulText{
    color:#309030;
}
#pingText,#jitText{
    color:#AA6060;
}
div.meterText:empty:before{
    color:#fff !important;
    content:"0.00";
}
div.unit{
    position:absolute;
    bottom:2em; left:0;
    width:100%;
    z-index:9;
}
div.testGroup{
    display:inline-block;
}
@media all and (max-width:40em){
    div.testGroup{
        display:block;
        margin: 0 auto;
    }
}

#frm-vykazovani-togglImport {
    margin-top: 1em;
    width: 20%;
    display: flex;
}

#frm-vykazovani-togglImport label {
    margin-right: 5%;
}

.inventory-photo {
    display: inline-block;
}

.select .drop-container{
    background-color: #2b2b2b;
}

.select .drop-container ul li{
    list-style: none;
}

.table-component .table-container {
    border: none;
}

a:not([class]):hover {
    color: #fff;
}

.select .option-list {
    background-color: #2b2b2b;
}

.table.striped .tbody .tr:nth-child(2n), .table.striped tbody tr:nth-child(2n) {
    background: none;
}

.remark.warning {
    background: none;
}