html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

div.main_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

a.caar_homepage {

	background-color: #00519b;
	width: 150px;
	height: 150px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 7px;
	float: left;
	margin-right: 10px;
	text-align: center;

}

div.login_customer_bg_line {
	position: absolute;
	top: 51px;
	left: 0px;
	width: 100%;
	height: 16px;
	background-color: #f1e500;
}

img.login_customer_logo {
	width: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.link_blob {
	text-align: center;
	border-radius: 100px;
	background-color: #ffffff;
	color: #00519b;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}

div.link_subtitle {
	padding-top: 10px;
}

div.clearall {
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ebeff3;
	font-family: Inter, sans-serif;
	font-size: 10pt;
}

div.login_title {
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
	color: rgba(0,0,0,0.6);
}

input.login_submit {
	/* background-color: rgb(18, 52, 77); */
	background: rgb(0,81,155);
	background: linear-gradient(180deg, rgb(0 81 155) 0%, rgb(1 61 115) 100%);
	/* border: 1px solid #cf2a29; */
	border: 0px;
	box-shadow: rgba(24, 50, 71, 0.05) 0px 1px 0px 0px;
	font-family: Inter, Arial;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;

}

input.login_textbox {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #12344d;
	border: 1px solid #cccccc;
	border-radius: 5px;
	transition: all 0.3s;
	outline: none;
	box-shadow: rgba(24, 50, 71, 0.05) 0px 1px 0px 0px;
}

input.login_textbox:focus {
	border: 1px solid #65acdf;
    box-shadow: 0px 0px 5px #3389af;
	outline: none;
}

div.login_customer_logo {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 30px;
}

div.login_label {
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 2px;
	color: #475867;
}


div.bubble {
	background-color: #fff3cd;
	color: #856404;
	padding: 10px;
	border: 1px solid #ffeeba;
	box-sizing: border-box;
	border-radius: 5px;
}

div.warning {
	background-color: #f8d7da;
	color: #8c1924;
	padding: 10px;
	border: 1px solid #f5c6cb;
	box-sizing: border-box;
	font-size: 10pt;
	border-radius: 5px;
}

div.greenbubble {
	background-color: #d4edda;
	color: #155724;
	padding: 10px;
	border: 1px solid #c3e5cb;
	box-sizing: border-box;
	border-radius: 5px;
}

div.warning_icon {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 40px;
}

div.one_third {
	width: 33%;
	float: left;
}

div.one_half {
	width: 50%;
	float: left;
}

div.one_quarter {
	width: 25%;
	float: left;
}

div.footer_div {
	margin-right: 40px;
	float: left;
}


input.ecom_green_button {
	font-family: Inter, sans-serif;
	font-size: 10pt;
	letter-spacing: -0.3px;
	font-weight: 600;
	background-color: #00519b;
	border-radius: 5px;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	height: 35px;
	width: 150px;
	text-align: center;
	text-decoration: none;
}

input.ecom_button {
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 9pt;
	background-color: #ff504c;
	border-radius: 5px;
	border: 0px;
	color: #ffffff;
}

input.ecom_button_caar {
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #00519b;
}

input.ecom_lightgreen_button {
	font-family: Inter, sans-serif;
	font-size: 10pt;
	letter-spacing: -0.3px;
	font-weight: 600;
	background-color: #cccccc;
	border: 0px solid #cccccc;
	border-radius: 5px;
	color: #666666;
	cursor: pointer;
	height: 35px;
	width: 150px;
	text-align: center;
	text-decoration: none;
}


div.lightbox_container {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 15px;
	width: 150px;
	border-radius: 4px;
	box-shadow: 1px 1px 25px -15px rgba(0,0,0,0.5);
}

div.footer {
	clear: both;
	background-color: #dee5eb;
	position:relative;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 50px;
	font-size: 9.5pt;
	line-height: 13pt;
}

div.footer a {
	text-decoration: none;
	color: #0a4c87;
}

h3.footer {
	margin: 0px;
	margin-bottom: 10px;
}

div.warning_inner {
	padding: 6px;
}

div.nocopy {
	display: none;
}

div.bubble_icon {
	padding-right: 5px;
	font-size: 18px;
	padding-top: 2px;
}

div.bubble_inner {
	padding-top: 5px;
	font-size: 11pt;
}

select.dropdown {
	font-family: Inter, sans-serif;
	font-size: 10pt;
	padding: 3px;
	border-radius: 3px;
}

a.dist_cover {
	float: left;
	padding: 5px;
	width: 152px;
	padding-top: 10px;
	height: 190px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-color: #f7f7f7;
	font-size: 10pt;
	line-height: 12pt;
	text-decoration: none;
	border-radius: 5px;
	color: #004684;
}

a.dist_cover img {
	margin-bottom: 5px;
	border: 1px solid #999999;
}

a.dist_cover:hover {
	text-decoration: none;
	border: 1px solid #ebe4d1;
	background-color: #f6f3ea;
}

div.caar_header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 3;
	background-color: #fdfdfd;
	border-top: 8px solid #f1e500;
	box-shadow: 0px 3px 15px -10px rgba(0,0,0,0.5);
}

div.title_container {
	background-color: #145693;
	padding: 15px;
	color: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	box-shadow: 0px 3px 15px -10px rgba(0,0,0,0.5);

}

div.inner_container {
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
}

a.header_button {
	text-decoration: none;
	background-color: #00519b;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 4px;
	color: #ffffff;
	transition: all 0.3s;
}

div.stage2_left {
	padding: 20px;
	background-color: #f5f5f5;
	float: left;
	width: 400px;
	margin-right: 30px;
}

div.stage2_right {


}


/* Webmanage Docs */

div.filestore_tree {
	font-family: |Inter, sans-serif;
	font-size: 10pt;
	padding: 8px;
}

div.docs_left_selected {
	border: 1px solid #aecffa;
	margin-bottom: 1px;
	background-image: url('../images/docs_selected_grad.png');
	background-repeat: repeat-x;
	background-color: #cce8ff;
	padding-left: 3px;
	border-radius: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div.docs_left_selected a {
	text-decoration: none;
}

div.docs_left_selected a:hover, div.docs_left a:hover {
	text-decoration: none;
}

div.docs_content {
	overflow-y: scroll;
	overflow-x: auto;
	height: 440px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
}

div.docs_content a {
	text-decoration: none;
}

div.docs_left {
	border: 1px solid #f4f4f4;
	margin-bottom: 1px;
	background-color: #f4f4f4;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div.docs_left a, div.docs_left_selected a {
	position: relative;
	margin-left: 3px;
	top: -2px;
	text-decoration: none;
}

table.sortable {
	background-repeat: repeat-x;
	color: #444444;
	border: 1px solid #cccccc;
	border-bottom: 0px;
}

table.sortable thead {
	background-color:#dddddd;
	color: #555555;
	text-align: left;
	font-weight: bold;
	cursor: default;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_vdark_gr.png');
}

table.sortable th {
	padding: 2px;
	padding-left: 4px;
	padding-right: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-image: url('../images/gradient_vdark_gr.png');
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.sortable th.sorttable_nosort {
	border-right: 0px solid #cccccc;
	border-left: 0px solid #eeeeee;
}

.sortable th.sorttable_sorted {
	background-image: url("../images/sort.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.sortable th.sorttable_sorted_reverse {
	background-image: url("../images/sort_rev.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.sortable td {
	padding: 2px;
	font-size:9pt;
	padding-left: 4px;
	border-bottom: 1px solid #dddddd;
}




.table_search {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.table_title_text {
	padding-left: 3px;
	font-family: Inter, sans-serif;
	font-size: 10pt;
	padding: 4px;
}

.table_title {
	background-image: url('../images/white_gradient.png');
	color: #000000;
}

a.header_button:hover {
	background-color: #2071bb;
}

div.main_box {
	background-color: #ffffff;
	box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 5px 0px, rgba(18, 52, 77, 0.04) 0px 12px 36px 0px;
	border-radius: 14px;
	width: 100%;
	box-sizing: border-box;
}

div.main_box p {
	margin-top: 0px;
	margin-bottom: 10px;
}

div.login_box {
	background-color: #ffffff;
	box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 5px 0px, rgba(18, 52, 77, 0.04) 0px 12px 36px 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 32px;
	border-radius: 14px;
	width: 460px;
	box-sizing: border-box;
}

h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

div.login_privacy_policy {
	text-align: center;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	color: #999999;
	font-size: 9pt;
	box-sizing: border-box;
}

td.caar_header_img_td {
	width: 220px;
}

img.caar_header_img {
	width: 200px;
}

@media (max-width: 500px) {

	td.caar_header_img_td {
		width: auto;
	}

	td.stage2_key {
		display: none;
	}

	div.stage2_left {
		float: none;
		width: auto;
		box-sizing: border-box;
		margin: 0px;
	}

	div.stage2_right {
		float: none;
		margin-top: 20px;
	}

	span.caar_sign_out_text {
		display: none;
	}

	div.caar_header_text {
		display: none;
	}

	img.login_customer_logo {
		max-width: 70%;
	}

	img.caar_header_img {
		width: 100px;
	}

	div.login_title {
		box-sizing: border-box;
	}

	div.login_privacy_policy {
		width: auto;
	}

	div.login_box {
		border-radius: 0px;
		width: 100%;
		box-sizing: border-box;
		min-width: 0px;
		transition: none;
	}

	div.footer_div {
		margin-bottom: 25px;
	}

	a.caar_homepage {
		margin-bottom: 10px;
		max-width: 45%;
	}

	table.distributor_guide td {
		display: block;
		border: 0px !important;
	}

	table.distributor_guide tr {
		display: block;
		border-bottom: 1px solid #000000;
	}

	input.ecom_button {
		margin-bottom: 10px;
	}

}