.tacka-zakazane-sednice__content {
    margin-left: 32px;
}

.highlighted-row {
    background-color: #fff1d5;
}

.add-change-wrap {
    margin-bottom: 10px;

}

.btn-add-change {
    border: none;
    display: block;
    /*background-color: #fc4f4f;*/
    /*color: #fff;*/
    float: left;
    line-height: 24px;
    position: relative;
    padding: 5px 15px 5px 50px;

    border-radius: 0;
}

.btn-add-change:hover {
    /*background-color: #c04444;*/
    /*color: #fff;*/
}

.btn-add-change:after {
    content: "\f0fe";
    float: left;
    background-color: #fc4f4f;
    color: #fff;
    text-align: center;
    width: 32px;
    height: 100%;
    line-height: 32px;
    left: 0;
    top: 0;
    position: absolute;
    font: normal normal normal 16px/1 FontAwesome;
    padding-top: 8px;
}

.white-popup-block {
    position: relative;
}

.mfp-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
    z-index: 5;
}

.mfp-loader.open {
    display: block;

}

.mfp-loader__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 10;
}
.added-changes-wrap{
    /*margin-bottom: 20px;*/
}

.tacka-zakazane-sednice{
    margin-bottom: 30px;
}
