.ib_container{
	width:100%;
	max-width:635px;
	margin:0px auto;
}
.ib_section{
	padding:40px 0px;
	background:#ffffff;
	margin:0px !important;
}
.ib_section#ib_section_02{
	background:#f2f4f6
}
.ib_section h5{
	color:#0a717a !important;
	font-size:20px;
	font-weight:600;
	margin-top:0px;
	margin-bottom:36px;
}
.ib_section .input-field{
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border:2px solid #dddfe2;
	font-size:15px;
	line-height: 33px;
    padding: 5px !important;
    background: #ffffff;
}
.ib_section #datum_factuur{
	float:left;
	margin:0px 11px 0px 0px;
}
.ib_section .date-selec{
	float:left;
	display:inline-block;
}
.ib_section hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #0a717a;
    padding: 0;
	margin: 15px 0px 0px;
}
.ib_section .inputcheckbox{
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.ib_section .inputcheckbox input[type='checkbox']{
	position:relative;
	height:inherit;
	width:inherit;
	left:inherit;
}
.ib_section .inputradio{
	display:block;
}
.helpinfo{
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/info-icons.png) left center no-repeat;
	background-position:-27px 0px;
	cursor:pointer;
	text-decoration:none;
}
.helpinfo:hover{
	background-position:-1px 0px;
}
.ib_section .input-button-container{
	width:100%;
	position:relative;
}
.ib_section .input-button-container:after{
	content:"";
	position:absolute;
	bottom:50%;
	left:0px;
	width:100%;
	height:2px;
	background:#d6d9dc;
}
.ib_section .input-button{
	position:relative;
	z-index:1000;
	width:348px;
	background:#0a717a;
	color:#ffffff;
	height:52px;
	border:none;
	font-size:17.73px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.ib_section .input-button-container div{
	color:rgba(0,0,0,0.50);
	position:absolute;
	left:0px;
}
.ib_section .helpcontent{
	position:relative;
}
.ib_tooltip_text{
	width:225px;
	display:none;
	position:absolute;
	left:40px;
	top:0px;
	color:#ffffff;
	font-size:12px;
	line-height:15px;
	font-weight:400;
	background:#0a717a;
	padding:20px;
	text-align:left;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 5px 4px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 5px 4px 0px rgba(50, 50, 50, 0.2);
}
.validerror{
	display:none;
	color:#ff0000;
}
#ui-datepicker-div{
	z-index:100000 !important;
}
.ib_table{
	margin-bottom:0px !important;
}
.ib_table,
.ib_table td,
.ib_table tr{
	background-color:transparent !important;
	border:0px !important;
	padding:0px !important;
	color:#000000;
	font-size:15px !important;
	font-weight:400;
	position:relative;
	vertical-align:middle;
}
.ib_table .field-title{
	display:block;
	color:#000000;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (min-width:768px) and (max-width:999px){
	.ib_section{
		margin: 0px -40px !important;
	}
}
@media screen and (max-width: 767px) {
	.ib_section{
		margin:0px -20px !important;
		padding:40px 20px;
	}
  .table-responsive {
    width: 100%;
	padding:10px;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .form_table,
	.form_table tr,
	.form_table td{
		display:block;
		width:100% !important;
		text-align:left;
	}
	.form_table td.helptip{
		display:none;
	}
	.ib_section .input-button{
		width:100%;
	}
	.ib_section .input-button-container div{
		display:none;
	}
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}