﻿.top-menu {
    height: 40px;
}

.popup-layout-header {
    width: 5%;
    float: left;
}

.popup-layout-modal {
    width: 90%;
    float: left;
}

.popup-layout-button {
    width: 5%;
    float: left;
}

.confirm-header-modal {
    width: 5%;
    float: left;
}

.confirm-title-modal {
    width: 90%;
    float: left;
}

.confirm-button-modal {
    width: 5%;
    float: left;
}

.confirm-body-modal {
    padding: 20px;
}

.textarea-style {
    width: 100%;
}