.form-required {
	display: none;
}

.form-confirm {
	position: absolute;
	left: -8653px;
	top: -5432px;
}
#modlet-container-middle{
	padding-left:0px;
	padding-right: 0px;
}
ul#modlet-container-middle li{
	list-style-type: none;
	margin-left:0px;
	margin-right: 0px;
}

.loader{
	position: fixed;
	z-index: 5000;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	text-align: center;
	background-color:rgb(255, 210, 0);
	padding-top: 170px;
    color:black;
    font-size:1.46vw;
	display: none;
}

.loader-image{
	max-width: 40%;
	margin: auto;
	margin-bottom:30px;
}

a{
	cursor: pointer;
}

.spacer{
	margin-top:30px;
}

.sweet-alert{
	background-color: #e40f24;
	color:white;
}

.sweet-alert p, .sweet-alert h2{
	color:white;
}

.error-messages{
	text-align: left;
}
.error {
	border:2px solid #E25548 !important;
}
button.confirm{
	background-color: white !important;
	color:#E25548;
	border:1px solid #E25548;
	border-radius:20px;
	padding:5px 40px 5px 40px;
}

#tnbModal .modal-dialog{
	width:1000px;
	max-width:96%;
}

.modal-content{
	color:white;
	background-color: #e40f24;
	padding:20px;
	font-weight: 400;
    font-style: normal;
    font-size:14px;
	line-height:1.4;

}
.modal-header{
	border-bottom:2px solid white;
}

.modal-content p, .modal-content ul, .modal-content ol{
	color:white;
	text-align:left;
	font-size:16px;
	font-weight:400;
}


.btn-close{
	background-color: white;
}
.btn-close-white{
	filter:none;
}

.close{
	color:black;
	font-size:40px;
	opacity: .7;
    position: absolute;
    right: 15px;
    top: 0px;
}

.close:hover, .close:focus{
	color:#582412;
	opacity: .8;
}

.modal-body ul{
	margin-left:25px;
}

footer.container-fluid{
	padding:0px;
	padding-left:0px;
}


.input-group-text{
	width:auto !important;
}

#tnbModal h5{
	font-weight: bold;
	margin-top:40px;
}
.receipt-hint li{
	list-style-type: disc !important;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 1px solid #777;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-size: 11px;
    
}

.ot-sdk-show-settings{
	position:fixed;
	z-index:1000;
	bottom:0px;
}