﻿#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;
    box-shadow: 0px 3px 16px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 16px -4px rgba(0, 0, 0, 0.5);
    background: rgb(0 0 0);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;


        background: rgb(255 210 124);
    background: -moz-linear-gradient(-180deg, rgb(255 210 124) 0%, rgba(0,0,0,1) 60%);
    background: -webkit-linear-gradient(-180deg, rgb(255 210 124) 0%, rgba(0,0,0,1) 60%);
    background: linear-gradient(-180deg, rgb(255 210 124) 0%, rgba(0,0,0,1) 60%);
}

@media only screen and (max-width: 1450px) { 
  #element_to_pop_up,#element_to_pop_up_IRJON { top: 50px !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: 9px;
    top: 10px;
    color: #ffe0a7;
    background: #000;
    border: 1px solid#ffe0a7;
    font-size: 12px;
    border-radius: 100px;
    transition: .4s;
    font-weight: 900;
    padding: 1px 5px 2px 5px;
}

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

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;
    }
