﻿
/*Data for modal Window*/

.modalh11 {
    display: none;
    position: fixed;
    z-index: 800;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.rd-t-10 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.rd-b-10 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.modalcontent {
    background-color: white;
    margin: auto;
    width: 100%;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.2);
}

.modalbody {
    background-color: #fefefe;
    margin: auto;
    /*    padding: 20px;*/
    width: 100%;
}

.modalheader {
    background-color: #28334f;
    color: red !important;
    width: 100%;
    height: 50% !important;
    display: flex;
    justify-content: space-between
}

.modalfooter {
    /*    background-color: gray !important;*/
    border-top: 1px solid #d7dbdd;
    color: red !important;
    width: 100%;
    height: 50% !important;
    text-align: center;
}

.modalheader, h2 {
    color: whitesmoke !important;
    border: 0px solid #fff;
    text-align: center;
}

.p-1 {
    padding: 4px;
}

.p-2 {
    padding: 8px;
}

.p-3 {
    padding: 12px;
}

.p-4 {
    padding: 16px;
}

.p-5 {
    padding: 20px;
}



#myNotification .modalcontent {
    max-width: 50% !important;
    border-radius: 5px;
}
