.btn-dark {
	display: inline-block;
	background: linear-gradient(#4271e0, #1447c0);
	border-radius: 3px;
	color: #fff;
	padding: 5px;
	border: 0;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 30%);
	box-shadow: 4px 4px 4px 0 rgb(0 0 0 / 20%);
}
.btn-dark:hover {
	cursor: pointer;
	background-image: linear-gradient(#2147a2, #1447c0);
	background-color: #2147a2;
}
/** oplata **/
.oplata-det {
	border-bottom: none !important;
	padding:0 !important;
	text-decoration: none;
	display:inline-block !important;
	position: relative; 
	color: #1447c0;
}
.oplata-det:after {
	 position: absolute;
    content: '';
    border-bottom: 1px solid #1447c0;
    width: 100%;
    transform: translateX(-50%);
    bottom: -2px;
    left: 50%;
}
.detalized {
	border-collapse: collapse;
	width: 80%;
}
.detalized th {
    background: #428bea;
	border: 1px solid #2f57e8;
	font-weight: normal;
	color: #fff;
	padding: 2px;
}
.detalized td {
	border: 1px solid #bbb;
	padding: 6px;
}
.detalized tr:nth-child(2n) {
    background-color: #f8f8f8;
}
.detalized tr:last-child td {
    font-weight: bold;
}
.detalized tr td:nth-child(n+2) {
    text-align:center;
}
/** payments */
.payments-tab a {
	border: none;
	text-decoration: none;
}
.payments-tab .m-icon-pdf {
    color: #1447c0;
    font-size: 150%;
}
.flex-2 {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.flex-2 > .int {
	flex: 3;
	line-height:1.6em;
	font-size: 110%;
}
.flex-2 > .func {
	width: 23%;
}
.tab-wrp .paginate_button {
	border-bottom: none;
}
.payments-tab {
	margin-bottom: 55px;
}
.head > .abon_addr {
	color: #333;
}
/***************/
.tab-result caption {
	text-align: center;
    margin-bottom: 5px;
	
    text-transform: uppercase;
    font-size: 120%;
    padding: 5px;
    letter-spacing: 0.5px;
	border-bottom: 2px solid #1447c0; 
}	
.sendMeters, .onlinePayShow{
	text-decoration:none;
	border-bottom:none; 
	background: #1447c0;
	border: 0;
    border-radius: 3px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2);
    color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	display: inline-block;
	margin-bottom: 9px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	width: 90%;
}
/** datatable **/
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dt-buttons button {
    border-bottom: none;
    background: #428bea;
    border: 0;
    border-radius: 3px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    display: inline-block;
	padding: 10px;
	margin: 5px 0; 
	cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #fff;
  background-color: white;
  background: linear-gradient(to bottom, rgb(0,147,243) 0%,rgb(0,132,217) 59%,rgb(0,114,188) 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  background-color: rgb(0,147,243);
  background: linear-gradient(to bottom, rgb(0,147,243) 0%,rgb(0,132,217) 59%,rgb(0,114,188) 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: linear-gradient(to bottom, rgb(0,147,243) 0%,rgb(0,132,217) 59%,rgb(0,114,188) 100%);
  box-shadow: inset 0 0 3px #111;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .tab-res-foot button {
  	margin-top: 8px;
   }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
	.abon-data .accord > li > .head {
		height:auto;
	}
}