﻿html, body {
    height: 100%;
}
body {
    margin: 0;
    font-family: Arial;
    font-size: 0.9em;
}

/* div with footer */
.hasfooter {
    position: relative;
}
.hasfooter .wrapper-window-content {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 10px;
}
.hasfooter .wrapper-window-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    overflow: hidden;
    width: 100%;
}
.hasfooter .wrapper-window-footer > table {
    width: 100%;
    border-collapse: collapse;
}
.hasfooter .wrapper-window-footer .window-footer-left {
    height: 50px;
}
.hasfooter .wrapper-window-footer .window-footer-right {
    height: 50px;
    white-space: nowrap;
    text-align: right;
    padding-right: 4px;
}
.hasfooter .wrapper-window-footer button {
    display: inline-block;
}

/* notifications */
.k-notification {
                    border: 0;
                    box-shadow: none;
}
.k-notification-upload-success.k-group {
                    background: rgba(0,153,0,.7);
                    color: #fff;
}
.upload-success {
                    width: 170px;
                    height: 50px;
                    padding: 0 5px;
}
.upload-success p {
                    padding:10px;
                    font-size: 11px;
                    display: inline-block;
}
.upload-success img {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                    display: inline-block;
}

.k-notification-upload-failure.k-group {
                    background: red;
                    color: #fff;
}
.upload-failure {
                    width: 170px;
                    height: 50px;
                    background-color:red;
                    padding: 0 5px;
}
.upload-failure p {
                    padding:10px;
                    font-size: 11px;
                    display: inline-block;
}
.upload-failure img {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                    display: inline-block;
}

#k-notification-close-button .k-i-x {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    cursor: pointer;
                    font-size: 1.8em;
                    color: inherit;
}

.custom-notification .custom-notification-text {
                    display: inline-block;
                    font-size: 1.1em;
                    vertical-align: middle;
                    margin: 30px 30px 30px 40px;
                    max-width: 400px;
}

.custom-notification .custom-notification-text h3 {
                    margin: 0px;
                    word-wrap: break-word;
                    white-space: normal;
}

.custom-notification .custom-notification-text p {
                    margin: 0px;
                    word-wrap: break-word;
                    white-space: normal;
}

.k-widget.k-notification.k-notification-info-custom {
                    white-space: nowrap;
                    background-color: rgb(12,119,155);
                    color: #fff;
                    border-color: rgb(12,119,155);
}

.custom-notification .custom-notification-icon {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 30px 0px 30px 20px;
                    font-size: 35px;
                    width: 35px;
                    height: 35px;
                    color: #fff;
}

.k-widget.k-notification.k-notification-success-custom {
                    white-space: nowrap;
                    background-color: rgb(70,178,71);
                    color: #fff;
                    border-color: rgb(70,178,71);
}

.k-widget.k-notification.k-notification-error-custom {
                    white-space: nowrap;
                    background-color: rgb(255,48,48);
                    color: #fff;
                    border-color: rgb(255,48,48);
}

.k-widget.k-notification.k-notification-warning-custom {
                    white-space: nowrap;
                    background-color: rgb(247,202,24);
                    color: #333;
                    border-color: rgb(247,202,24);
}

.k-notification-wrap .k-icon {
    background-image: none;
    border-color: transparent;
}