﻿@import url(../Specific/Login.css);

.modalWindowTop {
    padding-top: 5px;
    font-weight: bold;
    background: var(--main-color);
    display: block;
    width: 100%;
    height: 17px;
    cursor: move;
    color: white;
}

.modalWindow {
    border-color: red;
    padding-bottom: 10px;
    border: 3px ridge var(--secundary-color);
    background-color: white;
    height: fit-content;
    max-height: 90%;
}

.modalWindowBackground {
    background-color: black;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modalWindowTitle {
    float: left;
    margin-left: 6px;
    color: var(--contrast-color) !important;
}

.modalWindowContentContainer {
    padding: 3px;
}

.modalPageView {
    border: 2px solid white;
    background-color: white !important;
    margin: 0px;
    border-radius: 5px;
}

.modalCloseButton {
    position: relative;
    background: url(img/bt_mini_fechar.png) 0px 0px !important;
    width: 20px !important;
    height: 20px !important;
    float: right;
    border-style: none !important;
    margin: -4px 3px 0px 0px !important;
    padding: 0px;
    cursor: pointer;
}
