.children {
    margin-right:30px;
    margin-left:30px;
    margin-bottom:0px;
    height: auto;
}

.popup-header-margin {
    margin: 0 0 1.5rem;
}

.sides-margin {
    margin-right: 24px;
    margin-left: 30px;
}

#skin_wrapper {
    width: 100%;
    position: inherit !important;
    z-index: 1;
    background: #fff;
    margin: 0 auto 10px;
}

#skin_wrapper.boxed {
    padding-top:10px;
}

.footer {
    padding: 10px 7px 0 0;
    line-height: 12px;
    font-size: 10px;
}

.k-edit-form-container {
    width: 90% !important;
}


.k-toolbar .k-input, .k-toolbar .k-picker {
    width: 20em !important;
}

.noRecordsStyles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 20px;
    padding: 5px;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}
