
/* ---- Site logo on login page ----*/
#img-logo {
    max-height: 100%;
    border-radius: 10px;
}

body.za #img-logo {
    max-width: 60%;
}

body.io #img-logo {
    max-width: 40%;
}


.ui-selectmenu-list li .ui-btn-inner a.ui-link-inherit
{
    padding: .5em 15px .5em 15px;
}

/*------ Low resolution --*/
@media (max-width: 760px) {
	.lrHide {
		display: none !important;
	}

	.ui-li-aside {
		width: 75px;
		margin-top: 0px;
/*		border: 1px solid #0000FF;*/
	}

	.clsLogMessage {
		font-size: 14px;
		font-weight: normal;
		color: rgb(111, 111, 116);
	}

	.spanContactDetails {
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
	}
	.spanContactCaiKey {
		font-size: 12px;
		font-weight: 500;
		text-overflow: ellipsis;
	}
	.spanContactCaiValue {
		font-size: 12px;
		font-weight: 300;
		text-overflow: ellipsis;
	}


	.mobiList .ui-li {
		background-color: #FFFFFF;
		border-bottom: none;
		border-top: none;
	}

	.mobiList li :after {
		content:"";
		background: rgb(111, 111, 116);
		position: absolute;
		bottom: 0;
		left: 5%;
		width: 90%;
		height: 1px;
	}


	.winsms-backup-expired.ui-btn a {
		color: #888888 !important;
	}

	.clsIconDelivered {
/*		background-image: url(../images/SMS_Delivered_70x38.png);*/
		background-image: url(../images/SMS_Delivered_36x20.png);
	}

	.clsIconContact {
		background-image: url(../images/Contact_48_Black.png);
	}

	.clsIconClock {
		background-image: url(../images/clock_48_black.png);
	}

	.clsIconKeypad {
		background-image: url(../images/keyPad_48_black.png);
	}

	.clsIconGroup {
		background-image: url(../images/Group_48_1_black.png);
	}

	.clsIconSent {
		background-image: url(../images/SMS_Sent_36x20.png);
	}

	.clsIconFailed {
		background-image: url(../images/SMS_Failed_36x20_1.png);
	}

	.clsIconInbox {
		background-image: url(../images/SMS_Inbox_36x20.png);
	}

	.clsIconScheduled {
		background-image: url(../images/SMS_Scheduled_36x20_1.png);
	}

	.headerNavGrid .ui-block-a {
		text-align: left;
		padding-left: 5px;
	}
	.headerNavGrid .ui-block-b, .headerNavGrid .ui-block-c, .headerNavGrid .ui-block-d, .headerNavGrid .ui-block-e  {
		text-align: center;
	}

}

/*------ High resolution --*/
@media (min-width: 761px) {
/* 	.ui-selectmenu{
        max-height: 500px;
    } */
	.hrHide {
		display: none !important;
	}

	#contactList .ui-li .ui-grid-a {
		border-radius: 10px !important;
		padding-left: 48px !important;
	}

	#contactList .ui-li .ui-grid-a:nth-child(odd){
		background: #eee;

		/*margin-left: -10px !important;*/
	}
	#contactList .ui-li.ui-mobi-selected .ui-grid-a:nth-child(odd){
		background: #bbcced !important;

		/*margin-left: -10px !important;*/

	}


	.ui-li-aside {
		margin-right: 1%;
		width: 30%;
	}

	.clsLogMessage {
		font-size: 12px;
		font-weight: normal;
		margin-top: 5px;
		vertical-align: top;
	}

	.spanContactDetails {
		font-size: 13px;
		margin-top: 9px;
		margin-left: 15px;
	}

	.spanContactCaiKey {
		font-size: 12px;
		font-weight: bold;
	}
	.spanContactCaiValue {
		font-size: 12px;
		font-weight: normal;

	}


	.clsIconContact {
		background-image: url(../images/Contact_64_2_Black.png);
	}

	.clsIconGroup {
		background-image: url(../images/Group_64_1_black.png);
	}

	.mobiList .ui-li {
		background-color: #FFFFFF;
		cursor: pointer;
	}

	.clsIconDelivered {
		background-image: url(../images/SMS_Delivered_128.png);
	}

	.clsIconSent {
		background-image: url(../images/SMS_Sent_128.png);
	}

	.clsIconFailed {
		background-image: url(../images/SMS_Failed_128.png);
	}

	.clsIconInbox {
		background-image: url(../images/SMS_Inbox_128.png);
		margin-right: 5px;
	}

	.clsIconScheduled {
		background-image: url(../images/SMS_Scheduled_64.png);
		margin-right: 5px;
	}

	.headerNavGrid .ui-block-a {

	}
	.headerNavGrid .ui-block-a, .headerNavGrid .ui-block-b, .headerNavGrid .ui-block-c, .headerNavGrid .ui-block-d, .headerNavGrid .ui-block-e  {
		padding-left: 5px;
		text-align: left;
	}
}

/*---------------------------------------------------------------------------*/


/*-------------------- SendSMSHR --------------------------------------------*/

/*-- Selected Stats --------------------------*/
#frmSendSMSHR .SelectedStatsHR {
	cursor:default;
	width:61px;
	margin-top: -10px;
	border-radius:6px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right:4px;
	font-size: 15px;
	font-weight: bold;
}

#frmSendSMSHR #SelContCountHR {
	float:right;
	background: white;
	background-image: url(Images/Contact_Black_20x20.png);
	background-position: 3px 3px;
	background-repeat:no-repeat;
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
}

#frmSendSMSHR #SelGroupCountHR {
	margin-left: 4px;
	background: rgba(93, 154, 195, 1);
	color: white;
	text-shadow: none;
	background-image: url(Images/Group_White_20x20.png);
	background-position: 4px 2px;
	background-repeat:no-repeat;
}
/*-- End Selected Stats --------------------------*/


.combo-eupanel {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 400;
	text-shadow: none;
	border-radius: 6px;
}

.combo-eupanel .datagrid-view2 ::-webkit-scrollbar
{
	width: 16px;
	background-color: #555555;
	border-radius: 6px;
	/* border: 1px solid #555555;	 */
	border: none;
}

.combo-eupanel .datagrid-view2 ::-webkit-scrollbar-thumb
{
	background-color: #fdfdfd;
	border-radius: 7px;
	width: 16px;
	border: 1px solid #555555;
	min-height: 50px;
}

.datagrid-btable td {
	border-style: solid !important;
	height: 28px;
	padding-top: 8px;
	padding-botton: 5px;
	cursor: pointer;
}

.combo-eupanel .datagrid-header {
	display: none;
}

.combo-eupanel .datagrid-cell {
	font-size: 13px;
}

.combo-eupanel .SMSGroup {
	background: rgba(93, 154, 195, 1);
	background-image: url(images/Group_White_20x20.png);
	background-position: 4px 4px;
	background-repeat:no-repeat;
	color: #f2f2f2;
	padding-left: 28px;
}

.combo-eupanel .datagrid-row td {
	border-right-width: 0px;
}

.textbox.combo {
	border-color: #AAA;
}

.checkedRecipient {
	background-image: url(images/Tick_Green1_20x20.png);
	background-position: 4px 4px;
	background-repeat:no-repeat;
}

.datagrid-row-over,
.datagrid-row-over td.SMSGroup,
.datagrid-row-over td.SMSGroupCB,
.datagrid-header td.datagrid-header-over {
  background-color: #2a62bc !important;
  color: white !important;
}

.textbox .textbox-prompt {
	color: #d1d1d1 !important;
}



.littleRecipient {
	box-shadow: 0px 2px 0px #848688;
	border: none;
	font-size: 13px;
	display: inline-block;
	text-shadow: none;
	border-radius: 3px;
	margin: 3px 0px 3px 5px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 5px;
	height: 13px;
}

.littleRecipient.contact {
	background-color: #e5e5ea;
	padding-left: 8px;
}

.littleRecipient.group {
	padding-left: 29px;
	background-image: url(images/Group_White_20x20.png);
	background-position: 4px 1px;
	background-repeat:no-repeat;
	color: #f2f2f2;
	background-color: rgba(93, 154, 195, 1);
}


.littleRecipientClose, .littleGroupContactClose {
	position: relative;
	display: block;
	float: right;
	top: 2px;
	margin-right: 1px;
	margin-left: 4px;
	width: 12px;
	height: 12px;
	background: url('images/chosen-sprite.png') -42px 1px no-repeat;
	cursor: pointer;
}

.littleRecipient.group .littleRecipientClose {
	background-position: -42px -10px;
}

.littleRecipientClose:hover, .littleGroupContactClose:hover {
  background-position: -42px -10px;
}

.extraRecipients {
	position: absolute;
	height: 16px;
	top: 122px;
	border-radius: 3px;
	background-color: #007aff;
	color: #FFF;
	padding: 3px;
	text-align: right;
	font-size: 15px;
	right: 16px;
	text-shadow: none;
	box-shadow: -2px 0px 2px 1px #888;
}

.extraGroupContacts {
	position: absolute;
	height: 16px;
	top: 217px;
	border-radius: 3px;
	background-color: #007aff;
	color: #FFF;
	padding: 3px;
	text-align: right;
	font-size: 15px;
	right: 16px;
	text-shadow: none;
	box-shadow: -2px 0px 2px 1px #888;
}



/*-- Quicksend --------------------------*/
#frmSendSMSHR #QuickSendHR {
	width: 458px;
	resize: none;
	font-size: 14px;
	border-radius: 6px;
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
	background-color: white;
	border-image: none;
	border-image-width: 0px;
	margin-top: 10px;
	text-shadow: none;
	padding-left: 5px;
	padding-right: 5px;

}

#frmSendSMSHR .QSDivHR  div.ui-input-text{
	border-style: none;
	margin: 0;
	background: 0;
	box-shadow: none;
	padding: 0px;

}

/*-- End Quicksend --------------------------*/



/*-- Character Counter --------------------------*/

#frmSendSMSHR #CharCountHR {
	display: block;
	resize: none;
	font-size:12px;
	float:right;
	border-radius: 4px;
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
	background-color: #F6F6F6;
	border-image: none;
	border-image-width: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	text-shadow: none;
	text-align: right;
	width: 225px;
	height: 15px;
}

#CharCountTemplate {
	display: block;
	resize: none;
	font-size:12px;
	/*float:right;*/
	border-radius: 4px;
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
	background-color: #F6F6F6;
	border-image: none;
	border-image-width: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	text-shadow: none;
	text-align: right;
	width: 225px;
	height: 15px;
}

/*-- End Character Counter --------------------------*/



/*-- SMSMessage --------------------------*/

#frmSendSMSHR #SMSMessageHR {
	position: relative;
	width: 100%;
	resize: none;
	font-size: 14px;
	border-radius: 6px;
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
	background-color: transparent;
	border-image: none;
	border-image-width: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	text-shadow: none;
	box-shadow: none;
	padding-bottom: 30px;
	min-height: 100px;
	max-height: 220px;

}

#editTemplateText {
	/*position: relative;*/
	/*width: 100%;*/
	/*width: 300%;*/
	resize: none;
	font-size: 14px;
	border-radius: 6px;
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
	/*background-color: transparent;*/
	border-image: none;
	border-image-width: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	text-shadow: none;
	box-shadow: none;
	padding-bottom: 30px;
	min-height: 100px;
	max-height: 220px;

}


#frmSendSMSHR #highlightSMSMessageHR {
	position: absolute;
	width: 455px;
	max-width: 460px;
	font-size: 14px;
	border-radius: 6px;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	background-color: white;
	border-image: none;
	border-image-width: 0px;
	top: 255px;
	margin-bottom: 0px;
	text-shadow: none;
	box-shadow: none;
	color: transparent;
	padding-top: 5px;
	padding-left: 6px;
	padding-bottom: 30px;
	padding-right: 6px;
	height: 63px;
	min-height: 63px;
	line-height: 1.4em;
	word-wrap: break-word;
	white-space: pre-wrap;
}

/*.highlight {*/
/*	background-color: rgba(93, 154, 195, 0.5);*/
/*	border-radius: 3px;*/
/*}*/

.highlight {
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
/*	margin-top: 2px;*/
	height: 16px;
	background-color: rgba(93, 154, 195, 0.5);
	border-radius: 5px;
	top: 3px;
}

/*-- End SMSMessage --------------------------*/



/* Footer Button */

#frmSendSMSHR #FooterListHR-button {
	width: 464px;
	text-align: left;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	border-radius: 6px;
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
	margin-top: -33px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: none;
	background-image: none;
	background-repeat:no-repeat;
	background-color: #007aff !important;
	color: #FFF;
	text-shadow: none;
}

#FooterListHR-listbox {
	background: none;
	border: none;
	box-shadow: none;
}

#FooterListHR-listbox-popup {
	width: 415px;
}

#editTemplatePopup-popup {
	max-width: 515px !important;
	width: 95% !important;
}


#FooterListHR-menu {
	border-radius: 8px;
	border: 1px solid #AAA;
}

#FooterListHR-menu .ui-li {
	background: #FFF;
	font-weight: normal;
	height: 36px;
	font-size: 13px;
}

#FooterListHR-menu .ui-btn-active {
	box-shadow: none;
}

#FooterListHR-menu .ui-btn-active .ui-btn-inner.ui-li {
	background-color: #007aff;
}


/* End Footer Button */

/*#SetCAICount-button {
	width: 50px !important;
}
*/

#frmSendSMSHR #shedTimeDivHR div.ui-input-text {
	border: solid 1px #AAA !important;
	margin: 0;
	margin-left: 6px;
	margin-right: 10px;
	background: 0;
	box-shadow: none;
	background-color: white !important;
	border-radius: 6px !important;
	height: 30px !important;
	margin-top: 8px;
}

#frmSendSMSHR #shedTimeDivHR input {
	padding-top: 5px !important;
	font-size: 14px !important;
}

/*--------- Discarded -------------------------------------*/

/*.ui-dialog-contain>.ui-content {*/
/*	background-color: #f3f3f3;*/
/*	background-image: none;*/
/*}*/


/*.jqm-button-override .ui-btn-inner {*/
/*	padding: 0px;*/
/*	font-size: 13px; */
/*	font-weight: normal;*/
/*	padding: 4px;*/
/*	padding-top: 4px;	*/
/*}*/



/*-------------------- End SendSMSHR ----------------------------------------*/




.ui-body-c {
/*	background-color: #FFFFFF !important;*/
}

.ios7 .dwwms .dwwo {
    display: none;
}

.ios7 .dwwms .dw-ul {
	margin-top: -68px;
}

#recipientList .ios7 .dwhl .dwwc, #groupContactList .ios7 .dwhl .dwwc {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}




input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

.clsMenuTools li, .popupContextMenu li, .clsLogMaintenanceTools li {
	cursor: pointer;
	padding-left: 45px !important;
	font-weight: normal;
}

.jqm-button-override {
	border-radius: 6px !important;
}

.jqm-button-override .ui-btn-inner {
	padding: 0px !important;
	font-size: 13px !important;
	font-weight: normal !important;
	padding: 4px !important;
	padding-top: 4px !important;
	white-space: normal;
}

#jqm-bcButtons .ui-btn-inner {
	padding-left: 0px;
	padding-right: 0px;
}


.inputZAR {
	text-align: right;
}

/*#bcInputs .ui-input-text {*/
/*	width: 100px;*/
/*}*/


.panelMenu li {
	font-weight: normal;
}

.panelMenu .ui-btn-up-c {
	font-weight: bold;
}


.popupMenuImage {
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	max-width:24px !important;
	max-height:24px !important;
	margin-top: -6px;
	margin-left: -2px;
}




#panelRecipientScroller-popup, #panelRecipientScroller, #panelQuicksend-popup, #panelQuicksend, #taQuicksend, #smsMessage, #panelGroupContactScroller-popup, #panelGroupContactScroller {
	top: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
	background-color: #F9F9F9 !important;
	border-radius: 0px !important;
	border: none !important;
	box-shadow: none !important;
	background-image: none;
	margin-top: 0px !important;
	padding-top: 0px !important;
}

#divRecipientFilter .ui-input-search, #divGroupContactFilter .ui-input-search {
	top: 0px !important;
	width: 80% !important;
	max-width: 80% !important;
	background-color: #F9F9F9 !important;
	border-radius: 0px !important;
	border: none !important;
	box-shadow: none !important;
/*	background-image: none;*/
	margin-top: 0px !important;
	padding-top: 0px !important;
}





#frmSendSMSLR .ui-input-text {
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;


}

#taQuicksend {
	height: 100px !important;
}


.icoDeleteAll, .icoDeleteContact, .icoDeleteGroup, .icoDeleteScheduled {
	background-image: url(../images/delete_48_red.png);
}

.icoExport {
	background-image: url(../images/save_icon_48_white.png);
}

.icoEmail {
	background-image: url(../images/email_icon_white.svg);
}

.icoSendContactSMS, .icoSendGroupSMS, .icoResendSMS, .icoForwardSMS, .icoReplyToSMS {
	background-image: url(../images/sendSMS_icon_48_white.png);
}

.icoEditContact, .icoEditGroup {
	background-image: url(../images/pencil_icon_48_white_3.png);
}

.icoAddContact {
	background-image: url(../images/round_plus_icon_48_white.png);
}



.btnPopupClose{
	background-image: none;
	background-color: #32556f;
	border: none;
}

.btnPopupClose .ui-icon-delete{
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
}



.clsLogBody {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	width: 60%;
	padding-bottom: 5px;
	padding-left: 5px;
}



.clsLogContactNameShort {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}


.clsLogIconHR {
	display: inline-block;
	position: relative;
/*	width: 64px;*/
/*	height: 64px;*/
	width: 32px;
	height: 32px;
	background-repeat:no-repeat;
	background-position:center;
/*	background-size:64px 64px;	*/
	background-size:32px 32px;
}

.dropdownArrow {
	display: inline-block;
	float: right;
	background-image: url(../images/downArrow_grey_2_48.png);
	width: 24px;
	height: 24px;
	background-repeat:no-repeat;
	background-position:center;
	background-size: 24px 24px;
}



.clsLogIconLR {
	display: inline-block;
	width: 18px;
	height: 10px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:18px 10px;
	margin-right: 8px;
	vertical-align: top;
/* 	IW - 14/11/2019 - END to fix Chrome v77 lazy loading background images specified in CSS */
/* 	margin-top: 5px; */
	margin-top: 0px;
}

.clsContactIconLR {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:24px 24px;
	margin-right: 8px;
	vertical-align: top;
	margin-top: 0px;
}


.liSendSMSOption {
/*	padding-left: 10px !important;*/
	padding-top: 0.6em !important;
	padding-bottom: 0.6em !important;

}

.iconSendSMSOption {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:24px 24px;
/*	margin-right: 0px;	*/
	margin-left: 6px;
	vertical-align: middle;

}

.displaySendSMSOption {
	display: inline-block;
	width: 85%;
	vertical-align: middle;
/*	margin-left: 0px;*/
}

.textSendSMSOption {
	padding-top: 3px;
/*	margin: 3px;	*/
	font-size: 14px;
	font-weight: normal;
}


.recipientGroupLR {
/*	box-sizing: border-box;*/
/*	border: 1px solid #5D9AC3;*/
	border-radius: 4px;
/*	font-size: 16px !important;*/
	padding-left: 40px !important;
/*	margin-bottom: 5px;*/

	background-repeat: no-repeat;
/*	background-position: left;*/
	background-position: 5px 7px;
	background-size: 24px 24px;
	background-image: url(../images/Group_48_1_black.png);
	font-weight: bold !important;
	color: #007AFF !important;


}


.clsLogInformalStatusDate {
	color: blue;
	font-size: 14px;
}

.clsLogInformalStatusTime {
	color: blue;
	font-size: 11px;
}

.selGroupLR {
	display: inline-block;
	border: 1px solid #666666;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	margin: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-radius: 4px;
	text-shadow: none;
	color: #FFFFFF;
	background-color: #5D9AC3;
}

.selContactLR {
	display: inline-block;
	border: 1px solid #666666;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	margin: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-radius: 4px;
	text-shadow: none;
	color: #333333;
	background-color: #FFFFFF;
}

.clsHidden {
/*	border: 2px solid #FF0000 !important;*/
	display: none !important;
}


.ui-panel.ui-panel-open {
	position:fixed;
}

.ui-panel-inner {
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	bottom: 0px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}


/*IW - 08/08/2017 - For disappearing scrollbar on Send SMS page when inserting Merge Field on 800 x 600 screen*/
.ui-mobile-viewport-transitioning .ui-page {
	overflow-y: visible !important;
}


.HeaderText{
	display: inline-block;
	position: absolute;
	top: 35px;
	font-size:14px;
	font-weight:normal;
	color: #FFFFFF;
}

.panelNav li {
	cursor: pointer;
}

.pagingFiltered {
	cursor: pointer;
}

/*----------------------- Main NavBar Images --------------------------------*/



.nav-MainNav .ui-btn .ui-btn-inner {
	padding-top: 15px !important;
}

.pagingNavImage {
	width: 24px;
	height: 24px;
	padding: 7px;
	border: 1px solid #FF0000;
}

.mobileHeaderImage {
	width: 24px;
	height: 24px;
	padding: 7px;
	border: 1px solid #FF0000;
}

.pagingNav-filterInfo {
	display: inline-block;
}

.pagingFiltered {
	width: 16px;
	height: 16px;
	background: url(/images/filter_red_16px.png) no-repeat;
}



.panelMenuImage {
	max-width:16px !important;
	max-height:16px !important;
/*	margin-top: -6px;*/
/*	margin-left: -2px;*/
}


/*----------------------- End Main NavBar Images ----------------------------*/



/*----------------------- Dialog Box Images ---------------------------------*/

.dlgImageQM {
	background-image: url(../images/dlgImageQM.png);
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
}


.dlgImageInfo {
	background-image: url(../images/dlgImageInfo.png);
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
}


.dlgImageAlert {
	background-image: url(../images/dlgImageAlert.png);
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
}

/*----------------------- End Dialog Box Images -----------------------------*/

#frmEditContact .chosen-container .chosen-drop {
	background: rgba(93, 154, 195, 1);
/*	max-height: 100px;			*/
}

#frmEditContact .chosen-container .chosen-drop .chosen-results {
/*	max-height: 95px;*/
	margin-top: -1px;
}

/*----------------------- Dashboard -----------------------------------------*/

.infoBlockDashboardHR {
	height: 110px;
	width: 475px;
	text-align:left;
}

.btnDashboardSmallHR {
	width: 230px;
	border-radius: 8px;
}

.btnDashboardHR {
	height: 220px;
	width: 230px;
	text-align:left;
}

.btnDashboardLR {
	color: #333333;
	text-decoration:none;
	margin-top: 8px;
	padding-left: 5px;
	display: inline-block;
}

.btnDashboardLRWord .ui-btn-inner {
	font-size: 14px;
	font-weight: normal;
	padding: 8px;

}

.btnDashboardLRWord {
	border-radius: 8px;
}

.fontDashboardHR {
	font-size:14px;
	font-weight:normal;
	white-space: normal;
	text-align:left;
}

/*----------------------- End Dashboard -------------------------------------*/


/*----------------------- Buy Credits ---------------------------------------*/

#tbl_bcCostGrid {
	border: 1px solid #888;
	font-size: 12px;
	margin: auto;
	min-width: 254px;
	border-radius: 8px;
	overflow: hidden; /*---important for border-radius to clip striped backgrounds----*/
}

.flat-tbIcon-arrow-right {
	background:url('../Images/arrow_right_16.png') no-repeat center center;
	 background-size: 12px 12px;
}

#tbl_bcCostGrid td {
	padding: 2px;
}

#tbl_bcCostGrid tr:nth-child(odd) {
    background-color: #FFF;
}

#tbl_bcCostGrid tr:nth-child(even) {
    background-color: #ccdded;
}

/*----------------------- End Buy Credits -----------------------------------*/



/*----------------------- List Item Formatting ------------------------------*/

.spanGroupDetails {
	font-size: 13px;
	margin-top: 10px;
	margin-left: 15px;
}


/*.liContact:hover { */
/*background-color:#6EABD4;*/
/*color: #FFFFFF;*/
/*text-shadow: none;*/
/*}*/


.ui-mobi-selected {
	background: #ccdded !important;
	text-shadow: none;
	border: 1px dotted #AAAAAA !important;
}


.mobi-flatButton {
	text-shadow: none;
	background-image:none;
	border:none;
	box-shadow: 1px 1px 0px #848688;
}

/*----------------------- End List Item Formatting --------------------------*/
