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 !important;
	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;
}
@font-face {
	font-family: 'Calibri-Italic';
	src: url('font/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/Calibri-Italic.woff') format('woff'),
		 url('font/Calibri-Italic.ttf')  format('truetype'),
		 url('font/Calibri-Italic.svg#Calibri-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'calibribold';
    src: url('font/calibrib-webfont.eot');
    src: url('font/calibrib-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calibrib-webfont.woff') format('woff'),
         url('font/calibrib-webfont.ttf') format('truetype'),
         url('font/calibrib-webfont.svg#calibribold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Calibri-BoldItalic';
	src: url('font/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/Calibri-BoldItalic.woff') format('woff'),
		 url('font/Calibri-BoldItalic.ttf') format('truetype'),
		 url('font/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('font/glyphicons-halflings-regular.eot');
	src: url('font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	     url('font/glyphicons-halflings-regular.woff2') format('woff2'),
		 url('font/glyphicons-halflings-regular.woff') format('woff'),
		 url('font/glyphicons-halflings-regular.ttf') format('truetype'),
		 url('font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
#wrapper {
	height:auto;
	margin:auto;
	padding:0px;
	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_rim_r{
	width:880px;
	height:auto;
	margin:auto;
	padding-top:65px;
}
.left_shadow_ri_rim_r{
	background:url(images/left_shadow_ri.png) no-repeat left top;
}
.right_shadow_ri_rim_r{
	background:url(images/right_shadow_ri.png) no-repeat right top;
}
.login_wrap_rim_r{
	margin-left:25px;
	margin-right:25px;
	background:#f4f4f4;
	min-height:450px;
	text-align:center;
}
.loginlogo_rim_r {
	padding-top:45px;
}
.loginform_rim_r {
	padding-top:45px;
	color:#4c4747;
	font-size:24px;
}
.loginform_rim_r input[type="email"],
.loginform_rim_r input[type="password"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color:#4c4747;
	font-size:17px;
	font-family: 'calibriregular';
	font-weight:normal;
	border-color: #dadadb;
}
.loginform_rim_r input[type="email"]:focus,
.loginform_rim_r input[type="password"]:focus {
	border-color:#999999;
	color:#4c4747;
	font-size:17px;
	font-family: 'calibriregular';
	font-weight:normal;
}
.loginform_rim_r button[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;
	-moz-box-shadow: 0px 1px 2px #677599;
	-webkit-box-shadow: 0px 1px 2px #677599;
	box-shadow: 0px 1px 2px #677599;
	font-family: 'calibriregular';
	font-weight:normal;
}
.loginform_rim_r button[type="submit"]:hover,
.loginform_rim_r button[type="submit"]:focus{
	border:none;
	color:#000;
	background:#ff9001;
	outline:none;
}
.forgetpass_rim_r{
	text-align:center;
	padding-top:10px;
}
.forgetpass_rim_r a {
	font-size:15px;
	color:#118ace;
	text-decoration:none;
}
.forgetpass_rim_r a:hover {
	color:#ff9001;
}
/*============================================================= Report Left Part*/
.report_container_rim_r{
	max-width:960px;
	height:auto;
	margin:auto;
	padding-top: 25px;
}
.report_left_rim_r{
	float:left;
	width:22%;
}
.left_logo_rim_r{
	text-align:center;
}
.left_logo_rim_r img{
	display:inline-block;
}
.account_box_rim_r {
	padding-top:30px;
}
.account_box_rim_r h3 {
	float:left;
	line-height:40px;
	color:#4c4747;
	font-size:23px;
	font-family: 'calibriregular';
	font-weight:normal;
	padding-right:10px;
}
.esurance_logo_rim_r {
	padding-top:30px;
	text-align:center;
}
.click_box_rim_r {
}
.click_box_rim_r h3 {
	color:#4c4747;
	font-size:18px;
	font-family: 'calibriregular';
	font-weight:normal;
	padding-bottom:5px;
	text-align:center;
}
.onoffswitch_rpt_rim_r {
	float:left;
	position: relative;
	width: 110px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.click_switch_rpt_rim_r {
	position: relative;
	width: 110px;
	margin:auto;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.onoffswitch_rpt-checkbox_rim_r {
	display: none;
}
.onoffswitch_rpt-label_rim_r {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border:2px solid #c3c4c9;
	border-radius: 22px;
}
.onoffswitch_rpt-inner_rim_r {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch_rpt-inner_rim_r:before,
.onoffswitch_rpt-inner_rim_r: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_rim_r:before {
	content: "ON";
	padding-left: 15px;
	background-color: #FFFFFF;
	color: #81b314;
}
.onoffswitch_rpt-inner_rim_r:after {
	content: "OFF";
	padding-right: 15px;
	background-color: #FFFFFF;
	color: #c51716;
	text-align: right;
}
.onoffswitch_rpt-switch_rim_r {
	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_rim_r:checked + .onoffswitch_rpt-label_rim_r .onoffswitch_rpt-inner_rim_r {
	margin-left: 0;
}
.onoffswitch_rpt-checkbox_rim_r:checked + .onoffswitch_rpt-label_rim_r .onoffswitch_rpt-switch_rim_r {
	right: 0px;
	background:url(images/on.png) no-repeat;
}
.navigation_conti_rim_r{
}
.navi_rim_r{
	margin-top:20px;
	background:#FFF;
	line-height:40px;
	font-family: 'calibriregular';
	font-weight:normal;
	color:#4c4747;
	font-size:19px;
	text-align:left;
	-moz-box-shadow: 1px 1px 2px #bababa;
	-webkit-box-shadow: 1px 1px 2px #bababa;
	box-shadow: 1px 1px 2px #bababa;
}
.navi_rim_r img {
	float:left;
	margin-right:13px;
}
.navi_rim_r a {
	text-decoration:none;
	color:#4c4747;
	display:block;
}
.navi_rim_r a:hover {
	color:#ff9001;
	text-decoration:none;
}
.navigation_conti_rim_r ul {
	margin-left:20px;
	margin-top:12px;
}
.navigation_conti_rim_r ul li {
	list-style:none;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:25px;
	width:100%;
	background:url(images/arrow.png) no-repeat 10px 13px;
	-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;
}
.navigation_conti_rim_r ul li a {
	color:#4c4747;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'calibriregular';
	font-size:16px;
	padding:5px 7px;
	display:block;
}
.navigation_conti_rim_r ul li:hover{
	color:#fff;
	background:url(images/arrow.png) no-repeat 10px 13px #cfd3ec;
}
.navigation_conti_rim_r ul li.active{
	background:url(images/arrow.png) no-repeat 10px 13px #cfd3ec;
}
li.completed{
	background:none !important;
	margin-top:0px !important;
	color:#566b09 !important;
	font-size:14px !important;
	font-family: 'Calibri-BoldItalic';
}
li.completed:hover{
	color:#566b09 !important;
}
/*============================================================= Report Right Part*/
.report_right_rim_r{
	float:right;
	width:77%;
	height:auto;
}
.report_box_rim_r {
	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_rim_r {
	color:#4c4747;
	font-size:24px;
	font-family: 'calibriregular';
	font-weight:normal;
	background:#e8e9ed;
	padding:10px;
	text-transform:uppercase;
}
.report_title_rim_r img {
	float:left;
	margin-right:10px;
	margin-top:4px;
	margin-left:5px;
}
.form_to_show_rim_r {
	padding:40px 15px 15px;
}
.form_to_show_rim_r h1{
	color:#4c4747;
	font-size:21px;
	font-weight:normal;
    font-family: 'calibribold';
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px solid #cac9c9;
	padding-bottom:17px;
}
.form_to_show_rim_r h1 strong,
.form_to_show_rim_r h1 strong a,
.form_to_show_rim_r h1 strong a:hover,
.form_to_show_rim_r h1 strong a:focus{
	color:#121e65;
	font-size:21px;
	font-weight:normal;
    font-family: 'calibribold';
	outline:none;
	text-decoration:none;
}
/*--------------------------------------------------------- Home Page*/
.compaing_overview_rim_r{
	margin-top:25px;
	border:1px solid #cac9c9;
	padding:1px;
}
.compaing_overview_rim_r ul{
	background:#e8e9ed;
}
.compaing_overview_rim_r ul li{
	width:16.6%;
	border-right:1px solid #c1c0c3;
}
.compaing_overview_rim_r ul li:last-child{
	border:none;
	width:17%;
}
.compaing_overview_rim_r ul li a{
    margin-right:0px;
    border:none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	text-align:center;
	color:#4c4747;
	font-family: 'calibriregular';
	font-weight:normal;
	text-transform:uppercase;
	font-size:15px;
	padding:10px 5px;
}
.compaing_overview_rim_r ul li a:focus,
.compaing_overview_rim_r ul li a:hover,
.compaing_overview_rim_r ul li.active>a,
.compaing_overview_rim_r ul li.active>a:focus,
.compaing_overview_rim_r ul li.active>a:hover{
    cursor:pointer;
    background: #f4f4f4;
    border:none;
    border-bottom-color: transparent;
	border-bottom:2px solid #121e65;
}
.tabcontent_rim_r{
	padding:10px;
	text-align:left;
}
.tabcontent_rim_r h1{
	color:#4c4747;
	font-size:24px;
	padding-top:15px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	font-family: 'calibriregular';
	font-weight:normal;
	padding-bottom:0px;
	border:none;
}
.tabcontent_rim_r h2{
	text-align:center;
	color:#4c4747;
	font-size:20px;
	padding:10px 0px;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin:30px 0px 0px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'calibriregular';
	font-weight:normal;
}
.tabcontent_rim_r p{
	color:#4c4747;
	font-size:17px;
	padding-top:15px;
	font-weight:normal;
	line-height:18px;
	font-family: 'calibriregular';
	font-weight:normal;
}
.tobato_box_rim_r{
	padding-top:20px;
}
.total_calls_rim_r,
.billable_calls_rim_r,
.total_cost_rim_r,
.total_calls_b_rim_r,
.total_cost_b_rim_r{
	margin-top:15px;
	text-align:center;
}
.total_calls_rim_r h1{
	background:url(images/total_calls.png) no-repeat center;
}
.billable_calls_rim_r h1{
	background:url(images/billable_calls.png) no-repeat center;
}
.total_cost_rim_r h1{
	background:url(images/total_cost.png) no-repeat center;
}
.total_calls_b_rim_r h1{
	background:url(images/total_calls_b.png) no-repeat center;
}
.total_cost_b_rim_r h1{
	background:url(images/total_cost_b.png) no-repeat center;
}
.total_calls_rim_r h1,
.billable_calls_rim_r h1,
.total_cost_rim_r h1,
.total_calls_b_rim_r h1,
.total_cost_b_rim_r h1{
	width:157px;
	height:159px;
	margin:auto;
	color:#000000;
	font-size:22px;
	text-align:center;
	line-height:159px;
	font-family: 'calibriregular';
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	border:none;
}
.total_calls_b_rim_r h1,
.total_cost_b_rim_r h1{
	width:184px;
	height:187px;
	font-size:30px;
	line-height:180px;
}
.total_calls_rim_r p,
.billable_calls_rim_r p,
.total_cost_rim_r p,
.total_calls_b_rim_r p,
.total_cost_b_rim_r p{
	color:#4c4747;
	font-size:17px;
	padding-top:15px;
	font-family: 'calibriregular';
	font-weight:normal;
	text-align:center;
}
/*--------------------------------------------------------- Reporting Page*/
.repor_nav_rim_r h1{
	color:#121e65;
	font-size:21px;
    font-family: 'calibribold';
	font-weight:normal;
	padding-top:30px;
	padding-left:20px;
}
.repor_nav_rim_r h1 img{
	vertical-align:top;
	margin-right:5px;
}
.repor_nav_rim_r ul{
	margin-top:0px;
	margin-left:30px;
	margin-bottom:0px;
}
.repor_nav_rim_r ul li,
.repor_nav_rim_r ul li:hover{
	margin-top:5px;
	background:url(images/arrow.png) no-repeat 5px 7px;
}
.repor_nav_rim_r ul li a{
	padding:0px;
	text-decoration:underline;
}
.repor_nav_rim_r ul li a:hover{
	text-decoration:none;
}
.reporting_conti_rim_r{
	padding-top:40px;
	text-align:center;
}
.reporting_conti_rim_r label{
	color:#4c4747;
	font-size:18px;
	font-weight:normal;
	font-family: 'calibriregular';
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}
.reporting_conti_rim_r input[type="text"]{
	color:#000000;
	font-size:17px;
	font-family: 'calibriregular';
	font-weight:normal;
}
.reporting_conti_rim_r select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(images/r_drop_rim_r.png) no-repeat right #fff !important;
}
.input-group-addon {
    padding: 6px 6px !important;
    font-size: 20px !important;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
    width: 20px !important;
    height: 20px !important;
}
.cshow_sec_rim_r{
	min-width:91px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
  .cshow_sec_rim_r{ min-width:129px !important;}
}
.filter_by_rim_r{
	padding-top:20px;
	text-align:left;
}
.filterby_rim_r{
	float:left;
	width:14%;
	background:#dddfe6;
	padding:20px 10px;
}
.source_device_rim_r{
	float:left;
	width:86%;
	background:#e8e9ed;
	padding:20px 10px;
}
.source_rim_r{
	float:left;
	width:40%;
}
.device_rim_r{
	float:left;
	width:60%;
}
.filter_by_rim_r select{
	width:100%!important;
}
.filter_by_rim_r label{
	padding:0px;
	padding-top:3px;
	text-align:right;
}
.source_pad_rim_r{
	padding:0px 5px !important;
}
.reporting_conti_rim_r button[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 30px;
	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;
	margin-top:30px !important;
	display:block;
	margin:auto;
	-moz-box-shadow: 0px 1px 2px #677599;
	-webkit-box-shadow: 0px 1px 2px #677599;
	box-shadow: 0px 1px 2px #677599;
	font-family: 'calibriregular';
	font-weight:normal;
}
.reporting_conti_rim_r button[type="submit"]:hover,
.reporting_conti_rim_r button[type="submit"]:focus{
	border:none;
	color:#000;
	background:#ff9001;
	outline:none;
}
.result_table_rim_r {
	margin-top:20px;
}
.result_table_rim_r table {
	border:1px solid #cac9c9;
	border-right:none;
	border-bottom:none;
	color:#000;
	font-size:15px;
	font-family: 'calibriregular';
	font-weight:normal;
}
.result_table_rim_r table tr td {
	border-right:1px solid #cac9c9;
	border-bottom:1px solid #cac9c9;
	line-height:40px;
}
.result_table_rim_r table tr:first-child {
	background:#e8e9ed;
	color:#4c4747;
	font-size:18px;
	font-family: 'calibriregular';
	font-weight:normal;
}
.result_table_rim_r table tr td strong {
	color:#000;
	font-size:19px;
    font-family: 'calibribold';
	font-weight:normal;
}
.total_cost_result_rim_r {
	margin-top:10px;
	line-height:40px;
	color:#4c4747;
	font-size:17px;
	font-family: 'calibriregular';
	font-weight:normal;
	border:1px solid #cac9c9;
	text-align:center;
}
.total_cost_result_rim_r strong {
	color:#000;
	font-size:23px;
    font-family: 'calibribold';
	font-weight:normal;
	padding-left:10px;
}
.export_report_button_rim_r {
	text-align:center;
	margin:20px 0px;
}
/*--------------------------------------------------------- Account Info Page*/
.accountinfo_conti_rim_r{
	padding:25px 10px 0px;
}
.accountinfo_conti_rim_r h2{
	color:#4c4747;
	font-size:18px;
    font-family: 'calibribold';
	font-weight:normal;
	text-transform:uppercase;
	padding:0px 0px 30px;
}
.accountinfo_conti_rim_r h3{
	color:#4c4747;
	font-size:18px;
    font-family: 'calibribold';
	font-weight:normal;
	text-transform:uppercase;
	padding:15px 0px;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	margin-bottom:20px;
}
.accountinfo_conti_rim_r h4{
	color:#4c4747;
	font-size:18px;
    font-family: 'calibribold';
	font-weight:normal;
	text-transform:uppercase;
	padding-top:20px;
}
.accountinfo_conti_rim_r p{
	color:#4c4747;
	font-size:18px;
	font-family: 'calibriregular';
	font-weight:normal;
	line-height:20px;
	padding-top:5px;
	padding-bottom:15px;
}
.accountinfo_conti_rim_r ul{
	margin-bottom:0px;
}
.accountinfo_conti_rim_r ul li{
	color:#4c4747;
	font-size:18px;
	font-family: 'calibriregular';
	font-weight:normal;
	margin-left:30px;
	padding-top:5px;
	list-style:none;
	background:url(images/li_list_rim_r.png) no-repeat left 17px;
	padding-left:20px;
}
.accountinfo_conti_rim_r label,
.credit_conti_rim_r label{
    color: #4c4747;
	font-family: 'calibriregular';
    font-size: 18px;
	padding-top:15px !important;
	margin-bottom:5px;
	font-weight:normal;
}
.accountinfo_conti_rim_r label strong{
    font-family: 'calibribold';
	font-weight:normal;
}
.accountinfo_conti_rim_r label span{
	display:block;
	font-size:13px;
	font-family: 'Calibri-Italic';
	font-weight:normal;
}
.accountinfo_conti_rim_r input[type="text"],
.accountinfo_conti_rim_r input[type="email"],
.accountinfo_conti_rim_r input[type="tel"],
.accountinfo_conti_rim_r input[type="password"],
.credit_conti_rim_r input[type="text"],
.credit_conti_rim_r input[type="email"],
.credit_conti_rim_r input[type="tel"],
.credit_conti_rim_r input[type="password"],
.accountinfo_conti_rim_r select,
.credit_conti_rim_r select{
	border:1px solid #d5d5d5;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 19px !important;
	color:#000000;
	font-family: 'calibriregular';
	height:56px;
}
.accountinfo_conti_rim_r select,
.credit_conti_rim_r select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(images/drop_icon_rim_r.png) no-repeat right #fff !important;
}
form .approved::-webkit-input-placeholder { color: #c4c0c0; }
form .approved:-moz-placeholder { color: #c4c0c0; }
form .approved::-moz-placeholder { color: #c4c0c0; }
form .approved:-ms-input-placeholder { color: #c4c0c0; }
form .approved::-ms-input-placeholder { color: #c4c0c0; }

.checkbox_rim_r{
	padding:0px 15px 0px;
}
.checkbox_rim_r p{
	padding-bottom:15px;
}
.checkbox_rim_r input[type="checkbox"] {
	display:none;
}
.checkbox_rim_r input[type="checkbox"] + label {
	font-weight:normal;
	color:#4c4747;
	font-size:16px;
	font-family: 'calibriregular';
	cursor:pointer;
	padding-top:5px !important;
	margin-bottom:5px;
	width:60px;
}
.checkbox_rim_r input[type="checkbox"] + label span {
	display:inline-block;
	width:25px;
	height:25px;
	margin:-2px 3px 0 0;
	vertical-align:middle;
	background:url(images/checkbox_rim_r.png) left top no-repeat;
	cursor:pointer;
}
.checkbox_rim_r input[type="checkbox"]:checked + label span {
	background:url(images/checkbox_rim_r.png) left -25px no-repeat;
}
.by_between_rim_r{
}
.by_between_rim_r label{
	font-size:17px;
	text-align:left !important;
	padding-bottom:15px;
}
.by_between_rim_r p{
	text-align:center;
	color:#4c4747;
	font-size:13px;
	padding-top:6px;
	font-family: 'Calibri-Italic';
	font-weight:normal;
	padding-bottom:0px;
}
.ac_lab_rim_r,
.clp_rim_r,
.clpnn_rim_r,
.phtabc_rim_r{
	padding:0px !important;
}
.phtaba_rim_r{
	padding-left:0px !important;
}
.clpnn_rim_r{
	line-height:16px;
}
label.clp_rim_r,
label.cony_rim_r{
	font-size:15px;
	padding-top:5px !important;
	line-height:22px;
	text-align:left !important;
	padding-left:15px !important;
}
label.cony_rim_r{
	font-size:18px;
	padding-top:0px !important;
	padding-right:0px !important;
}
label.cony_rim_r span{
	font-size:14px !important;
	line-height:15px;
}
.approved_rim_r{
	padding-top:20px;
	padding-bottom:20px;
}
.pad_lft_rim_r{
	padding-left:0px !important;
	padding-right:7px !important;
}
.pad_rgt_rim_r{
	padding-right:0px !important;
	padding-left:7px !important;
}
.zip_pad_rim_r{
	padding:0px !important;
}
.accountinfo_btn_rim_r{
	text-align:right;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:10px;
	border-top:2px solid #e1e1e1;
}
.btn-cancel,
.btn-cancel:hover,
.btn-cancel:focus,
.btn-add,
.btn-add:hover,
.btn-add:focus{
    color: #fff !important;
	width:100px;
	font-weight:normal;
	font-size:18px!important;
	font-family: 'calibriregular';
}
.btn-cancel{
    background-color: #909090;
    border-color: #909090;
	-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;
}
.btn-cancel:hover,
.btn-cancel:focus{
    background-color: #6d6d6d;
    border-color: #6d6d6d;
	outline:none;
}
.btn-add{
    background-color: #121e65;
    border-color: #121e65;
	margin-left:10px;
	-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;
}
.btn-add:hover,
.btn-add:focus{
    background-color: #ff9001;
    border-color: #ff9001;
	margin-left:10px;
	outline:none;
}
.signature_conti_rim_r{
	max-width:570px;
	height:auto;
	margin:auto;
	padding-bottom:10px;
}
.signature_conti_rim_r h2{
	font-size:18px;
	font-family: 'calibriregular';
	text-transform:none;
	font-weight:normal;
	padding-bottom:10px;
}
.signature_conti_rim_r p{
	font-size:13px;
	font-family: 'Calibri-Italic';
	font-weight:normal;
	line-height:16px;
	padding:10px;
}
.signature_box_rim_r{
	border:2px solid #a2b794;
	padding:10px 20px;
	background:#FFF;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#clear{
	float:left;
	margin-top:40px;
	margin-right:7px;
	cursor:pointer;
}
.signature_box_rim_r input.signature_pad_rim_r{
	border-bottom:2px solid #cacac5;
	float:left;
	width:94%;
	height:75px !important;
	font-size:49px !important;
    font-family: 'calibribold';
	text-transform:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.signature_box_rim_r input.signature_pad_rim_r:focus {
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.company_rim_r{
	padding:25px 10px 5px;
}
.company_rim_r h2{
	font-size:18px;
    font-family: 'calibribold';
	text-transform:none;
	font-weight:normal;
	padding-bottom:15px;
}
.company_rim_r label{
    color: #4c4747;
	font-size:18px;
	font-family: 'calibriregular';
	font-weight:normal;
	background:#f3f4f7;
	padding:18px;
	padding-bottom:10px;
	padding-right:18px !important;
	text-align:right !important;
}
.gt_frmrim_r{
	padding:0px !important;
}
.company_rim_r input[type="text"],
.company_rim_r input[type="tel"],
.company_rim_r input[type="email"]{
	border:none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 18px !important;
    font-family: 'calibribold';
	font-weight:normal;
	height:58px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:#ffffff;
}
.btm_hgrim_r{
	clear:both;
	border:2px solid #d0d0d0;
}
.company_rim_r p{
	background:#fbffee;
	padding:15px 10px;
	text-align:center;
	font-size:13px;
	font-family: 'Calibri-Italic';
	font-weight:normal;
	color:#000;
}
/*--------------------------------------------------------- Credit Card Page*/
.credit_conti_rim_r{
	padding:35px 30px 0px;
}
.credit_conti_rim_r h2{
	color:#121e65;
	font-size:23px;
    font-family: 'calibribold';
	font-weight:normal;
	padding-bottom:15px;
}
.credit_conti_rim_r label{
	display:block;
	padding-top:0px !important;
}
img.card_icon_rim_r{
	margin-top:10px;
}
.what_rim_r{
	margin-left:10px;
}
.make_primary_rim_r{
	background:#d6eace;
	padding:8px 10px;
	margin-top:15px;
}
.make_primary_rim_r input[type="checkbox"],
.client_grants_rim_r input[type="checkbox"],
.automatic_rim_r input[type="checkbox"],
.payment_rim_r input[type="radio"]{
	display:none;
}
.make_primary_rim_r input[type="checkbox"] + label,
.client_grants_rim_r input[type="checkbox"] + label,
.automatic_rim_r input[type="checkbox"] + label,
.payment_rim_r input[type="radio"] + label{
	font-weight:normal;
	color:#4c4747;
	font-size:16px;
	font-family: 'calibriregular';
	cursor:pointer;
	padding-top:5px !important;
	margin-top:0px;
}
.client_grants_rim_r input[type="checkbox"] + label{
	font-size:12px;
	font-family: 'Calibri-Italic';
}
.make_primary_rim_r input[type="checkbox"] + label span,
.client_grants_rim_r input[type="checkbox"] + label span,
.automatic_rim_r input[type="checkbox"] + label span,
.payment_rim_r input[type="radio"] + label span{
	display:inline-block;
	width:26px;
	height:26px;
	margin:-2px 10px 0 0;
	vertical-align:middle;
	background:url(images/make_check_rim_r.png) left top no-repeat;
	cursor:pointer;
}
.make_primary_rim_r input[type="checkbox"]:checked + label span,
.client_grants_rim_r input[type="checkbox"]:checked + label span,
.automatic_rim_r input[type="checkbox"]:checked + label span,
.payment_rim_r input[type="radio"]:checked + label span{
	background:url(images/make_check_rim_r.png) left -26px no-repeat;
}
.client_grants_rim_r input[type="checkbox"] + label span{
	background:url(images/checkbox_rim_r.png) left top no-repeat;
	float:left;
	margin-top:5px;
	margin-bottom:36px;
}
.client_grants_rim_r input[type="checkbox"]:checked + label span {
	background:url(images/checkbox_rim_r.png) left -25px no-repeat;
}
.client_grants_rim_r{
	padding:15px;
}
.credit_conti_rim_r hr{
	border-color:#dfdede;
	border-width:2px;
}
.credit_rim_r{
	max-width:none;
	text-align:left;
}
.paymen_methods_rim_r{
	border:2px solid #e4e7ef;
}
.paymen_methods_rim_r table thead{
	background:#e4e7ef;
}
.paymen_methods_rim_r table thead tr th{
	padding:9px;
}
.paymen_methods_rim_r table tbody{
}
.paymen_methods_rim_r table tbody tr th,
.paymen_methods_rim_r table tbody tr td{
	color:#121e65;
	padding:15px 5px !important;
	background:#FFF;
	font-size:15px;
	font-family: 'calibriregular';
}
.paymen_methods_rim_r table tbody tr.active th,
.paymen_methods_rim_r table tbody tr.active td{
	background:#fbffee;
}
.paymen_methods_rim_r table tr th,
.paymen_methods_rim_r table tr td{
	font-weight:normal;
	color:#000;
	font-size:16px;
	font-family: 'calibriregular';
}
.payment_rim_r{
	text-align:center;
}
.edit_rim_r,
.delete_ico_rim_r{
	background:url(images/edit_ico_rim_t.png) no-repeat top left;
	width:39px;
	height:39px;
	display:block;
}
.edit_rim_r:hover,
.delete_ico_rim_r:hover,
a.edt_active{
	background:url(images/edit_ico_rim_t.png) no-repeat bottom left;
	width:39px;
	height:39px;
}
.delete_ico_rim_r{
	background:url(images/delete_ico_rim_r.png) no-repeat left top;
}
.delete_ico_rim_r:hover,
a.dlt_active{
	background:url(images/delete_ico_rim_r.png) no-repeat bottom left;
}
.payment_btn_rim_r{
	padding:0px 15px 0px;
}
.payment_btn_rim_r a{
	background:#121e65;
	text-align:center;
	color:#ffffff;
	font-size:17px;
	border:none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	padding:7px 20px 10px;
	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;
	display:inline-block;
	font-family: 'calibriregular';
	font-weight:normal;
}
.payment_btn_rim_r a img{
	margin-right:10px;
}
.payment_btn_rim_r a:hover,
.payment_btn_rim_r a:focus{
	border:none;
	color:#fff;
	background:#ff9001;
	outline:none;
	text-decoration:none;
}
.paymentoption_conti_rim_r{
	padding:35px 15px 15px;
}
.paymentoption_conti_rim_r p{
	color:#4c4747;
	font-size:18px;
	font-family: 'calibriregular';
	font-weight:normal;
}
.paymentoption_conti_rim_r p strong{
    font-family: 'calibribold';
	font-weight:normal;
}
.paymentoption_box_rim_r{
	border:2px solid #e1e1e1;
	margin-top:20px;
}
.paymentoption_box_rim_r h2{
	color:#000;
	font-size:18px;
	font-family: 'calibriregular';
	font-weight:normal;
	background:#e4e7ef;
	padding:10px 15px 10px 50px;
}
.paymentoption_box_rim_r h2 strong{
    font-family: 'calibribold';
	font-weight:normal;
	color:#121e65;
	font-size:23px;
}
.paymentoption_box_rim_r p{
	color:#121e65;
	font-size:18px;
	font-family: 'calibriregular';
	font-weight:normal;
}
.pre_pay_box_rim_r{
	background:#fbffee;
	padding:20px 20px 10px 50px;
}
.pre_pay_box_rim_r ul{
	margin-bottom:0px;
}
.pre_pay_box_rim_r ul li{
	list-style:none;
	margin-bottom:15px;
	background:url(images/li_list_rim_r.png) no-repeat left 10px;
	padding-left:10px;
	font-family: 'Calibri-Italic';
	color:#000;
	font-size:16px;
}
.enable_box_rim_r{
	padding:20px 20px 20px 50px;
	background:#FFF;
}
.enable_box_rim_r label{
    color: #4c4747;
	font-size:18px;
    font-family: 'calibribold';
	font-weight:normal;
	line-height:20px;
	margin-top:10px;
}
.enable_box_rim_r label p{
	font-family: 'calibriregular';
	font-weight:normal;
	padding-top:0px;
	padding-bottom:5px;
}
.enable_box_rim_r input[type="text"],
.enable_box_rim_r input[type="tel"],
.enable_box_rim_r input[type="email"]{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 18px !important;
    font-family: 'calibribold';
	font-weight:normal;
	height:58px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:#ffffff;
	max-width:250px;
}
.dollarsign_rim_r{
	font-size:32px !important;
	color:#c2c1c6 !important;
	padding:12px 15px !important;
	background:#e1dfe5 !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
}
.add_btn_rim_r 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:7px 50px 10px;
	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;
	font-family: 'calibriregular';
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}
.add_btn_rim_r input[type="submit"]:hover,
.add_btn_rim_r input[type="submit"]:focus{
	border:none;
	color:#fff;
	background:#ff9001;
	outline:none;
}
/*============================================================= Thankyou Part*/
.thankyou_page_conti_rim_r{
	padding:7% 15%;
	text-align:center;
	margin:10% 10% 14%;
	background:#FFF;
	-moz-box-shadow: 1px 1px 2px #677599;
	-webkit-box-shadow: 1px 1px 2px #677599;
	box-shadow: 1px 1px 2px #677599;
}
.thankyou_page_conti_rim_r h1{
	border-bottom:none;
	padding-top:15px;
	color:#4c4747;
	font-size:21px;
    font-family: 'calibribold';
	font-weight:normal;
}
.clear {
	clear:both;
}