
/* font-family: 'din-light', sans-serif; */
textarea {
	
	width: 100%;
	border: 0;
	outline: 0;
	border: 1px solid #BDBDBD;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000000;
	border-radius: .5rem;
	line-height: normal;
	padding: 25px 15px 10px !important;
}

.modal-overlay-no-js, .modal-overlay { background-color:rgba(0,0,0,0.7); }
.table-list .table-row .table-cell.item { cursor:default; }
.payment-method-select li { margin:0px 0px; }
.form-row.address input { margin-bottom:0px; margin-top:10px; }
.form-section input[type="text"].expiry-date-year { width:50px; text-align:center; }
.form-section input[type="text"].expiry-date-year::placeholder { color:#E6E6E7; }
/* font-family:'din-light', sans-serif; */
form.form-custom label {  }
.select-amex .amex { display:inline-block !important; }
/* .tbl-2 { border:0px solid blue; width:100%; max-width:700px; } */
.tbl-2 td { border:0px dotted blue; }
.table-list .table-row .table-cell.item .account-status { display:inline-block; }
.button.grey { background-color:#cccccc; border-color:#cccccc; }
emx.notex {
	color: #000000;	
	font-size: 20px;
}
.xmessenger2 {
	position: fixed;
	bottom: 51px;
	right: 0px;
	background: transparent url(../../v4/images/messenger2.png) center center no-repeat;
	width: 171px;
	height: 56px;
}
.card-model .card-name .value {
	height: 40px;
	color: #A4AAB3 !important;
}

.xpage-login-wrapper .xcol-left {
	height: 93vh;
}
.xfooter {
	height: 50px;
}
.xpage-login .footer .footer-links {
	margin-right: 0px;
}

/* font-family:'din-condensed', sans-serif; */
.relocation-calendar .ui-datepicker-calendar tbody td span {
	width:42px; height:42px; display:inline-block; border-radius:50%; line-height:42px;		
}
.ui-datepicker-week-end {
	opacity: 1;
}
.relocation-calendar .ui-datepicker-calendar tbody td.ui-state-disabled span.ui-state-default {
	color:#cccccc !important;
}

.relocation-calendar .ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-active {
	background-color:#66C8C6; width:42px; height:42px; display:inline-block; border-radius:50%; color:#ffffff !important;
}

.magenta { color:#F454CD; }
/* font-family:'DIN Condensed', sans-serif; */
.din {  font-size:24px; }
.x-loading { font-size:38px; color:#ffffff; }
.x-modal-lg { max-width:1000px; }

.b { border:1px solid blue; }

@media (max-width:1000px) {
	.footer-hide-border-top {
		border-top:0px;
	}
}

/* for price text strikethrough */
@-moz-document url-prefix() {
	del {
	    text-decoration:none;
	    position: relative;
	    white-space: nowrap;
	}
	del:after {
	    border-top: 1px solid #000;
	    position: absolute;
	    content: "";
	    right: 0;
	    top:50%;
	    left: 0;
	}
}

/* for voice revamp page */
@media (max-width:767px) {
	.grid-section.grid-col-4 .box {
		width: 100%;
	}
}

iframe#cloud-iframe-2
{
	width:100%; /* set this to approximate width of entire page you're embedding */
	height:700px; /* 1000px determines where the bottom of the page cuts off */
	margin-left:0px; /* clipping left side of page */
	margin-top:-30px; /* clipping top of page */
	overflow:hidden;
	-webkit-resize:none; -moz-resize:none; resize:none; /* resize seems to inherit in at least Firefox */
	border:0px dotted blue;
}
.iframe-graph-opms { width:105%; height:290px; border:0px solid #E6E6E7; }
.iframe-graph-compare { width:100%; height:500px; border:0px solid #E6E6E7; }

.nice-select .list { max-height:1px; }

@media (max-width:420px) {
	#performance .widget-wrap { padding-top:0px; border:0px solid red; }
	#performancex .widget-wrap { padding-top:0px; border:0px solid red; }
}

.error-message {
	color: #FF4077;
}

.disabled {
	background: #C9C9C9;
	color: #FFFFFF;
	border-color: #C9C9C9;
	pointer-events: none;
}

.body-ftto .disabled,
.body-ftto .button.disabled {
	background: #C9C9C9;
	color: #FFFFFF;
	border-color: #C9C9C9;
	pointer-events: none;
}

.border-radius-15 {
	border-radius: 15px !important;
}
.border-radius-top-15 {
	border-radius: 15px 15px 0 0!important;
}
.menu-account .avatar {
	border-radius: 50%;
	border: 1px solid #474747;
	display: inline-block;
	margin-right: 4px;
	margin-left: 10px;
}

.menu-account:hover .dropdown-wrapper {
	display: block;
	width: 156px;
	height: 100%;
	padding: 0;
	margin-top: -3px;
}

.menu-account .dropdown {
	background-color: #ffffff;
	padding: 1em 2em;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 0px;
	width: 110px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	margin-bottom: -1em;
	top: 12px;
	border-radius: 15px;
}

.overflow-hidden {
	overflow: hidden;
}

@media (max-width:767px) {
	.ticket-2col-left {
		width: 100%;
		float: none;
	}
	.ticket-2col-right {
		width: 100%;
		float: none;
	}
}

.menu-selector .dropdown {
	width: 220px;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#scrollbar-style::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

#scrollbar-style::-webkit-scrollbar {
	width: 6px;
	background-color: #ccc;
}

#scrollbar-style::-webkit-scrollbar-thumb {
	background-color: #E6E6E7;
}

.overflow-y-auto {
	max-height: 280px;
    overflow-y: auto;
}

.span-pill {
    border: solid 2px black;
    border-radius: 1rem;
    padding: 4px 10px;
    line-height: 3;
	cursor: pointer;
	font-weight: bold;
}

.span-pill:hover {
	color: #FFFFFF;
	background-color: #000000;
}

.selection-pill {
	display: flex;
	align-items: center;
	justify-content: center;  
	gap: 8px;  
	background-color: #F8F8F8;
    border-radius: 3rem;
    padding: 15px 0;
    line-height: 3;
    margin: 15px;
	cursor: pointer;
}

.selection-pill:hover {
	background-color: #E6E6E7;
	color: #000000;
}

.no-pointer-events {
	pointer-events: none;
}

.cursor-pointer {
	cursor: pointer;
}