/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.

 
    Created on : 2018-03-23, 13:57:40
    Author     : jarek*/


.common-popup .modal-content {
    padding: 15px;
}


.common-popup .modal-dialog {
    background-color: #fff;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.common-popup .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0 none;
    position: relative;
}

.common-popup .close{
    display: none;
}

.common-popup .modal-body {
    padding: 15px 15px 50px;
}


.common-popup input[type="submit"], 
.common-popup button[type="submit"] {

    padding: 5px 20px;
    background: #880722 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}



.common-popup input[type="submit"] .fa,
.common-popup button[type="submit"] .fa {

    margin-left: 6px;
}

.modal-dialog .container{
    max-width: 100%;
}

.notification-popup.modal {
    background-color: rgba(255, 255, 255, 0.7);
   
}
.notification-popup .modal-content{
    
    background-color: #fff;
    border: 3px solid #910028;
    height: 478px;
    width: 100%;
    margin: auto;
}
.notification-popup .modal-body{
    background: none;
    padding: 50px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup-content .details *{
    color: #910028;
}
.popup-content .details > span{
    display: block;
    padding: 3px 0;
}
.popup-content .details > span.m2-brand{
    font-weight: 600;
}

@media(max-width: 767px){
    
    .notification-popup .modal-dialog{
        padding: 20px;
    }
    .popup-content .page-logo{
        width: auto;
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }
    .popup-content .details *{
        font-size: 14px;
    }

    .popup-content .details > span.m2-brand{
        font-size: 16px;
    }
    
    .common-popup input[type="submit"], 
    .common-popup button[type="submit"] {
        font-size: 16px;
        
    }
    
    .common-popup input[type="submit"] .fa, 
    .common-popup button[type="submit"] .fa {
        font-size: 17px;

    }

}

@media(min-width: 768px){
    .notification-popup .modal-dialog{
        width: 770px;
        max-width: 770px;
        padding: 24px;
    }
    .popup-content .page-logo{

        width: 55%;
        margin: auto;
    }
    .popup-content .details *{
        line-height: 110%;
        font-size: 24px;
    }
    .popup-content .details > span.m2-brand{
        font-size: 26px;
    }
    

    .common-popup input[type="submit"], 
    .common-popup button[type="submit"] {
            font-size: 24px;
        
    }
    .common-popup input[type="submit"] .fa, 
    .common-popup button[type="submit"] .fa {
        font-size: 26px;
    }
}