﻿
html,
html body {
    background: #ededed !important;
}

.page-login .page-container {
    margin-top: 0 !important;
}

.AnchorHover {
    color: dimgray;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.modalCookie {
    position: fixed;
    z-index: 1;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 80vh;
    overflow-y: auto;
}

.modal-backdrop {
    background-color: rgba(0,0,0,.0001) !important;
}
.modal_para {
    font-size: small;
    margin:0px !important;
    letter-spacing:0px !important;
    color:black;
}
.modal-style {
    background-color: #989898;
}
.modal_display {
    display: none;
}
