﻿#element_to_pop_up,#element_to_pop_up_IRJON { 
    color: #000;
    display: none;
    width: 84%;
    max-width: 400px;
    min-height: 180px;
    transform: scale(1.1);
    transition: 0.2s;
    z-index: 8000 !important;
    background: #282828;
    box-shadow: 3px 9px 13px #000;
    -webkit-box-shadow: 3px 9px 13px #000;
    overflow: hidden;

      
    border-radius: 3px;
    text-shadow: 0px 1px 2px #000;
    background: #fff;
}

@media only screen and (max-width: 1450px) { 
  #element_to_pop_up,#element_to_pop_up_IRJON { top: 95px !important;     margin-left: 0;/*vik170702*/}
}



.pop-logo {
        width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1000;
        margin: -15px 0 0 0;
    transform: scale(.6);
}

.pop-logo img {
    height: 60px;
    width: auto;
    margin: 10px 0 -5px 0;
}

.pop-logo h4 {
    color: white;
    font-size: 350%;
    text-transform: uppercase;
    border-bottom: 2px solid #1bd662;
}

.pop-logo span {
    color: #1bd662;
    margin: -9px 0 0 0;
    letter-spacing: 10px;
    width: 100%;
    text-align: center;
    font-size: 300%;
    text-transform: uppercase;
    line-height: 33px;
    padding-left: 20px;
}

.b-close{
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    right: 5px;
    top: 5px;
    color: #e0e0e0;
    font-size: 12px;
    border-radius: 100px;
    transition: .4s;
    font-family: sans-serif;
    font-weight: bold;
    padding: 3px 7px 2px 7px;
    background: #272727;
    box-shadow: 3px 14px 14px -10px #000;
    -webkit-box-shadow: 3px 14px 14px -10px #000;
}

.b-close:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #fff;
}

table {
    color: #fff;
    width: 90%;
    margin: 2em 5%;
}

td {
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
}



	.bpopupLoad {
                height: 100%;
	transition: 0.25s;
	}


    .bpopupLoad1 {
                height: 100%;
    transition: .7s;
    }
