html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	background:url(images/rev_bg.jpg) repeat-x top #a3bcff;
	font-family: 'calibriregular';
}
@font-face {
 font-family: 'calibriregular';
 src: url('font/calibri-webfont.eot');
 src: url('font/calibri-webfont.eot?#iefix') format('embedded-opentype'), url('font/calibri-webfont.woff') format('woff'), url('font/calibri-webfont.ttf') format('truetype'), url('font/calibri-webfont.svg#calibriregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'calibrilight';
 src: url('font/calibril-webfont.eot');
 src: url('font/calibril-webfont.eot?#iefix') format('embedded-opentype'), url('font/calibril-webfont.woff') format('woff'), url('font/calibril-webfont.ttf') format('truetype'), url('font/calibril-webfont.svg#calibrilight') format('svg');
 font-weight: normal;
 font-style: normal;
}
#wrapper {
	width:100%;
	height:auto;
	margin:auto;
	padding:0px;
	min-width:970px;
	padding-bottom:70px;
}
a {
	color:#118ace;
	transition: color linear .2s;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-ms-transition: color linear .2s;
	-o-transition: color linear .2s;
	text-decoration:underline;
}
/*--------------------------------- Login Form -------------------------------------*/
.login_container {
	width:880px;
	height:auto;
	margin:auto;
	padding-top:65px;
}
.left_shadow_ri {
	background:url(images/left_shadow_ri.png) no-repeat left top;
}
.right_shadow_ri {
	background:url(images/right_shadow_ri.png) no-repeat right top;
}
.login_wrap {
	margin-left:25px;
	margin-right:25px;
	background:#f4f4f4;
	min-height:450px;
	text-align:center;
}
.loginlogo {
	padding-top:45px;
}
.loginform {
	padding-top:45px;
	color:#4c4747;
	font-size:24px;
}
.loginform input[type="text"], .loginform input[type="password"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width:290px;
	height:auto;
	padding:10px;
	color:#4c4747;
	font-size:17px;
	font-family: 'calibriregular';
	border:1px solid #dadadb;
	transition: border linear .2s;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-ms-transition: border linear .2s;
	-o-transition: border linear .2s;
}
.loginform input[type="text"]:focus, .loginform input[type="password"]:focus {
	border:1px solid #000;
	color:#000;
}
.loginform input[type="submit"] {
	background:#121e65;
	text-align:center;
	color:#ffffff;
	font-size:20px;
	border:none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	padding:10px 50px;
	cursor:pointer;
	-webkit-transition: background linear .2s, color linear .2s;
	-moz-transition: background linear .2s, color linear .2s;
	-ms-transition: background linear .2s, color linear .2s;
	-o-transition: background linear .2s, color linear .2s;
	transition: background linear .2s, color linear .2s;
}
.loginform input[type="submit"]:hover {
	border:none;
	color:#000;
	background:#ff9001;
}
.loginform a {
	font-size:15px;
	color:#118ace;
	text-decoration:none;
}
.loginform a:hover {
	color:#ff9001;
}
/*-------------------------------------- Report Container ---------------------------------------*/
.report_container {
	width:960px;
	height:auto;
	margin:auto;
	padding-top: 25px;
}
.report_left {
	float:left;
	width:210px;
}
.left_logo {
	text-align:center;
}
.esurance_logo {
	text-align:center;
	padding-top:40px;
}
.esurance_logo p {
	text-align:center;
	padding-top:10px;
	font-family: 'calibrilight';
	font-size:18px;
}
.esurance_logo p strong {
	font-family: 'calibriregular';
}
.phone_ri {
	margin-top:35px;
	background:#FFF;
	line-height:40px;
	color:#4c4747;
	font-size:21px;
	text-align:right;
	padding-right:22px;
}
.phone_ri img {
	float:left;
	padding-right:10px;
	color:#4c4747;
	font-size:21px;
}
.phone_ri a {
	text-decoration:none;
	color:#4c4747;
}
.phone_ri a:hover {
	color:#ff9001;
}
.report_left ul {
	margin-top:10px;
	margin-left:40px;
}
.report_left ul li {
	list-style:url(images/arrow.png);
	margin-left:30px;
	color:#4c4747;
	text-decoration:underline;
	font-family: 'calibrilight';
	font-size:16px;
	line-height:20px;
}
.report_left ul li a {
	color:#4c4747;
	text-decoration:underline;
	font-family: 'calibrilight';
	font-size:16px;
	line-height:25px;
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
.report_left ul li a:hover {
	color:#ff9001;
	padding-left:3px;
}
.report_right {
	float:right;
	width:750px;
	height:auto;
}
.report_box {
	background:#f4f4f4;
	margin-left:25px;
	margin-right:25px;
	-moz-box-shadow: 0px 3px 3px #677599;
	-webkit-box-shadow: 0px 3px 3px #677599;
	box-shadow: 0px 3px 3px #677599;
}
.report_title {
	color:#4c4747;
	font-size:24px;
	background:#e8e9ed;
	padding:10px;
}
.report_title img {
	float:left;
	margin-right:10px;
	margin-top:4px;
	margin-left:5px;
}
.form_to_show {
	padding:40px 10px 0px;
}
.form_to_show input[type="text"] {
	width:120px;
	height:auto;
	padding:3px;
	color:#4c4747;
	font-size:17px;
	font-family: 'calibriregular';
	border:1px solid #dadadb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	transition: border linear .2s;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-ms-transition: border linear .2s;
	-o-transition: border linear .2s;
	text-align:center;
}
.form_to_show select {
	width:160px;
	height:auto;
	padding:3px;
	color:#4c4747;
	font-size:17px;
	font-family: 'calibriregular';
	border:1px solid #dadadb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	transition: border linear .2s;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-ms-transition: border linear .2s;
	-o-transition: border linear .2s;
}
.form_to_show input[type="text"]:focus, .form_to_show select:focus {
	border:1px solid #000;
	color:#000;
}
.form_to_show input[type="submit"] {
	background:#121e65;
	text-align:center;
	color:#ffffff;
	font-size:20px;
	border:none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	padding:20px;
	cursor:pointer;
	-webkit-transition: background linear .2s, color linear .2s;
	-moz-transition: background linear .2s, color linear .2s;
	-ms-transition: background linear .2s, color linear .2s;
	-o-transition: background linear .2s, color linear .2s;
	transition: background linear .2s, color linear .2s;
}
.form_to_show input[type="submit"]:hover {
	border:none;
	color:#000;
	background:#ff9001;
}
.toatl_conatiner {
	text-align:center;
	margin-top:30px;
	padding:15px;
}
.total_call_con {
	width:205px;
	float:left;
	margin-left:90px;
}
.total_call {
	background:url(images/total_calls.png) no-repeat center;
	width:185px;
	height:188px;
	font-size:26px;
	line-height:187px;
	color:#000;
	margin:auto;
}
.total_cost_con {
	width:205px;
	float:right;
	margin-right:90px;
}
.total_call_con p, .total_cost_con p {
	color:#4c4747;
	font-size:21px;
	padding-top:20px;
}
.total_cost {
	background:url(images/total_cost.png) no-repeat center;
	width:184px;
	height:187px;
	font-size:26px;
	line-height:187px;
	color:#000;
	margin:auto;
}
.result_table {
	margin-top:20px;
}
.result_table table {
	border:1px solid #cac9c9;
	border-right:none;
	border-bottom:none;
	color:#000;
	font-size:15px;
}
.result_table table tr td {
	border-right:1px solid #cac9c9;
	border-bottom:1px solid #cac9c9;
	line-height:40px;
}
.result_table table tr:first-child {
	background:#e8e9ed;
	color:#4c4747;
	font-size:17px;
}
.result_table table tr td strong {
	color:#000;
	font-size:19px;
}
.total_cost_result {
	margin-top:10px;
	line-height:40px;
	color:#4c4747;
	font-size:17px;
	border:1px solid #cac9c9;
}
.total_cost_result strong {
	color:#000;
	font-size:23px;
	font-weight:normal;
	padding-left:10px;
}
.export_report_button {
	text-align:center;
	margin-top:20px;
}
.info_container {
	padding:10px;
	padding-top:40px;
	color:#4c4747;
	font-size:17px;
}
.info_container input[type="text"], .info_container input[type="password"] {
	width:344px;
	height:auto;
	padding:5px 10px;
	color:#000000;
	font-size:17px;
	font-family: 'calibriregular';
	border:1px solid #dadadb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	transition: border linear .2s;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-ms-transition: border linear .2s;
	-o-transition: border linear .2s;
}
.info_container a {
	text-decoration:none;
	color:#4c4747;
	font-size:17px;
}
.info_container a:hover {
	color:#fe8b01;
}
.info_container a img {
	display:inline-table;
	margin-top:4px;
	margin-bottom:-5px;
}
.billable {
	border:1px solid #cac9c9;
	margin-top:20px;
	text-align:left;
}
.billable_title {
	color:#4c4747;
	font-size:17px;
	background:#e8e9ed;
	padding:10px;
	border-top:1px solid #ffffff;
}
.clear {
	clear:both;
}
/*============================================ Css Upadte 2017-10-13*/
.account_box{
	padding-top:20px;
}
.account_box h3{
	float:left;
	line-height:40px;
	color:#4c4747;
	font-size:21px;
	padding-right:10px;
}
.onoffswitch_rpt{
	float:left;
    position: relative;
	width: 110px;
    -webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select: none;
}
.onoffswitch_rpt-checkbox {
    display: none;
}
.onoffswitch_rpt-label {
    display: block; 
	overflow: hidden; 
	cursor: pointer;
    border:2px solid #c3c4c9;
	border-radius: 22px;
}
.onoffswitch_rpt-inner {
    display: block; 
	width: 200%; 
	margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch_rpt-inner:before,
.onoffswitch_rpt-inner:after {
    display: block; 
	float: left; 
	width: 50%; 
	height: 38px; 
	padding: 0; 
    font-size: 20px; 
	font-size:17px;
	font-family: 'calibriregular';
	font-weight: bold;
	line-height:38px;
    box-sizing: border-box;
}
.onoffswitch_rpt-inner:before {
    content: "ON";
    padding-left: 15px;
    background-color: #FFFFFF; 
	color: #81b314;
}
.onoffswitch_rpt-inner:after {
    content: "OFF";
    padding-right: 15px;
    background-color: #FFFFFF;
	color: #c51716;
    text-align: right;
}
.onoffswitch_rpt-switch {
    display: block;
	width: 35px;
	height:35px;
	margin: 3px;
    background:url(images/off.png)  no-repeat;
    position: absolute;
	top: 0;
	bottom: 0;
    right: 68px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch_rpt-checkbox:checked + .onoffswitch_rpt-label .onoffswitch_rpt-inner {
    margin-left: 0;
}
.onoffswitch_rpt-checkbox:checked + .onoffswitch_rpt-label .onoffswitch_rpt-switch {
    right: 0px; 
    background:url(images/on.png)  no-repeat;
}
.right_payment_box{
	padding:40px 10px;
	text-align:center;
}