.form-max-width {
    max-width: 900px;
}

.table-max-width {
    max-width: 1300px;
}

/* grafy */
.chart {
    width: 100%;
    height: 100%;
}

.chart-parent {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}

/* https://github.com/jtblin/angular-chart.js/issues/614 */
.chart-parent > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}




/* ToDo */
.chart-dropdown {
    color: #777;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 22px;
    margin: 0;
    font-size: 13px;
}


.cell-bullet {
    width: 40px;
    vertical-align: middle;
}

.bullet {
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    height: 12px;
    width: 32px;
}

/* parametry na karte zarizeni */
.data-params {
    margin: 2px 0px;
}

.data-param {
    display: inline-block;
    width: 80px;
}

.data-value {
    display: inline-block;
}

/* rozklik napr. radku tabulky, vazba na JS */
.js-click-href {
    cursor: pointer;
}

.ms-0-2{
    margin-left: .20rem!important
}

.btn-default.activex {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}