﻿.row {
    margin-left: -7px;
}

.datepicker-div {
    margin-bottom: 0;
    padding-left: 0
}

.modal {
    display: block;
}

.modal-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(0,0,0,0.5);
}

/* Odstranění tlačítka na vymazání data z pickeru */
.uib-clear {
    display: none;
}

td > input.form-control[type=checkbox] {
    height: auto !important;
}

.reconnect-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    font-weight: bold;
}

.reconnect-modal > div
{
    left: 0;
    margin: auto;
    position: absolute; 
    right: 0;
    text-align: center;
    top: 10em;
    width: 50%;
}

.reconnect-modal.components-reconnect-show {
    display: block;
}

.reconnect-modal.components-reconnect-hide {
    display: none;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: block;
}

input, select {
    border-radius: .25rem;
    border-style: ridge;
    border: 1px solid #ced4da;
}

.form-group {
    margin-bottom: 0;
}