﻿#element_to_pop_up,#element_to_pop_up_IRJON { 
    background: rgb(255,255,255); /* Old browsers */
   /* background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); 
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);  */
    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: #fff;top: 60px !important;
}

@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;
    right: 5px;
    top: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 1px 7px 2px 7px;
    border-radius: 100px;
    text-shadow: 0px 1px 2px #000;
    transition: .4s;
    z-index: 10000;
    font-weight: bold;
        background: rgb(255 0 129);
    background: -moz-linear-gradient(45deg, rgb(245 167 80) 0%,rgb(255 0 129) 100%);
    background: -webkit-linear-gradient(45deg, rgb(245 167 80) 0%,rgb(255 0 129) 100%);
    background: linear-gradient(-45deg, rgb(245 167 80) 0%,rgb(255 0 129) 100%);
}

.b-close:hover {
    transform: scale(.95);
    -webkit-transform: scale(.95);
}

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