/* Popup */
div#popup{ display: none; position: fixed; z-index: 600; background: #ffffff; padding: 15px 0px 15px 20px;}
/*div#popup h1#popup-title { color: #000000; font-size: 20pt; font-weight: 800; border-bottom: 1px solid #e94e1b; padding-bottom: 5px; margin-right: 20px; }*/
div#popup h1#popup-title { color: #ffffff; font-weight: 800; background: #e94e1b; margin-left: -20px; margin-top: -15px; padding: 15px 20px; font-size: 18px; margin-bottom: 0px;}
div#popup-logo{ background: url('../img/logo-tickettransit.whitebg.png') no-repeat center center; background-size: contain; height: 30px; width: 143px; position: absolute; right: 20px; top: 15px; }
div#popup-content{ padding-top: 10px; padding-right: 20px; padding-bottom: 10px;}
div#popup div#popup-footer { border-top: 1px solid #e94e1b; padding-top: 10px; padding-bottom: 10px; margin-right: 20px; }
div#popup div#popup-footer::after{ clear: both; content: ""; display: block;}
div#popup-footer-content{ margin-top: 10px; }
div#popup-background{ display: none; position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; background: #000000; opacity: 0.5; z-index: 500; }
a.close_popup{ float: right; display: none; margin-right: 0px;}
div#popup a.close_popup{ display: block;}