.popupmenu table td {
	padding:0;
}

.bxfd-window-cont table td img {
	max-width: none;
	vertical-align: baseline;
}

.errortext {
	color: red;
}

/*!
 * Datepicker v1.0.1
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-11-14T13:59:44.094Z
 */

.datepicker-container {
	background-color: #fff;
	direction: ltr;
	font-size: 12px;
	left: 0;
	line-height: 30px;
	position: fixed;
	top: 0;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 210px;
	z-index: -1;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
	border: 5px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.datepicker-dropdown {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 6px #ccc;
	box-shadow: 0 3px 6px #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: 1;
}

.datepicker-inline {
	position: static;
}

.datepicker-top-left,
.datepicker-top-right {
	border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
	border-top: 0;
	left: 10px;
	top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
	border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
	border-bottom-color: #fff;
	top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
	border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
	border-bottom: 0;
	bottom: -5px;
	left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
	border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
	border-top-color: #fff;
	bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
	left: auto;
	right: 10px;
}

.datepicker-panel > ul {
	margin: 0;
	padding: 0;
	width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
	content: " ";
	display: table;
}

.datepicker-panel > ul::after {
	clear: both;
}

.datepicker-panel > ul > li {
	background-color: #fff;
	cursor: pointer;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30px;
}

.datepicker-panel > ul > li:hover {
	background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
	color: #999;
}

.datepicker-panel > ul > li.highlighted {
	background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
	background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
	color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
	background-color: #fff;
	color: #ccc;
	cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
	background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
	font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
	width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
	height: 52.5px;
	line-height: 52.5px;
	width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
	background-color: #fff;
	cursor: default;
}

.datepicker-hide {
	display: none;
}
.fix_cont{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
  }

  
  @media (max-width: 991.98px) {
	.fix_cont{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
	}
}
  @media (max-width: 767.98px) {
	.fix_cont{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
				}
			}
  @media screen and (max-width: 600px) {
	.fix_cont{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
	}
  }
  @media screen and (max-width: 600px) {
	.fix_cont{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
	}
  }
  .acor-container {
	margin:  16 0 0;
	}.acor-container .acor-body {
	width: 100%;
	height: 0;
	/* color:rgba(0, 0, 0, 0); */
	/* background-color: #fff; */
	line-height: 14px;
	padding: 0 30px;
	box-sizing: border-box;
	transition: color 0.5s, padding 0.5s;
	overflow: hidden;
	/* font-family: Roboto, sans-serif; 
	font-size: 14px; */
	}
	.acor-container .acor-body p {
	margin: 0 10 0px;
	/* color: #000000; */
	text-align: justify;
	/* font-family: Roboto, sans-serif;  */
	/* font-size: 14px; */
	}
	.acor-container .acor-body table {
	margin: 0 10 0px;
	/* color: #000000; */
	text-align: justify;
	/* font-family: Roboto, sans-serif; 
	font-size: 14px; */
	}
	.acor-container .acor-body ul {
	margin: 0 10 0px;
	/* color: #000000; */
	text-align: justify;
	/* font-family: Roboto, sans-serif; 
	font-size: 14px; */
	}
	.acor-container label {
	width: calc(100% - 60);
	color: #004B95;
	border-top: 1px solid #BE913B;
	display: block;
	padding: 0.5em;
	text-align: center;
	/* font-family: 'Roboto', sans-serif; */
	cursor: pointer;
	transition: color .35s;
	}
	.acor-container label:hover {
	color: #004B95;
	}
	.acor-container input{
	display: none;
	}
	.acor-container label:before {
	content: '\276F';
	float: right;
	}
	.acor-container input:checked + label {
	background-color: #004B95;
	color: #FFF;
	}
	.acor-container input:checked + label:before {
	transition: transform .35s;
	transform: rotate(90deg);
	}
	.acor-container input:checked + label + .acor-body {
	height: auto;
	margin-top: 10 px;
	color: #000;
	padding: 20px 30px 10px;}