﻿/*
 =================
 Table of Contents
 =================
 01. == 16 Main Tags
 02. == 61 UDFS
 03. == 130 EZNET MANAGEMENT
 04. == 357 Voice Demo
 05. == 413 Wizard
 06. == 435 Pricing
 07. == 518 A-Z

*/


/*
body {
	background-color: #FFFFFF;
    font-size: 12px;
    font-family: Trebuchet, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%; }*/ /* ------------------------ INTERFEARS WITH BODY STYLES*/

html {
	height: 100%;
}

h1, h3, h4, p {
	margin: 10px 0;
}

h1 {
	color: #0079b3;
	font-size: 1.8em;
}

h3 {
	color: #f18c20;
	font-size: 1.4em;
}

h4 {
	color: #005d89;
	font-size: 1.2em;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

img {
	border: none;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #ccc;
	margin: 20px 0 0 0;
	clear: both;
}

/*.RadMenu_Bootstrap .rmSlide .rmVertical .rmLeftImage {
  position: static !important;
  margin: 0px 3px 0px 3px !important;
}*/

/************************************ UDFS *********************************/
/* THIS IS TEMPORARY PLACEMENT <---Outdated? */
.eznet-valsum {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 24px;
}

.eznet-udfs {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 12px;
}

	.eznet-udfs .field {
		margin-top: 8px;
	}

	.eznet-udfs .fieldcolumn {
		vertical-align: top;
		padding-right: 20px;
	}

	.eznet-udfs .requiredmark {
		color: Red;
	}

	.eznet-udfs .labelarea {
		padding: 0px 0px 2px 0px;
		width: 300px;
	}

	.eznet-udfs .label {
		color: #000000;
		font-weight: bold;
	}

	.eznet-udfs .labeldesc {
		color: #808080;
		float: right;
	}

	.eznet-udfs .valid {
		font-family: "Segoe UI",Arial,Helvetica,sans-serif;
		font-size: 12px;
		border: 1px solid #B8C9DB !important;
		background-color: #F2F5F8 !important;
		width: 300px !important;
	}

	.eznet-udfs .invalid {
		font-family: "Segoe UI",Arial,Helvetica,sans-serif;
		font-size: 12px;
		border: 1px solid #FF0000 !important;
		background-color: #FFCCCC !important;
		width: 300px !important;
	}

.eznet-notifications .valid {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #B8C9DB !important;
	background-color: #F2F5F8 !important;
	width: 300px !important;
}

.eznet-notifications .invalid {
	font-family: 'Trebuchet MS';
	font-size: 12px;
	border: 1px solid #FF0000 !important;
	background-color: #FFCCCC !important;
	width: 300px !important;
}

.eznet-udfs textarea.valid {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #B8C9DB;
	background-color: #F2F5F8;
	width: 300px !important;
	height: 62px;
	resize: none !important;
}

.eznet-udfs textarea.invalid {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
	width: 300px !important;
	height: 62px;
	resize: none;
}


.eznet-notifications textarea.valid {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #B8C9DB;
	background-color: #F2F5F8;
	width: 300px !important;
	height: 62px;
	resize: none !important;
}

.eznet-notifications textarea.invalid {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
	width: 300px !important;
	height: 62px;
	resize: none;
}

/* ******************** END **************************/

/* ******************** EZNET MANAGEMENT STYLES **************************/
/*background: -moz-linear-gradient(center top , #F7F8FC 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;*/
.eznet-management-notes-list {
	border: 1px solid #B8C9DB;
	background-color: #FBFBFD;
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 8px;
	overflow: auto;
}

	.eznet-management-notes-list .item-alt {
		background-color: #FFFFFF;
	}

	.eznet-management-notes-list .note-area-outer {
		width: 100%;
	}

	.eznet-management-notes-list .note-area-inner {
		padding: 6px;
		border-bottom: 1px dashed #B8C9DB;
	}
/* ************************************* END *********************************/


/* ************************************* TOOL TIP TOUR *********************************/
.tour-tip1 {
	width: 400px !important;
}

	.tour-tip1 p {
		width: 350px !important;
	}

.tour-tip3 {
	margin-left: 13px !important;
}

.tour-tip4 {
	margin-top: 4px !important;
}

.tour-tip5 {
	margin-left: 13px !important;
}

.tour-tip6 {
	margin-left: 13px !important;
}

.tour-tip10 {
	width: 400px !important;
}


#joyRideTipContent {
	display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
	position: absolute;
	background: #000;
	background: rgba(0,0,0,0.8);
	display: none;
	color: #fff;
	width: 300px;
	z-index: 101;
	top: 0; /* keeps the page from scrolling when calculating position */
	left: 0;
	font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.joyride-content-wrapper {
	padding: 10px 10px 15px 15px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.joyride-tip-guide {
		width: 95% !important;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		left: 2.5% !important;
	}

	.joyride-tip-guide-wrapper {
		width: 100%;
	}
}


/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub {
	display: block;
	position: absolute;
	left: 22px;
	width: 0;
	height: 0;
	border: solid 14px;
	border: solid 14px;
}

	.joyride-tip-guide span.joyride-nub.top {
		/*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-bottom-color so here we set the border-color
  and override the top,left,right colors below.
  */
		border-color: #000;
		border-color: rgba(0,0,0,0.8);
		border-top-color: transparent !important;
		border-left-color: transparent !important;
		border-right-color: transparent !important;
		top: -28px;
		bottom: auto;
	}

	.joyride-tip-guide span.joyride-nub.bottom {
		/*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-top-color so here we set the border-color
  and override the bottom,left,right colors below.
  */
		border-color: #000;
		border-color: rgba(0,0,0,0.8) !important;
		border-bottom-color: transparent !important;
		border-left-color: transparent !important;
		border-right-color: transparent !important;
		bottom: -28px;
	}

	.joyride-tip-guide span.joyride-nub.right {
		border-color: #000;
		border-color: rgba(0,0,0,0.8) !important;
		border-top-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: transparent !important;
		top: 22px;
		bottom: auto;
		left: auto;
		right: -28px;
	}

	.joyride-tip-guide span.joyride-nub.left {
		border-color: #000;
		border-color: rgba(0,0,0,0.8) !important;
		border-top-color: transparent !important;
		border-left-color: transparent !important;
		border-bottom-color: transparent !important;
		top: 22px;
		left: -28px;
		right: auto;
		bottom: auto;
	}

/* Typography */
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 {
	line-height: 1.25;
	margin: 0;
	font-weight: bold;
	color: #fff;
}

.joyride-tip-guide h1 {
	font-size: 30px;
}

.joyride-tip-guide h2 {
	font-size: 26px;
}

.joyride-tip-guide h3 {
	font-size: 22px;
}

.joyride-tip-guide h4 {
	font-size: 18px;
}

.joyride-tip-guide h5 {
	font-size: 16px;
}

.joyride-tip-guide h6 {
	font-size: 14px;
}

.joyride-tip-guide p {
	margin: 0 0 18px 0;
	font-size: 14px;
	line-height: 18px;
}

.joyride-tip-guide a {
	color: rgb(255,255,255);
	text-decoration: none;
	border-bottom: dotted 1px rgba(255,255,255,0.6);
}

	.joyride-tip-guide a:hover {
		color: rgba(255,255,255,0.8);
		border-bottom: none;
	}

/* Button Style */
.joyride-tip-guide .joyride-next-tip {
	width: auto;
	padding: 6px 18px 4px;
	font-size: 13px;
	text-decoration: none;
	color: rgb(255,255,255);
	border: solid 1px rgba(0,0,0,0.4);
	background: url(../images/global/cool-blue-bg.png) repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0055d6',GradientType=0 );
	background: linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
}

.joyride-next-tip:hover {
	color: #F18C20 !important;
	border: solid 1px rgba(0,0,0,0.4) !important;
}

.joyride-timer-indicator-wrap {
	width: 50px;
	height: 3px;
	border: solid 1px rgba(255,255,255,0.1);
	position: absolute;
	right: 17px;
	bottom: 16px;
}

.joyride-timer-indicator {
	display: block;
	width: 0;
	height: inherit;
	background: rgba(255,255,255,0.25);
}

.joyride-close-tip {
	position: absolute;
	right: 10px;
	top: 10px;
	color: rgba(255,255,255,0.4) !important;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: none !important;
}

	.joyride-close-tip:hover {
		color: rgba(255,255,255,0.9) !important;
	}

.joyride-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0);
	background: transparent;
	background: rgba(0,0,0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	cursor: pointer;
}
/* -------Mobile --------*/

/* --------------------------------------------------
	:: Grid
	-------------------------------------------------- */

/* Mobile */
@media only screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.container {
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.row {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}

		.row .row .column, .row .row .columns {
			padding: 0;
		}

	.column, .columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

		.column:last-child, .columns:last-child {
			margin-right: 0;
			float: none;
		}

	[class*="column"] + [class*="column"]:last-child {
		float: none;
	}

	[class*="column"]:before, [class*="column"]:after {
		content: "";
		display: table;
	}

	[class*="column"]:after {
		clear: both;
	}

	.offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered {
		margin-left: 0 !important;
	}

	.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
		left: auto;
	}

	.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
		right: auto;
	}

	/* Mobile 4-column Grid */
	.row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child {
		margin-left: 0;
	}

	.row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child {
		float: right;
	}

	.row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four {
		margin-left: 4.4%;
		float: left;
		min-height: 1px;
		position: relative;
		padding: 0;
	}

	.row .phone-one {
		width: 21.68% !important;
	}

	.row .phone-two {
		width: 47.8% !important;
	}

	.row .phone-three {
		width: 73.9% !important;
	}

	.row .phone-four {
		width: 100% !important;
	}

	.row .push-one-phone {
		left: 26.08%;
	}

	.row .push-two-phone {
		left: 52.2%;
	}

	.row .push-three-phone {
		left: 78.3%;
	}

	.row .pull-one-phone {
		right: 26.08%;
	}

	.row .pull-two-phone {
		right: 52.2%;
	}

	.row .pull-three-phone {
		right: 78.3%;
	}
}


/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */

@media only screen and (max-width: 767px) {
	.block-grid.mobile {
		margin-left: 0;
	}

		.block-grid.mobile > li {
			float: none;
			width: 100%;
			margin-left: 0;
		}
}



/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/


.show-on-phones {
	display: none !important;
}

.show-on-tablets {
	display: none !important;
}

.show-on-desktops {
	display: block !important;
}

.hide-on-phones {
	display: block !important;
}

.hide-on-tablets {
	display: block !important;
}

.hide-on-desktops {
	display: none !important;
}


/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) {
	.touch .hide-on-phones {
		display: block !important;
	}

	.touch .hide-on-tablets {
		display: none !important;
	}

	.touch .hide-on-desktops {
		display: block !important;
	}

	.touch .show-on-phones {
		display: none !important;
	}

	.touch .show-on-tablets {
		display: block !important;
	}

	.touch .show-on-desktops {
		display: none !important;
	}
}


@media only screen and (max-width: 767px) {
	.hide-on-phones {
		display: none !important;
	}

	.hide-on-tablets {
		display: block !important;
	}

	.hide-on-desktops {
		display: block !important;
	}

	.show-on-phones {
		display: block !important;
	}

	.show-on-tablets {
		display: none !important;
	}

	.show-on-desktops {
		display: none !important;
	}
}


/* Specific overrides for elements that require something other than display: block */

table.show-on-desktops {
	display: table !important;
}

table.hide-on-phones {
	display: table !important;
}

table.hide-on-tablets {
	display: table !important;
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
	.touch table.hide-on-phones {
		display: table !important;
	}

	.touch table.hide-on-desktops {
		display: table !important;
	}

	.touch table.show-on-tablets {
		display: table !important;
	}
}

@media only screen and (max-width: 767px) {
	table.hide-on-tablets {
		display: table !important;
	}

	table.hide-on-desktops {
		display: table !important;
	}

	table.show-on-phones {
		display: table !important;
	}
}


/* -------------------------------------------------- 
	:: Forms
---------------------------------------------------*/


@media only screen and (max-width: 767px) {
	div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea,
	form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea {
		display: block;
		width: 100%;
		padding: 6px 2% 4px;
		font-size: 18px;
	}

		form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea {
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

	form.nice div.form-field.error small, form.nice small.error {
		padding: 6px 2%;
		display: block;
	}

	form.nice div.form-field.error .small + small, form.nice .small + .error {
		width: auto;
	}

	form.nice div.form-field.error .medium + small, form.nice .medium + .error {
		width: auto;
	}

	form.nice div.form-field.error .large + small, form.nice .large + .error {
		width: auto;
	}

	form.nice div.form-field.error .expand + small, form.nice .expand + .error {
		width: auto;
	}
}


/* -------------------------------------------------- 
	:: UI
---------------------------------------------------*/

/* Buttons */
@media only screen and (max-width: 767px) {
	.button {
		display: block;
	}

	button.button, input[type="submit"].button {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 5px;
	}
}

/* Tabs */

@media only screen and (max-width: 767px) {
	dl.tabs.mobile, dl.nice.tabs.mobile {
		width: auto;
		margin: 20px -20px 40px;
		height: auto;
	}

		dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd {
			float: none;
			height: auto;
		}

			dl.tabs.mobile dd a {
				display: block;
				width: auto;
				height: auto;
				padding: 18px 20px;
				line-height: 1;
				border: solid 0 #ccc;
				border-width: 1px 0 0;
				margin: 0;
				color: #555;
				background: #eee;
				font-size: 15px;
				font-size: 1.5rem;
			}

				dl.tabs.mobile dd a.active {
					height: auto;
					margin: 0;
					border-width: 1px 0 0;
				}

	.nice.tabs.mobile {
		border-bottom: solid 1px #ccc;
		height: auto;
	}

		.nice.tabs.mobile dd a {
			padding: 18px 20px;
			border: none;
			border-left: none;
			border-right: none;
			border-top: 1px solid #ccc;
			background: #fff;
		}

			.nice.tabs.mobile dd a.active {
				border: none;
				background: #00a6fc;
				color: #fff;
				margin: 0;
				position: static;
				top: 0;
				height: auto;
			}

		.nice.tabs.mobile dd:first-child a.active {
			margin: 0;
		}

	dl.contained.mobile, dl.nice.contained.mobile {
		margin-bottom: 0;
	}

	dl.contained.tabs.mobile dd a {
		padding: 18px 20px;
	}

	dl.nice.contained.tabs.mobile dd a {
		padding: 18px 20px;
	}

	dl.tabs.mobile + ul.contained {
		margin-left: -20px;
		margin-right: -20px;
		border-width: 0 0 1px 0;
	}
}

/* Nav Bar */

@media only screen and (max-width: 767px) {
	.nav-bar {
		height: auto;
	}

		.nav-bar > li {
			float: none;
			display: block;
			border-right: none;
		}

			.nav-bar > li > a.main {
				text-align: left;
				border-top: 1px solid #ddd;
				border-right: none;
			}

			.nav-bar > li:first-child > a.main {
				border-top: none;
			}

			.nav-bar > li.has-flyout > a.flyout-toggle {
				position: absolute;
				right: 0;
				top: 0;
				padding: 22px;
				z-index: 2;
				border-left: 1px dashed #eee;
				display: block;
			}

				.nav-bar > li.has-flyout > a.flyout-toggle span {
					content: "";
					width: 0;
					height: 0;
					border-left: 4px solid transparent;
					border-right: 4px solid transparent;
					border-top: 4px solid #2a85e8;
					display: block;
				}

				.nav-bar > li.has-flyout > a.flyout-toggle:hover span {
					border-top-color: #141414;
				}

	.flyout {
		position: relative;
		width: auto;
		top: auto;
		margin-right: -2px;
		border-width: 1px 1px 0 1px;
	}

		.flyout.right {
			float: none;
			right: auto;
			left: -1px;
		}

		.flyout.small, .flyout.large {
			width: auto;
		}

		.flyout p:last-child {
			margin-bottom: 18px;
		}
}


/* Tooltips */
@media only screen and (max-width: 767px) {
	.tooltip {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 7px 10px 9px 10px;
	}

		.tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
			border-color: transparent transparent rgb(0,0,0) transparent;
			border-color: transparent transparent rgba(0,0,0,0.85) transparent;
			top: -12px;
			left: 10px;
		}
}


/* Video */

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	.flex-video {
		padding-top: 0;
	}
}

/* ************************************* END *********************************/


/* *************************************VOICE DEMO INTERNAL PAGE *********************************/

.demo-tip-tool {
	padding: 0px !important;
	background-color: none !important;
	z-index: 2999;
	position: absolute;
	top: 20px;
}

.voice-demo-box {
	background-color: #EDF6FF;
	border: 2px solid #DFE9F5;
	width: 900px;
	height: 990px;
	margin-top: 10px;
	padding: 0 30px;
	margin-left: 48px;
}


#demo-box h2 {
	background: url("../images/home/checks.png") no-repeat scroll left center transparent;
	color: #357EBB;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 25px !important;
}

#demo-box-ext h2 {
	background: url("../images/home/checks.png") no-repeat scroll left center transparent;
	color: #357EBB;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 0 0 25px;
}

.voice-tb {
	width: 1020px;
	margin-left: 20px;
}

.voice-tb-ext {
	width: 930px;
}

.voice-demo-text {
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #96d26e !important;
	padding-left: 30px;
}

/* ************************************* END *********************************/



/* ************************************* WIZARD *********************************/


.setup-wizard-table-container {
	border: 1px solid #AABFD6;
	margin-top: -1px;
	padding: 10px;
	min-height: 220px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	behavior: url(border-radius.htc);
}

.setup-wizard-table {
	border-collapse: collapse;
	margin-left: 30px;
}

/* ************************************* END *********************************/



/* *********************************** PRICING *********************************/


/* Pyment Info tab*/
.package-info {
	font-family: 'Trebuchet MS';
	line-height: 8pt;
}

.payment-method-wrap {
	color: #075780;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 6px;
}

.payment-method-card {
	color: #376E8E;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 11pt;
	font-weight: bold;
}

.ez-alacarte-tb {
	width: 900px;
	border: 0;
	margin-top: 10px;
	padding: 20px 5px 20px 0px;
}

.ez-alacarte-name {
	color: #5596c6;
	font-family: 'Trebuchet MS';
	font-size: 15pt;
	float: right;
	margin-right: 15px;
}

.ez-alacarte-description {
	color: #5596c6;
	font-family: 'Trebuchet MS';
	font-size: 9pt;
	float: right;
	margin-right: 15px;
	line-height: 2px;
}

.ez-alacarte-amount {
	color: #ff9400;
	font-family: 'Trebuchet MS';
	font-size: 15pt;
	float: right;
	margin-right: 15px;
}


.ez-alacarte-checkbox /* ----------------------Grrrrr stupid checkbox!-----*/ {
	margin: 10px 0px 0px 220px;
}

.ez-alacarte-image {
	float: left;
	margin-left: 10px;
}

.ez-alacarte-packagename {
	color: #5596c6;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
	float: left;
	text-decoration: underline;
	font-weight: bolder;
	margin-right: 15px;
	margin-left: 10px;
}

.ez-alacarte-packagedescription {
	float: left;
	text-align: left;
	font-family: 'Trebuchet MS';
	font-weight: bolder;
	width: 330px;
	margin-top: 3px;
	margin-left: 10px;
}

/* *********************************** END *********************************/


/****A-Z EXTERNAL STYLES*****/

/****A*****/

.add-task {
	margin-left: 3px;
	padding: 4px;
	color: #384E73;
	background: #c6cdd1;
	text-align: center;
	font-size: 9pt;
	line-height: 10pt;
}

.add-arrow {
	background-image: url(../images/global/3.png);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	width: 9px;
	padding: 0px !important;
}

.add-task a {
	text-decoration: none;
	color: #384E73;
}

.account-administration-table-container {
	border: 1px solid #DDDDDD;
	margin-top: -1px;
	padding: 0 15px 20px;
	min-height: 330px;
	display: table;
	width: 100%;
}

	.account-administration-table-container h3 {
		color: #0079B3;
	}



.ala-blue {
	width: 8px;
	background-color: #5596c6;
}

.alt-row {
	background: #F2F5F8;
}




/****B*****/

.background-none {
	background-image: none !important;
	background-color: #FFFFFF !important;
	border: 1px solid red;
}

#billing-done /* Invoice Top Boxes Contact,Address*/ {
	float: left;
	height: 100px;
	width: 430px;
	color: #797979;
}


#billing-complete {
	font-size: 16pt;
	font-weight: bold;
	color: #376E8E;
}


.billing-tab-coverup {
	position: absolute;
	height: 35px;
	width: 100%;
	top: 160px;
	left: 0;
	z-index: 1500;
}

.block-outs-link {
	color: #357EBB;
	text-decoration: none;
}
/****C*****/

.content-main a:active {
	color: #F38439 !important;
}


.confirm-app-ext {
	margin-left: auto;
	margin-right: auto;
	font-size: 12pt;
	color: #000;
	width: 500px;
	text-align: left;
}

#container-spacer {
	margin-left: auto;
	margin-right: auto;
}

#container-main {
	background-color: #ffffff;
	padding: 0 10px 20px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-width: 140px;
}

#container-branding {
	padding-bottom: 0px;
}


.chkTooltips {
	padding-left: 50px;
}


#ctl00_RadMenu1 {
	z-index: 1;
}

#ctl00_ContentPlaceHolder1_btnExportButton {
	text-transform: none !important;
	letter-spacing: normal !important;
	height: 20px;
}

#ctl00_ContentPlaceHolder1_btnPDFExport {
	text-transform: none !important;
	letter-spacing: normal !important;
	height: 20px;
}

#ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder1_RadTabStrip1Panel {
	display: none;
}


.clear-fix {
	clear: both !important;
}

.client-profile-photo {
	margin-left: 35px;
}

.ctsa {
}

.ctsd {
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALUlEQVQImWO48+HTf2R85OmL/wzoAnc+fEIIwgTggsgCdz58+s+ALnDnw6f/APfhXJUrtZs9AAAAAElFTkSuQmCC); */
	background-color: #dcf0f2 !important;
	/*text-transform: uppercase;*/
	text-align: center;
	/*font-size: 10px;*/
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

	.ctsd.r {
		background-color: #ffaaaa !important;
		text-align: center;
	}

	.ctsd.g {
		background-color: #acfbbb !important;
		text-align: center;
	}

	.ctsd.o {
		background-color: #ffe0aa !important;
		text-align: center;
	}

#ctl00_ContentPlaceHolder1_btnExportButton {
	height: 40px !important;
}
/****D*****/




/****E*****/

.ez-Voice-link {
	color: green !important;
	font-weight: bold;
}

.ez-faq-links-top {
	vertical-align: middle;
	width: 120px;
	text-decoration: none;
	font-size: 11px;
	color: #555555;
	background: url(../Images/global/question-button-eznet.png) no-repeat left;
	padding-left: 35px;
}

	.ez-faq-links-top a {
		text-decoration: none;
		font-size: 11px;
		color: #555555;
		display: inline !important;
	}

.ez-footer {
	color: #4C607A;
	font-size: 11px;
	text-align: center;
	padding: 0px 20px;
}

.ez-control-group {
	border: 1px solid #BBD7FA;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	behavior: url(border-radius.htc);
	position: relative;
	padding: 15px 10px 10px 10px;
	margin: 10px 5px 10px 5px;
}

.ez-control-group-title {
	top: -10px;
	left: 10px;
	position: absolute;
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	padding: 0px 2px 0px 2px;
	color: #384E73;
}

.ez-message-area {
	background-color: #FFFFFF;
	background-image: url('../images/MessageAreaBackground.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 10px 5px 10px;
	min-height: 55px;
}

.ez-message-title {
	font-weight: bold;
	display: block;
}

.ez-field-title-left-top {
	color: #384E73;
	display: block;
	margin: 0px 0px 4px 0px;
}

.ez-content-area {
	padding: 10px 10px 5px 10px;
}

.ez-button-small {
	width: 120px;
}

.ez-button-medium {
	width: 180px;
}

.eznet-package-radiobuttons td {
	padding-right: 20px;
}

.eznet-package-radiobuttons {
	margin-left: 20px;
}
/****F*****/

.field-label-area-left-top {
	color: #376E8E;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-weight: bold;
}


/****G*****/



/****H*****/


/****I*****/
.invalid {
	background-color: red;
}

/****J*****/


/****K*****/



/****L*****/

.legend-blue {
	padding: 5px;
	color: #376E8E;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 10px;
}

.live-chat-box {
	padding-top: 20px;
}

#wLeftPane {
	width: 185px;
}

.left-panel {
	text-align: right;
	background: #DDDDDD;
	width: 185px;
	float: left;
	vertical-align: text-top;
}

/****M*****/
.main-wrapp {
	font-size: 11px !important;
	padding: 0 10px;
}

.manage-attach {
	width: 80%;
	margin: 0 auto;
}

.manage-attachments-button {
	border-right: #ececec outset;
	border-top: #ececec outset;
	border-left: #ececec outset;
	border-bottom: #ececec outset;
	border-top-width: medium;
	border-top-color: #FCFCFC;
	border-top-style: outset;
	border-right-width: medium;
	border-right-color: #FCFCFC;
	border-right-style: outset;
	border-bottom-width: medium;
	border-bottom-color: #FCFCFC;
	border-bottom-style: outset;
	border-left-width: medium;
	border-left-color: #FCFCFC;
	border-left-style: outset;
}

.rtsLevel .rtsLevel1 {
	color: white;
}

.margin-top-p13 {
	margin-top: 13px;
}

.manage-user-wrap {
	padding: 20px !important;
}

	.manage-user-wrap h3 {
		color: #0079B3;
	}
/****N*****/


.note-highlight {
	color: #c00000;
	font-style: italic;
	margin-top: 7px;
}

.new-user-fieldset {
	background-color: #f6fafe;
	font-size: 13px;
}

.new-user-fieldset {
	min-width: 800px;
	border-right: 1px;
}

	.new-user-fieldset h2 {
		color: #555555;
	}

.NotResizeable {
	resize: none;
}

/****O*****/


/****P*****/


/****Q*****/


/****R*****/
.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
	font-size: 11px !important;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
}

.RadScheduler .rsHeader h2 {
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle !important;
	font-size: 14px !important;
}

.rsHeader ul em {
	color: #1E395B;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle !important;
	font-size: 11px !important;
}


.rsHeader ul a {
	color: #1E395B;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle !important;
	font-size: 11px !important;
}

.RadScheduler_Bootstrap {
	/*line-height: 26px !important;*/
}

.RadCalendar_Bootstrap {
	background: #ededed !important;
}

.RadComboBox RadComboBox_Bootstrap {
	width: 100% !important;
}

.RadMenu_Bootstrap .rmRootGroup .rmRootLink {
	padding: 6px 10px !important;
}

#ctl00_ContentPlaceHolder1_RadCalendar1_Top {
	margin: 0 auto !important;
}

.rsAptContent {
	font-size: 0.8em !important;
	border-radius:4px;
}

.RadScheduler_Bootstrap .rsAptContent {
	color: inherit !important;
}

.rspPane.rspFirstItem {
	background: #DDDDDD;
}

.RadMenu_Bootstrap .rmRootGroup, .RadMenu.RadMenu_Bootstrap {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #333;
}

/*test
.RadMenu_Bootstrap .rmSlide .rmVertical .rmLeftImage,
.RadMenu .rmSlide .rmVertical .rmLeftImage,
.RadMenu_Bootstrap .rmGroup .rmLeftImage {
    margin: 0 6px 0 -6px !important;
    
}*/

.RadGrid_Bootstrap .rgFilterBox {
	height: 20px !important;
}

.RadGrid_Bootstrap .rgFilter {
	height: 20px !important;
	width: 20px !important;
}

	.RadGrid_Bootstrap .rgFilter .rgIcon {
		line-height: 25px !important;
	}

.RadGrid_Bootstrap .rgIcon {
	display: inline-block;
	height: 20px !important;
	width: 20px !important;
}

.RadMenu_Bootstrap .rmRootLink {
	border-bottom: 3px solid #fff;
}

	.RadMenu_Bootstrap .rmRootLink:hover {
		background-color: #fff !important;
		border-bottom: 3px solid #0079b3 !important;
		color: #333;
	}

.rmRootGroup {
	border: none !important;
}

.menubar {
	background-color: #FFF;
	border-color: #F9F9F9;
	border-style: solid;
	border-width: 1px;
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}

#ctl00_ContentPlaceHolder1_pnlViewCalendar {
	background: #dddddd;
}
/**__________________________________________________________Customer Form Tab Strip Costamization*/
.tabs-skin-ana.RadTabStrip_Windows7 .rtsLevel1 {
	background-color: #0079b3 !important;
}

.App-manager-tabs.RadTabStrip_Windows7 .rtsLevel1 {
	background-color: #DFE9F5 !important;
}



.App-manager-tabs .rtsTxt {
	color: black !important;
	font-weight: bold;
}

.tabs-skin-ana .rtsLink:hover, .tabs-skin-ana .rtsIn:hover, .tabs-skin-ana .rtsOut:hover, .tabs-skin-ana .rtsLI:hover {
	background: #97c6fe;
	border: none;
	background-image: none !important;
}

.tabs-skin-ana .rtsSelected .rtsTxt {
	color: #0079b3 !important;
	font-weight: bold;
}


.tabs-skin-ana .rtsSelected {
	/*background-color: #97c6fe;*/
}

.App-manager-tabs .rtsSelected .rtsTxt {
	color: black !important;
	font-weight: bold;
}

.tabs-skin-ana.RadTabStrip .rtsLevel .rtsOut,
.tabs-skin-ana.RadTabStrip .rtsLevel .rtsIn,
.tabs-skin-ana.RadTabStrip .rtsLevel .rtsTxt,
.tabs-skin-ana.RadTabStripVertical .rtsLevel .rtsOut,
.tabs-skin-ana.RadTabStripVertical .rtsLevel .rtsIn,
.tabs-skin-ana.RadTabStripVertical .rtsLevel .rtsTxt {
	color: white;
	font-weight: bold;
}

.RadCalendar_Windows7 .rcMainTable {
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle !important;
	font-size: 12px !important;
	font-family: 'Trebuchet MS' !important;
}

.RadMenu_Windows7, .RadMenu_Windows7 a.rmLink {
	font-family: 'Trebuchet MS' !important;
	text-transform: none !important;
}
/*.RadScheduler_Windows7, .RadScheduler_Windows7 a, .RadScheduler_Windows7 input, .RadScheduler_Windows7 select, .RadScheduler_Windows7 textarea
{font-family: 'Trebuchet MS' !important;
}*/

.RadScheduler .rsHeader h2 {
	text-transform: none !important;
	text-indent: 10px !important;
}

.RadCalendar RadCalendar_Windows7 {
	font-weight: normal;
	height: 100%;
	overflow: hidden;
	text-align: right;
	white-space: nowrap;
	font-size: 12px !important;
	font-family: 'Trebuchet MS';
}

.RadScheduler .rsVerticalHeaderTable div {
	font-weight: normal;
	height: 100%;
	overflow: hidden;
	text-align: right;
	white-space: nowrap;
	font-size: 14px;
	font-family: 'Trebuchet MS',sans-serif;
}

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	.RadScheduler .rsVerticalHeaderTable div {
		font-size: 8px !important;
	}

	.RadScheduler .rsToolbar .rsCurrent {
		font-size: 12px !important;
	}

	.eznet-calendar-attachment-header {
		font-size: 10px !important;
	}

	.main-wrapp {
		padding: 0 !important;
	}
}

.RadMenu_Windows7 a.rmLink {
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle !important;
	font-size: 13px !important;
}

.recurring-ext {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.rmLink .rmRootLink a.ez-home-link {
	color: #E68400 !important;
	text-decoration: none;
}

.RadGrid_Windows7 tr {
	font-family: 'Trebuchet MS';
	font-size: 9pt;
	border-color: #EBEFF3 !important;
	padding-left: 20px !important;
}

.RadCalendar_Bootstrap .rcMain .rcRow a, .RadCalendar_Bootstrap .rcMain .rcRow span {
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	padding: 0;
	text-align: center;
	font-size: 11px;
	height: 18px !important;
	line-height: 1.5 !important;
	width: 18px !important;
}

.RadCalendar {
	/*width: 180px !important;*/
}

.RadCalendar_Bootstrap .rcTitlebar .rcPrev, .RadCalendar_Bootstrap .rcTitlebar .rcNext, .RadCalendar_Bootstrap .rcTitlebar .rcFastPrev, .RadCalendar_Bootstrap .rcTitlebar .rcFastNext {
	/*background-image: none !important;*/
	height: 22px !important;
	width: 22px !important;
}

.RadPicker .rcCalPopup, .RadPicker .rcTimePopup {
	max-width: 22px;
}

.RadSplitter_Bootstrap .rspResizeBar .rspCollapseBarSpacer {
	width: 0px !important;
}

.RadInput .riTextBox, .RadInputMgr {
	font-size: 11px;
}

.RadInput, .RadInputMgr {
	width: 100% !important;
}

#RAD_SPLITTER_PANE_CONTENT_ucNewAppt3_wobjSplitLeftPane .form-control {
	height: 28px !important;
}

#RAD_SPLITTER_PANE_CONTENT_ucNewAppt3_wobjSplitRightPane, #ucNewAppt3_wobjSplitter {
	min-width: 400px;
	width: 100% !important;
}

.RadComboBox .RadComboBox_Bootstrap {
	height: 28px !important;
	width: 100% !important;
}

.RadCalendar .rcMainTable {
	font-size: 0.7em !important;
}

.RadCalendarTimeView_Vista {
	font: 11px "Segoe UI",Arial,Helvetica,sans-serif !important;
}

div.RadToolTip table.rtWrapper td.rtWrapperContent {
	padding: 0px !important;
}



a.rtCloseButton {
	background-image: url("../images/close-tip.png") !important;
}

.RadScheduler .rsHeader {
	z-index: 99 !important;
}

.unit-1 .rcSelect a {
	text-indent: 0 !important;
}

.CustomerRecords {
	padding: 20px;
	margin-top: -1px;
}

	.CustomerRecords h3 {
		color: #357ebb;
	}
/****S*****/

.sectionhead {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.side-label {
	color: #000;
	text-align: left;
	vertical-align: middle !important;
	padding: 5px 2px 5px 2px !important;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

.side-label-left {
	color: #384E73;
	text-align: left !important;
	padding: 3px;
	font-size: 12px !important;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}




.side-dropdowns .valid {
	resize: none;
	color: #384E73;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	margin: 3px 0px;
	border: 1px solid #B8C9DB;
	border-radius: 3px;
	background: #f7f8fc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f8fc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f8fc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.field-border {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	behavior: url(border-radius.htc);
	padding: 5px 5px 5px 5px;
	margin: 2px;
	width: auto;
	height: 100%;
	border: 1px solid #b4c5db;
}

.eznet-select-attachment-label {
	color: #0079B3;
	font-size: 16px;
	font-weight: bold;
}

.eznet-select-attachment-area {
	
	height: 170px;
	overflow: auto;
	border: 1px solid #DFE9F5;
}

.eznet-select-attachment-item {
	padding: 2px 0px 2px 2px;
}

	.eznet-select-attachment-item .button-flip {
		font-weight: normal;
		color: #003a67;
		text-decoration: none;
		font-family: 'Trebuchet MS';
		font-size: 13px;
		line-height: 16px;
	}

	.eznet-select-attachment-item .button-icon {
		vertical-align: middle;
	}

.eznet-calendar-attachment-header {
	text-transform: uppercase !important;
	text-align: center;
	vertical-align: middle !important;
	font-size: 11px;
}

.side-textboxes,
.side-dropdowns,
.RadComboBox_Bootstrap .rcbInner,
input[type="text"],
.eznet-clientinfo .inputarea input,
.eznet-clientinfo .inputarea select {
	margin-bottom: 2px;
	height: 34px;
	padding: 6px;
	font-size: 12px !important;
	line-height: 2;
	color: #555;
	background: #fff !important;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.RadInput .riTextBox, .RadInputMgr {
	height: inherit !important;
}

.RadScheduler .rsHorizontalHeaderWrapper {
	white-space: normal !important;
}

.RadPicker_Bootstrap .rcCalPopup, .RadPicker_Bootstrap .rcTimePopup {
	    margin-left: 0px !important;
    padding-right: 9px !important;
    margin-top: -1px !important;
    margin-right: -1px !important;
}

.RadFileExplorer_Bootstrap .RadToolBar .rtbIconOnly .rtbText {
	padding: 0 0 0 16px !important;
}

.RadToolBar_Bootstrap {
	min-height: 45px;
}

	.RadToolBar_Bootstrap .rtbButton {
		padding: 5px 10px 10px 5px;
	}


.riSingle.riContSpinButtons, .riTextBox.riEnabled.rsAdvInput {
margin-right:15px;
}


.bill-strip .rtsLink {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
}

.bill-strip .rtsSelected .rtsLink {
}

.side-textboxes-ignore {
	resize: none;
	color: #1e3950;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	border: 1px solid #B8C9DB;
	border-radius: 3px;
	background: #f7f8fc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f8fc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f8fc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.side-dropdowns-ignore {
	resize: none;
	color: #1e3950;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	border: 1px solid #B8C9DB;
	border-radius: 3px;
	background: #f7f8fc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f8fc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f8fc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f7f8fc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}


.station-management-wrap h3 {
	color: #376E8E !important;
}
/****T*****/
.textbox-readonly {
	border: none;
	background: transparent;
}

.table-payment-info td {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	height: 28px;
	width: 510px;
}

.tc {
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.timeslot_Inactive {
	background-color: #DCF0F2 !important;
}

#task-list {
	text-align: left !important;
	color: #384E73;
	font-size: 11px !important;
}

	#task-list td {
		padding: 3px;
	}
#tblReportOptions span.control-label{
padding-right:0px !important;}
	#task-list a {
		color: #384E73;
		text-decoration: none;
		font-weight: normal;
	}

.times_true {
	color: green;
}


.times_false {
	color: #d74f0d;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEklEQVQImWP4Wi03kwEboLIEADkfCsQbvPwLAAAAAElFTkSuQmCC);
}

#topmenu {
	margin-bottom: 25px;
}
/****U*****/
.user-mgmt {
	padding-left: 10px;
	width: 1000px !important;
}

	.user-mgmt h3 {
		color: #376E8E;
	}


/****V*****/
.voice-Units-count {
	float: right !important;
}
/*.RadMenu .rmItem
{float:none !important;
}*/
/****W*****/

#wrapper-main {
	padding-top: 5px;
	min-height: 780px;
}

/****X*****/


/****Y*****/


/****Z*****/


@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

.editor-icon {
	background-color: transparent;
	background-repeat: no-repeat;
}

	.editor-icon.right {
		background-position: right center;
		padding-right: 20px;
	}

	.editor-icon.left {
		background-position: left center;
		padding-left: 20px;
	}

	.editor-icon.search {
		background-image: url(../images/editor/search.png);
	}

	.editor-icon.insert {
		background-image: url(../images/editor/insert.png);
	}

	.editor-icon.update {
		background-image: url(../images/editor/update.png);
	}

	.editor-icon.delete {
		background-image: url(../images/editor/delete.png);
	}

.RadScheduler_Bootstrap rsTopWrap * {
	width: 100% !important;
}

/*.editor-icon-test {
	background-color: transparent;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/editor/search.png);
	padding-right: 20px;
}*/

#RAD_SPLITTER_PANE_CONTENT_ctl00_ContentPlaceHolder1_wLeftPane {
	min-height: 600px;
}


.RadMenu_Bootstrap .rmSlide .rmVertical .rmLeftImage {
	position: absolute;
	top: 50%;
	left: .25em;
	margin: -8px 0 -8px 3px;
}

.RadMenu .rmGroup .rmLeftImage {
	position: absolute;
	top: 50%;
	left: .25em;
	margin: -8px 0 -8px 3px;
}

.RadGrid_Bootstrap input.rgAdd {
	background-position: -10px -3010px;
}

.RadGrid_Bootstrap input.rgRefresh {
	background-position: -10px -1304px;
}

.RadGrid_Bootstrap input.rgExpCSV {
	background-position: -10px -6062px;
}

.RadGrid_Bootstrap input.rgExpDOC {
	background-position: -10px -6112px;
}

.RadGrid_Bootstrap input.rgExpXLS {
	background-position: -10px -6012px;
}

.RadGrid_Bootstrap input.rgAdd, .RadGrid_Bootstrap input.rgRefresh, .RadGrid_Bootstrap .rgSave, .RadGrid_Bootstrap .rgCommandRow .rgCancel {
	margin-right: 3px;
	width: 32px;
	height: 32px;
}


.RadGrid_Bootstrap .rgSave, .RadGrid_Bootstrap .rgUpdate, .RadGrid_Bootstrap .rgCancel, .RadGrid_Bootstrap .rgEdit, .RadGrid_Bootstrap .rgDel, .RadGrid_Bootstrap .rgExpand, .RadGrid_Bootstrap .rgCollapse, .RadGrid_Bootstrap .rgFilter, .RadGrid_Bootstrap .rgAdd, .RadGrid_Bootstrap .rgRefresh, .RadGrid_Bootstrap .rgSortAsc, .RadGrid_Bootstrap .rgSortDesc, .RadGrid_Bootstrap .rgUngroup, .RadGrid_Bootstrap .rgPagePrev, .RadGrid_Bootstrap .rgPageNext, .RadGrid_Bootstrap .rgPageFirst, .RadGrid_Bootstrap .rgPageLast, .RadGrid_Bootstrap .rgExpXLS, .RadGrid_Bootstrap .rgExpDOC, .RadGrid_Bootstrap .rgExpPDF, .RadGrid_Bootstrap .rgExpCSV, .RadGrid_Bootstrap .rgPrev span, .RadGrid_Bootstrap .rgNext span {
	background-image: url('../images/editor/radActionsSprite.png');
	width: 32px;
	height: 32px;
	border: none;
	background-color: transparent;
}

.RadGrid_Bootstrap .rgGroupPanel {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}


#ctl00_ContentPlaceHolder1_TblNotificationSetup {
	width: 100%;
}


.RadScheduler .ApptExt {
	opacity: 0.45;
}

.RadScheduler .rsAptContent {
	padding: 0px !important;
}

.RadScheduler .buffer-time-head {
	margin-top: -2px;
	background-color: gray;
	color: #FFFFFF;
	opacity: 0.5;
	padding: 5px 8px 2px 8px;
	text-align: center;
	font-size: 8.75px;
	z-index: 70;
}

.RadScheduler .buffer-time-head-text {
	position: absolute;
	top: 2px;
	width: 90%;
	color: #FFFFFF;
	padding: 2px 8px 5px 8px;
	text-align: center;
	z-index: 50;
	font-size: 8.75px;
}

.RadScheduler .buffer-time-tail {
	position: absolute;
	bottom: 2px;
	width: 90%;
	background-color: gray;
	color: #FFFFFF;
	opacity: 0.5;
	padding: 10px 5px 5px 8px;
	text-align: center;
	z-index: 70;
}

.RadScheduler .buffer-time-tail-text {
	position: absolute;
	bottom: 0px;
	width: 90%;
	color: #FFFFFF;
	padding: 2px 8px 5px 8px;
	text-align: center;
	z-index: 50;
	font-size: 8.75px;
}


.search-clients-cell-header {
	background-color: #F2F5F8;
	border: 1px solid #B8C9DB;
	font-weight: bold;
	color: #384E73;
}

.search-clients-cell-item {
	color: #384E73;
}

.search-clients-cell-shared-item {
	font-weight: bold;
	color: orange;
}

.search-clients {
	box-shadow: 1px 1px 1px #999;
	width: 730px;
}

	.search-clients tr:nth-child(odd) {
		background-color: #F2F5F8;
		height: 15px;
	}

	.search-clients tr:nth-child(even) {
		background-color: #FFF;
		height: 15px;
	}

	.search-clients td {
		height: 25px;
	}

.search-clients-panel {
	background-color: white;
	border: 1px solid gray;
	overflow-y: scroll;
	width: 750px;
	height: 250px;
	position: relative;
}



.search-clients-table {
	border: 1px solid black;
	box-shadow: 1px 1px 1px #999;
	width: 750px;
}


search-clients-cell-header-clientname
{
	width:140px;
}


search-clients-cell-header-company
{
	width:140px;
}

search-clients-cell-header-phone
{
	width:80px;
}

search-clients-cell-header-address
{
	width:150px;

}

search-clients-cell-header-udf
{
	width:96px;

}
.RadCalendar {
width:100% !important;}

.RadGrid_Bootstrap .rgAltRow>td {
    /* background-color: #f9f9f9; */
}

/*
@media (max-width: 400px) {
	#slidecontent {
		width: 35%;
		overflow: scroll;
	}
}

@media (min-width: 401px) and (max-width: 500px) {
	#slidecontent {
		width: 50%;
		overflow: scroll;
	}
}

@media (min-width: 501px) and (max-width: 600px){
	#slidecontent {
		width: 65%;
		overflow: scroll;
	}
}
@media (min-width: 601px) and (max-width: 700px) {
	#slidecontent {
		width: 75%;
		overflow: scroll;
	}
}

@media (min-width: 701px ) and (max-width: 800px) {
	#slidecontent {
		width: 80%;
		overflow: scroll;
	}
} */
@media (min-width: 992px) {
	.RadComboBox .rcbInput {
	line-height:11px !important}

	.side-textboxes, .side-dropdowns, .RadComboBox_Bootstrap .rcbInner, input[type="text"], .eznet-clientinfo .inputarea input, .eznet-clientinfo .inputarea select {
		height: 28px !important;     line-height: 1.7 !important;   padding: 0px 6px;
	}

	.RadInput .riTextBox, .RadInputMgr {
    height: 28px !important;
}

	.RadPicker_Bootstrap .rcCalPopup, .RadPicker_Bootstrap .rcTimePopup {
		
		height: 26px !important;
	}
	.RadPicker_Bootstrap .rcCalPopup {
		
		background-position: -10px -4212px !important;
	}
	.RadPicker_Bootstrap .rcTimePopup {
		
		background-position: -10px -4262px !important;
	}
	.RadInput .riContentWrapper {height: 28px !important;
	}
	  
}

@media (min-width: 1000px ) and (max-width: 1280px) {
	.RadMenu_Bootstrap {
		font-size: 12px !important;
	}
}
.RadScheduler .rsAptContent {
border:0px !important}
.rsAptOut {
border-radius:4px;}
.rsApt.rsAptColor .rsAptOut { 
background-color: none !important}
@media print  {

	.RadScheduler .rsAptContent,   
    .RadScheduler .rsAptIn,   
    .RadScheduler .rsAptMid,   
    .RadScheduler .rsAptOut   
    {          
        background-image: none !important;  
    }  

	.RadScheduler .rsWrap
	{
		-webkit-print-color-adjust: exact;
	}

	.RadScheduler table *
	{
		max-width:900px;

	}
	/*.RadScheduler *
	{
		color:red !important;
	}*/

	/*.RadScheduler .rsApt
	{
		color:red !important;
	}

	.RadScheduler .rsApt .rsAptContent
	{
		color:red !important;
	}


	.RadScheduler .rsAptContent
	{
		color:red !important;
	}*/

	.RadMenu {
		display:none !important;
	}


}


.lable-right-off .control-label{padding-right:0px !important;
}

.eznet-clientinfo .labeldesc{float:left !important;}
.time-forms div{ padding-right:0px;
}

.RadCalendar_Bootstrap .rcMain {
    border-color: #ddd;
    border-radius: 0 0 .29em .29em;
	background-color:#fff;
}







/* ---------- WIZARD ---------------- */

.wiz-wrap {
background: url(../images/wizdrop.jpg) no-repeat;
background-size:100%;
width:100%;
height:100%;
position:absolute;
top:0;
background-color:#616161;
}

.wiz-box {
margin-top:10%;
background:#fff;
color:#000;
font-weight:bold;
padding:20px;
border-radius:8px;
}
	.wiz-box .nav-tabs.nav-justified > li > a {
	border:none !important;
	border-radius:5px;
	}

	.wiz-box .progress-bar {
	background-color:#1a8f24; }
	.wiz-box .progress {
		height: 10px !important;
	}

	.wiz-box label {
	font-size:16px;}

	.wiz-box .form-horizontal {
	padding-top:40px; padding-bottom:80px; }

.RadPicker_Bootstrap.bfix a.rcCalPopup, .RadPicker_Bootstrap.bfix a.rcTimePopup 
{
	background:  url('../images/editor/radActionsSprite.png' );
	
}



.RadWindow .rwCommandButton::before {
	
	height: 1em !important;
	line-height: 1 !important;
	
}

.rsButton.rsToday {
padding:2px 5px !important;
}

.eznet-clientinfo .form-group {
margin-bottom:0px !important;
}

.info-wiz {
background:#0079b3; border-radius: 9px;
    color: #fff !important;
    padding: 0 7px;}



	@media print {

		.rsAptContent{color: green !important;
		}

		.rsSpacerCell div, .rsSpacerCell {
	    padding:0px !important;
		width:40px !important;
		}
	    .rsVerticalHeaderWrapper, 
		.rsVerticalHeaderTable, 
		 .RadScheduler .rsVerticalHeaderTable th div,
		.RadScheduler .rsVerticalHeaderTable th {
		max-width:50px !important;} 

       .RadMenu {
              display:none !important;
       }

		div.rsAptContent {
		background-color: inherit !important;
		-webkit-print-color-adjust: exact !important;
		}

		
}

.YouTubeDialog .ui-widget-header{ 
    border: none !important;
    background: #fff !important;
    color: #304584 !important;
    font-weight: bold !important;

}

.eznet-package-radiobuttons td:nth-child(2) {
    display: none !important;
}

.eznet-package-radiobuttons td:nth-child(3) label {
    font-weight:bold; color:#1b984f; 
	
}
.eznet-package-radiobuttons td:nth-child(3) {
background:  url('../images/global/packagepicker12.png' ) !important;
}
.eznet-package-radiobuttons td {
	background:  url('../images/global/packagepicker1.png'  );
	width:200px !important;
	height:77px;
}

.eznet-package-radiobuttons {
margin-top:20px;}
.eznet-package-radiobuttons label {
margin-top:-5px;} 

.eznet-package-radiobuttons input[type="radio"] {

   position: relative;
    left: -100px;
    top: -9px;
}


.stars .rating-input .glyphicon.glyphicon-star-empty {
font-size:50px;
color: #B8C8CC;
}
.stars .rating-input .glyphicon.glyphicon-star {
font-size:50px;
color: #FFD505;
    text-shadow: 0px 2px 11px #999;
}
