/*fixes*/
.clear-container > .row {margin: 0px;}
form .select2-container.form-control {
  height: auto;
}

/*text*/
.fontsize11em {font-size:1.1em;}
.fontsize13em {font-size:1.3em;}

/**forms*/
.checkbox-list > label.checkbox-inline:first-child,
label.checkbox-inline:first-child {
padding-left: 0;
}
.form-inline .form-group {
	width:100%;
}

.radio .checker input[type="radio"], 
.radio-inline .checker input[type="radio"], 
.checkbox .checker input[type="checkbox"], 
.checkbox-inline .checker input[type="checkbox"] {
	margin-left:0px;
}
/**iCheck*/
.iradio_square-grey, .icheckbox_square-grey {
margin-right: 5px;
}
/**end iCheck*/

/*image*/
.img-width-200 {
width: 200px;
}
.lft-img-margin {
margin: 0 20px 5px 0;
}
.rgt-img-margin {
margin: 0 0 5px 20px;
}
.float-left-image {
margin:10px 20px;
float:left;
}
.overflow-hidden {overflow:hidden;}
.clear {clear:both;}

/*positioning*/
.padding-0 {padding:0px !important;}
.margin-top-20 {margin-top:20px !important;}
.margin-bottom-0 {margin-bottom:0px !important;}
.margin-bottom-10 {margin-bottom:10px !important;}
.margin-bottom-20 {margin-bottom:20px !important;}
.margin-bottom-30 {margin-bottom:30px !important;}
.margin-bottom-40 {margin-bottom:40px !important;}

.table {display:table;}
.vertical-align-box {
	display:table-cell !important;
	vertical-align:middle !important;
	float:none !important;
}

/*others*/
.passreminder-container {
	width:50%;
}
@media (max-width:992px) {
	.passreminder-container {
		width:100%;
	}
}
.purchase {
padding:30px !important;
}
.copyright > .row {
	margin:0px;
}
a[name] {
  padding-top: 130px;
  margin-top: -130px;
  display: inline-block; /* required for webkit browsers */
}
a[name="form"] {
	display: block;
}
@media (max-width:991px) {
	a[name="form"] {
		display: none;
	}
}

.breadcrumbs {margin-bottom:30px;}
.breadcrumbs h1 > small {font-size: 16px;}
.alert h4 {margin-bottom:0px;}

/**error page*/
.error-v1 {
	margin-bottom: 20px;
	text-align: center;	
}

.error-v1 p {
	color: #555;
	font-size: 20px;
}

.error-v1 span {
	color: #555;
	display: block;
	font-size: 40px;
}

.error-v1 span.error-v1-title {
	color: #777;	
	font-size: 180px;
}


/*For Mobile Devices*/
@media (max-width: 500px) { 
	.error-v1 p {
		font-size: 16px;
	}	

	.error-v1 span {
		font-size: 30px;
	}

	.error-v1 span.error-v1-title {
		font-size: 140px;
	}
}

/** blog */
.blog-author-container-single {/*width:200px;margin-right:15px;*/}
.blog-author-container-single img,
.blog-author-container img {
	width:200px;
	float:left;
	margin:0px 20px 10px 0px;
}

/** ikony plikow do pobrania */
.download-items {
	clear:both;
	overflow:hidden;
	margin:35px 0px;
}
.download-items > .html-content {
	text-align:center;
}

.download-items > .html-content iframe.html-iframe {
	width: 100%;
	border: 0;
	min-height:  400px;
	display: none;
	/* position: absolute;
	left: -5000px; */
}

.download-icon {
	float:left;
	text-align:center;
	
}
.download-icon > i {
	width: 72px;
	height: 72px;
	background-image: url("../images/icons/fileicon.png");
	background-repeat: no-repeat;
	display:block;
	margin-bottom:10px;
	background-size: 100%;
}
.download-icon-doc > i,
.download-icon-docx > i,
.download-icon-rtf > i{
	background-image: url("../images/icons/doc.png");
}
.download-icon-pdf > i {
	background-image: url("../images/icons/pdf.png");
}

.download-icon-pptx > i {
    background-image: url("../images/icons/ppt.png");
}

.download-icon-zip > i,
.download-icon-rar > i {
	background-image: url("../images/icons/compressed.png");
}
.download-icon-xls > i,
.download-icon-xlsx > i {
	background-image: url("../images/icons/excel.png");
}
.download-icon-avi > i,
.download-icon-mp4 > i {
	background-image: url("../images/icons/movie.png");
}
.download-icon-mp3 > i {
	background-image: url("../images/icons/music.png");
}
.download-icon-txt > i {
	background-image: url("../images/icons/text.png");
}

.clear-container {
	padding:0px;
	clear:both;
}
.container.clear-container {padding: 0px 15px;}
.doc-img-container {float:left;margin: 0px 10px 10px 0px;}
.doc-img-container img {border: 1px solid #CFCFCF;}

/** doc */
#doc-content td {
padding: 7px 10px;
border: 1px solid #E2E2E2;
width: auto;
}

#doc-content td > p {
margin:0px;
}

#doc-content table {
margin:10px 0px;
}

#doc-content .attachments-list-container-with-enlarge .gallery-item {
	position: relative;
	cursor: pointer;
}
#doc-content .attachments-list-container-with-enlarge .gallery-item:after {
	content: "";
	background: url(/themes/default/images/icons/zoom.svg) center center no-repeat;
	height: 70px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 2;
	background-size:contain;
	top:30%;
	left: 0%;
	right: 0%;
	text-align: center;
	pointer-events: none;
}
#doc-content .attachments-list-container-with-enlarge .gallery-item:hover:after {
	height:80px;
}
#doc-content .attachments-list-container-with-enlarge img.imgModal {
	opacity: 0.5;
}


/*index*/
.index-item {margin-bottom:40px;}
.blog-post-tags {overflow:auto;}
.blog-tags {float:left;}

.blog-main-list .blog-tags {
	font-size:13px;
	color:#686868;
}
.blog-main-list .blog-tags > li > a {
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #e0e1e3;
	padding: 3px;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
	background-color: #f3f4f5;
}
.blog-main-list .blog-tags > li > a:hover {
	background-color: #f3f4f5;
}
.blog-main-list .blog-tags > li > i {
	margin-right:2px;
}
.img-video-overlay {
    position: relative;
    left: 0px;
    top: 0px;
}
.img-video-overlay > i {
    position: absolute;
    left: 5px;
    bottom: 5px;
    background: #383838;
    padding: 12px 17px;
    font-size: 1.4em;
    color: #F4F4F4;
    box-shadow: 0px 0px 4px 0px #000;
    z-index:2;
}
.img-video-overlay:hover > i {
    box-shadow: 0px 0px 4px 1px #000;
}
.doc-categories {display:inline-block;}

/**download item index*/
.blog-main-list .download-item {
	border-bottom:1px solid #e0e1e3;
	padding-bottom:20px;
}

.blog-main-list .download-item h2 {
	margin-bottom:20px;
	color:#686868;
	font-size: 27px;
	line-height: 1.2em;
}

.blog-main-list .download-item .doc-download-link h5 {
	font-size: 14px;
	text-transform: uppercase;
}
.blog-main-list .download-item .doc-download-link h5 > i {
	margin-left:10px;
}
.download-item a.doc-download-link {
	border: 1px solid #000;
	padding: 5px 22px;
}
.download-item a.doc-download-link > h5 {margin:0px;}

/**timeline index*/
.blog-timeline {
	max-width:900px;
	margin:auto;
}
 .blog-timeline:after {
	background: rgb(80,80,80);
	background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
	background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
	background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
	background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	width: 4px;
	filter: alpha(opacity=35);
	opacity: 0.35;
}

.blog-timeline .timeline-item {
	margin: 20px 10px 10px 10px;
	padding: 20px;
	position: relative;
	width: 43%;
	float: left;
	z-index: 1;
	margin-bottom: 30px;
	background-color: #FFF;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.blog-timeline .timeline-item.pull-left {
	clear:left;
}
.blog-timeline .timeline-item.pull-right {
	margin-top:120px;
	clear:right;
}
.blog-timeline .timeline-item .item-date {
	position:absolute;
	background:#fff;
	color:#333;
	font-size:20px;
	text-align:center;
	top:0; padding-top:6px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.blog-timeline .timeline-item.pull-right .item-date:after {
	background: #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	right: -6px; top: 11px;
	width: 14px;
	z-index: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.blog-timeline .timeline-item.pull-left .item-date:after {
	background: #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	left: -6px; top: 11px;
	width: 14px;
	z-index: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.blog-timeline .timeline-item .item-date span {
	color:#fff;
	display:block;
	background-color:#333;
	padding:3px 10px 6px 10px;
	margin-top:6px;

	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.blog-timeline .timeline-item.pull-right .item-date {
	left:-20%;
}
.blog-timeline .timeline-item.pull-left .item-date {
	right:-20%;
}

.blog-timeline .timeline-item .item {
	background:none !important;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

.blog-timeline-load-more {
	position:relative;
	text-align:center;
	margin-top:60px;
}
	
.blog-timeline .item h2 {
margin: 0;
}
.blog-timeline .item h2 a {
	text-decoration:none;
}
.blog-timeline .item-title {
	margin-bottom:20px;
	display:block;
}
.blog-timeline .item-title .label {
	font-size:10px;
	text-transform:uppercase;
}
.blog-timeline figure img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
/**blogi*/
.blog-author-container-single img, .blog-author-container img {
	width: 160px;
	border-radius: 0px;
	border: 1px solid #ddd;
	padding: 4px;
	margin-bottom:0px;
}
.blog-author-container > h2 {
	margin-bottom:10px;
}
.blog-author-container .author-desc {
	font-size: 12px;
}
.blog-author-container {
	overflow: hidden;
	background: #f3f4f5;
	padding: 5px;
}
.blogs-doc-list h2 {
	margin-bottom:10px;
}
.blogs-doc-list h2 > a {
	font-size: 27px;
	font-weight: 400;
}
.blogs-doc-list .blog-tags > li {
	font-size:12px;
}
.blogs-doc-list .blog-tags > li > a {
	font-size: 11px;
	text-transform: uppercase;
	color: #555;
	border: 1px solid #e0e1e3;
	padding: 3px;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
	background-color: #f3f4f5;
}
.blogs-doc-list .blog-more-link {
	font-size: 12px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.blog-timeline .timeline-item {
		width:100%;
		float:none !important;
		margin:20px 0 0 0 !important;
	}
	.blog-timeline .timeline-item .item-date {
		display:none;
	}
	.blog-timeline:after {
		background:none;
	}
}

/* addon textEnlarger */
    span#textEnlarger * {padding:0 2px;cursor:pointer; color:#000; font-size:10px !important;}
    span#mediumLetters {font-size:14px !important;}
    span#largeLetters {font-size:16px !important;}
    span.activeZoom {color:#ca0405 !important;}
/* end addon textEnlarger */

/**doc*/
.audiojs .play-pause {width:40px;}
/**end doc*/

/**restricted access*/
#restrictedAccessActiveContainer {
position: fixed;
bottom: 0px;
width: 100%;
padding: 0px;
text-align: center;
box-shadow: 0px 0px 8px 0px #383838;
color: #fff;
z-index:999;
-webkit-transform: translate3d(0,0,0);
}
#restrictedAccessActiveContainer .row {
padding: 10px 0px;
}

#restrictedAccessActiveContainer.restricted-access-active-info {
background: #124eab;
color:#fff;
}
#restrictedAccessActiveContainer.restricted-access-inactive-info {
background: #862729;
color:#fff;
}

#restrictedAccessActiveContainer p {
font-family: "Open Sans", Arial;
font-weight: bold;
margin: 0px;
}

#restrictedAccessActiveContainer button {
font-family: "Open Sans", Arial;
font-weight: bold;
margin: 0px 5px;

}

#restrictedAccessActiveContainer.restricted-access-active-info button {
background:#4b79c0;
}
#restrictedAccessActiveContainer.restricted-access-inactive-info button {
background:#a25c5f;
}
.restricted-access-conditions {
list-style:none;
}
.restricted-access-conditions .restricted-access-value {
color:#f4bd00;
font-weight:bold;
}
#restrictedAccessActiveContainer .row:first-child {
margin-bottom: 10px;
}
#restrictedAccessActiveContainer .restricted-access-special-offer.btn {
background: #f49c00;
color:#fff;
}
.restricted-access-inactive-account-info span {
color:#f4bd00;
font-weight:bold;
}
#restrictedAccessActiveContainer .restricted-access-info {
font-weight: normal;
font-size: 12px;
}
.restricted-access-info-container {
display: none;
}

#restrictedAccessActiveContainer .pull-left {
padding-top: 7px;
}
#restrictedAccessActiveContainer p,
#restrictedAccessActiveContainer ul li {
color:#fff;
}

#restricted-access-user-form-container {
padding: 50px 10px 30px;
margin: 0px;
}

form#restricted-access-user-form input[type="text"] {
border-radius: 0px;
}
/**end restricted access*/
label.show-checkbox {
  height: auto;
  width: auto;
  position: initial;
}

/* spinner */
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
#spinLoader {
    color: #666;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
/* end spinner */
.file-title-v55 {display:none;}
.no-flash-info {font-size:1.2em;font-weight:700;color:#990000;text-align:center;}

.relatedModelInfo > a {
    font-weight: 600;
    font-style: italic;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.fb-login-button::before {
  background: #ffffff;
  border-radius: 2px;
  color: #3b5998;
  content: "f";
  display: table;
  float: left;
  font: 900 32px/25px open sans;
  margin: 2px 10px 0 0;
  padding: 5px 5px 0 15px;
}
.fb-login-button {
  background: #3b5998;
  border-radius: 5px;
  color: #fff;
  display: inline-table;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 15px;
}
.fb-login-button:hover, .fb-login-button:active, .fb-login-button:focus {
    color: #ffffff; 
}
iframe {
    max-width: 100% !important;
}

/*
refs #40230 - style dla regulaminów 
*/
/* .index-list.terms {
	padding-left: 15px;
} */

.index-list.terms .doc-desc.doc-item h3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.index-list.terms .doc-desc.doc-item h3 a:hover, a:focus {
	text-decoration: underline;
}
