.xdebug-var-dump{
	margin-top: 100px;
}

.section-title{
	font-size: 15px;
	font-family: 'Open Sans';
	line-height: 24px;
	padding: 10px 0;
	font-weight: 700;
}

.section-title.small{
	font-size: 13px !important;
	line-height: 20px;
}

.block{
	display: block !important;
}


.indent{
	padding-left: 20px;
}

hr{
/* 	border:0; */
/* 	border-top: 1px solid #dadada; */
/* 	margin-top: 10px; */
/* 	padding: 6px 10px; */
/* 	box-shadow: 0px -5px 5px -5px #ccc;	 */

	margin: 10px 0;
	display: block;
	border:0;
	border-top: 1px solid #dadada;
	box-shadow: 0 0px 3px #dadada;
}

.hr{
	border-top: 1px solid #dadada;
	margin-top: 20px;
	padding: 10px;
	box-shadow: 0px -5px 5px -5px #ccc;
}

.font14{
	font-size: 14px;
	line-height: 20px;
}

.font16{
	font-size: 16px;
	line-height: 22px;
}


.blue-box{
	background: #f5f8fa;
	padding: 10px;
	border: 1px solid #dadada;
}

.border-box{
	border: 1px solid #dadada;
	padding: 10px;
}

textarea.autosize{
	 resize: none;
}

.hide{
	display: none;
}


.sub-title{
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: 700;
	padding: 5px 0;
}








a{
	text-decoration: none;
	color: #5083b2;
}
a:hover{
	color: #333;
}

/* FORM ----------------------------------- */

/*input[type=text],*/
/*input[type=tel],*/
/*input[type=email],*/
/*input[type=password],*/
/*input[type=color],*/
/*input[type=search],*/
/*input[type=number],*/
/*select,*/
/*textarea{*/
 	/*-webkit-box-sizing: border-box; /!* Safari/Chrome, other WebKit *!/*/
 	/*-moz-box-sizing: border-box;    /!* Firefox, other Gecko *!/*/
 	/*box-sizing: border-box; */
	/*padding: 5px 10px;*/
	/*border: 1px solid #cacaca;*/
	/*color: #333; */
	/*font-size: 12px;*/
	/*vertical-align: middle;*/
	/*margin:0;*/
	/*line-height: 18px !important;*/
	/*height: 30px;*/
/*}*/



textarea{
	line-height: 1.4 !important
}

input.error,
textarea.error,
select.error{
  -webkit-box-shadow:#F8B9B7 0 0 6px;
  border-color:#E9322D !important;
  box-shadow:#F8B9B7 0 0 6px;
  position: relative;
  z-index: 999;
}

.submit{
	margin: 10px 0;
}
.submit input[type=submit]{
	margin:0;
}

/* END FORM */

/* SPAN ----------------------------------------------- */



.span-indent{
	margin-left: 50px;
}
[class^="span"],
[class*="span"] {
	display: inline-block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 	box-sizing: border-box;
 	vertical-align: middle;
}

td[class^="span"],
td[class*="span"],
th[class^="span"],
th[class*="span"]{
	display: table-cell !important;
}

.span05{
	width: 35px;
	max-width: 35px;
}
.span1{
	width: 70px;
	max-width: 70px;
}
.span2{
	width: 140px;
	max-width: 140px;
}
.span3{
	width: 210px;
	max-width: 210px;
}
.span4{
	width: 280px;
	max-width: 280px;
}
.span5{
	width: 350px;
	max-width: 350px;
}
.span6{
	width: 420px;
	max-width: 420px;
}
.span7{
	width: 490px;
	max-width: 490px;
}
.span8{
	width: 560px;
	max-width: 560px;
}
.span9{
	width: 630px;
	max-width: 630px;
}
.span10{
	width: 700px;
	max-width: 700px;
}
.span11{
	width: 770px;
	max-width: 770px;
}
.span12{
	width: 840px;
	max-width: 840px;
}
.span13{
	width: 910px;
	max-width: 910px;
}
.span14{
	width: 980px;
	max-width: 980px;
}
.span15{
	width: 1050px;
	max-width: 1050px;
}

/* END SPAN */

/* H TAGS -------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Open Sans';
	color: #73879c;
}


[selector=h][class="bordered"]{
	border-bottom: 1px solid #dadada;
}

/* END H TAGS */

/* BTN ------------------------------------------------  */

a.btn{
	text-decoration: none;
}
.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
	background: #f3f3f3;
	color: #444;
	font-family: 'Open Sans';
	font-weight: 300;
	cursor: pointer;
	border:0;
	background: -webkit-linear-gradient(#fafafa, #f3f3f3); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fafafa, #f3f3f3); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fafafa, #f3f3f3); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fafafa, #f3f3f3); /* Standard syntax */
 	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 	box-sizing: border-box;
	vertical-align: middle;
	margin:0;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #dadada;
	color: #aaa;
}


.btn-grey{
	background: #f3f3f3;
	background: -webkit-linear-gradient(#fafafa, #f3f3f3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fafafa, #f3f3f3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fafafa, #f3f3f3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fafafa, #f3f3f3); /* Standard syntax */
	border: 1px solid #dadada;
	color: #aaa;
}

.btn:hover{
	color: #444;
}

.btn.btn-block{
	display: block !important;
	width: 100%;
}




.btn-uppercase{
	text-transform: uppercase;
}

.btn:ACTIVE{
	-webkit-box-shadow: inset 0px -3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px -3px 10px 0px rgba(0,0,0,0.3);
}

.btn.btn-small{
	font-size: 10px;
	padding: 2px 4px;
	line-height: 13px;
	font-weight: 400;
}

.btn.btn-small img{
	max-height: 12px;
	vertical-align: middle;
}

.btn.btn-medium{
	font-size: 10px;
	padding: 3px 6px;
	line-height: 18px;
}

.btn.btn-big{
	font-size: 18px;
	padding: 10px 20px;
	line-height: 24px;
}

.btn:hover{
	background: #e2e2e2;
}

.btn.btn-black{
	background: -webkit-linear-gradient(#555, #333); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#555, #333); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#555, #333); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#555, #333); /* Standard syntax */
  	background-color: #333;
  	border: 1px solid #333;
  	color: #fff;
}
.btn.btn-black:hover{
	background: #333;
}

.btn-orange{
	background: -webkit-linear-gradient(#ef5e07, #d55609); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#ef5e07, #d55609); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#ef5e07, #d55609); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#ef5e07, #d55609); /* Standard syntax */
  	background-color: #d55609;
  	border-color: #d55609;
  	color: #fff;
}

.btn.btn-orange:hover{
	background: #d55609;
}

.btn-green{
	background: -webkit-linear-gradient(#88c24c, #4faf42); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#88c24c, #4faf42); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#88c24c, #4faf42); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#88c24c, #4faf42); /* Standard syntax */
  	background-color: #4faf42;
  	border-color: #4faf42;
  	color: #fff;
}

.btn.btn-green:hover{
	background: #3baf08;
	color: #fff;
}

.btn-blue{
	background: -webkit-linear-gradient(#0b9dc2, #0d7d99); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#0b9dc2, #0d7d99); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#0b9dc2, #0d7d99); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#0b9dc2, #0d7d99); /* Standard syntax */
  	background-color: #0d7d99;
  	border-color: #0d7d99;
  	color: #fff;

}
.btn.btn-blue:hover{
	background: #0d7d99;
	color: #fff;
}

.btn-black{
	background: -webkit-linear-gradient(#666, #333); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#666, #333); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#666, #333); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#666, #333); /* Standard syntax */
	background-color: #333;
	border-color: #444 !important;
	color: #fff;
}

.btn-black:hover{
	background: #333;
	color: #fff;
}


.btn-red{
	background: -webkit-linear-gradient(#e40c0c, #c30e0e); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#e40c0c, #c30e0e); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#e40c0c, #c30e0e); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#e40c0c, #c30e0e); /* Standard syntax */
  	background-color: #c30e0e;
  	border-color: #c30e0e;
  	color: #fff;
}
.btn-red:hover{
	background: #c30e0e;
}

.btn-white{
  	background: #fff;
  	border: 1px solid #dadada;
  	color: #444;
}

.btn-white:hover{
	background: -webkit-linear-gradient(#fff, #f3f3f3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #f3f3f3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #f3f3f3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #f3f3f3); /* Standard syntax */
	cursor: pointer;
}



/* END BTN */




/* BLOCKQUOTE ------------------------------------------ */

blockquote{
	border-left: 3px solid #eaeaea;
	padding-left: 25px;
	margin-left: 25px;
}

blockquote.blue{
	border-color: #0b9dc2;
}

blockquote.green{
	border-color: #48d609;
}

blockquote.orange{
	border-color: #ef5e07;
}

blockquote.blac{
	border-color: #555;
}


/* END BLOCKQUOTE */


/* TEXT ---------------------------- */


.text-blue{
	color: #0b9dc2 !important;
}

.text-green{
	color: #48d609 !important;
}

.text-orange{
	color: #ef5e07 !important;
}

.text-blac{
	color: #555 !important;
}
.text-red{
	color: #e40c0c !important;
}
.text-grey{
	color: #999 !important;
}

.justify{
	text-align: justify;
}

.nowrap{
	white-space: nowrap;
}

.text-small{
	font-size: 10px;
}

.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}
.text-small{
	font-size: 10px !important;
}

.family-open-sans{
	font-family: 'Open Sans'
}

.font300{
	font-weight: 300 !important;
}
.font500{
	font-weight: 500!important;
}
.font700{
	font-weight: 700!important;
}
.font800{
	font-weight: 800!important;
}

.description{
	font-family: 'Open Sans';
	font-weight: 300;
	color: #999;
	font-size: 12px;
}

.description.small{
	font-size: 10px;
}

/* END TEXT */

#messages{
	z-index: 10000;
	position: fixed;
	bottom: 10px;
	right: 10px;
	min-width: 400px;
	display: none;
}

/* ALERT ------------------------------------------------------ */

#messages .alert{
	margin-bottom: 5px;
	font-weight: bold;
	font-family: 'Open Sans';
	font-weight: 200;
	font-size: 18px;
	box-shadow: 2px 2px 4px #777;
	display: none;
	padding: 5px 10px;
	border-radius: 5px;
}

.alert-title{
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

.alert-title .glyphicon{
	font-size: 18px;
	margin-right: 10px;;
}

#messages .small{
	font-size: 11px;
}

.alert-error{
	color: #fff;
	background: #f44336;
	padding: 5px 10px;
}

.alert-success{
	color: #468847;
	background: #dff0d8;
	padding: 5px 10px;
}

#messages .alert ul{
	margin: 0px 20px;
	padding-left: 10px;
	line-height: 16px;
	font-size: 13px !important;
}
#messages .alert ul li{
	margin: 3px 0;
}

/* END ALERT */



/* TABLE --------------------------------------------- */

table.table{
	border-spacing: 0;
}

table.table thead th{
	font-size: 12px;
	font-family: 'Open Sans';
	color: #777;
	font-weight: 500;
	text-align: left;
	padding: 10px;
}

table.table tbody td{
	padding: 5px 10px;
	border-top: 1px solid #dadada;
	background: #fff;
}

table.table.table-bordered{
  border-collapse: collapse;
}


table.table.table-bordered tbody td{
	 border: 1px solid #dadada;
}
table.table tbody td.lp{
	background: #f3f3f3 !important;
	color: #777;
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 300;
	vertical-align: top;
	text-align: right;
}

table.table td.th-silver{
	background: #f6f6f6;
	color: #999;
	font-family: 'Open Sans';
}

table.table.table-hover tr:hover td{
	background: #f5f8fa;
}

table.table.table-striped tr:nth-child(2n) td{
	background: #f6f6f6;
}

table.table .min100{
	min-width: 200px;
}

table.table .min200{
	min-width: 200px;
}

table.table .min300{
	min-width: 200px;
}

table.table .min500{
	min-width: 200px;
}

div.table{
	display: table;
}
div.table div.thead,
div.table div.tbody{
	display: table-row-group;
}

div.table div.row{
	display: table-row;
}

div.table div.row div.cell{
	display: table-cell;
	vertical-align: top;
}

table.table tfoot td,
table.table tfoot th{
	padding: 5px 10px;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Open Sans';
	border-top: 1px solid #dadada;
}

table.table tfoot.grey td{
	font-size: 13px;
	background: #f3f3f3;
}

table.table tfoot.bold{
	font-weight: bold;
}


/* END TABLE */


/*  COLUMNS ----------------------------------------------------------------------- */



.columns {
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;

}

.columns2{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.columns3{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.columns4{
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;

}
.columns5{
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
    vertical-align: top;

}

.columns-separate{
	-webkit-column-rule: 2px outset #dadada; /* Chrome, Safari, Opera */
    -moz-column-rule: 2px outset #dadada; /* Firefox */
    column-rule: 2px outset #dadada;
}

.column-break{
	-webkit-column-break-inside: avoid;
	padding: 2px 0;
}

/* END COLUMNS */


/* POPRAWIONE -------------------------------------------------------------------------------- */


/*.page-header{*/
	/*font-family: 'Open Sans';*/
	/*color: #444;*/
	/*border-bottom: 1px solid #dadada;*/
	/*font-weight: 300;*/
	/*font-size: 15px;*/
	/*line-height: 24px;*/
	/*margin-bottom: 10px;*/
/*}*/

.page-header{
	padding: 25px 0px;
	font-weight: 200;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	/*background: #fafafa;*/
	/*border-left: 4px solid #dadada;*/
	/*color: #777;*/
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #dadada;
}
.header-actions{
	position: absolute;
	bottom: 25px;
	right: 0;
}

.page-header a{
	color: #777 !important;
}

.page-header a:hover{
	color: #0088CC !important;
	text-decoration: none !important;
}

.page-header small{
	font-size: 14px;
	font-weight: 400;
	display: block;
	color: #888
}



.legend{
	font-size: 11px;
	color: #999;
	border-left: 2px solid #dadada;
	padding: 5px 20px;
	margin: 5px 0;
	line-height: 18px;
}
.legend strong{
	color: #777;
}

.hidden{
	visibility: hidden;
	width: 0px;
	height:0px;
}

/*.image-box{*/
	/*display: inline-block;*/
	/*padding: 3px;*/
	/*border: 1px solid #dadada;*/
	/*margin: 5px;*/
	/*box-shadow: 0 8px 6px -6px #777;*/
	/*background: #fff;*/
/*}*/
/*.image-box:hover{*/
	/*background: #444;*/
	/*color: #fff;*/
	/*border-color: #444;*/
/*}*/
/*.image-box img{*/
	/*display: block;*/
/*}*/

.group{
	white-space: nowrap;
}
.group.separate{
	margin-bottom: 5px;
}
.group > .group{
	margin-top: -1px;
}

.group *{
	white-space: normal;
	display: inline-block;
}
.group input,
.group .btn,
.group select,
.group textarea,
.group [class^="span"],
.group [class*="span"],
.group label{
	vertical-align: middle;
	display: inline-block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 	box-sizing: border-box;
 	margin:0;
}


.group input:FIRST-CHILD,
.group .btn:FIRST-CHILD,
.group select:FIRST-CHILD,
.group textarea:FIRST-CHILD,
.group [class^="span"]:FIRST-CHILD,
.group [class*="span"]:FIRST-CHILD,
.group label:FIRST-CHILD{
	margin-left: 0px;
}

.group.radius *:FIRST-CHILD{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.group.radius *:LAST-CHILD{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


.group > *{
	margin-left: -1px !important;
}


.group.secend-line{
	margin-top: -1px;
}

.span-block{
	display: block !important;
	margin: 5px 0 !important;
	display: table-row;
}


a.fancybox-box{
	border: 1px solid #dadada;
	display: inline-block;
	padding: 2px;
	background: #fff;
}
a.fancybox-box:hover{
	background: #0e5e9e !important;
	border-color: #0e5e9e;
}

a.fancybox img{
	display: block;
}







input:focus,
textarea:focus,
select:focus{
	position: relative;
	z-index: 1000;
}


.v-top,
.v-top [class^=span],
.v-top .cell{
	vertical-align: top;
}

/*.ui-tooltip, .arrow:after {*/
    /*background: #fafafa;*/
    /*border: 1px solid #dadada;*/
    /*z-index: 100000;*/
  /*}*/
  /*.ui-tooltip {*/
    /*padding: 10px 20px;*/
    /*color: #333;*/
    /*border-radius: 5px;*/
    /*font-family: 'Open Sans';*/
    /*font-size: 12px;*/
    /*box-shadow: 0 0 7px #333;*/
  /*}*/
  /*.arrow {*/
    /*width: 70px;*/
    /*height: 16px;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -35px;*/
    /*bottom: -16px;*/

  /*}*/
  /*.arrow.top {*/
    /*top: -16px;*/
    /*bottom: auto;*/
  /*}*/
  /*.arrow.left {*/
    /*left: 20%;*/
  /*}*/
  /*.arrow:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 20px;*/
    /*top: -20px;*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*box-shadow: 6px 5px 9px -9px black;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
     /*border: 1px solid #dadada;*/
  /*}*/
  /*.arrow.top:after {*/
    /*bottom: -20px;*/
    /*top: auto;*/
  /*}*/





@media print {

   #header{
		display: none !important;
	}

	#page{
		padding-top: 0 !important;
	}
}


#page_title{
	margin: 10px 0;
	font-size: 20px;
	font-family: 'Open Sans';
	font-weight: 200;
}

.subpage_title{
	padding: 10px;
	margin: 10px 0;
	font-size: 12px;
	background: #f3f3f3;
	color: #777;
	border-left: 4px solid #dadada;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.subpage_title .title{
	width: 80%;
	font-weight: 700;
	text-transform: uppercase;
}

.subpage_title .actions{
	width: 20%;
	text-align: right;
	font-size: 11px;
}



/*---------------------FORM BODY----------------------------*/

.form-body{
}

.form-row{
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.form-title{
	text-align: right;
	padding: 5px 15px;
	color: #888;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	align-self: center;
}

.form-data{
	align-self: center;
}

.form-actions{
	text-align: right;
}

.tinymce.medium{
	height:300px;
}

.tinymce.big{
	height:500px;
}
