/*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;
}
.data-table{
	margin-top: 20px;
	margin-left: 36px;
	text-align: center;
}
.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

.main-user-consent-request-announce {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 445px;
	color: #fff!important;
}
/*
 *	CALLBACK STYLES
 */
#callback-popup {
	color: white;
	background-color: #ca2119;
	border-radius: 17px;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	width: 420px;
	height: 310px !important;
	padding-left: 30px;
}
.popup-window-close-icon{
	color: white;
}
.callback-form .form-head {
	margin-top: 1rem;	
}

.callback-form .form-head h3 {
	color: #ffffff;
	transition: .5s;
}

.callback-form .form-head h3:hover {
	color: #ffffff;
}

.callback-form tbody {
	font-size: 16px;
}

.callback-form tbody td {
	line-height: 29px;
}

.callback-form tbody input {
   /*border: 2px solid #ccd5db7a;*/
   border: 2px solid rgba(204,213,219,0.48);
   border-radius: 6px;
   /*background: #f8fafc00;*/
   background: transparent;
   color: white;
   line-height: 29px;
   height: 35px;
   display: block;
   margin: auto;
   transition: .5s;
	outline: none;
	padding-left: 10px;

}

.callback-form tbody input:hover {
	border: 2px solid #ffffff;
}

.callback-form tfoot tr th input {
	display: block;
	margin: auto;
	background: #ca2119;
   /*border: 2px solid #ccd5db7a;*/
   border: 2px solid rgba(204,213,219,0.48);
   border-radius: 28px;
   color: white;
   font-size: 18px;
   padding: 11px;
   transition: .5s;
}

.callback-form tfoot tr th input:hover {
	border: 2px solid #ffffff;
	margin: 0 auto;
}