.search-form-group {
	margin-left: 50px;
}

div.identification-number-group span.error-message {
	color: red;
}

#self-search .well {
	background-color: #fff;
}

#self-search .input-group-addons {
	position: static;
}

.fly.modal  .close {
	position: static;
	top: 15px;
	right: 15px;
	z-index: 999;
}

.clipboard #yourDocumentReportHistory .well-table_cell:first-child {
	width: 300px
}

@media ( max-width : 969px) and (min-width: 740px) {
	.well .btn-group {
		width: 240px;
	}
	.reports:not (.reports-monits ) .well-done .well-table {
		width: 59%
	}
	.clipboard .nav-tabs>li>a, .clipboard .nav-tabs>li.active>a {
		
		padding: 8px 28px 9px 20px;
	}
}

@media ( max-width : 739px) {
	.form-filter .well-filters.well .form-group:first-child {
		padding-left: 15px
	}
	.error-message span {
		white-space: normal;
		display: block;
		width: 120px;
		line-height: normal;
	}
}

@media ( min-width : 740px) {
	#monitoring .form-filter_range .input-group+.input-group, #debtor-list .form-filter_range .input-group+.input-group
		{
		margin-top: 0;
		/*margin-left: 30px;*/
	}
	#monitoring .form-filter_range .input-group, #debtor-list .form-filter_range .input-group
		{
		width: calc(100% - 70px);
	}
	.well-table_head .well-table_cell {
		white-space: normal;
	}
	#self-search .clipboard .nav-tabs>li.active>a {
		padding: 11px 45px 9px 20px;
	}
	#self-search .clipboard .nav-tabs>li>a {
		padding: 7px 35px 9px 10px;
	}
	.clipboard .nav-tabs>li>a, .clipboard .nav-tabs>li.active>a, .clipboard .nav-tabs>li>a:hover,
		.clipboard .nav-tabs>li.active>a:hover {
		
		padding: 8px 28px 9px 20px;
	}
}

@media ( min-width : 970px) {
	.text75 {
		width: 80%;
	}
	.well .well-done .well-buttons {
		margin-top: 0px;
	}
	.clipboard .nav-tabs>li>a {
		padding: 8px 28px 9px 20px;
	}
}

@media ( max-width : 970px) {
	#container .tooltip-inner {
		min-width: 140px;
	}
	#container .tooltip {
		display: block !important;
	}
}

#monitoring .reports-monits .well-table_head .well-table_cell {
	white-space: normal;
	word-wrap: break-word;
}

#raport-z-rejestru .qty-row .bootstrap-select, #raport-z-rejestru .qty-row .bootstrap-select .dropdown-toggle
	{
	width: 60px
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	background-image: url("/erif/gfx/newlayout/ik/img/chevron.svg");
}

#your-document-report-history .well-table_cell:first-child, .clipboard #raport-o-dokumencie .well-table_cell:first-child,
	#debtor-list .well-table_cell:first-child {
	width: 300px;
}

#search #raporty-o-firmie .well-table_cell:first-child {
	width: 200px;
}


#search #raporty-o-firmie  .well .well-done .well-buttons {
	margin-bottom : 0px;
}


.reports-monits .well-table {
	margin-right: 19px;
}

.reports-debtors .cell-label {
	float: left;
}

.reports-debtors .well-table {
	margin-right: 35px;
	margin-top: 8px;
	/* margin-left: 20px; */
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.reports-debtors .checkbox {
	position: absolute;
	top: 13px;
	left: 10px;
}

.reports-debtors .well {
	padding-left: 37px;
	padding-bottom: 33px;
}

#raport-z-rejestru .qty-row {
	margin-bottom: 10px
}

#raport-z-rejestru .well {
	background-color: #fff;
}

#raport-z-rejestru .well:first-child {
	background-color: #f1f1f1;
}

#your-register-report-history .well-table_cell:first-child,
	#raport-z-rejestru .well-table_cell:first-child {
	width: 300px;
}

#search .alert-dismissable .close, #search .alert-dismissible .close {
	right: 33px;
}

.input-group .tick {
	display: inline-block;
}

.obligation-info__content__inner tbody td:first-child span {
	float: right;
}

.obligation-info__content__inner tbody td span {
	float: none;
}

.panel .row.form-bordered.form-horizontal {
	border: none;
}

.datepicker table .day {
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.datepicker table .day.active {
	color: #fff
}

.datepicker table .day.disabled {
	color: #dedede;
	cursor: not-allowed;
}

fieldset .form-group div.col-md-3.col-sm-4 {
	padding-top: 3px
}

#monitoring .form-monit-options>.input-group:nth-child(1), #debtor-list .form-monit-options>.input-group:nth-child(1)
	{
	width: 100px;
	margin-right: 7px;
}

.messages-container {
	max-height: 124px;
	overflow-y: hidden;
}

.messages-container.opened {
	max-height: none;
	overflow-y: hidden;
}

.table-summary {
	text-align: right !important;
	font-weight: bold !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
}

.todo {
	border-color: red !important;
	border-style: dashed !important;
	border-width: 1px !important;
}

.todo>div.todo-comment {
	display: none;
}

.todo:hover>div.todo-comment:before {
	content: 'DEV: ';
}

.knockout-messange-holder .alert p:first-of-type {
	margin-bottom: 10px
}

.todo:hover>div.todo-comment {
	display: block;
	position: absolute;
	border-color: #A0A0A0;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px;
	background-color: #F0F0F0;
	z-index: 1000;
	font-size: smaller;
}

#automonitoring .reports-monits .well-table, #monitoring .reports-monits .well-table
	{
	margin-top: 6px;
}

.col-md-12 .alert:after {
	left: 3%;
}

.rz_report-btn {
	margin:0 0 10px 10px
}

li:target:before {
	margin-top: -50px;
	height: 50px;
}

.breadcrumb>li::before, .breadcrumb>li::after {
	background-image:
		url("../../../gfx/newlayout/ik/img/breadcrumb_triangles.svg");
}

.breadcrumb>li {
	min-width: 130px;
}

.breadcrumb>li>a::before {
	content: initial;
}

.shortInfo {
	padding: 10px;
	box-shadow: none;
}

#debtor-summary-template summary-item {
	
}

#debtor-summary-template .summary .text-primary {
	padding-left: 0;
}

#invoice-list .reports .well-buttons .btn-link {
	top: -7px
}

#invoice-list .payments-list {
	font-size: smaller;
}

#invoice-list .payments-list th {
	min-width: 125px
}
#prepaidcard-list .prepaid-buttons  {
	width:180px;
}

#prepaidcard-list .prepaid-buttons .prepaid-button {
	margin-top: 17px;
	width:180px;
}
#prepaidcard-list .prepaid-buttons .prepaid-button button {
	width:100%;
}

.document-form-validation-message {
	background-color: lightblue;
	padding: 10px;
	width: 110%;
	font-size: smaller;
}

.box.no-icon {
	padding-top:0px;
	width:50%;
	height:auto;
}

#automonitoring .well-table_cell {
	max-width: 500px;
	white-space: inherit; 
}

.search-big2big {
	border: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-history-big2big {
	margin-top: 20px;
	box-sizing: border-box;
	width: 100%;
}

.search-history-big2big table td:last-child {
	text-align: left;
}

.search-history-big2big .table-no-bottom-margin{
	margin-bottom: 0;
}
.search-history-big2big i{
	margin-right: 7px;
}

.search-big2big-total-price {
	font-size: 14px;
	text-align: center;
}

.search-history-big2big-erif-report {
	text-align: left;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.search-big2big-download-erif-btn {
	text-align: right;
	padding-top: 50px;
	margin-bottom: -70px;
}

.search-big2big-download-erif-btn button:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
}

.search-big2big-download-erif-btn .btn .icon {
	height: 18px;
	margin-top: -9px;
}

.query-report-button {
	width: 190px !important;
}

@media screen and (min-width: 0px) and (max-width: 1009px) {
	.query-report-button {
		font-size: 12px;
	}
}

.query-report-info-image {
	float: left;
	margin-right: 20px;
}

.query-report-info-box {
	min-width: 700px;
}