.panel-body em { 
	font-style: normal; 
	font-size: 15px;
	font-weight: normal;}
.h3, h3 {
    font-size: 20px;}

a {color: #373F27;}
a:hover {color: #373F27;}
.menutitel {
    font-size: 14px;
    font-weight: bold;
    color: seagreen;
	margin-top: 10px;
    display: block;
}

tbody td, tbody td a{
	font-size: 12px; 
	font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;
	}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
	border: 1px solid #e2e1e1;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
	top: -1px;
    border-top: none;
	padding-top: 5px;
}
.dataTables_wrapper > table.dataTable {
    border-left: 0;
    border-right: 0;
}
.form-group {
    margin: 5px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px 10px;
}

label{
    color: seagreen;
}
.table>thead:first-child>tr:first-child>th, .table>tfoot {
	  background:#e6e6e6;
	  font-size: 14px; 
	  font-weight:bold; 
	  font-family: "Arial", Helvetica Neue,Helvetica,sans-serif;
	  }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dcdbdb;
}
.table {
    margin-bottom: 2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select option { padding:5px 0px; }

/* Style the tab */
div.tab 2{
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
	border: 1px solid #e2e1e1;
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #f6f6f6;
	box-shadow: inset 0 3px 0 #2CC185;
    color: #2CC185;
	border-top-color: #2CC185;
	border-bottom: none;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

li.tab-odd {
	background: none;
    border-top: none;
    border-right: none;
}
.table-bordered {
	border:none;
    border-top: 1px solid #ddd;
	background-color:white;
}
.table>thead>tr>th:first-child {
	border-left: none;
}
.table>tbody>tr>td:first-child {
	border-left: none;
}
.table>tfoot>tr>th:first-child {
	border-left: none;
}

.table>thead>tr>th:last-child {
	border-right: none;
}
.table>tbody>tr>td:last-child {
	border-right: none;
}
.table>tfoot>tr>th:last-child {
	border-right: none;
}
.amunt {
    text-align: right;
}

.padleft {
	text-align: center;
    padding: 15px 0;
    color: #004fa7;
}

@media (max-width: 767px) {
 .none-visible-xs{
	 display:none !important;
 }
}
.main{
	display: inline-block;
}

select {
    min-width: 70px;
}
.form-group > select {
    max-width: 230px;
}
p.pageinfo1{
    height: 35px;
    line-height: 55px;
    color: #666;
    font-size: 11px;
    margin-top: 25px;
}
p.pageinfo {
    height: 35px;
    line-height: 35px;
    color: #666;
    font-size: 11px;
    margin: 0 0 0px;
}
.input-small{
	width:85px !important;
}


.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}