﻿#mainForm .item .item-lable {
    width: 30%;
}

#mainForm .item .item-content {
    width: 100%;
}

.block-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.block-form .item {
    flex: 0 0 45%;
    display: inherit;
    margin: 5px 1.5%;
    align-items: center;
}

.block-form .item > * {
    display: inline-block;
}

.valid-error {
    /*display: inline-block;*/
    color: red;
    font-weight: bold;
}

.block-form .custom-item {
    width: 100%;
    display: inherit;
    align-items: center;
    margin: 5px 1.5%;
}

.block-form .custom-item label {
    vertical-align: top;
    line-height: 16px;
}

.block-btn button {
    font-size: 16px;
    margin: 5px;
    padding: 5px 20px;
}

.block-content, .block-header {
    font-size: 16px;
}

.block-content {
    border: 1px solid #e4f4ff;
}

.block-header {
    background-color: #e4f4ff;
    color: #54a7e3;
    padding: 5px 10px;
    font-weight: bold;
}

.block-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5px;
}

.k-widget.k-window.k-dialog.k-alert button {
    margin: 0px;
}

.block-footer .item {
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #ccccff;
}
