#sms_on{
	color:green;
	font-weight:bold;
}
#sms_off{
	color:red;
	font-weight:bold;
}
.smsheaderlabel{
	font-weight:bold;
	font-size:14px;
	background:#ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:2px;
	margin:3px;
	width:80%;
}
.servicerow{
	font-weight:bold;
	font-size:12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:1px 5px 5px 10px;
	border-bottom:1px solid #cc;
}
.checklinks{
	font-weight:normal;
	font-size:12px;
	text-align:right!important;
}
.smswitchtext{
	padding:2px 0 0 5px;
}
.scroll-pane{
	width: 100%;
	max-height:300px;
	overflow:auto;
	margin:1px 2px 10px 2px;
	border-bottom:1px dotted #ccc;
}
.savebtn {
  font-weight: bold;
  color: #FFFFFF !important;
  font-size: 14px;
  padding: 10px 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #076B07;
  background: #09BD27;
}
.savebtn:hover {
  color: #E0E0E0 !important;
  background: #1FAB2D;
}
.smswitch { width: 100%; float: left; margin: 0 0 20px; }
.smswitch .cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: left; }
.smswitch .cb-enable span, .cb-disable span { line-height: 25px; display: block; background-repeat: no-repeat; font-weight: bold; }
.smswitch .cb-enable span { background-position: left -90px; padding: 0 10px; }
.smswitch .cb-disable span { background-position: right -180px;padding: 0 10px; }
.smswitch .cb-disable.selected { background-position: 0 -30px; }
.smswitch .cb-disable.selected span { background-position: right -210px; color: #fff; }
.smswitch .cb-enable.selected { background-position: 0 -60px; }
.smswitch .cb-enable.selected span { background-position: left -150px; color: #fff; }
.smswitch .switch label { cursor: pointer; }

#scrollbar1 { width: 320px; clear: both; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 500px; height: 200px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #003D5D; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
