﻿
#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 0;
    text-align: center;
}

#dialog > a {
    position: relative;
    float: right;
    top: -38px;
    left: 32px;
    border-radius: 50%;
    background: #fff;
    width: 29px;
    opacity: 0.8;
    border: 1px solid #e50404;
    color: #e50404;
    cursor: pointer;
}

    #dialog > a:hover {
        color: #e50404;
    }

    #dialog > a > i {
        top: -3px;
    }

#boxes #dialog {
    width: 40%;
    height: auto;
    background-color: #ffffff;
    font-size: 15pt;
    border: 5px solid #e50404;
    border-style: dashed;
}

.maintext {
    text-align: center;
    text-decoration: none;
}

#lorem {
    font-size: 12pt;
    text-align: left;
    float: left;
    width: 100%;
    padding-top: 50px;
    border-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

    #lorem p {
        line-height: 25px;
        text-align: justify;
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    #lorem .title-notifi {
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px !important;
        margin-bottom: 0 !important;
        color: #e50404;
    }

    #lorem .title-notifi-content {
        text-align: center;
        color: #e50404;
        margin-bottom: 20px !important;
    }

    #lorem .content-top {
        color: #e50404;
        padding-bottom: 15px;
        font-weight: 600;
    }

#popupfoot {
    font-size: 16pt;
    padding: 10px 20px;
}

    #popupfoot a {
        text-decoration: none;
    }

.agree:hover {
    background-color: #D1D1D1;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {
    color: red;
}

#footer-notifi {
    float: left;
    width: 100%;
    color: #fff;
    background: #e50404;
    min-height: 45px;
    padding-top: 14px;
    font-size: 16px;
    box-sizing: border-box;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: rgba(0,0,0,0.6);
    display: none;
    width: 100%;
    font-size: 32pt;
    color: white;
    height: 100%;
    opacity: 0.6;
}

.box-boder {
    border: 1px solid #e50404;
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}


.top-notifi {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e50404;
    padding: 5px;
    box-sizing: border-box;
}

    .top-notifi > a {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #e50404;
    }

        .top-notifi > a:hover {
            color: #e50404;
        }

        .top-notifi > a > img {
            width: 135px;
        }

#boxes > .window {
    top: 40px;
    left: 30%;
    display: none;
}

.title-notifi > span.date-notification {
    font-weight: 100;
    font-size: 16px;
}

.title-notifi > span.title-notification {
    font-weight: 600;
    padding-bottom: 15px;
}

.footer-notifi > i {
    top: -2px;
    cursor: pointer;
}

#lorem > p {
    font-size: 14px;
    line-height: 25px;
}

.red-color {
    color: #e50404;
}

.bold {
    font-weight: 700;
}

.end-foooter-content {
    font-size: 16px !important;
}

.close-popup {
}

@media (max-width: 1024px) {
    #boxes #dialog {
        width: 64%;
    }

    #boxes > .window {
        left: 18%
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {
    #boxes #dialog {
        width: 64%;
    }

    #boxes > .window {
        left: 18%
    }
}
