﻿.smsDetailsWrapper {
	display: flex;
	padding-top: 5px;
}

.smsDetails {
	font-weight: bold;
	color: #555555;
	padding-bottom: 2px;
	display: flex;
}

	.smsDetails p {
		margin: 0;
		padding: 0px 0px 2px 0px;
		font-weight: normal;
	}

	.smsDetails span {
		padding-right: 3px;
	}

.smsTemplate {
	display: flex;
	align-items: center;
	padding-bottom: 3px;
	justify-content: space-between
}

.smsTopDiv {
	display: flex;
	padding-bottom: 5px;
	justify-content: space-between;
}

.detailWrapper {
	display: flex;
	flex-direction: row;
	padding-right: 3px;
}

.topSmsWrapper {
	padding-bottom: 3px;
}

.bottomSmsWrapper {
	padding-bottom: 3px;
}

.smsBottomDiv {
	padding-left: 110px;
}

.sendSmsSettings > div > span {
	display: flex;
	align-items: center;
}

.sendSmsSettings {
	margin-left: -3px;
}

.sendSmsSetting {
	display: flex;
	align-items: center;
}

.smsCustomNumberDiv {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.smsBottomButtons {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

#SMSTextUCS2 {
	background: white;
	border-color: black;
	font-family: Arial;
	font-size: 12px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 250px !important;
	padding: 5px;
}

#BtnSearchForUCS2 {
	cursor: pointer;
	color: red;
}
