
/*kax 3-aug-2018*/

textarea {
	font-family: 'din-light', sans-serif;
	font-weight: normal;
	line-height: 1.6em;
	border: 1px solid #A4AAB3;
	padding: 0.7em 1em;
	box-sizing: border-box;
	border-radius: 0px;
	-webkit-appearance: none;
	width: 80%;
	font-size: 14px !important;
	height:110px;
}

.modal-overlay { background-color:rgba(0,0,0,0.7); }
.table-list .table-row .table-cell.item { cursor:default; }
.nice-select { width:80%; }
.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; }
form.form-custom label { font-family:'din-light', sans-serif; }
.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; }
em.note {
	color: #000000;	
	font-size: 20px;
}
.xmessenger2 {
	position: fixed;
	bottom: 51px;
	right: 0px;
	background: transparent url(../../v3/images/messenger2.png) center center no-repeat;
	width: 171px;
	height: 56px;
}
.card-model .card-name .value {
	height: 40px;
	color: #A4AAB3 !important;
}
/*
.mini-preview .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;
}

/*kax error
.footer {
	border-top: 1px solid #EC008C;
}
*/

/* hide prev next
.relocation-calendar .ui-datepicker-next,
.relocation-calendar .ui-datepicker-prev {
	display:inline; padding:10px; text-decoration:underline; cursor:pointer;
}
.relocation-calendar .ui-datepicker-next.ui-state-disabled,
.relocation-calendar .ui-datepicker-prev.ui-state-disabled {
	display:inline; padding:10px; text-decoration:underline; cursor:default; color:#aaaaaa;
}
*/
/**
.relocation-calendar .ui-datepicker-calendar tbody td span {
	width:42px; height:42px; display:inline-block; border-radius:50%; line-height:42px; font-family:'din-condensed', sans-serif;		
}
.relocation-calendar .ui-datepicker-calendar tbody td.ui-state-disabled span.ui-state-default {
	background-color:#f1ecde; width:42px; height:42px; display:inline-block; border-radius:50%; color:#ffffff !important;
}
.relocation-calendar .ui-datepicker-calendar tbody td a:hover {
	background-color:#EC008C; width:42px; height:42px; display:inline-block; border-radius:50%; color:#ffffff !important;
}
*/
.relocation-calendar .ui-datepicker-calendar tbody td span {
	width:42px; height:42px; display:inline-block; border-radius:50%; line-height:42px; font-family:'din-condensed', sans-serif;		
}
.ui-datepicker-week-end {
	opacity: 1;
}
.relocation-calendar .ui-datepicker-calendar tbody td.ui-state-disabled span.ui-state-default {
	color:#cccccc !important;
}
/* today already passed by default
.relocation-calendar .ui-datepicker-calendar tbody td.ui-datepicker-today span.ui-state-default,
.relocation-calendar .ui-datepicker-calendar tbody td.ui-datepicker-today a.ui-state-default {
	background-color:#FFF996; width:42px; height:42px; display:inline-block; border-radius:50%; color:#ffffff !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;
}
*/
.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:#e6007e; }
.din { font-family:'DIN Condensed', sans-serif; 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%;
	}
}

.ticket-2col-left {
	width: 65%;
}
.ticket-2col-right {
	width: 35%;
}

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; }
