/******************* Layout (common styles) ******************/

/* przeróbka logo: wysokość navbara +16px */
.navbar-brand { 
	padding: 0 15px; 
	height: 106px; /* początkowo 50px + 2x20px padding */ /*height: auto;*/ 
}
#main-slider, .section-breadcrumbs { 
	margin-top: 106px; 
} /* suma wysokości logo i paddingów */

/* Pasek DEVMODE */
#devmode-warn {
	position: fixed;
	color: rgb(255, 255, 255);
	background-color: red;
	text-align: center;	
	width: 100%;	
	z-index: 5000;
	top: 0;
}

.navbar-header img { 
	max-height: 100%; min-height: 100%; 
}
@media (min-width: 767px) {
	.nav, .navbar-brand {
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}	
	.navbar { 
		padding: 0 0; 
	} /* custom.css :9, początkowo 20px 0 */
	.nav { 
		padding: 23px 0; 
	}		
	.navbar-nav > li > a {
		padding-top: 20px; /* oryginalnie 15px */
		padding-bottom: 20px;
	}
	
	.top-nav-collapse .nav { 
		padding: 0; 
	}
	.top-nav-collapse .navbar-brand { 
		height: 60px; 
	}	
}
@media (max-width: 767px) {
	.navbar-brand { 
		height: 70px; 
	}
	#main-slider, 
	.section-breadcrumbs { 
		margin-top: 70px; 
	}
	.navbar-toggle { 
		margin-top: 18px; 
	}	
	.col-xs-6 {	
		width: 100%;	
	}		
}
/* koniec przeróbki logo */ 

/* menu rozwijane hover zamiast klika */
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

/* podwójne rozwijanie menu górnego */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/* koniec drugiego poziomu menu */

/* poprawka dla position Fixed */
.section {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

/* menu LEWE */
.navbar-fixed-left {
	margin-top: -10px;
	width: 190px;
  border-radius: 0;
  height: auto;
	float: left;
	z-index: 1000;
}

.navbar-fixed-left.affix {
	top: 90px;
}

.navbar-fixed-left .nav {
	padding: 0 0 23px 0;
}

.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 189px;
}

.navbar-fixed-left .navbar-nav > li:hover:not(#lang-select-cont),
.navbar-collapse .navbar-nav > li:hover:not(#lang-select-cont) {
	background-color: #333333;	
}

/* kolor czcionki kiedy hover na elemencie podrzędnym */
.navbar-fixed-left .navbar-nav > li:hover:not(#lang-select-cont) > a,
.navbar-collapse .navbar-nav > li:hover:not(#lang-select-cont) > a {
	color: #fff; 
}


.navbar-fixed-left .navbar-nav > li > a { 
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-fixed-left .navbar-nav > li > a > i {
	float: right;
	position: relative;
	top: 3px;
}

.navbar-fixed-left + .container {
  padding-left: 200px;
}
.container { max-width: 100%; }

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
  margin-top: -40px;
  margin-left: 189px;
}
/* koniec LEWEGO menu */ 

/* Lang switcher select */
select.lang-select  {
  display: block; 
  width: auto; 
  background: none;
  -webkit-appearance: none;
	-moz-appearance: none;
  -ms-appearance: none;
	margin: 16px 0 16px 15px;	
	padding: 3px 6px;
  }
select.lang-select::-ms-expand { display: none; }  
select.lang-select option { color: #000; }

/* niższy slider */
#main-slider .carousel .item, .carousel-inner { 
	height: 500px; 
}
#main-slider .carousel h2 { 
	margin-top: 13%; 
}
#main-slider .carousel .carousel-content > * { 
	text-transform: none !important; 
}

/* przyciemnianie zdjęć slidera */
#main-slider div.item.withDesc:after {
	content: '';
	background: #2e3842;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.35;
	z-index: 1 !important;
}
#main-slider div.item div.container { 
	position: relative; z-index: 3; 
}

#footer { 
	display: none;
	color: #b9b9b9; 
}

#footer img { 
	display: inline-block; 
	max-height: 95px; 
}

#footer h3 { 
	margin: 20px 0 10px; 
}

div.alert h1, 
div.alert h2, 
div.alert h3, 
div.alert h4, 
div.alert h5 { 
	margin: 0; color: inherit; 
}

blockquote { 
	font-size: 1.45em;
	line-height: 1.35em;
	padding: 15px 30px;
	border-left: 5px solid rgb(66,139,202);
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background: #fafafa;
	color: rgb(66,139,202);
}

blockquote * { 
	color: inherit; 
}

/*ukrywanie przycisku teraz w timepickerze*/
button.ui-datepicker-current[data-handler="today"] { 
	display: none; 
}

.navbar-right .dropdown-menu {
	right: auto; 
}

iframe[src*='google.com'] { 
	width: 100%; 
}

.shadow-1 {
	-webkit-box-shadow: 3px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 5px 5px 0px rgba(0,0,0,0.15);
	margin-bottom: 1.35em !important;
}

.section-breadcrumbs h1 { 
	margin-left: 0; 
}
div.container table { 
	margin-bottom: 1.5em; 
}
div.container table + div.container table, #admin_kont table { 
	margin-bottom: 0; 
}
.text-box td p { 
	margin: 0; 
}

h1, h2, h3 { 
	margin: .7em .85em; 
}
.btn:focus { 
	color: #fff; 
}
select { 
	cursor: pointer; 
}
.form-control[readonly], input[disabled] + label {
	cursor: not-allowed;
}
select:disabled, 
select.disabled, 
input[type='file']:disabled, 
input.disabled { 
	background-color: rgb(235, 235, 228); 
	cursor: not-allowed; 
}

select.disabled, 
input.disabled {
	pointer-events: none;
}

.notClickable { 
	color: #777 !important; 
	pointer-events: none; 	
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.vcenter label { 
	padding: 0 !important; 
}
.form-group { 
	margin-bottom: 8px; 
}

/* vertical align fix middle for labels - bootstrap */
@media (min-width: 768px) {
	.flex-group {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.form-horizontal .flex-group .control-label {
		padding-top: 0;
	}
}

/* button color fix for czajnis clockpicker */
.clockpicker-popover .btn:hover { 
	border-width: 1px 0 0; 
	border-color: #adadad; 
}

/* button color fix for bootstrap live search */
.btn-search-fix { 
	background-color: #fff !important; 
	background-image: none !important; 
	border: 1px solid #ccc !important; 
	color: #555 !important;
}

.btn-search-fix:hover {
	border: 1px solid #ccc;		
}
.bootstrap-select.dropup .btn-search-fix .bs-caret { 
	background: none !important; 
}

/* odstępy między kolumnami w rejestracji z 15 > 7 */
form .col-md-4, .reg_text {
  padding-right: 7px;
  padding-left: 7px;
}
.col-md-2.vcenter {
  padding-right: 4px;
  padding-left: 4px;	
}

/* Others */
.section-breadcrumbs { 
	margin-bottom: 0; 
}

button.button2 {
	margin: 0; 
	padding: 2px 8px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #333;	
	cursor: pointer;
	vertical-align: top;
}

input.button, button.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;
	cursor: pointer;	
}

input.button:hover, button.button:hover {
	color: red;
}

button.button2:hover {
	color: red;
	border-color: red;
}

form {
	margin: 10px;
	padding: 0;
}

input.textbox, textarea.textbox, select.textbox {
	border: 1px solid #4284B0;
}

div.warn {
	margin: 10px 0; 
	border: 1px solid lightgray; 
	text-align: center; 
	padding: 10px 5px; 
}
span.msg { 
	color: green; 
	font-weight: bold; 
	font-size: 13px; 
}
span.emsg { 
	color: red; 
	font-weight: bold; 
	font-size: 13px; 
}

.invalid, 
select[multiple].invalid + button.ui-multiselect,
.select2-container.invalid .select2-choice, 
select[class*='select2'].invalid + span.select2-container span.select2-selection { 
	background-image: none !important;
	background-color: #f5e7e7 !important; 
	border-color: #f00 !important;
	box-shadow: none !important;
}

.box-accept.invalid, 
.reg_text.invalid {
	padding: 1rem;
	border-width: 1px;
	border-style: solid;
}

.tooLongAlert {
  color: red;
  font-weight: bold;
  font-size: 12px;
}
.tooLongAlert i { 
	margin: -3px 5px 0 0; 
}

/* Register */
#reg_form #reg_sex_options {
	white-space: nowrap;
}

#reg_form .phone-group { 
	width: 100%; 
}

#reg_form .phone-group .bootstrap-select { 
	width: 8rem; 
}

#reg_form .phone-group #reg_tel { 
	width: calc(100% - 8rem); 
	border-left: 0;
}

#reg_form { 
	padding: 1em; 
}

#reg_form #abs_out { 
	margin-top: 1.5em; 
}

.reg_text {
	font-size: .835em;
	line-height: 1.35em;
	text-align: justify;
}

#reg_form .col-label {
	font-size: 11px;
	line-height: 14px;
}

.file_sentbox .glyphicon { 
	top: 0; 
}

.file-remove-icon-x { 
	cursor: pointer; 
}

#title, #reg_staz { 
	width: auto; 
}

#grupa_div { 
	background-color: #EDEDED;
	margin: 5px 0;
	padding: 1em;
	border: 1px dotted gray; 
}
#coAuthors label {
	margin-bottom: 2px;
	line-height: 14px;
	font-weight: normal;
	font-size: 12px;
}
#coAuthors .col-md-3, 
#coAuthors .col-md-4, 
#coAuthors .col-md-6, 
#coAuthors .col-md-2 {
	padding-right: 7px;
	padding-left: 7px;
} /* reset */
		
.clone-plus, .clone-minus { 
	width: 3em; 
	display: inline-block; 
}

.reg_text + .reg_text { 
	margin-top: 1rem; 
}

.reg_text input[type='checkbox'], 
.box-accept input[type='checkbox'] {
	margin-right: .5rem;
}

.reg_text label { 
	display: initial; 
	font-weight: normal; 
}

.reg_text a {
	text-decoration: underline;
}

input[type='checkbox'], 
label { 
	cursor: pointer; 
}

/* template fix for bootstrap popup */
.modal-header > h4 {
	display: inline-block;
}

.modal-header > h4::first-letter { 
	text-transform: uppercase; 
}

@media (min-width: 768px) {
	.modal-dialog {
		width: auto;
		max-width: 860px;
		margin: 30px auto;
	}
}

/* google recaptcha2 */	
#captchaCont {
	padding-right: 0;
}

.g-recaptcha > div.invalid { 
	border: 1px solid red;
}
.g-recaptcha {
	transform:scale(0.985);
	transform-origin:0 0;
}

/* Visa Application Form */
#visa_application_form .alert, 
#visa_send_btn {
	margin-top: 20px;
}

/* Main form */
div.table, div.tbl { 
	display: table; 
	border-collapse: collapse;
	margin-bottom: 0; 
}
div.tcaption { 
	display: table-caption; 
}
div.thead { 
	display: table-header-group; 
}
div.tbody { 
	display: table-row-group; 
}
div.tfoot { 
	display: table-footer-group; 
}
.tr { 
	display: table-row; 
}
div.td, .tr > div { 
	display: table-cell; 
}

div.zmiana_waluty { 		
	font-weight: bold; 		
}
div.zmiana_waluty select { 
	padding: .2em; 
	font-weight: bold; 
}
.zmiana_waluty .td { 
	padding: .5em .4em; 
}
.zmiana_waluty .td::first-letter { 
	text-transform: uppercase; 
}
.zmiana_waluty .td:nth-child(2) { 
	text-align: right; 
} 

#usl_form { 
	margin: 0; 
	background: none; 
	border: none; 
}
#usl_form h1, #usl_form h2, #usl_form h3 { 
	margin: .7em .85em; 
}
#usl_form .table { 
	border: 1px solid #bababa; 
}

#usl_form .box-accept {	
	margin-bottom: 1.35rem;
}

.box-accept a {
	text-decoration: underline;
}

.uslugi {
	width: 100%;
	/*border-collapse: separate;
	border-spacing: 2px;*/
	border-collapse: collapse;
	border-color: grey;
	font-size: .95em;
	color: #666666;
	text-align: center;
}
.uslugi .thead, .uslugi .tcaption, #payment-conditions .panel-heading, #summary { 
	background-color: #3fa9e0; 
	color: #fff; 
	font-weight: bold; 
}
.uslugi .thead .td::first-letter { 
	text-transform: uppercase; 
}
.uslugi .td, .uslugi .tcaption { 
	padding: 5px; vertical-align: middle; 
}
.uslugi .dat { 
	width: 8rem; text-align: center; 
}
.uslugi .subsum { 
	color: #6297BC; 
	font-weight:bold; 
}
::-webkit-input-placeholder { 
	color: rgb(170,170,170); 
}
::-moz-placeholder { 
	color: rgb(170,170,170); 
}
#uslugi .tbody .tr:hover, #platnosci_all .tbody .tr:hover { 
	background-color: #dff8ff; 
}
.uslugi .tbody .tr.chosen { 
	background-color: #dff8ff; 
	-moz-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.uslugi .tbody .tr:not(:last-child) .td { border-bottom: 1px solid #bababa; }

.uslugi input[type='text'], 
.uslugi textarea { 
	border: 1px solid rgb(170,170,170); 
}
.uslugi select { padding: 2px; }
.uslugi input { padding: 1px 3px; }

#uslugi .thead select { color: #666666; }
#uslugi .tbody .col-dates { padding: 20px; text-align: left; }
#uslugi .col-sum { text-align: right; }
#uslugi .col-quantity .add-label { display: none; }
#uslugi #oshot-cont { float: left; margin-top: 5px; }
#uslugi .col-dates { min-width: 21rem; }
#uslugi .col-dates input[name^='trtime'] { width: 8rem; }
#uslugi .col-dates input[name^='trnr'] { width: 16.5rem; }
#uslugi input[name^='termin'], #uslugi input[name^='trtime'], #uslugi input[name^='data_od'], #uslugi input[name^='data_do'] { cursor: pointer; }

/*
.uslugi .uscyc1 { background-color: #fff; }
.uslugi .uscyc2 { background-color: #E9E9E9; }
*/
.uslugi .popraw { background-color: #C6EBF7 !important; }

.caption-holder { 
	display: inline-block; 
	position: relative; 
	line-height: 0; 
}
.caption-holder > label { 
	font-weight: normal; 
	font-size: .8em; 
	line-height: .85em; 
	position: absolute; 
	left: 0; 
	top: -1em; 
}
.caption-holder > label::first-letter { 
	text-transform: uppercase; 
}
.uwagi .caption-holder > label { 
	position: static; 
	line-height: 1.5em; 
	margin-bottom: 0; 
}
.uwagi .caption-holder + .caption-holder, 
.uwagi .caption-holder + textarea, 
input[name^='trnr'] { 
	margin-top: .5em; 
	display: block; 
}

.caption-holder input { line-height: 20px; }

.caption-holder input + input, 
.caption-holder + .caption-holder { 
	margin-left: .5rem; 
}

.uslugi .col-name { text-align: left; font-weight: bold; }
.uslugi .tbody .td.col-name { text-align: justify; }
.uslugi .col-dates { width: 14em; }
.uslugi .col-info { width: 20%; }
.uslugi .col-price, .uslugi .col-sum { width: 7em; }
.uslugi .col-price span[id^='kwota_'], .uslugi .tr[data-service-type='3'] span[id^='suma_'], .uslugi .tr[data-service-type='3'] span[id^='waluta_'] { display: none; }
.uslugi .col-sum { font-weight: bold; }

/* SweetAlert2 fix */
html.swal2-shown { 
	overflow: hidden;				
}

body.swal2-height-auto {
	height: 100% !important;
}

/* żeby przeskakiwała strona przy kliknięciu przycisku potwierdzającego w sweetalert */
html.swal2-shown,
body.swal2-shown { 
	overflow-y: hidden !important; 
	height: auto !important;
}

.swal2-container {
	z-index: 1200;
}

.swal2-popup, .swal2-html-container {
	font-weight: 300;
}

.swal2-html-container li {
	text-align: left;
}

/* nie mieściło się podkreślenie z linku w ostatniej lini i pokazywał się suwak */
.swal2-html-container {
	padding-bottom: 3px !important;
	word-break: initial;
}

/* przyciski */
.swal2-popup button.swal2-styled {
	font-size: 1.0625em;
	padding: 0.625em 2em;
}

.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #3085d6;	
}
.swal2-popup .swal2-styled.swal2-cancel {
	background-color: #d33;	
}

.swal2-popup .swal2-styled:focus {
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .75) !important;
}

.swal2-close {
	box-shadow: none !important;
}

.swal2-popup {
	font-size: 1.5rem;
}

.swal2-modal .swal2-checkbox, 
.swal2-modal .swal2-file, 
.swal2-modal .swal2-input, 
.swal2-modal .swal2-radio, 
.swal2-modal .swal2-select, 
.swal2-modal .swal2-textarea {
	margin: 5px auto;
}
.swal2-modal select { cursor: pointer; }
.swal2-modal .swal2-validationerror { margin: 10px -20px -5px; }
.swal2-content small { font-size: .7em; line-height: .6em; white-space: nowrap; color: #777; }
.swal-wide{  width: auto !important; }
.swal2-radio, .swal2-modal label { 
	cursor: pointer; 
	display: inline-block
}
/* end of swal2 fix */

#fv_cont [readonly] { 
	background-color: #e9e9e9;
}

#fv_cont #nipNotice {	
	color: #f00;
	text-align: justify;
}

#fv_cont #gusInfo { 
	color: blue;  
	font-size: .85em;
	line-height: 1.15em;
	text-align: justify;
  text-justify: inter-word;
	margin-top: 3px;
	display: none;
}

#fv_cont { border-collapse: collapse; }
#fv_cont .tcaption { text-align: left; }
#fv_cont .tbody .td { padding: .4em; }
#fv_cont .tbody .td { border: 0; }
#fv_cont .tbody .td { width: 33.33333333%; }
#fv_cont .tbody .td:nth-child(1) { text-align: right; }
#fv_cont .tbody .td:nth-child(2) { text-align: left; }
#fv_cont input[type='text'], #fv_cont .select2-sizer, #fv_cont textarea { width: 100%; } 
#fv_cont textarea { resize: vertical; }
#fv_cont .tbody .tr:last-child .td { padding-bottom: 1em; }

#chooseCompanyForm { padding-left: 1em; line-height: 1.5em; text-align: left; }

#platnosci_all { margin-top: .5em; }
#platnosci_all .tcaption { text-align: left; }
#platnosci_all .tbody .td { cursor: pointer; }
#platnosci_all .tbody .td:nth-child(1) { width: 3em; }
#platnosci_all .tbody .td:nth-child(2) { text-align: left; }
#platnosci_all .tbody .td:nth-child(3) { text-align: right; }
#platnosci_all .tbody .td:nth-child(3) img { 
	max-height: 50px !important; 
}
#platnosci_all input[type="radio"], #platnosci_all label { cursor: pointer; }
#platnosci_all label { line-height: 1.45em; margin-bottom: 0; text-align: justify; }
#platnosci_all label::first-letter { text-transform: uppercase; }
#platnosci_all label>span { font-weight: normal; font-size: .87em; }
#platnosci_all label>span br { display: none; }
#platnosci_all label>span.note { font-style: italic; color: #AAAAAA; }
#platnosci_all label>span.red	{ color: red; font-weight: bold; }
#platnosci_all .tbody .td { border-bottom: 1px solid #bababa; }

div.opcja { text-align: right; margin: 0 0 4px 0; font-weight: bold; font-size: 11px; }
div.opcja input { float: right; margin: 0 0 0 7px; cursor: pointer; }

div.uwagi { margin: 0; padding: 0; display: none; line-height: 0; }
.uwagi .people-label { line-height: 1.5em; font-size: .8em; }
.uwagi .people-label::first-letter { text-transform: uppercase; }
.uwagi textarea { height: 2em; min-height: 2em; width: 100%; resize: none; line-height: 20px; }
.uwagi input, .uwagi select, .uwagi .caption-holder { width: 100%; }
.uwagi .people-list:not(:empty) { margin-bottom: .5em; } 
div.u_more { font-weight: normal; }

#payment-conditions .panel-heading::first-letter { text-transform: uppercase; }
#final_cont { font-size: 1.15em; text-align : center; width: 100%; margin-top: 1.5em;  }

/* Login (bootstrap) */
form[name="f_login"] .rec_1 { display: none; }
form[name="f_recovery"] button { margin-top: .7em; }

/* Abstracts */
#user-docs { margin: 0 auto 2em; width: auto; }
#user-docs, #user-docs td, #user-docs th { border: 1px solid #83ACCA; border-collapse: collapse; vertical-align: middle; text-align: center; }
#user-docs > thead > tr { background-color: #83ACCA; color: white; }
#user-docs td:nth-child(2) { text-align: left; }
#pliczki_kont th::first-letter, #abstract-form label::first-letter { text-transform: uppercase; }
#abstract-join-with { display: none; }
.form-group .select2-container .select2-selection--single { 
	height: 34px;
	border: 1px solid #ccc;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px; 
}
#p_ajaxy { margin: 2em auto 1em auto; text-align: center; font-size: 15px; } 

/* Abstract tim presentation */
.abstracts-presentations > thead > tr > th {
	border-bottom-width: 1px !important;
	text-align: center;
	background: #f7f7fd;	
}

.abstracts-presentations th, .abstracts-presentations td {
	vertical-align: middle !important;
}

.abstracts-presentations tr > td:first-child {
	white-space: nowrap;
}

.table-responsive + .table-responsive {
	margin-top: 2em;
}

.abstracts-presentations tr > td {
	color: #000;
}

.abstracts-presentations tr > td:nth-child(3) {
	background-color: #fbdbc4;
}

.abstracts-presentations tr > td.TS1 {
	background-color: #f7f7f7;
}

.abstracts-presentations tr > td.MS06 {
	background-color: #fbbb05;
}

.abstracts-presentations tr > td.MS03 {
	background-color: #f23a00;
}

.abstracts-presentations tr > td.MS18 {
	background-color: #4cd6ff;
}

.abstracts-presentations tr > td.MS16 {
	background-color: #66ffff;
}

.abstracts-presentations tr > td.MS14 {
	background-color: #00cc99;
}

.abstracts-presentations tr > td.MS15 {
	background-color: #66ffcc;
}

.abstracts-presentations tr > td.MS04 {
	background-color: #ff6433;
}

.abstracts-presentations tr > td.MS20 {
	background-color: #8585ff;
}

.abstracts-presentations tr > td.MS11 {
	background-color: #78e434;
}

.abstracts-presentations tr > td.MS08 {
	background-color: #ffff00;
}

.abstracts-presentations tr > td.MS07 {
	background-color: #ffe36d;
}

.abstracts-presentations tr > td.MS17 {
	background-color: #32ffff;
}

.abstracts-presentations tr > td.MS01 {
	background-color: #b83d00;
}

.abstracts-presentations tr > td.TS4 {
	background-color: #969696;
}

.abstracts-presentations tr > td.MS23 {
	background-color: #d454a9;
}

.abstracts-presentations tr > td.MS05 {
	background-color: #ff8029;
}

.abstracts-presentations tr > td.MS13 {
	background-color: #37af37;
}

.abstracts-presentations tr > td.MS21 {
	background-color: #d47dff;
}

.abstracts-presentations tr > td.TS3 {
	background-color: #c0c0c0;
}

.abstracts-presentations tr > td.TS2 {
	background-color: #dddddd;
}

.abstracts-presentations tr > td.MS22 {
	background-color: #cb4bff;
}

.abstracts-presentations tr > td.MS12 {
	background-color: #58ca36;
}

.abstracts-presentations tr > td.MS09 {
	background-color: #ccff99;
}

.abstracts-presentations tr > td.MS10 {
	background-color: #99ff32;
}

.abstracts-presentations tr > td.MS19 {
	background-color: #6bafff;
}


/* Transaction details */
#transaction-list { text-align: left; }
.accordion-toggle { cursor: pointer; }
.accordion-toggle:after {
	font-family: 'FontAwesome';
	content: "\f077";
	float: right;
}
.accordion-toggle.collapsed:after {    
	content: "\f078";
}
#transaction-list .tbody .td:nth-child(2), #transaction-list .tbody .td:nth-child(3), #transaction-list .tbody .td:nth-child(4) { white-space: nowrap; }
#transaction-list	{ display: inline-block; max-width: 85%; }
#transaction-list b { display: inline-block; }
#transaction-list b::first-letter { text-transform: uppercase; }
#transaction-list a { font-size: 1.15em; }
#transaction-list a:hover { text-decoration: none; }
div.trans-details { border-collapse: collapse; padding: 0; background-color: #FDFDFD; margin: 0 auto; text-align: center; width: auto; }
div.trans-details .td, div.trans-details .tcaption { padding: 8px; border: 1px solid #DBDBDB; vertical-align: middle !important; }
div.trans-details .td div + div { margin-top: .5rem; }
div.trans-details:not(:last-child) .tbody .td { border-bottom: 0; }
.trans-header { text-align: center; padding: .5em;font-size: 1.3em; font-weight: bold; margin: 0 auto; }
.trans-details .tcaption { text-align: right; caption-side: bottom; background-color: #f3f3f3; border-top: none !important; }
.panel-collapse .trans-details .name { text-align: left; width: 50rem; }
.panel-collapse .trans-details .name, .panel-collapse .trans-details .tcaption { border-left: 0; }
.panel-collapse .trans-details .sum, .panel-collapse .trans-details .tcaption { border-right: 0; }
.panel-collapse .trans-details .tcaption { border-bottom: 0; }
div[id^="trans_det_"] .trans-details { margin: 1.5em auto; }
div#tr_legend { margin-top: 10px; line-height: 200%; display: none; }

/* Tooltip */
.tip { display: none; font-family: verdana; }
#c_daty, .wfvp { margin: 0 auto; border: 1px solid #8e8e8e; border-collapse:collapse; }
#c_daty th, .wfvp th { color: #ffffff; background-color: #8e8e8e; font-weight: bold; }
#c_daty th, #c_daty td, .wfvp th, .wfvp td { border: 1px solid #8e8e8e; padding: 3px 5px; }  
div.ui-tooltip { margin: 0 auto; font-family: verdana; max-width: 950px; font-size: .9em; }

/* członek grupy nagłówek */
.gidu { color: #fff; background-color: #9369CA; border: 1px solid #fff; padding: 0.5em; }
.gidu span { cursor: pointer; font-size: 1.3em; }
.gidu input { cursor: pointer; float: right; margin-left: .7em; }
.gidu input:hover { border: 1px solid #6EB123; color: #6EB123; background-color: #ffffff; }

/* koszyk */
#summary-cont { text-align: center; }
#summary { margin: 1em auto; border: 1px solid #bababa; }
#summary h3 { font-size: .95em; font-weight: bold; text-align: left; line-height: 2.2em; color: #fff; margin: 0 5px; }
#summary .table { text-align: left; width: 100%; }
#summary .table { border-bottom: 0; border-left: 0; border-right: 0;  }
#summary .jkn { background-color: #9369CA; color: #fff; padding: .3em .5em; }
#summary .jkp td { padding: 2px 7px; font-size: 1.2em; line-height: 1.4em; }
#summary .dates { text-align: center; }
#summary .sum { font-weight: bold; }
#summary .sum, #summary .action { text-align: right; }
#summary input { cursor: pointer; padding: .3em .5em; border: 1px solid #808080; }
#summary input:hover { border: 1px solid red; color: red; }
#summary .tr:not(:last-child) { border-bottom: 1px solid #bababa; }


/* gotówka */
#cash_cont { 
	width: 26em; 
	max-width: 100%; 
	margin: 2.25em auto; 
}

div.blad { 
  font: normal 1.3em/1.4em verdana, 'century gothic', 'Trebuchet MS', Arial, Sans-serif;
  color: #000;
  border: 1px solid red; 
  margin: 1.5em 1em; 
  background-color: #F2D6EB; 
  padding: 0.7em; 
  -webkit-border-radius: .5em; 
  -khtml-border-radius: .5em; 
  -moz-border-radius: .5em;
  border-radius: .5em;
  display: none;
}
  
div.blad span { 
	display: none; 
}

#main table { margin: 0 auto; }
.text-box img { max-width: 100%; }	

/****************** Media Query (mobile) ***************/
@media (max-width:767px) {			
	.form-group { 
		margin-bottom: 3px; 
	}
	
	#reg_btn { 
		font-size: 17px; 
		padding: 10px 12px; 
	}
	
	.uslugi { 
		font-size: .95em; 
	}
	.uslugi .tbody .tr.chosen { 
		background-color: #dff8ff !important;  
	} /* bo nie podświetla płatności, nie będzie działać miganie przy popraw */
	
	#usl_form select { 
		font-size: 1.25em; 
		padding: .15em; 
		font-weight: normal; 
	}
	.zmiana_waluty, 
	.zmiana_waluty .tr, 
	.zmiana_waluty .td { 
		display: block; 
	}
	.zmiana_waluty .td:nth-child(2) { 
		float: left; 
		text-align: left; 
		width: 80%; 
	}	
	.zmiana_waluty .td:nth-child(3) { 
		float: left; 
		width: 20%; 
	} 
	div.zmiana_waluty select { 
		font-size: 1em; 
	}
	.uslugi .tbody .tr:not(:last-child) .td { 
		border-bottom: none; 
	}	
	
	#uslugi, 
	#uslugi .thead, 
	#uslugi .tbody, 
	#uslugi .thead .td { 
		display: block; 
		width: 100%; 
	}		
	#uslugi .tr { 
		display: flex; 
		width: 100%; 
		flex-wrap: wrap;
		/*align-items: flex-start;*/
		align-items: center;
	}
	/*#uslugi .thead select { font-size: 1em; }*/
	#uslugi .tbody .tr:not(.chosen), 
	#platnosci_all .tbody .tr:hover { 
		background-color: #fff; 
	}
	#uslugi .tbody .tr:not(:last-child) .td { 
		border-bottom: none; 
	}
	#uslugi .tbody .tr .td.col-name { 
		flex: 1 100%; 
		order: 1; 
	}	
	#uslugi .tbody .tr .td.col-name .u_more { 
		display: inline; 
	}
	#uslugi .tbody .tr .td.col-name .u_more:before { 
		content: " - "; 
	}
	#uslugi .tbody .tr .td.col-price { 
		flex: 1 50%; 
		font-weight: bold; 
		font-size: 1.25em; 
		order: 1; 
	}
	#uslugi .tbody .tr .td.col-quantity { 
		flex: 1 50%; 
		order: 1; 
	}
	#uslugi .td input[type="text"], #uslugi textarea { 
		font-size: 1.25em; 
		line-height: 1.35em; 
		padding: .15em; 
	}
	#uslugi .tbody .tr .td.col-dates { 
		flex: 1 1 100%; 
		order: 1; 
	}
	#uslugi .tbody .tr .td.col-dates:empty { 
		display: none; 
	}	
	#uslugi .tbody .tr .td.col-info { 
		flex: 1 1 100%; 
		border-bottom: 1px solid #bababa; 
		order: 1;
	}	
	#uslugi .caption-holder br { 
		display: none; 
	}
	#uslugi .caption-holder > label { 
		font-size: .85em; 
	}			
	#uslugi .td.col-dates .caption-holder.full-width { 
		display: block;  
	}
	#uslugi .caption-holder.half-width, 
	#uslugi .caption-holder.full-width input { 
		width: calc(50% - .15em); 
	}
	#uslugi .col-quantity .add-label { 
		display: inline; 
	}		
	#uslugi .col-dates input[name^='trnr'], 
	#uslugi input[name^="termin"], 
	#uslugi input[name^="data_od"], 
	#uslugi input[name^="data_do"] { 
		width: 100%; 
	}
	
	#fv_cont .table, 
	#fv_cont .tcaption, 
	#fv_cont .tbody, 
	#fv_cont .thead, 
	#fv_cont .tr, 
	#fv_cont .td { 
		display: block; 
		width: 100%; 
	}	
	#fv_cont .tbody .td:nth-child(1), 
	#fv_cont .tbody .td:nth-child(2) { 
		width: 100%; 
		text-align: left; 
	}

	.td.checkbox.checkbox-primary.checkbox-inline {
		margin-left: 20px;
	}

	#fv_cont input, 
	#fv_cont .select2-sizer { 
		width: 100%; 
	}
	#fv_cont .tbody .td:nth-child(1), 
	#fv_cont .tbody .tr:last-child .td:nth-child(1) { 
		padding: 0 .4em 0; 
	}
	#fv_cont .tbody .td:nth-child(2) { 
		padding: .1em .4em .5em !important; 
	}
	#fv_cont .tbody .td:nth-child(3) { 
		display: none; 
	}
	#fv_cont .tbody .tr:last-child .td:nth-child(2) { 
		padding-bottom: 1em !important; 
	}
	
	#platnosci_all label { 
		line-height: 1.35em; 
	}
	
	#summary .table, 
	#summary .tcaption, 
	#summary .tr, 
	#summary .td {
		display: block; width: 100%; 
	}
	#summary .tr { 
		display: flex; 
		width: 100%; 
		flex-wrap: wrap;
		align-items: center;
	}
	#summary .sum { 
		text-align: center; 
	}
	#summary .td.name, 
	#summary .td.dates { 
		flex: 1 100%; 
	}	
	#summary .td.quantity, 
	#summary .td.sum, 
	#summary .td.action { 
		flex: 1 33.33333%; 
	}		
	
	#final_cont { 
		margin-top: 0 !important; 
	}
		
	#transaction-list { 
		width: 100%; 
		max-width: 100%; 
	}
	#transaction-list a { 
		font-size: 1.5em; 
	}
	.trans-details .td, 
	.trans-details .tcaption { 
		border: none !important; 
	}
	.trans-details .td.pcs, 
	.trans-details .td.person, 
	.trans-details .td.sum  { 
		padding: 4px 8px; 
	}	
	.trans-details .desc { 
		display: inline-block; 
		font-weight: bold; 
	}
	.trans-details, 
	.trans-details .tbody, 
	.trans-details .tr, 
	.trans-details .td, 
	.trans-details .tcaption { 
		display: block; 
	}
	/*.trans-details .tr + .tr, .trans-details .tbody + .tcaption { margin-top: 2em; }*/
	.trans-details .tr { 
		border-bottom: 1px solid #DBDBDB; 
	}
	.trans-details { 
		border-top: 1px solid #DBDBDB !important;
	}
	.panel-collapse .trans-details .name { 
		width: auto; 
	}
	
	/* general layout fix */
	.section { 
		padding: 18px 0; 
	}
	.section-breadcrumbs h1 { 
		font-size: 22px; 
	}
	.text-box img, 
	.text-box table, 
	.text-box iframe { 
		max-width: 100% !important; 
		margin-left: auto !important;
		margin-right: auto !important;		
	}		
	/*
	.text-box table, .text-box tbody { display: block; }
	.text-box tr { display: flex; flex: 0 1 auto; flex-flow: column wrap; align-items: center; }
	.text-box td { width: auto !important; max-width: 100%; }	
	*/
	 div.ui-tooltip { 
		max-width: 90%; 
	}
}

/* menu rozwijane */
.expand { background: url('/img/cond_icon.gif') no-repeat 95% 50%; }
.expand.active { background: url('/img/expand_icon.gif') no-repeat 95% 50%; }
#nav2 li ul { display: none; list-style:none; margin: 5px 0 0 0px; padding: 0 0 0 15px; }
#nav2 li ul li a {padding: 3px 25px; }

#cennik { border-collapse: collapse;  }
#cennik td { padding: 3px 6px; border: 1px solid #555; }

#rev_oceny input.button { font-size: 1.25em; padding: .6em; display: block; margin: 1em auto; }
#rev_oceny img { display: block; margin: .5em auto; }
#rev_oceny strong { display: inline-block; }
#rev_oceny strong::first-letter { text-transform: uppercase; }

#gradesBlocks { 
	display: flex; 
	flex-direction: column;
}
#gradesBlocks > div { width: 100%; }
#gradesBlocks .blockInputs { order: 1; }
#gradesBlocks .blockPoints { order: 2; }

/***************** abstract reviewer form *******************/
#oceniajka_1 { width: 97%; }
#oceniajka_1 select { 
	min-width: 16em; 
	padding: .35em;
}
#oceniajka_1 textarea, #oceniajka_1 input[type='file'] { width: 100%; }
#oceniajka_1 td { padding: .35em; }
#oceniajka_1 tr td:first-child { text-align: right; }

#oceniajka_2 { width: 100%; margin: 1.25em 0 !important; border-collapse: collapse; }
#oceniajka_2 th:nth-child(n+2) { font-size: .7em; }
#oceniajka_2 th, #oceniajka_2 td:nth-child(1) { background-color: #dadada; }
#oceniajka_2 td, #oceniajka_2 th { border: 1px solid #888; padding: .3em .5em; }
#oceniajka_2 td:nth-child(1), #oceniajka_2 th:nth-child(1) { width: 40%; }
#oceniajka_2 td:nth-child(n+2), #oceniajka_2 th:nth-child(n+2) { text-align: center; width: 6%; }
#oceniajka_2 textarea { width: 98%; }
#oceniajka_2 tr:last-child { font-weight: bold; font-size: 1.2em; }

textarea.autosize { 
	resize: none; 
}

#t_rec_oceny td:nth-child(1), #t_rec_oceny th:nth-child(1) { width: 260px; max-width: 260px; }

/* formularz dla organizatora */
#reg_form tr.org-prices-header td { text-align: left !important; font-weight: bold; color: #0000d9; }
#reg_form tr.org-prices-row select { max-width: 140px; }
#reg_form tr.org-prices-row td:nth-child(1) { text-align: right; }
#reg_form tr.org-prices-row td:last-child { text-align: center; }
#reg_form tr.org-prices-sum td { font-weight: bold; color: #333; }
#reg_form tr.org-prices-row span.data-sum-pln, #reg_form tr.org-prices-row span.data-subsum-pln { display: none; }

/* Countdown clock */
#countdownContainer { text-align: center; margin-bottom: 2em; }
#countdownContainer h1 { 
	font-weight: 400; 
	margin-top: 0;
}

#countdownDiv {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#countdownDiv > div {
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
}

#countdownDiv div > span {
	padding: 15px;
	border-radius: 3px;
	background: rgba(0,0,0,0.25);
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

/* stare ajfony */
@media (max-width: 400px) {
	#countdownDiv {
		font-size: 5.5vw;
	}
	#countdownDiv div > span {
		padding: 3.5vw;
	}
	.smalltext {
		font-size: 3.5vw;
	}
}

/* Table sorter */
th.header, th.tablesorter-header { 
	/*background-image: url(/img/ts/ts_bg.gif);*/     
	cursor: pointer; 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	/*padding-left: 20px;*/ 
	margin-left: -1px; 
} 

th.headerSortUp, th.tablesorter-headerAsc { 
	background-image: url(/img/ts/ts_asc.gif);
	background-color: #9E7ACA; 
}

th.headerSortDown, th.tablesorter-headerDesc { 
    background-image: url(/img/ts/ts_desc.gif); 
    background-color: #9E7ACA; 
}
/* Table sorter END */ 

/* User abstract list */ 
#userAbstractsList.tablesorter th {
	border-bottom-width: 0;
}

#userAbstractsList.tablesorter th.tablesorter-headerAsc,
#userAbstractsList.tablesorter th.tablesorter-headerDesc {
	background-color: #eae0f3; 
}

/* loader */
#loader-overlay {
	display:    none;
	position:   fixed;
	z-index:    10005;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba(0, 0, 0, .65);
}
body.loading { overflow: hidden; }
body.loading #loader-overlay { display: block; }

.loader-animate {
	border: 7px solid #efefef; /* Light grey */
	border-top: 7px solid #3f87e0; /* Blue */
	border-radius: 50%;
	width: 60px; /* circle size */
	height: 60px; /* circle size */
	animation: spin 1.5s ease-out infinite;
	position: absolute;
	left: calc(50% - 30px); /* odjąć połowę wielkości */
	left:-webkit-calc(50% - 30px);
	left:-moz-calc(50% - 30px);
	top: calc(50% - 30px);	
	top:-webkit-calc(50% - 30px);
	top:-moz-calc(50% - 30px);
}

#captcha_img {
	max-width: 100%;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* @group Blink */
.blink {
	animation: blink 1s linear infinite;
}

@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
/* @end */


