
.dt-search input[type=search] {
	margin-left: 5px;
}
.dataTables_length {
	float: left;
	margin-bottom: 1em;
	display: inline-block;
}
.dataTables_filter {
	float: right;
	margin-bottom: 1em;
	display: inline-block;
}
.dt-length select {
	width: auto;
	display: inline-block;
}
.dataTables_paginate a {
	font-size: 1.5em;
	color: #999;
}
.paginate_button {
	margin-right: 8px;
}
.dataTables_paginate a:hover {
	color: #67809F;
	cursor: pointer;
}
.dataTables_filter input {
	display: inline-block;
	width: 80px;
}
/*
.dt-button:hover {
	opacity: 1;
}
.buttons-copy, .buttons-print {
	background-color: #52a9ca !important;
	color: #fff !important;
}
.buttons-excel, .buttons-csv {
	background-color: #87c5a7 !important;
	color: #fff !important;
}
.buttons-pdf {
	background-color: #dd435c !important;
	color: #fff !important;
}

div.dt-buttons {
	position: relative;
	float: right;
	margin-bottom: 10px;
}
.dt-button {
	position: relative !important;
	cursor: pointer !important;
	background-repeat: no-repeat !important;
	background-position: 5px 49% !important;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	min-height: 34px;
	padding: 0 10px;
	color: #515456;
	background: #f5f5f5;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	font-weight: 600;
	box-shadow: rgba(160, 165, 168, 0.298039) 0px 4px 8px 0px;
	opacity: 0.85;
}
.dt-button:hover {
	opacity: 1;
}*/
/*.buttons-copy {
	background-color: #f68e56 !important;
	color: #fff !important;
}
.buttons-print {
	background-color: #52a9ca !important;
	color: #fff !important;
}
.buttons-excel, .buttons-csv {
	background-color: #87c5a7 !important;
	color: #fff !important;
}
.buttons-pdf {
	background-color: #dd435c !important;
	color: #fff !important;
}*/

/*.buttons-copy:before, .buttons-excel:before, .buttons-pdf:before, .buttons-print:before, .buttons-csv:before {
	content: "\f0c5";
	font-family: FontAwesome;
	left: 8px;
	position: absolute;
	top: 0;
}
.buttons-excel:before {
	content: "\f1c3";
}
.buttons-pdf:before {
	content: "\f1c1";
}
.buttons-print:before {
	content: "\f02f";
}
.buttons-csv:before {
	content: "\f1c0";
}*/
div.dt-buttons {
	position: relative;
	float: right;
	margin-bottom: 10px;
}

#example_previous, #example_next {
	background-color: transparent;
}
/* PRIDANE KVOLI PORTALU ROVNAKA TRIEDA */
.dataTables_wrapper .top {
	background-color: transparent;
	background: transparent;
	border: none;
	min-height: 1px !important;
	color:  #3f4044;
}
div.dt-buttons {
	background-color: transparent;
	border: none;
	background-image: none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 500px) {
		.dataTables_filter, .dataTables_length {
	float:none !important;
	display:block;
} 

}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
	cursor: default !important
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
	display: none !important
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
	position: relative;
	padding-left: 30px;
	cursor: pointer
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	left: 4px;
	top: 3px;
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	color: white;
	border-radius: 16px;
	box-sizing: content-box;
	text-align: center;
	line-height: 16px;
	content: '+';
	background-color: #f7cd34;
	font-weight: bolder;
	z-index: 100;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	content: '-';
	background-color: #d33333
}
table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before {
	display: none
}
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
	padding-left: 27px
}
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
	top: 5px;
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px
}
table.dataTable.dtr-column>tbody>tr>td.control, table.dataTable.dtr-column>tbody>tr>th.control {
	position: relative;
	cursor: pointer
}
table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	position: absolute;
	color: white;
	border: 2px solid white;
	border-radius: 14px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	line-height: 14px;
	content: '+';
	background-color: #31b131
}
table.dataTable.dtr-column>tbody>tr.parent td.control:before, table.dataTable.dtr-column>tbody>tr.parent th.control:before {
	content: '-';
	background-color: #d33333
}
table.dataTable>tbody>tr.child {
	padding: 0.5em 1em
}
table.dataTable>tbody>tr.child:hover {
	background: transparent !important
}
table.dataTable>tbody>tr.child ul.dtr-details {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0
}
table.dataTable>tbody>tr.child ul.dtr-details li {
	border-bottom: 1px solid #efefef;
	padding: 0.5em 0
}
table.dataTable>tbody>tr.child ul.dtr-details li:first-child {
	padding-top: 0
}
table.dataTable>tbody>tr.child ul.dtr-details li:last-child {
	border-bottom: none
}
table.dataTable>tbody>tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: bold
}
.dt-button.buttons-excel.buttons-html5,.dt-button.buttons-copy.buttons-html5  {
	background-color: green;
	color: #fff;
	border: 2px solid green;
	padding: 0.80rem 1.55rem;
	border-radius: 3px;
  }
  /*.dt-button.buttons-excel.buttons-html5  {
	background-color: green;
		border: 2px solid green;
  }*/
  
div.dt-buttons>.dt-button:hover:not(.disabled) {
	background-color: #fff;
	background: none;
	color: #000;
	border: 2px solid green;
  } 