h1{
	margin-left:0;
}

.red{
	color:red;
}

h4 span{
	font-size: 80%;
	font-weight:normal;
}

ul.horizontal {
	margin-left: 32px;
	padding: 0;
}

ul.horizontal li {
	float: left;
	margin-left: 30px;
}

ul.horizontal li:first-child {
	margin-left: 0;
}

ul.horizontal li h3 {
	margin: 0;
}

form .col{
	float:left;
	margin: 0 0 0 15px;
	width:auto;
}

form .col:nth-of-type(1){
	margin:0;
}

/***********company reg form*************/
.generic_form{
	margin:10px 0;
	padding:20px;
	width:250px;
	background: #eeeeee;
	border:1px solid #a5a5a5;
	border-radius:2px;
	moz-border-radius:2px;
	webkit-border-radius:2px;
	-moz-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
}

.generic_form.columns{
	width:665px;
}

.generic_form.columns .col{
	margin: 0 0 10px;
	width: 310px;
	padding: 20px 20px 20px 0;
	margin: -20px 0 0 0;
}

.generic_form.columns .col.two {
	padding-right: 0;
	padding-left: 20px;
	border-left: 1px solid #a5a5a5;
}

.generic_form.narrow{
	margin-right:10px;
	float:left;
	width:200px;
}

.generic_form.right{
	float:left;
	margin-left:10px;
}

.generic_form.left{
	float:left;
	margin-right:10px;
}

.generic_form.singleline{
	float:right;
	margin:0;
	width: 300px;
	padding: 10px;
}

.generic_form.singleline label,
.generic_form.singleline input{
	display:inline-block;
	width:auto;
	margin:0;
}

.generic_form.singleline input[type="submit"]{
	margin:0;
	float:none;
	width:auto;
}

.generic_form h3{
	margin:0 0 15px;
	float:none;
	text-align:center;
	color:#1985c5;
	font-size:21px;
	font-weight:bold;
	text-shadow:0 1px 0 #ffffff;
}

.generic_form h3.small{
	margin:0 0 10px;
	font-size:18px;
}

.generic_form h3.smaller{
	font-size:16px;
}

.generic_form  hr{
	margin:0 -20px 20px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #a5a5a5;
	border-left:0;
}

.generic_form label{
	margin:0 0 5px;
}

label select,
label input{
	width:auto;
	display: inline;
}

label p{
	margin:0;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5;
}

.generic_form label.option{
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.generic_form label.option{
	margin: 12px 0 0;
}

.generic_form input,
.generic_form select,
.generic_form textarea{
	margin:0 0 10px;
	padding:5px;
	width:100%;
	height:30px;
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	border:1px solid #a5a5a5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;

}

.generic_form textarea{
    height:60px;
}

.generic_form input:focus{
	outline:none;
}

.generic_form input[type="submit"],
#rightnav .button{
	width:40%;
	height: 52px;
	padding:5px;
	margin: 10px 0 0;
	float:right;
	font-size:16px;
	background: rgb(158,203,45); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllY2IyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(158,203,45,1) 0%, rgba(114,170,0,1) 97%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,203,45,1)), color-stop(97%,rgba(114,170,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecb2d', endColorstr='#72aa00',GradientType=0 ); /* IE6-8 */
color:#ffffff;
text-shadow:0 1px 2px #659B00;
border:1px solid #72aa00;
-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.generic_form input[type="submit"]:hover{
	background:#659B00;
}

.generic_form input[type="submit"]{
	height:30px;
}

.generic_form .clear{
	height:0;
}

.company_registration_error_hidden,
.generic_form .error_hidden{
            display:none;
        }

.generic_form .error_hidden{
	display:none;
}

.company_registration_error,
.generic_form .error,
.settings_form .error{
			background-color: #000000;
            width:95%;
            margin-left: auto;
            margin-right: auto;
			word-wrap: break-word;
			margin:-11px auto 10px auto;
background: rgb(214,81,81); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2JjMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(214,81,81,1) 0%, rgba(188,32,32,1) 22%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,81,81,1)), color-stop(22%,rgba(188,32,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(214,81,81,1) 0%,rgba(188,32,32,1) 22%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(214,81,81,1) 0%,rgba(188,32,32,1) 22%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(214,81,81,1) 0%,rgba(188,32,32,1) 22%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(214,81,81,1) 0%,rgba(188,32,32,1) 22%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65151', endColorstr='#bc2020',GradientType=0 ); /* IE6-8 */
font-size:11px;
width:85%;
            color: #FFFFFF;
            display:block;
            padding: 5px;
			border-radius:0 0 2px 2px;
			moz-border-radius:0 0 2px 2px;
			webkit-border-radius:0 0 2px 2px;
			-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
        }
.settings_form .error {
	margin-top:5px;
	width:100%;
}
.company_registration_error li,
.generic_form .error li,
.settings_form .error li{
		line-height: 135%;
}

.generic_form input[type="checkbox"]{
	width: 14px;
	display: inline-block;
	margin: 0 3px 10px 0;
	padding:0;
	height: 12px;
	box-shadow:none;
	-moz-box-shadow:none;
	border:0;
}

.generic_form input[type="radio"]{
	margin:0;
	padding:0;
	width:20px;
	height: auto;
	box-shadow:none;
	-moz-box-shadow:none;
	border:0;
}

.generic_form label.option input[type="checkbox"]{
	margin: 0 3px 0 0;
}

.generic_form label.option input[type="radio"]{
	float: left;
	margin: 10px 6px 0 0;
}

#email-report-form{
	width: auto;
}

#email-report-form .col{
	margin-bottom:10px;
}

#email-report-form label{
	display:inline;
}

#email-report-form input[type="checkbox"]{
	display:inline-block;
	padding:0;
	margin: 0;
	border-box:content-box;
	border:0;

}

#email-report-form input[type="submit"]{
	width:20%;
}

#email-report-form .col .error{
	width: 100%!important;
	margin: 10px 0 0 0;
	box-sizing: border-box;
}

.group{
	margin: 0 0 10px;
	padding: 15px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.group .option{
	margin: 15px 5px 0 0;
	display:inline-block;
}

.group.recipients input,
.group.recipients .button,
.group.recipients .error{
	width:25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.group.recipients .error{
	width: 24%;
	margin: -11px 0 0 1px;
}

.group h3{
	margin:0;
	text-align: left;
	font-size: 15px;
}

.group hr{
	margin: 10px -15px 20px;
}

#show_security{
	padding:10px 15px;
	font-weight: normal;
	font-size:12px;
}

.security{
	display:none;
}

.security hr{
	margin-bottom:10px;
}

.generic_form hr:last-Child{
	margin-bottom:0;
}

fieldset{
	border:1px #cfcfcf solid;
	padding:10px;
	margin: 20px 0 15px;
}
fieldset.setting {
	width:500px;
}
fieldset.setting input {
	width:486px;
}
fieldset.setting input[type=submit] {
	width:auto;
}
legend {
	font-size:16px;
	font-weight:bold;
}
fieldset label {
	margin-top:10px;
}
legend + label{
	margin-top:0;
}

table input[type="checkbox"] {
	border: 0;
	width:13px;
}

.col span,
 #company_registration_subdomain{
	float: left;
	margin: 7px 0 0 5px;
}

 #company_registration_subdomain{
    margin:0 0 10px;
	width:165px;
}

.generic_form .creditprice{
	float: left;
	margin: 0 5px 10px 0;
	width: 115px;
}

#subdomain_error{
	width: 144px;
	margin: -11px 0 10px 5px;
}

/*********DASHBOARD**********/
#rightnav .button{
	float:none;
	padding:25px 20px 10px;
	margin: 0 10px 0;
	width:auto;
	background: rgb(158,203,45); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllY2IyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(158,203,45,1) 0%, rgba(114,170,0,1) 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,203,45,1)), color-stop(97%,rgba(114,170,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecb2d', endColorstr='#72aa00',GradientType=0 ); /* IE6-8 */
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	border-radius:0 0 5px 5px;
	moz-border-radius:0 0 5px 5px;
	webkit-border-radius:0 0 5px 5px;
	-moz-box-shadow:    inset 0 -1px 0px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.6);
    box-shadow:         inset 0 -1px 0px rgba(255, 255, 255, 0.6);
	border-bottom:1px solid #4d9408;
}

#rightnav .button.red,
.button.red,
input[type="submit"].red,
.breadcrumbs .actions a.red{
	background: #c92e2e; /* Old browsers */
	background: -moz-linear-gradient(top,  #c92e2e 0%, #aa0000 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92e2e), color-stop(97%,#aa0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c92e2e 0%,#aa0000 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c92e2e 0%,#aa0000 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c92e2e 0%,#aa0000 97%); /* IE10+ */
	background: linear-gradient(to bottom,  #c92e2e 0%,#aa0000 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92e2e', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */
	border:1px solid #AA0000;
	color:#ffffff;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
}

#rightnav .button.grey,
.button.grey,
input[type="submit"].grey,
.breadcrumbs .actions a.grey{
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #aaaaaa 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(97%,#aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#aaaaaa 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#aaaaaa 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#aaaaaa 97%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#aaaaaa 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
	border:1px solid #aaa;
	color:#ffffff;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
}

#rightnav .button:hover,
#rightnav .button.red:hover{
	color:#fff;
	text-shadow:0 1px 0 #032438;
	background:#0b5c8c;
	text-decoration:none;
	border-color:#032438;
	-webkit-box-shadow: 0 8px 12px -6px #4a4a4a;
	   -moz-box-shadow: 0 8px 12px -6px #4a4a4a;
	        box-shadow: 0 8px 12px -6px #4a4a4a;

}

.button.red:hover{
	background:#C94444;
}

#menu{
	float:left;
	margin: 10px 0 5px;
	padding:0;
}

#menu li{
	display:inline-block;
	padding: 10px 15px;
	margin-left: -5px;
	border-right: 1px solid #d2d2d2;
}

#menu li a{
	text-decoration:none;
}

#menu li a:hover{
	color:#707070;
	text-shadow:0 1px 0 #ffffff;
}

#menu li ul{
	display:none;
	position: absolute;
	z-index: 9;
	padding: 0;
	margin: 15px 0 0 -16px;
	width: 300px;
	background: #fff;
	box-shadow: 0 10px 10px -3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 10px -3px rgba(0,0,0,0.15);
	list-style: none;
	border: 1px solid #aaaaaa;
	border-top: 2px solid #00aeef;
}

#menu li ul li{
	width: 49%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}

#menu .admin{
	cursor: pointer;
}

#menu .admin p{
	padding: 15px 15px;
	margin: -15px;
}

#menu .admin:hover ul {
	display: block;
}

#menu li ul .arrow{
	display: inline-block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #00aeef;
	position: absolute;
	top: -15px;
	left: 18px;
}

#rightnav{
	float:right;
	margin:-68px 0 0 0;
}

#rightnav .button{
	display:inline-block;
	margin:0 0 0 5px;
}

.active_calls, #rightnav .account_balance{
	display:inline-block;
	margin: 0;
	padding: 25px 15px 10px;
	border-radius:0 0 5px 5px;
	moz-border-radius:0 0 5px 5px;
	webkit-border-radius:0 0 5px 5px;
	background:#e8e8e8;
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	font-weight:bold;
}
#rightnav .account_balance a{
	color:white;
}

h3.voicall{
	padding: 10px 20px;
	margin: 20px 0 0 25px;
	display: inline-block;
	min-width:65px;
	border-radius:5px 5px 0 0;
	moz-border-radius:5px 5px 0 0;
	webkit-border-radius:5px 5px 0 0;
	background: rgb(25,25,25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMxOTE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(25,25,25,1) 25%, rgba(0,0,0,1) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(25,25,25,1)), color-stop(75%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(25,25,25,1) 25%,rgba(0,0,0,1) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(25,25,25,1) 25%,rgba(0,0,0,1) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(25,25,25,1) 25%,rgba(0,0,0,1) 75%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(25,25,25,1) 25%,rgba(0,0,0,1) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow:    inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow:         inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
	border:1px solid #000000;
	color:#ffffff;
	text-align:center;
	text-shadow:0 1px 0 #000000;

}

table.voicalltable{
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	margin: 0 0 10px;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	border:1px solid #C4C4C4;
}

table table{
	border:0!important;
}

table.voicalltable.left{
	float:left;
	width:65%;
}

table.voicalltable.userinfo{
	margin: 20px 0 0;
	width:25%;
	line-height: 25px;
}

table.voicalltable .expander thead{
	cursor: pointer;
	font-weight: bold;
}

table.voicalltable .subhead{
	background:#75AACF!important;
}

table.voicalltable .subhead td{
	color:#ffffff;
	border-right:1px solid #9EC9E7;
}

table.voicalltable .subhead td:last-child{
	border:0;
}

.voicalltable th{
	padding:0 20px !important;
	background: #22a2ff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyYTJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDkwZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #22a2ff 0%, #0090f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22a2ff), color-stop(100%,#0090f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #22a2ff 0%,#0090f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #22a2ff 0%,#0090f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #22a2ff 0%,#0090f9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #22a2ff 0%,#0090f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a2ff', endColorstr='#0090f9',GradientType=0 ); /* IE6-8 */

	color:#ffffff;
	font-weight:normal;
	text-shadow:0 1px 0 #007eda;
	border-right:1px solid #5cbaff;
}

.voicalltable th.red {
	background: #ff2222;
	background: -moz-linear-gradient(top,  #ff2222 0%, #bc2020 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2222), color-stop(100%,#BC2020));
	background: -webkit-linear-gradient(top,  #ff2222 0%,#BC2020 100%);
	background: -o-linear-gradient(top,  #ff2222 0%,#BC2020 100%);
	background: -ms-linear-gradient(top,  #ff2222 0%,#BC2020 100%);
	background: linear-gradient(to bottom,  #ff2222 0%,#BC2020 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2222', endColorstr='#BC2020',GradientType=0 );
	text-shadow:0 1px 0 #BC2020;
}

.voicalltable td{
	color:#3d3d3d;
	text-shadow:0 1px 0 #ffffff;
}

.voicalltable tr{
	background:#f2f8f8;
}

.voicalltable tr:nth-child(odd) {
	background:#e8e8e8;
}
.voicalltable tr.odd-important{
    background:#e8e8e8 !important;
}
.voicalltable tr.even-important{
    background:#ffffff !important;
}
.voicalltable tr.request-approved{
	background:#eeffee;
}
.voicalltable tr:nth-child(odd).request-approved {
	background:#ddffdd;
}
.voicalltable tr.request-declined{
	background:#ffeeee;
}
.voicalltable tr:nth-child(odd).request-declined {
	background:#ffdddd;
}
#call-log .voicalltable tr:nth-child(odd){
	background:#ffffff;
}

.text,
.text:hover{
	background: #fffae6;
}

.empty{
	line-height: 35px;
	text-align: center;
	padding: 0 15px;
	font-size: 14px;
	margin: 0 0 10px;
	border-radius: 3px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
	background: #dadada;
	font-weight: bold;
	color: #757575;
}

.voicalltable td{
	padding:0 10px;
	border-right:1px solid #C4C4C4;
}

table.voicalltable.userinfo td{
	padding: 0 5px;
}

.voicalltable.reducedPadding th,
.voicalltable.reducedPadding td
{
    padding: 0 10px !important;
}
.voicalltable.hardlyAnyPadding th,
.voicalltable.hardlyAnyPadding td
{
    padding: 0 5px !important;
}
.voicalltable th.center,
.voicalltable td.center{
    text-align:center;
}
.voicalltable td:last-Child{
	border-right:none;
}

.voicalltable td.actions{
	padding: 0 10px;
}

.voicalltable select{
	margin:0;
	border-radius:0;
	-moz-border-radius:0;
	outline-color: #22a2ff;
	display:inline;
	padding:0;
}

.magicactions{
	width:100px;
	height: 26px;
}

.voicalltable .button{
	display:block;
	padding:10px 15px;
}

.voicalltable .button.inline,
.button.inline{
	display:inline-block;
}

.voicalltable .magicbutton.button{
	padding:4px 10px;
	display:inline;
	background: #000000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMxOTE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(25,25,25,1) 25%, rgba(0,0,0,1) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(25,25,25,1)), color-stop(75%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(25,25,25,1) 25%,rgba(0,0,0,1) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(25,25,25,1) 25%,rgba(0,0,0,1) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(25,25,25,1) 25%,rgba(0,0,0,1) 75%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(25,25,25,1) 25%,rgba(0,0,0,1) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow:    inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow:         inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
	border:1px solid #000000;
	color:#ffffff;
	text-shadow:0 1px 0 #000000;
	opacity: 0.7;
}

.voicalltable .magicbutton.button:hover{
	opacity:1;
}

.voicalltable .button.small,
.button.left.green,
.button.green{
	background: rgb(158,203,45); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllY2IyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(158,203,45,1) 0%, rgba(114,170,0,1) 97%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,203,45,1)), color-stop(97%,rgba(114,170,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecb2d', endColorstr='#72aa00',GradientType=0 ); /* IE6-8 */
color:#ffffff;
text-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
border:1px solid #72aa00;

}

.voicalltable .button.small:hover,
.button.left.green:hover{
	background: rgb(158,203,45);
}

.child-row{
	background:#ffffff;
}

.expand,
.collapse{
	float:right;
	margin: 6px 0 0 0;
	padding:4px 0;
	height:26px;
	width:26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:2px;
	moz-border-radius:2px;
	webkit-border-radius:2px;
		background: rgb(158,203,45); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllY2IyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(158,203,45,1) 0%, rgba(114,170,0,1) 97%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,203,45,1)), color-stop(97%,rgba(114,170,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecb2d', endColorstr='#72aa00',GradientType=0 ); /* IE6-8 */
color:#ffffff;
text-shadow:0 1px 2px #659B00;
border:1px solid #72aa00;
line-height:80%;
font-weight:bold;
text-decoration:none;
text-align:center;
font-size:18px;
}

.collapse{
background: rgb(178,49,49); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2IyMzEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTAwMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(178,49,49,1) 6%, rgba(181,0,3,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(178,49,49,1)), color-stop(100%,rgba(181,0,3,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(178,49,49,1) 6%,rgba(181,0,3,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(178,49,49,1) 6%,rgba(181,0,3,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(178,49,49,1) 6%,rgba(181,0,3,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(178,49,49,1) 6%,rgba(181,0,3,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23131', endColorstr='#b50003',GradientType=0 ); /* IE6-8 */

color:#ffffff;
text-shadow:0 1px 2px #cd4848;
border:1px solid #9d0003;
}



.voicalltable .child-row td{
	background:#f0f9ff;
}



.voicalltable .child-row td:first-Child{
	padding-left:35px;
}

#site_details_form{
	margin-bottom:0;
}

#embed,
.embed{
	float:left;
	padding:20px;
	margin:10px 0 0;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	border: 1px solid #D6AE0E;
	background:#ffec96;
	-moz-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 0.7);
}

#embed.service,
.embed.service{
	margin:10px 10px 0 0;
	width: 439px;
}

#embed hr,
.embed hr{
	margin:15px -20px 20px;
	border-left:0;
	border-bottom:1px solid #D6AE0E;
	border-top:1px solid rgba(255, 255, 255, 0.7);
}

#embed h3,
.embed h3{
	margin:0;
	font-size:21px;
	font-weight:bold;
	text-shadow: 0 1px 0 #f0ebe0;
	color: #53130d;
	text-align:center;
}

#embed textarea,
.embed textarea{
	display: block;
	width:100%;
	padding:10px;
	margin:10px auto;
	background:#fffae6;
	border:1px solid #D6AE0E;
	color: #424242;
	border-radius:2px;
	moz-border-radius:2px;
	webkit-border-radius:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
}

#embed.service textarea,
.embed.service textarea{
	margin:20px auto;
	height: 75px;
}

#embed-instructions,
.embed-instructions{
	width:100%;
	margin: 0 auto;
}

#embed ._VOICALL,
.embed ._VOICALL{
	margin: 0 auto;
}

#offers{
	margin-left:0;
	max-width:459px;
}

#link_details_form.columns .col.two{
	padding-right: 0;
	padding-bottom:0;
	width: 314px;
}

.offers{
	margin: 0 -20px;
	padding: 20px;
	border-top:1px solid #a5a5a5;
	border-bottom: 1px solid #eeeeee;
	box-shadow: inset 0 1px 0 #ffffff;
}

.offers h4{
	font-size: 14px;
}

.offers h4,
.offers p{
	margin:0;
}

.offers.selected{
	background: #007eda;
	border-bottom: 1px solid #00477A;
	border-top: 1px solid #FFFFFF;
	color: #ffffff;
	box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.50);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}

.offers.selected h4{
	color:#ffffff;
}

.ui-widget-overlay{
	opacity: .80;
}

.ui-dialog{
	padding:0;
	background: #eeeeee;
	border:1px solid #a5a5a5;
	border-radius:2px;
	moz-border-radius:2px;
	webkit-border-radius:2px;
	-moz-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	outline:0;
}

.ui-widget-content{
	border-width:0;
}
.ui-timepicker-div .ui-widget-content{
	border-width:1px !important;
}

.ui-dialog .ui-dialog-titlebar-close span{
	position:static;
}

.ui-button-icon-only.ui-dialog-titlebar-close{
	padding:0;
}

#register-modal,
#change-password-modal,
#service-delete-confirm,
#edit-subscription-modal,
#create-subscription-modal,
div#delete-confirm{
	padding:0;
	height:auto!important;
}

#service-delete-confirm,
div#delete-confirm{
	padding:20px;
	border:0;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	background: #c92e2e; /* Old browsers */
	background: -moz-linear-gradient(top,  #c92e2e 0%, #aa0000 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92e2e), color-stop(97%,#aa0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c92e2e 0%,#aa0000 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c92e2e 0%,#aa0000 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c92e2e 0%,#aa0000 97%); /* IE10+ */
	background: linear-gradient(to bottom,  #c92e2e 0%,#aa0000 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92e2e', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
}

.ui-dialog-buttonpane.ui-helper-clearfix{
	padding:10px;
	margin:0;
	background:#eeeeee;
	border:1px solid #a5a5a5;
	border-top:0;
	border-radius:2px;
	moz-border-radius:2px;
	webkit-border-radius:2px;
	-moz-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
	float:none;
}

.ui-dialog .ui-dialog-buttonpane button{
	width:47%;
	padding:0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #ffffff;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #cacaca;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

th.ui-state-default{
	border:0;
	border-right: 1px solid #5cbaff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: inherit;
	font-size: 14px;
}

th .ui-icon{
	/*display: inline-block;
	margin: 0 2px -3px;*/
	margin: 10px -10px 0 0;
	float: right;
	opacity: 0.6;
	background-image: url('../../../../js/css/custom-theme/images/ui-icons_222222_256x240.png')!important;
}

th .ui-icon:hover{
	opacity:1;
}

#register-modal .generic_form,
#change-password-modal .generic_form,
#edit-subscription-modal .generic_form,
#create-subscription-modal .generic_form{
	border-top:0;
	margin:0;
	width:auto;
	border-radius:0 0 2px 2px;
	moz-border-radius:0 0 2px 2px;
	webkit-border-radius:0 0 2px 2px;
}

.ui-widget-header,
.ui-dialog .ui-dialog-titlebar{
	padding:15px 0;
	background: #eeeeee;
	border:1px solid #a5a5a5;
	border-radius:2px;
	moz-border-radius:2px;
	webkit-border-radius:2px;
	-moz-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
}

.ui-dialog-title{
	width:100%!important;
}

.ui-button-text-only .ui-button-text{
	padding:10px;
}

.ui-dialog .ui-dialog-titlebar-close{
	top:0;
	margin-top:5px;
	border: 1px solid #999999;
	background:#ffffff;
}

#ui-dialog-title-register-modal,
#ui-dialog-title-change-password-modal,
.ui-dialog-title{
	margin:0 0 15px;
	text-align:center;
	width:100%;
	color:#1985c5;
	font-size:21px;
	font-weight:bold;
	text-shadow:0 1px 0 #ffffff;
}

#ui-dialog-title-register-modal,
#ui-dialog-title-change-password-modal,
.ui-dialog-title{
	margin:0;
	text-align:center;
}

#error-container,
#success-container,
div.notice{
	padding:10px;
	margin:0 0 10px;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	border:2px solid #a30303;
	background:#e71919;
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}


#success-container{
	background:#60aa00;
	border:2px solid #407100;
}

#error-container ul,
#success-container ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#simplemodal-container {
	background-color: transparent;
	border: none;
	padding: 0;
}

div.notice{
	background:orange;
	border-color: darkorange;
}

/*****STATS*****/
.chzn-choices{
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
}

#site_service_select_container  .chzn-drop,
#site_service_select_container .chzn-container{
	width:100%!important;
}

#site_service_select_container .ui-accordion-content{
	overflow: visible!important;
}

#site_service_select_container .cli_cross_site, .cli_cross_service{
	margin-bottom: -1px!important;
	border-radius: 2px 2px 0 0!important;
}

#filters .chzn-container-multi{
	width:auto!important;
}

#filters .chzn-container-multi .chzn-choices .search-choice{
	margin:5px;
}

#ui-datepicker-div{
	border: 1px solid #a5a5a5;
}

.ui-datepicker-header a{
	height: 95%;
}

.ui-datepicker-calendar th{
background: #22a2ff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyYTJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDkwZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #22a2ff 0%, #0090f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22a2ff), color-stop(100%,#0090f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #22a2ff 0%,#0090f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #22a2ff 0%,#0090f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #22a2ff 0%,#0090f9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #22a2ff 0%,#0090f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a2ff', endColorstr='#0090f9',GradientType=0 ); /* IE6-8 */

	color:#ffffff;
	font-weight:normal;
	text-shadow:0 1px 0 #007eda;
	border-right:1px solid #5cbaff;
	text-align:center;
}

.ui-datepicker-calendar .ui-state-default{
	color:#000000;
	font-weight:bold;
	border:1px solid #7c7c7c;
}

.ui-datepicker table{
	border:0;
}

.ui-toolbar{
	margin: 0;
	padding: 0;
	border-radius: 0;
	text-align:center;
}

.ui-toolbar div{
	display: inline-block;
	padding: 10px;
	border-right: 1px solid #a5a5a5;
}

.ui-toolbar div:last-Child{
	border-right:0;
}

.dataTables_paginate span{
	display:inline-block;
	margin-left: 4px!important;
	margin-right: 0!important;
	/*padding: 5px;*/
}
.dataTables_paginate span.ellipsis{
    margin-right:4px !important;
}

.dataTables_paginate .ui-button:hover{
	background:#007eda;
	border-color:#007eda;
	color:#ffffff;
	box-shadow:none;
	-moz-box-shadow:none;
}

.dataTables_wrapper table{
	margin:0;
	border-radius: 0;
	border-bottom:0;
	border-color:#a5a5a5;
}

#filters{
	padding:10px;
	width:auto;
}

#filters h3{
	margin:0 0 5px 0;
}

#filters hr{
	margin:0 -10px 10px;
}

#filters h4{
	margin:10px 0;
}

#filters input[type="submit"]{
	margin-top:0;
	width: auto;
}


#dateStart,
#dateEnd{
	width:auto;
}

#hide_show_hidden,
#sites_clear,
#types_clear,
#show_security{
	padding:5px;
	border-radius:2px;
	moz-border-radius:2px;
	webkit-border-radius:2px;
	background:#fffae6;
	border:1px solid #e8c838;
}

#hide_show_hidden:hover,
#sites_clear:hover,
#types_clear:hover,
#show_security:hover{
	cursor:pointer;
}

#hide_show_hidden{
	margin: 2px 0 0 0;
	padding: 4px;
}

#sites_clear,
#types_clear{
	line-height:125%;
	padding: 1px 5px;
	background:#ffffff;
	border:1px solid #ff2323;
	color:#ff2323;
	font-size:small;
}

.hidden_stats table{
	width:100%;
	margin:0;
	border-left: 0;
}

.hidden_stats th,
.hidden_stats td{
	background:#f0f9ff;
	color: #3d3d3d;
	text-shadow:none;
	border-left:0;
	border-right:2px solid #C4C4C4;

}

.hidden_stats td{
	background:#ffffff;
}

#hidden_filters{
	margin:10px 0 0 0;
}

.tooltip{
	display: inline-block;
	margin-left: 3px;
	border-radius: 100%;
	moz-border-radius:100%;
	webkit-border-radius:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #000000;
	color: #fff;
	font-size: 12px;
	width: 15px;
	height: 15px;
	line-height: 130%;
	font-weight: 700;
	padding: 0 0 0 0;
	text-align: center;
	font-family:arial;
	opacity: 0.3;
}

.tooltip:hover{
	opacity:1.0;
}

.contentbox{
	padding:20px;
	margin:10px 0 0 10px;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	border:1px solid #a5a5a5;
	background:#e3e3e3;
	/*-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);*/
}

.contentbox h3{
	margin: -20px -20px 10px;
	padding: 20px 10px 15px;
	background:#eeeeee;
	float: none;
	text-align: center;
	color: #1985c5;
	font-size: 21px;
	font-weight: bold;
	text-shadow: 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow: inset 0 0px 0px 2px rgba(255, 255, 255, 1);
	border-bottom:1px solid #a5a5a5;
}

.contentbox .button{
	margin-bottom:0;
	background:#ffffff;
}

.offer:nth-child(2){
	margin-right:0;
}

.offer{
	float:left;
	margin: 10px 5px 0 0;
	padding:10px;
	border-radius:2px;
	moz-border-radius:2px;
	webkit-border-radius:2px;
	font-size: 10px;
	color: #ffffff;
	background: #055F94;
}

.offer h4{
	margin: 0;
	font-size:13px;
	text-transform:uppercase;
	color:#ffffff
}

.offer hr{
	margin:6px 0;
	border-bottom: 1px solid rgba(210, 210, 210, 0.52);
	border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.offer b{
	margin: 5px 0 0;
	display: inline-block;
	color: #73CBFF;
}

#recipients{
	padding:0;
	list-style-type: none;
	font-size: 11px;
}

#recipients li{
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	min-width: 275px;
	background: #1985c5;
	color: #fff;
	border-radius: 2px;
}

.recipient{
	float:left;
}


#recipients li b{
	font-size:13px;
}

#recipients li a{
	float: right;
	padding:2px;
	text-decoration: none;
	background: rgb(178,49,49); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2IyMzEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTAwMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(178,49,49,1) 6%, rgba(181,0,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(178,49,49,1)), color-stop(100%,rgba(181,0,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(178,49,49,1) 6%,rgba(181,0,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(178,49,49,1) 6%,rgba(181,0,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(178,49,49,1) 6%,rgba(181,0,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(178,49,49,1) 6%,rgba(181,0,3,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23131', endColorstr='#b50003',GradientType=0 ); /* IE6-8 */
	color:#ffffff;
	text-shadow:0 1px 2px #cd4848;
	border:1px solid #9d0003;
	line-height: 90%;
	font-size:12px;
	font-weight:bold;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
.chzn-container{margin-bottom:10px;}

.highcharts-axis-labels span.day{display:none;}
.highcharts-tooltip .day{display:inline;}

div.clientsFilterBar {
    background: none repeat scroll 0 0 #F2F2F2;border: 2px solid #E0E0E0;margin: 20px 1%;text-align: center;
}
div.clientsFilterBar #site_chzn{
    width: 327px; margin-bottom:0;vertical-align:top;text-align:left;
}

div.clientsFilterBar ul{
    display:block;
    margin:0;
    overflow:hidden;
    padding:0;
}

div.clientsFilterBar li{
    float:left;
    list-style:outside none;
    margin:0;
    padding:0;
}
div.clientsFilterBar li a,
div.clientsFilterBar li span{
    border:1px #ddd solid;
    display:block;
    padding:5px;
    text-decoration:none;
}
div.clientsFilterBar li a:hover{
    background:#ddd;
}

.pagination {
    margin: 20px 0;
}

.pagination ul {
    display: table;
	margin:0 auto 10px;
	padding:0;
    /**display: inline;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.ui-dialog[aria-describedby="log-modal"]{
	width:100%!important;
	left:0!important;
}

.gettingStartedBox{
	background: #efefef;
	border:2px #007eda solid;
	padding:10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.gettingStartedBox h3{
	margin-top:0;
}
.gettingStartedBox ul{
	padding-left:18px;
}

.gettingStartedBox ul li{
	margin-top:10px;
}

.gettingStartedBox a{
	color:#007eda;
	font-weight:bold;
}

#currentBanners .image{
	padding: 20px;
	margin: 5px;
	float: left;
	width: 200px;
	height: 255px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#currentBanners .image img{
	margin: 0 auto;
	display: block;
	max-width: 200px;
	max-height: 173px;
	border:0;
}

#currentBanners .image input{
	display: inline-block;
	width: 70%;
}

#currentBanners .image strong{
	color: #00729C;
}

.noLinks{
	margin:30px;
	padding:10px;
	text-align:center;
}

.noLinks a{
	display:block;
	margin:15px auto;
	width:300px;
}


#linkSelect select{
	border: 2px solid #00aeef!important;
	color: #00aeef;
	font-weight:bold;
	border-radius:3px;
	-moz-border-radius:3px;

}

#linkSelect select option{
	color:#000000;
}

/** Tabs **/
div#tabs{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:lightGray;
    border-bottom:0;
    border-radius:5px;
    border: 1px darkGray solid;
    float:left;
    margin-bottom:10px;
    padding:0 5px;
}
div.tab{
	clear:both;
}
div#tabs span{
    border-left:1px lightGray solid;
    border-right:1px lightGray solid;
    cursor:default;
    cursor:pointer;
    display:inline;
    display:inline-block;
    padding:10px 10px;
    zoom:1;
}
div#tabs span+span{}
div#tabs span.active,
div#tabs span:hover{
    background:#eee;
    border-color:#a5a5a5;
}


/******affiliate area******/
body.affiliate{
	background: url('images/body_affiliate.jpg') repeat-x #e6e6e6;
}

#holder.affiliate{
	background: url('images/holder_affiliate.jpg') repeat-x #ffffff;
}

#affiliate_header{
	margin: 0 0 35px;
	font-family:arial;
}

#affiliate_header #logo {
	position: absolute;
	width: 300px;
	height: 97px;
	margin-right: 20px;
	border: 1px solid #666666;
	border-top: 0;
	background: url('images/rampantcash.com-logo.jpg') no-repeat #000000;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

#affiliate_header #nav {
	margin: 0 0 0 325px;
	padding: 0;
	list-style: none;
}

#affiliate_header #nav li {
	float: left;
	display: inline;
	border-right: 1px solid #666666;
	color: #ffffff;
	font-weight: bold;
}

#affiliate_header #nav li:first-child {
	border-left: 1px solid #666666;
}

#affiliate_header #nav li a {
	display: block;
	padding: 32px 10px 11px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#affiliate_header #nav li .nav-item-sub {
	display: block;
	color: #5fb8ec;
	font-size: 10px;
	font-weight: normal;
}

#affiliate_header #nav li a:hover {
	padding-bottom: 8px;
	background: #323232;
	background: -moz-linear-gradient(top, #323232 0%, #555555 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(80%,#555555));
	background: -webkit-linear-gradient(top, #323232 0%,#555555 80%);
	background: -o-linear-gradient(top, #323232 0%,#555555 80%);
	background: -ms-linear-gradient(top, #323232 0%,#555555 80%);
	background: linear-gradient(to bottom, #323232 0%,#555555 80%);
	border-bottom: 3px solid #5fb8ec;
}

#rightnav.affiliate{
	float:right;
	margin: -40px 0 0 0;
}

#rightnav.affiliate .active_calls, #rightnav.affiliate .account_balance{
	background:#468BBA;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#fff;
	float:right;
	font-size: 11px;
	height:auto;
	margin: 2px 0 0 10px;
	padding:5px;
	width:auto;
}

.breadcrumbs{
	display: inline-block;
	margin: 25px 0 10px;
	padding:0;
	color:#ffffff;
	font-weight:Bold;
	list-style-type:none;
	font-family: arial;
	width: 100%;
	background:#eaeaea;
	border-radius: 3px;
	overflow:hidden;
}

.breadcrumbs li:first-child{
	margin-left:0;
}

.breadcrumbs li{
	float:left;
	margin-left: 18px;
	padding: 7px 0 7px 7px;
	background:#3FAEFF;

}

.breadcrumbs li a{
	display: block;
	color:#ffffff;
	text-decoration:none;
}

.breadcrumbs li a:hover{
	text-decoration:underline;
}

.breadcrumbs li .arrow{
	margin: -23px -15px -10px 10px;
	float:right;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #3FAEFF;
}

.breadcrumbs li .arrow.back{
	border-top: 15px solid #3FAEFF;
	border-bottom: 15px solid #3FAEFF;
	float: left;
	margin: -7px 0 -10px -22px;
	border-left: 15px solid rgba(128, 32, 32, 0);
}

.breadcrumbs li.active{
	background:#007eda;
}

.breadcrumbs li.active .arrow{
	border-left: 15px solid #007eda;
}

.breadcrumbs li.active .arrow.back{
	border-top: 15px solid #007eda;
	border-bottom: 15px solid #007eda;
	border-left: 15px solid rgba(128, 32, 32, 0);
}

@-moz-document url-prefix() {
  .breadcrumbs li.active .arrow{
     margin-top: -7px;
  }
  #affiliate_header #nav li a {
     padding: 31px 10px 11px;
  }
}

.breadcrumbs li.info{
	color: #575757;
	background:none;
	font-weight: normal;
}

.breadcrumbs .actions{
	float:right;
}

.breadcrumbs .actions a{
	display:inline-block;
	padding: 7px 15px;
	text-decoration:none;
}

.breadcrumbs .actions a.btn {
	background:#ccc;
	font-weight:bold;
	color:#333;
}
.breadcrumbs .actions a.btn:hover{
	background:#ddd;
}

.breadcrumbs .actions a.add{
	background: #72aa00;
	color:#ffffff;
	font-weight:bold;
}

.breadcrumbs .actions a.add:hover{
	background: #9ecb2d;
}

.breadcrumbs .actions a.red{
	background:#dd1212;
	border:0;
}

.breadcrumbs .actions a.red:hover{
	background:#ff4a4a;
}

.graph_container{
	margin: 0 0 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid rgb(201, 201, 201);
}

.greenglow{
		animation: greenglow 1s infinite ease-in-out;
		-webkit-animation: greenglow  1s infinite ease-in-out;
}
.green.greenglow:hover{
	animation:none;
	-webkit-animation: none
	-webkit-box-shadow:0px 0px 10px #0B5C8C!important;
	-moz-box-shadow:0px 0px 10px #0B5C8C!important;
	box-shadow:0px 0px 10px #0B5C8C!important;
}
@keyframes greenglow{
	0%{
		-webkit-box-shadow:0px 0px 10px #0b0;
		-moz-box-shadow:0px 0px 10px #0b0;
		box-shadow:0px 0px 10px #0b0;
	}
	50%{
		-webkit-box-shadow:0px 0px 10px #090;
		-moz-box-shadow:0px 0px 10px #090;
		box-shadow:0px 0px 10px #090;
	}
	100%{
		-webkit-box-shadow:0px 0px 10px #0b0;
		-moz-box-shadow:0px 0px 10px #0b0;
		box-shadow:0px 0px 10px #0b0;
	}
}
@-webkit-keyframes greenglow{
	0%{
		-webkit-box-shadow:0px 0px 10px darkGreen;
		-moz-box-shadow:0px 0px 10px darkGreen;
		box-shadow:0px 0px 10px darkGreen;
	}
	50%{
		-webkit-box-shadow:0px 0px 10px #0f0;
		-moz-box-shadow:0px 0px 10px green;
		box-shadow:0px 0px 10px green;
	}
	100%{
		-webkit-box-shadow:0px 0px 10px green;
		-moz-box-shadow:0px 0px 10px green;
		box-shadow:0px 0px 10px green;
	}
}
div.threeBigButtons:after {
	display:block;
	content:" ";
	clear:both;
}
div.threeBigButtons + div.threeBigButtons{
	margin-top:20px;
}
div.threeBigButtons a {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999;
}

div.threeBigButtons div.bigbutton {
	position: relative;
	float: left;
	width: 30%;
	height: 200px;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e7e7e7 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(99%,#e7e7e7));
	background: -webkit-linear-gradient(top, #fefefe 0%,#e7e7e7 99%);
	background: -o-linear-gradient(top, #fefefe 0%,#e7e7e7 99%);
	background: -ms-linear-gradient(top, #fefefe 0%,#e7e7e7 99%);
	background: linear-gradient(to bottom, #fefefe 0%,#e7e7e7 99%);
	border: 1px solid #dddddd;
	box-shadow: 0 0 3px #333;
	border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	color: #333333;
	text-align: center;
	text-shadow: none;
}
div.threeBigButtons.tBBCentre1 div.bigbutton{
	float:none;
	margin: 0 auto;
}


div.threeBigButtons div.bigbutton:hover {
	background: #9ecb2d;
	background: -moz-linear-gradient(top, rgba(158,203,45,1) 0%, rgba(114,170,0,1) 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,203,45,1)), color-stop(97%,rgba(114,170,0,1)));
	background: -webkit-linear-gradient(top, rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%);
	background: -o-linear-gradient(top, rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%);
	background: -ms-linear-gradient(top, rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%);
	background: linear-gradient(to bottom, rgba(158,203,45,1) 0%,rgba(114,170,0,1) 97%);
	border-color: #9ecb2d;
	box-shadow: 0 0 3px #9ecb2d;
	color: #ffffff;
	text-shadow: 0 1px 2px #659B00;
}

div.threeBigButtons .bigbutton2 {
	margin-left:5%;
	margin-right:5%;
}

div.threeBigButtons div.bigbutton .icon {
	display: block;
	width: 60px;
	height: 60px;
	margin: 35px auto 0 auto;
	background: url('images/firecall-icons.png') 0 0 no-repeat;
	opacity: 0.8;
}

div.threeBigButtons div.bigbutton:hover .icon {
	background-position: 0 -60px;
}


div.threeBigButtons div.bigbutton.sales .icon {
	background-position: -60px 0;
}

div.threeBigButtons div.bigbutton.sales:hover .icon {
	background-position: -60px -60px;
}

div.threeBigButtons div.bigbutton.account .icon {
	background-position: -120px 0;
}

div.threeBigButtons div.bigbutton.account:hover .icon {
	background-position: -120px -60px;
}

div.threeBigButtons div.bigbutton.stats-link .icon {
	background-position: -180px 0;
}

div.threeBigButtons div.bigbutton.stats-link:hover .icon {
	background-position: -180px -60px;
}

div.threeBigButtons div.bigbutton.stats-iframe .icon {
	background-position: -240px 0;
}

div.threeBigButtons div.bigbutton.stats-iframe:hover .icon {
	background-position: -240px -60px;
}

div.threeBigButtons div.bigbutton.bank .icon {
	background-position: -300px 0;
}

div.threeBigButtons div.bigbutton.bank:hover .icon {
	background-position: -300px -60px;
}

div.threeBigButtons div.bigbutton.banners .icon {
	background-position: -362px 0;
}

div.threeBigButtons div.bigbutton.banners:hover .icon {
	background-position: -362px -61px;
}

div.threeBigButtons div.bigbutton h2 {
	margin: 20px 0 5px 0;
	font-size: 24px;
	color: inherit;
}

div.threeBigButtons div.bigbutton p {
	margin: 0;
	color: #666666;
}

div.threeBigButtons div.bigbutton:hover p {
	color: #d7e7b4;
}

label.inlineBlockHack,input.inlineBlockHack,.inlineBlockHack{
	display:inline;
	display:inline-block;
	zoom:1;
}
label.inlineBlockHack+input.inlineBlockHack{
	margin-left:10px;
}
input[type=submit].reducedPadding {
	padding:4px 15px 3px;
}

a.smallManageButton{
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
    display: inline;
    font-size: 12px;
    margin: 0 0 0 0px;
    padding: 2px 5px;
    vertical-align: -9px;
}

table.foldered tr.inFolder>td:first-child{
	border-left:3px #bbb solid;
}
table.foldered tr.inFolder.closed{
	display:none;
}

table.foldered tr.inFolder.open{
	display:table-row;
}
table.foldered tbody th.folderhead {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e7e7e7 99%);
	background: -ms-linear-gradient(top, #fefefe 0%,#e7e7e7 99%);
	background: -o-linear-gradient(top, #fefefe 0%,#e7e7e7 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(99%,#e7e7e7));
	background: -webkit-linear-gradient(top, #fefefe 0%,#e7e7e7 99%);
	background: linear-gradient(to bottom, #ccc 0%,#eee 50%, #ccc 99%);
	border-bottom:1px #ddd solid;
	color:#333;
	cursor:pointer;
	line-height:26px;
	padding:3px;
	text-align:left;
	text-shadow: 0 1px 0 #CCCCCC;
}

table.foldered th.folderhead span.indicator:before{
	content:"+";
	display:inline-block;
	font-size:20px;
	width:30px;
}

table.foldered th.folderhead.opened span.indicator:before {
	content:"-";
}

table.voicalltable tr.spacingRow td{
	padding:0;
	margin:0;
	border:0;
	height:0;
}

form.generic_form_bar {
	display:block;
	width:auto;
	float:left;
}
form.generic_form_bar input,
form.generic_form_bar label,
form.generic_form_bar select {
	display:inline;
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	width:auto;
	zoom:1;
}
form.generic_form_bar *+label{
	margin-left:30px;
}
form.generic_form_bar input[type=submit] {
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:20px;
	float:none;
}
div.deleteMessage,
div.messageBox{
	display:none;
}
div.deleteMessageInner,
div.messageBoxInner {
	cursor:default;
	font-weight:bold;
	font-size:16px;
	width:480px;
	background:#efefef;
	text-align:center;
	padding:10px 5px;
	border:5px solid #333;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#333;
}

div.news_maintitle{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	width: 180px;
	border: solid 1px #ccc;
	border-top: none;
	border-left: none;
	margin-top: 0px;
	height: 30px;
	color: #fff;
	background-color: #468BBA;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
div.news_content{
	overflow: hidden;
	position: relative;
	width: 90%;
	margin: 30px auto 0px auto;
	background-color :#eaeaea;
	min-height: 100px;
	border: solid 1px #ccc;
	border-bottom: none;
	/*box-shadow: 1px 1px 0px #bbb;*/
}
.see_more_container{
	width: 90%;
	margin: 0px auto 40px auto;

	border: solid 1px #ccc;
	border-top: none;
	background-color :#eaeaea;
}
.see_more_news{
	height: 10px;
	background-color:#fff;
	width: 50px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin:0px auto 0px auto;
	line-height: 2px;
	color: #666;
	border: solid 1px #aaa;
	border-bottom: none;
	font-size: 20px;
	text-align: center;
	cursor: pointer;

	opacity: .8;
}
.see_more_news:hover{
opacity: 1;
color: #333;

}
.news_body{

}
.news_form{
	margin:30px 0px 0px 40px;
	padding:20px;
	width:450px;
}
.news_form textarea{
	height: 300px;
}

.news_element{
	position: relative;
	background-color: #fafafa;
	width: 95%;
	margin: 10px auto 5px auto;
	border: solid 1px #aaa;
	border-radius: 2px;
	min-height: 80px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.no_news{
	text-align: center;
	font-size: 20px;
	color: #aaa;
	line-height: 80px;
}
.news_client{
	min-width: 170px;
	display: inline-block;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #007eda;
	line-height: 25px;
	color:#fafafa;
	text-align: center;
	font-weight: bold;
}
.news_date_added{
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #00aeef;
	min-width: 170px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fafafa;

}
.news_title{
	position: relative;
	margin-top: 5px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 700;
}
.news_body{
	position: relative;
	width: 95%;
	margin: 10px auto 10px auto;
	text-indent: 30px;
}

.invisible_div{
	visibility: hidden;
	position: absolute;
}
.news_table td, th{
	text-align: center !important;
}
.client_name{
	font-weight: bold;
	font-size: 15px;
	color: #333;
}
.fiter_clients{
	width:200px;
}

.navBar{
    background:lightGray;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    border: 1px darkGray solid;
    border-bottom:0;
    float:left;
    margin-left:5px;
    padding:0 3px;
}
.navBarInner{
	border:1px darkGray solid;
	background:#fefefe;
	padding:10px;
}
.navBar+*{
    clear:both;
}

.navBar strong,
.navBar span{
    cursor:default;
    display:inline;
    display:inline-block;
    zoom:1;
    padding:10px 10px;

}
.navBar span{
    cursor:pointer;
    border-left:1px lightGray solid;
    border-right:1px lightGray solid;
}
.navBar span+span{
    margin-left:-1px;
}
.navBar span.active,
.navBar span:hover{
    background:#eee;
    border-color:#a5a5a5;
}

@media all and (max-width:1700px) {
	.hide-on-smaller-screen {
		display:none !important;
	}
}
@media all and (min-width:1699px) {
	.hide-on-bigger-screen {
		display:none !important;
	}
}
.onehundredpercentfix {
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}

.quicklinks{
    height:30px;
    list-style:outside none;
    margin:0;
    overflow:hidden;
    padding:0;
    text-align:center;
    width:135px;
    z-index:99999;
}
.quicklinks li {
    line-height:20px;
    width:135px;
}
.quicklinks .title {
    background:#5cbaff;
    color:white;
    cursor:pointer;
    font-weight:bold;
    padding:5px;
}
.quicklinks .sub {
    position:absolute;
    overflow:hidden;
    background:white;
    z-index:99999;
    height:0;
}
.quicklinks:active li.sub,
.quicklinks:hover li.sub {
    height:auto;
}
.quicklinks li.sub ul {
    border:1px #333 solid;
    border-top:0;
    list-style:outside none;
    margin:0;
    padding:0;
}
.quicklinks a {
    color:#333;
    display:block;
    line-height:20px;
    padding:5px;
    text-decoration:none;
}
.quicklinks a:hover {
    background:#333;
    color:white;
}
div#rates {
	width: 746px;
	padding: 10px;
	border: 1px #aaa solid;
	background: #eee;
	display: none;
	margin-left: 5px;
}
div#rates label {
	display:inline;
	display:inline-block;
	height:30px;
	line-height:30px;
	padding-right:165px;
	position:relative;
	text-align:right;
	width:180px;
	zoom:1;
}
div#rates input {
	font-size:14px;
	padding:5px;
	position:absolute;
	right:20px;
	text-align: right;
	width:100px;
}
div#rates label span {
	font-size: 14px;
	line-height:30px;
	position:absolute;
	right:0;
}
div#rates hr {
	background:#333;
	margin:10px;
}
.button .text_hide{
	display:none;
}
.button.active .text_hide{
	display:inline;
}
.button.active .text_show{
	display:none;
}
#showRates.active + div#rates{
	display:block;
}
a#showRates {
	position: absolute;
    width: 200px;
    margin-left: 780px;
    margin-top: -44px;
}
div#rates span.rowtotal {
	display:inline;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	width:344px;
	zoom:1;
}
div#rates span.rowtotal:after{
	content:"%";
	display:inline;
	display:inline-block;
	line-height:20px;
	margin-left:10px;
	zoom:1;
}
span.rowtotal.terror {
	-webkit-animation: redpulse 2s ease-in-out 0s infinite;
	-moz-animation: redpulse 2s ease-in-out 0s infinite;
	animation: redpulse 2s ease-in-out 0s infinite;
}

@-webkit-keyframes redpulse {
	0%{color:black}
	50%{color:red}
	100%{color:black}
}
@-moz-keyframes redpulse {
	0%{color:black}
	50%{color:red}
	100%{color:black}
}
@keyframes redpulse {
	0%{color:black}
	50%{color:red}
	100%{color:black}
}
abbr.moreinfo {
    cursor:help;
    border-bottom:1px #99F dotted;
}
.fg-button.ui-button{
    padding:5px;
}
.ui-buttonset .ui-button {
    margin-right:.3em;
}

.button.disabled,
.button.disabled:hover{
    background:#f2f2f2;
    color:#999;
    cursor:default;
}

.sendCamDateRange{
	float: right;
}

.sendCamDateRange label, .sendCamDateRange input{
	float: left;
	margin-right: 5px;
	padding:5px;
}

.sendCamDateRange input[type='submit']{
	padding:7px;
}


/*
Stats page for subscriptions 
 */
@media (min-width: 769px) {
	.stats-box {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		width: 250px;
		padding: 5px;
		border: 1px solid #e6e6e6;
		min-height: 300px;
		box-shadow: 5px 5px 5px #e6e6e6;
	}
}

@media (max-width: 768px) {
	.stats-box {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		width: 200px;
		padding: 5px;
		border: 1px solid #e6e6e6;
		min-height: 300px;
		box-shadow: 5px 5px 5px #e6e6e6;
	}
}

.stats-box > h2 {
	margin-left: 0px;
	text-align: center;
}

.stats-box h3 {
	margin-left: 0px;
	text-align: center;
}

.stats-count {
	text-align: center;
	font-size: 3em;
	color: #212121;
}
.stats-revenue {
	text-align: center;
	font-size: 2em;
}
