@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    
    .force-print
    {
        display: block !important;
        visibility: visible !important;
    }
    
    .panel {
	    border: none;
	    box-shadow: none;
    }
    
    #page {
	    position: static;
	    padding-top: 0;
    }
    
    #top-arrow, #ceiling, #loading-overlay, #mobile-bar, #navbar-mobile-container {
	    display: none;
    }
}

#main {
	background-color: #FFF;
}

input[name="post_password"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, textarea {
	border: 1px solid #BBC3BB;
	box-shadow: none;
	font-weight: bold;
	color: #454;
}

input[type="text"]::placeholder {
	color: #AAA;
}

.form-horizontal .control-label {
/* 	color: #51875a; */
/* 	font-weight: 600; */
}

.button-copy {
	font-weight: bold;
}

.persons_ul {
	list-style: none;
	padding-left: 0;
}

.site-main #rejestracja ul {
	margin-left: 0 !important;
}

.persons_ul .person_li {
	list-style: none;
	background-color: #EEE;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #DDD;
	border-radius: 5px;
}


.persons_ul .person_li legend {
	background-color: #46a659;
	color: #FFF;
	margin: -11px -10px 20px -11px;
	padding: 10px;
	width: calc(100% + 22px);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.persons_ul .person_li legend .glyphicon-user {
	font-size: 17px;
	margin-right: 2px;
	margin-left: 5px;
}

.persons_ul .person_li form {
	margin-top: 0;
}

.persons_ul .person_li h4 {
	margin-top: 5px;
}

.persons_ul .person_li .events {
	padding-left: 0;
}

.persons_ul .person_li .events .tooltip-icon {
	margin-left: 3px;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.form-horizontal .control-label {
	padding-top: 0;
	text-align: left;
	margin: 3px;
}

.navbar {
	z-index: 100;
}

legend {
	border-color: #DDD;
}

.overflow-auto {
	overflow: auto;
}

.price {
	color: #51875a;
	font-weight: bold;
	position: relative;
	top: 2px;
}

.price_display_li {
	color: #333;
    font-size: 19px;
    height: 50px;
    padding: 12px 0;
}


.persons_ul .person_li .attendee-remove.top {
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	top: 7px;
	left: -3px;
}

nav .register_button {
	margin-left: 15px;
	position: relative;
	top: 7px;
}

.save_div {
	font-size: 2rem;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 5rem;
	background-color:
	#F1F1F1;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 180px;
}

.save_div .price_display {
	margin-bottom: 20px;
}

.save_div .register_button {
	font-size: 18px;
}

#rejestracja {
	margin-top: 30px;
	margin-bottom: 210px;
}

#registration .modal-dialog {
	margin-top: 110px;
}

button .glyphicon {
	margin-right: 5px;
}

.alert {
	margin-top: 20px;
}

.button-copy, .button-copy:focus, .button-copy:hover {
	outline: none;
	text-decoration: none;
}

.button-copy .glyphicon {
	font-size: 12px;
	margin-right: 3px;
}

.msg-val-error {
	position: static !important;
	color: #D33;
	margin: 5px 13px 0px;
}

.radio .msg-val-error {
	margin: 0;	
}

.checkbox .msg-val-error {
	margin: 0;
}

.modal-footer-center {
	text-align: center;
}

.msg-name {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 1px;
}

.msg-limit {
	color: #33D;
	display: block;
	min-width: 500px;
	font-size: 12px;
	margin-top: 5px;
}


#modal-register h2 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #DDD;
}

#modal-register h2 .glyphicon {
	margin-right: 5px;
	font-size: 16px;
}

#modal-register h2:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

#modal-register li .dates {
	color: #999;
    font-size: 12px;
    margin-left: 5px;
}

#modal-register .site-main ol {
	margin-left: 3em !important;
}

#modal-register .site-main ul {
	margin-left: 3em !important;
}

#modal-register .events {
	margin-left: 3em !important;
}

#modal-register .modal-footer .buttons {
	min-height: 37px;
}

#modal-register .modal-footer .loading {
	text-align: center;
	min-height: 37px;
}

.event_title {
	margin-top: 15px;
	font-size: 16px;
}

.event_title span {
	color: #999;
	font-size: 12px;
	margin-left: 5px;
}

.conf_price_display {
	font-size: 20px;
	margin: 0 25px;
}

#conf_panel {
	margin-top: 20px;
	margin-bottom: 50px;
}

#conf_panel .panel-footer button, #conf_panel .panel-footer a {
	margin: 0 5px;
}

.buttons-main button {
	margin: 0 5px;
}

.spacer {
	margin: 0 30px;
}

span.required {
	color: #51875a;
}

.required-cont {
	margin-right: 2px;
}

.required-cont span.required {
}

.checkbox .msg-val-error.attendee-age-msg {
	margin: 5px 30px;
	color: #D33;
}

.checkbox .days-empty-msg {
	color: #D33;
}

.events .checkbox {
	background-color: #FFF;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 -10px;
    padding: 12px;
}

.events .checkbox .description {
	margin-top: 10px;
	color: #333;
	font-size: 13px;
	line-height: 19px;
	padding-left: 30px;
	display: none;
}

.events .checkbox .dates {
	margin-top: 5px;
	color: #666;
	font-size: 13px;
	line-height: 19px;
	padding-left: 30px;
}

.events .checkbox.reserve {
	opacity: .7;
}

.events .checkbox .days, .events .checkbox .variants {
	padding: 30px 10px 20px 30px;
}

.events .checkbox .days, .events .checkbox .variants .msg {
	text-align: left;
	margin-top: 25px;
	font-style: italic;
	color: #999;
}

.events .checkbox .variants label input {
	margin-top: 1px;
}

.events .checkbox .days_count_cont {
	margin-top: 15px;
}

.events .checkbox .days p {
	
}

.events .checkbox .days p input {
	margin-left: 0px;
	position: static;
	width: inherit;
	height: inherit;
	margin-left: -9px;
	margin-right: 8px;
}

.events .checkbox .days p label {
	padding-left: 10px;
}

.events .checkbox label {
	padding-left: 30px;
	color: #158cba;
}

.events .checkbox label input {
	height: 20px;
	width: 20px;
	margin-left: -30px;
	margin-top: 3px;
}

.events .checkbox:last-child {
	border-bottom: none;
}

.page-id-1622 .site-main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-id-1622 .page-header {
	padding-bottom: 4rem;
}

#registration .container {
	padding: 0;
}

.modal-register h2 {
	font-size: 18px;
}

.modal-register p {
	margin-bottom: 0;
}

.modal-register h2 .glyphicon {
	color: #51875a;
}

.modal-register .spacer, .modal-register .events {
	margin-left: 30px;
}

.modal-register .conf_price_display {
	margin-left: 30px;
	font-weight: bold;
}

.modal-register .events > li {
	padding-bottom: 20px;
}

.modal-register .events > li:last-child {
	padding-bottom: 0;
}

.modal-register .events > li .event_title {
	font-weight: bold;
	color: #158cba;
}

.modal-register .events > li .event_title span {
	font-weight: normal;
	margin-left: 5px;
	color: #555;
}

.modal-register .events > li > ul {
	list-style: none;
	margin-left: 0 !important;
}

.modal-register .events > li > ul > li {
	list-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
}