#popup_overlay{
    background-color: #fefefe!important;
    height: 100%;
    left: 0;
    opacity: 0.65!important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#popup_container{
    background:#FFFFFF;
    height: auto;
    padding: 0px 0px 0px 0px!important;
    width: 320px;
    max-width:320px;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

#popup_top {
    background:var(--dozys-blue);border:none;color: #333333;
    float: left;
    height:auto;
    margin-bottom: 10px;
    width: 100.0%;text-aling:left;
    padding: 0px 10px 5px 10px;
    border-bottom: 1px solid #EEEEEE;
    line-height: 30px;
    margin-top:0px;
}
#popup_title {
    color:#ffffff;
    float: left;
    font-size: 1.1em;
    height:auto;
    line-height: 1.2em;
    margin:0px;padding-top:10px;padding-bottom: 5px;
}
#modalclose{width:20px;float:right;position:relative;text-align:right;margin-top:6px;color: #ffffff!important}

#popup_content {
    background:#ffffff;border:none;color: #333333;
    float: left;
    height:auto;
    width: 100.0%;text-aling:left;
    margin-top:5px;
}

#popup_message {
    color:#222222;
    float: left;
    font-size: 1.1em;
    height:auto;
    line-height: 1.3em;
    padding-bottom: 15px;
    width:100%;
    text-decoration: none !important;
}

#popup_panel {
    float:left;
    width: 100.0%;text-aling:left;
    padding: 25px 0px 15px 0px;
    text-align: right;
}


#popup_panel input{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
   background-color: var(--dozys-red);
    
    border: none!important;
    color: #FFFFFF;
    text-shadow:none;
     border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding:8px 10px;
}

#popup_cancel{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: var(--dozys-blue)!important;
    border: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
      font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}

.alert,.prompt,.confirm {padding:0px 10px!important;margin-bottom:0px;}
#popup_prompt{width: 100%!important;margin-top: 20px!important;border: none!important;border-bottom: 2px solid var(--dozys-blue)!important;background-color: #fafafa;font-size: 1.1em;line-height: 1.2em;box-shadow: none;}
#popup_prompt:focus-visible{border: none!important;border-bottom: 2px solid var(--dozys-blue)!important;}