swal2-modal h2{
    text-shadow: none !important;
}

#cover_popupV2{        
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    
    overflow: auto;
    
    position:fixed; 
    _position:absolute; /* hack for internet explorer 6*/ 
    background:rgba(0,0,0,0.8); 
    width:100%; 
    height:100%; 
    z-index:101;
}
#cover_popupV2-Off{
    z-index: -99;
    visibility: hidden;
    display: none;
}

#popup_divV2{
    min-width: 500px;
    height: auto;

    background-color: rgb(255, 255, 255);
    border-radius: 5px;

    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#popup_general_divV2{
    min-width: 500px;
    height: auto;

    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    padding-left: 25px;
    padding-right: 25px;
    
}

#fill_popupV2{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    height: auto;
    margin-bottom: 15px;
}
#title_popupV2{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    height: auto;
    font-size: 30px !important;
    color: black;
    padding-bottom: 15px;
    font-family: "Paytone One" !important;
    font-weight: bold !important;
    font-style: inherit !important;
}

#title_popupV2 div{
    height: auto;
    font-size: 30px !important;
    color: black;
    padding-bottom: 15px;
    font-family: "Paytone One" !important;
    line-height: 0px!important;
    font-weight: bold !important;
    
}
#content_popupv2{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    color: #585858;
    font-family: sans-serif; 
    
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ans{
  padding-left: 25px; 
}
.lookPhoto_butons{
    width: 100%;
    
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;    
}
#EventQuestions{
    margin-bottom: 0px !important;
}
#buttons_top{
   top: 0px;
    
    height: auto;
    width: auto;
    
    
}
.close_popup{
    background-image: url(../../images/web/close.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
}

.popup-buttons{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    
    height: 64px;
}

.popup-confirm{
    background-color: #3085d6;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px;
    padding: 8px 28px;
}

.popup-confirm:hover{
    background-color: #2b78c1;
}

.popup-cancel{
    background-color: #aaa;
    
    display: inline-block;
    border: 0 none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px;
    padding: 10px 32px;
}

.popup-cancel:hover{
    background-color: #999999;
}

.popup-danger{
    background-color: #d33;
    
    display: inline-block;
    border: 0 none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px;
    padding: 10px 32px;
}

.popup-danger:hover{
    background-color: #c72e2e;
}

.popup-spacer{
    border: 0 none;
    color: transparent;
    height: 15px;
    margin: 0px;
}
.popup-input-large{
    width: 100%;
    margin-top:15px;
}
.popup-margin-right{
   margin-right: 10px;
}
.popup-margin-left{
   margin-left: 10px;
}

.popup-margin-bottom{
   margin-bottom: 10px;
}

.popup-margin-top{
   margin-top: 10px;
}

.popup-center{
   display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.popup-text{
    max-width: 500px;
}

.ui-autocomplete{
    z-index: 110;
}