html,body,div,input,textarea,select,option { font-family: 'LatoRegular', Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; }
html,body { min-height: 100%; }
body { background: #eee9e4; }

h1 { margin-bottom: 0.5em; line-height: 1.3em; font-size: 18pt; font-family: 'LatoLight', Arial, Helvetica, sans-serif; font-weight: lighter; cursor: default; }
h2 { margin-bottom: 0.5em; line-height: 1.2em; font-size: 12pt; font-family: 'LatoBold', Arial, Helvetica, sans-serif; font-weight: bold; color: #36a431; cursor: default; }
em { font-weight: normal; font-style: normal; }
strong { font-family: 'LatoBold', Arial, Helvetica, sans-serif; font-weight: bold; }
p { margin-bottom: 0.5em; }

.btn.default { background: #00438d; }
.btn.low { color: #00438d; }
.btnbar input { border: 0; }

#wrapper { position: relative; min-height: 100%; margin-top: -1px; padding-top: 1px; padding-bottom: 1px; }
.pagesize { margin: 0 auto; padding: 0; max-width: 1100px; }
.overlay>div { position: relative; margin-top: 120px; border-radius: 4px; }
.overlay a[btncancel] { position: absolute; right: .5rem; top: .5rem; width: 1.0rem; height: 1.0rem; background: url(img/icn-close.svg) center no-repeat; background-size: contain; opacity: .15; }
.overlay a[btncancel]:hover { opacity: .6; cursor: pointer; }

header { border-top: 10px solid #00438d; }
#logo { margin: 20px 0; width: 135px; height: 40px; background: url(img/logo.png) no-repeat; }

#main>.pagesize { background: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);  }

#bigvis { position: relative; width: 100%; background-size: cover; background-position: center; }
#bigvis:before { content: ''; display: block; padding-top: 27%; }

.novis #bigvis { background: #00438d !important; }
.novis #bigvis:before { content: ''; display: block; padding-top: 5px; }

#content { padding: 30px 50px; }

#login { }
#login label { }
#login input { margin: 0 10px 10px 0;padding: 5px 10px; width: 200px; background: #fff; border: 1px solid #ddd; border-radius: 4px; }
#login input:focus { background-color: #fff; border-color: #00438d; }

#intro { margin-bottom: 1em; }
#introbuttons { display: flex; margin: -10px; max-width: 650px; }
#introbuttons>a { position: relative; flex: 1 1 auto; margin: 10px; padding: 0 40px 0 60px; width: 50%; height: 70px; line-height: 70px; text-decoration: none; border-radius: 10px; }
#introbuttons>a:after { content: ''; position: absolute; left: 20px; top: 50%; width: 24px; height: 24px; margin-top: -12px; background-repeat: no-repeat; background-size: contain; }
#introbuttons>a>span { display: inline-block; vertical-align: middle; line-height: 1.2em; }
#introbuttons>a.confirm { background: linear-gradient(#77f371, #4dca47); }
#introbuttons>a.confirm>span { color: #000; }
#introbuttons>a.confirm:hover { box-shadow: 0 0 20px #77f371cc; }
#introbuttons>a.confirm:after { background-image: url(img/icn-confirm.svg); }
#introbuttons>a.decline { background: #fff; box-shadow: inset 0 0 0 3px #ed145b; }
#introbuttons>a.decline>span { color: #ed145b; }
#introbuttons>a.decline:hover { box-shadow: inset 0 0 0 3px #ed145b, 0 0 20px #ed145b66; }
#introbuttons>a.decline:after { background-image: url(img/icn-decline.svg); }
#introbuttons>a.edit { background: #fff; box-shadow: inset 0 0 0 3px #888899; }
#introbuttons>a.edit>span { color: #888899; }
#introbuttons>a.edit:hover { box-shadow: inset 0 0 0 3px #888899, 0 0 20px #88889966; }
#introbuttons>a.edit:after { background-image: url(img/icn-edit.svg); }

#details { margin-bottom: 1em; }
#details p { text-align: justify; line-height: 1.4em; color: #444; }
#details em { font-style: normal; color: #000; }

.important { color: #00438d; font-weight: bold; }
.info { margin-bottom: 1em; padding: 1em; text-align: left; line-height: 1.2em; color: #917e00; background: #fff568; border: 1px solid #dfd223; border-radius: 3px; }
.infoicon, .infoicon2 { padding-left: 2em; position: relative; }
.infoicon:before { content: 'i'; position: absolute; left: 0; top: 0; display: block; width: 1.5em; height: 1.5em; text-align: center; font-style: normal; color: #917e00; background: #fff568; border-radius: 1em; }

#participantlist { margin-bottom: 1em; }
#participantlist .row { position: relative; margin-bottom: 2px; padding: 10px; background: #f0f0f0; cursor: pointer; }
#participantlist .row:hover { background: #e8e8e8; }
#participantlist .row>span { display: inline-block; vertical-align: top; line-height: 1.15em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#participantlist .row>span:nth-child(1) { width: 35%; }
#participantlist .row>span:nth-child(2) { width: 24%; width: calc(24% - 1.5em); position: relative; padding-left: 1.5em; }
#participantlist .row>span:nth-child(3) { width: 19%; }
#participantlist .row>span:nth-child(4) { width: 22%; }
#participantlist .row>span:nth-child(2):before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1em; background-position: left center; background-repeat: no-repeat; background-size: contain; }
#participantlist .row.singleroom>span:nth-child(2):before { background-image: url(img/icn-singleroom.svg); }
#participantlist .row.doubleroom1>span:nth-child(2):before { background-image: url(img/icn-doubleroom1.svg); }
#participantlist .row.doubleroom2>span:nth-child(2):before { background-image: url(img/icn-doubleroom2.svg); }
#participantlist .row.doubleroom3>span:nth-child(2):before { background-image: url(img/icn-doubleroom3.svg); }
#participantlist .row.doubleroom4>span:nth-child(2):before { background-image: url(img/icn-doubleroom4.svg); }
#participantlist .row.doubleroom5>span:nth-child(2):before { background-image: url(img/icn-doubleroom5.svg); }
#participantlist .row.doubleroom6>span:nth-child(2):before { background-image: url(img/icn-doubleroom6.svg); }
#participantlist .row.doubleroom7>span:nth-child(2):before { background-image: url(img/icn-doubleroom7.svg); }
#participantlist .row.doubleroom8>span:nth-child(2):before { background-image: url(img/icn-doubleroom8.svg); }
#participantlist .row.doubleroom9>span:nth-child(2):before { background-image: url(img/icn-doubleroom9.svg); }
#participantlist .add { text-align: center; line-height: 2em; color: #4dca47; background: #c0f9bd; }
#participantlist .add:hover { color: #fff; background: #4dca47; cursor: pointer; }

#participantlist .row.print>span:nth-child(1) { width: calc(35% - 70px); width: calc(54% - 70px); }
#participantlist .row.print>span:nth-child(2) { width: calc(24% - 1.5em - 60px); }
#participantlist .row.print>span:nth-child(3) { width: 19%; display: none; }
#participantlist .row.print>span:nth-child(4) { width: calc(22% + 130px); }

#participantlist .row>a.ticketbtn { position: absolute; display: inline-block; right: 5px; top: 50%; padding: 0 5px; margin-top: -11px; height: 22px; font-size: .9em; text-transform: uppercase; text-decoration: none; line-height: 22px; color: #fff; background: #00438d; border-radius: 4px; opacity: .7; }
#participantlist .row>a.ticketbtn:hover { opacity: 1; }

#participantform { margin: 0 -25px; padding: 15px 25px; background: #f0f0f0; }
#participantform .block { display: block; margin-bottom: 0.3em; }
#participantform .block>* { display: inline-block; vertical-align: top; line-height: 1.3em; }
#participantform .block>*:first-child { width: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#participantform .radio label { position: relative; display: inline-block; vertical-align: middle; padding-left: 1.5em; cursor: pointer; user-select: none; }
#participantform .radio label + label { margin-left: 0.5em; }
#participantform .radio label input { position: absolute; width: 0; height: 0; opacity: 0; cursor: pointer; }
#participantform .radio label span { position: absolute; top: 0; left: 0; width: 0.9em; height: 0.9em; background: #f0f0f0; border: 1px solid #ccc; border-radius: 50%; }
#participantform .radio label:hover input ~ span { background-color: #f0f0f0; border-color: #00438d; }
#participantform .radio label input:checked ~ span { background-color: #00438d; border-color: #00438d; }
#participantform .radio label span:after { content: ''; position: absolute; display: none; }
#participantform .radio label input:checked ~ span:after { display: block; left: 50%; top: 50%; margin-left: -3px; margin-top: -3px; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
#participantform .select select,
#participantform .text input { padding: 3px 5px; width: 300px; background: #f0f0f0; border: 1px solid #ccc; border-radius: 4px; }
#participantform .select select:focus,
#participantform .text input:focus { background-color: #fff; border-color: #00438d; }
#participantform .chkerr input { border-color: #cc0000; }

#ovlparticipant .btnbar { padding-bottom: 0; }

#commentfield { margin-bottom: 1em; }
#commentfield span { display: block; line-height: 1.5em; font-size: 0.9em; color: #ccc; }
#commentfield textarea { padding: 10px; width: calc(100% - 20px); height: 50px; background: #fff; border: 1px solid #ccc; }

footer .pagesize { line-height: 2em; font-size: 0.85em; color: #bbb; }

@media (max-width: 1100px) {
}

@media (max-width: 550px) {
}
