@media only screen and (min-width: 993px) {
  .page-content {
    height: calc(100% - 176px);
    overflow-y: auto;
  }
}

@media only screen and (max-width: 992px) {
  .page-content {
    height: calc(100% - 64px);
    overflow-y: auto;
  }
}

@media only screen and (max-width: 600px) {
  .page-content {
    height: calc(100% - 56px);
    overflow-y: auto;
  }
}

/*+-------------------------------------+*/
/*+ Datatables                          +*/
/*+-------------------------------------+*/

table.dataTable thead .sorting {
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../images/icons/sort_both.svg")
}

table.dataTable thead .sorting_asc {
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../images/icons/sort_asc.svg")
}

table.dataTable thead .sorting_desc {
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../images/icons/sort_desc.svg")
}

table.dataTable thead .sorting_asc_disabled {
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../images/icons/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../images/icons/sort_desc_disabled.png")
}

.dataTables_wrapper .dataTables_length {
	display: none
}

@media only screen and (min-width: 993px) {
  .dataTables_wrapper .dataTables_filter {
  	width: 30rem
  }
}

@media only screen and (max-width: 992px) {
  .dataTables_wrapper .dataTables_filter {
  	width: 20rem
  }
}

@media only screen and (max-width: 600px) {
  .dataTables_wrapper .dataTables_filter {
  	width: 15rem
  }
}

.dataTables_wrapper .dataTables_filter i {
	font-size: 2rem;
	float: left;
	margin-right: .5rem
}

.dataTables_wrapper .dataTables_filter input {
	width: calc(100% - 7rem)
}

.dataTables_wrapper .dataTables_filter .btn-floating {
	margin-right: .5rem
}

.dataTables_wrapper .dataTables_info {
	font-size: .9rem;
	float: left
}

.dataTables_wrapper .dataTables_paginate {
	padding-top: 0.25em
}

@media screen and (min-width: 993px) {
  .dataTables_wrapper .dataTables_paginate a {
  	margin: 0 .5rem
  }
}

@media screen and (max-width: 992px) {
  .dataTables_wrapper .dataTables_paginate a {
  	margin: 0 .5rem
  }

  .dataTables_wrapper .dataTables_paginate .ellipsis {
    display: none;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: none;
  }

  .dataTables_wrapper .dataTables_paginate .current  {
    display: inline-block;
  }

  .dataTables_wrapper .dataTables_paginate .next  {
    display: inline-block;
  }

  .dataTables_wrapper .dataTables_paginate .previous  {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {

  .dataTables_wrapper .dataTables_paginate a {
  	margin: 0 .25rem
  }

  .dataTables_wrapper .dataTables_paginate .ellipsis {
    display: none;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: none;
  }

  .dataTables_wrapper .dataTables_paginate .current  {
    display: inline-block;
  }

  .dataTables_wrapper .dataTables_paginate .next  {
    display: inline-block;
  }

  .dataTables_wrapper .dataTables_paginate .previous  {
    display: inline-block;
  }

}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

@media screen and (max-width: 600px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em;
	}
}

@media screen and (max-width: 992px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em
	}
}
