table.form-table {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	line-height: 160%;
}

table.form-table th,
table.form-table td {
	border: 1px solid #adc3d5;
	padding: 5px 5px;
	vertical-align: top;
}

table.form-table th {
	background-image: url(images/table_head.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #25639a;
}

table.form-table td {
	padding: 15px 5px;
}

.form-required {
	color: red;
}
.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}
.blue-border:focus {
	outline: none;
	outline: 1px solid #6dcdf6;
}
.input_date {
	font-size: 15px;
	width: 100%;
	height: 52px;
	background-color: #f6f7f8;
	border-radius: 6px;
	padding: 12px 16px;
	cursor: pointer;
}
.daterangepicker {
	font-family: 'avenirnextcyr' !important;
	font-size: 15px !important;
	margin-top: 0px;
	border: none;
	box-shadow: 0px 8px 16px 0px #0000001a;
}
.daterangepicker .calendar-table table {
	font-weight: 700 !important;
}
.table-condensed tbody tr {
	height: 44px;
	width: 44px;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
	text-decoration: auto;
}
.daterangepicker .calendar-table td {
	border-top: 1px solid #d7d7d7 !important;
	border: none;
}
.daterangepicker .calendar-table th {
	border-bottom: 1px solid #d7d7d7 !important;
	border: none;
	height: 44px;
	color: #818c99;
}
.daterangepicker td.start-date.end-date {
	border-radius: 0px !important;
}
.daterangepicker td.active {
	background-color: #6dcdf6 !important;
}
.daterangepicker.openscenter:before {
	display: none;
}
.daterangepicker:before {
	display: none;
}
.daterangepicker:before,
.daterangepicker:after {
	display: none;
}
.daterangepicker td.off {
	color: #d7d7d7;
}
.daterangepicker th.month {
	font-size: 16px;
	color: #000000 !important;
}










.form_page-num-1 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 20px 10px 0 0;
    line-height: 40px;
    text-align: center;
    background-color: #007bff;
    color: #fff;
}

.form_page-num-2 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 20px 10px 0 0;
    line-height: 40px;
    text-align: center;
    background-color: #ddd;
    color: #666;
}
