.naglowek{
	margin-top: 15px;
	margin-bottom: 15px;
}

.centruj{
	color: #49A5DE;
	text-align: center;
}

.opis{
	text-align: justify;
	font-size: 15px;

}

.tabelaZaplecze th{
    padding: 5px;
}

.tabelaZaplecze td{
    padding: 5px;
}

.form-group {
	margin-bottom: 5px;
}

.myButton {
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	background-color:#44c767;
	border-radius:15px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:11px 22px;
	text-decoration:none;
	text-shadow:0px 4px 7px #2f6627;
}
.myButton:hover {
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.success_alert {
	color: #14e36e;
}

.eventPTL_content{
	width: 100%;
	padding: 10px;
	font-size: 15px;
}

.eventPTL_row{
	margin: 0px 0px 30px 0px;
}

.eventPTL_row_2{
	margin: 0px 0px 30px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.eventPTL_row_checkbox{
	margin: 0px 0px 30px 0px;
    display: grid;
    grid-template-columns: 5% 95%;
}

.eventPTL_col_left{
	float: left;
	box-sizing: border-box;
    width: 100%;
    padding-right: 1%;
}

.eventPTL_col_right{
	float: right;
	box-sizing: border-box;
    width: 100%;
    padding-left: 1%;
}

.eventPTL_form_label{
	color: #555555;
	display: block;
    margin: 0 0 8px 0;
}
.eventPTL_form_field{
	    max-width: 100%;
}

input.eventPTL_form_field{
	width: 100%;
}
select.eventPTL_form_field{
	width: 100%;
	background-color: #f2f2f2 !important;
}

.required{
	color:  red !important;
}

.eventPTL_divider{
	width: 100%;
    margin: 0 0 12px 0;
    height: 24px;
    position: relative;
}

.eventPTL_divider_text{
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: -24px;
    left: 0;
    font-size: 16px;
    padding: 10px 0;
}
.eventPTL_divider_text span{
	background: #fff;
    color: #555;
    display: inline-block;
    padding: 0 15px;
}

.btnPTL_kongres24{
	background-color: #1c447b !important;
	border-radius: 15px !important;
	text-align: center !important;
	width: auto !important;
	margin-left: auto;
    margin-right: auto;
}

.btnPTL{
	background-color: #B72822 !important;
	border-radius: 15px !important;
	text-align: center !important;
	width: auto !important;
	margin-left: auto;
    margin-right: auto;
}

.btnPTLdisabled{
	background-color: #adadad !important;
	border-radius: 15px !important;
	text-align: center !important;
	width: auto !important;
	margin-left: auto;
    margin-right: auto;
}
.submit{
	text-align: center;
}

.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
    display: block;
}
.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}
.error {
    background:#ffecec;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc;
    border:1px solid #8ed9f6;
}
.participant_meta span{
	font-weight:bold;
    text-transform:uppercase;
}
/*PLAYER CERT22*/
.playerPTL{
	padding: 5px;
}

.participant_info{
	text-align: center;
	font-size: 12px;
}

.player_body{
    width: 100%;
    overflow: hidden; /* add this to contain floated children */
}

.view_player{
	width: 70%;
	float: left;
    float: left; /* add this */
}

.text_chat{
	width: 30%;
    float: left; /* add this */
}

@media all and (max-width: 767px) {.view, .text_chat{
	float: none;
	width: 100%;
	text-align: center;
}}

.backup_player_info{
	text-align: center;
	font-size: 22px;
	color: #000000;
}

.backup_player_info a {
	color: #9E2F36;
}

.sponsor_box_row{
	margin-top: 25px;
	width: 100%;
    display:         flex;
  	flex-wrap:       wrap;
  	justify-content: center;
}

.sponsor_row{
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 22px;
	width: 70%;
	max-width: 900px;
}

.sponsor_box{
	margin: auto;
	text-align: center;
	width: 30%;
	max-width: 280px;
}

/*sprawdz obecnosc*/

.obecnosc_tab{
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	padding: 15px;
}


/*media screen*/
@media (max-width:600px) {
    .eventPTL_row_2{
        margin: 0px 0px 30px 0px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .eventPTL_row_checkbox{
        margin: 0px 0px 30px 0px;
        display: grid;
        grid-template-columns: 5% 95%;
    }
    
    .eventPTL_col_left{
        box-sizing: border-box;
        width: 100%;
        padding-right: 1%;
    }
    
    .eventPTL_col_right{
        box-sizing: border-box;
        width: 100%;
        padding-left: 1%;
    }

    .eventPTL_form_label_checkbox{
        padding-left: 17px;
    }

}

.cert23Btn {
	background:linear-gradient(to bottom, #bb120f 5%, #bb120f 100%);
	background-color:#bb120f;
	border-radius:28px;
	border:1px solid #bb120f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:13px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #bb120f;
}
.cert23Btn:hover {
	background:linear-gradient(to bottom, #bb120f 5%, #bb120f 100%);
	background-color:#bb120f;
}
.cert23Btn:active {
	position:relative;
	top:1px;
}

/* dotyczy CERTYFIKOWANI LIPIDOLODZY*/
.kolor{
    background-color: #e1e1e1;
    border-radius: 15px 15px 15px 15px;
    margin: 6px 6px 6px 6px;
}
.certyfikowany_lipidolog{
    text-align: center;
    padding: 15px 15px 15px 15px;
}

.cert_zdjecie img{
    width: 60%;
    border-radius: 50% !important;
}

.cert_dane_osobowe{
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
	line-height: normal;
	margin-bottom: 10px;
}

.cert_opis{
    color: ##54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px; 
}

.cert_naglowek{
    background-color: #e1e1e1;
    border-radius: 15px 15px 15px 15px;
    padding-left: 25px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.cert_naglowek img {
    width: 80%;
    border-radius: 15px 15px 15px 15px !important;
    margin-top: -65px;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(66, 68, 90, 1) !important;
    -moz-box-shadow: 0px 8px 22px -6px rgba(66, 68, 90, 1) !important;
    box-shadow: 0px 8px 22px -6px rgba(66, 68, 90, 1) !important;
}

.cert_dane_osobowe_2{
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 32px;
}

.cert_opis_2{
    margin-top: 25px;
    color: ##54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px; 
}

.flexx{
    width: 100%;
    display: flex;
    align-items: stretch;
}  

.col-md-6 {
    flex: 0 0 49% !important;
}
.col-xl-3 {
    flex: 0 0 24% !important;
}

/*dopasowanie dla mobile*/
@media (max-width: 767px) {
    .cert_naglowek{
        background-color: #e1e1e1;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 25px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    
    .cert_naglowek img {
        width: 100%;
        border-radius: 15px 15px 15px 15px !important;
        margin-top: 10px;
        -webkit-box-shadow: 0px 8px 22px -6px rgba(66, 68, 90, 1) !important;
        -moz-box-shadow: 0px 8px 22px -6px rgba(66, 68, 90, 1) !important;
        box-shadow: 0px 8px 22px -6px rgba(66, 68, 90, 1) !important;
    }

    .cert_dane_osobowe_2{
        font-size: 17px;
    }
    
    .cert_opis_2{
        font-size: 14px; 
    }
  }