@import url(3c4a853c7add20f9b6e259ca6bab059ea09d3349.css) ;
html.remodal_lock, body.remodal_lock { overflow: hidden; }
.remodal-bg { transition: filter 0.2s linear 0s; }
body.remodal_active .remodal-bg { filter: blur(3px); }
.remodal, [data-remodal-id] { visibility: hidden; }
.remodal-overlay { display: none; overflow: auto; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 10000; text-align: center; opacity: 0; background: rgba(33, 36, 46, 0.95) none repeat scroll 0% 0%; transition: opacity 0.2s linear 0s; }
.remodal-overlay > * { transform: translateZ(0px); }
.remodal-overlay::after { display: inline-block; height: 100%; margin-left: -0.05em; content: ""; vertical-align: middle; }
body.remodal_active .remodal-overlay { opacity: 1; }
.remodal { font-size: 16px; position: relative; display: inline-block; width: 100%; min-height: 100%; padding: 35px; box-sizing: border-box; vertical-align: middle; background: rgb(244, 244, 244) none repeat scroll 0% 0% padding-box; color: rgb(24, 42, 60); box-shadow: 0px 0px 8px rgb(23, 26, 36); transform: scale(0.95); transition: transform 0.2s linear 0s; }
body.remodal_active .remodal { transform: scale(1); }
.remodal-close { position: absolute; top: 5px; left: 5px; width: 28px; height: 28px; text-decoration: none; border-radius: 50%; border: 2px solid rgb(62, 83, 104); transition: background 0.2s linear 0s; }
.remodal-close::after { display: block; font-size: 28px; font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important; content: "×"; line-height: 28px; cursor: pointer; text-decoration: none; color: rgb(62, 83, 104); transition: all 0.2s linear 0s; }
.remodal-close:hover, .remodal-close:active { background: rgb(62, 83, 104) none repeat scroll 0% 0%; }
.remodal-close.remodal-close:hover::after, .remodal-close.remodal-close:active::after { color: rgb(244, 244, 244); }
.remodal-confirm, .remodal-cancel { font-size: 10pt; display: inline-block; width: 120px; padding: 9px 0px; margin: 0px 0px 5px; background-clip: padding-box; cursor: pointer; text-decoration: none; text-align: center; border-radius: 50px; transition: all 0.2s linear 0s; }
.remodal-confirm { border: 2px solid rgb(22, 160, 133); background: rgb(244, 244, 244) none repeat scroll 0% 0%; color: rgb(22, 160, 133); }
.remodal-confirm:hover, .remodal-confirm:active { background: rgb(22, 160, 133) none repeat scroll 0% 0%; color: rgb(244, 244, 244); }
.remodal-cancel { border: 2px solid rgb(192, 57, 43); background: rgb(244, 244, 244) none repeat scroll 0% 0%; color: rgb(192, 57, 43); }
.remodal-cancel:hover, .remodal-cancel:active { background: rgb(192, 57, 43) none repeat scroll 0% 0%; color: rgb(244, 244, 244); }
@media only screen and (min-width: 40.063em) {
  .remodal { max-width: 700px; margin: 20px auto; min-height: 0px; border-radius: 6px; }
}
