@import url('../../../../../styles/import/reset.css');
@import url('../../CBS_GEN/styles/import/fonts.css');
@import url('../../../../../styles/import/errors.css');
@import url('../../../../../styles/import/jquery-ui-1.12.1.css');
@import url('../../CBS_GEN/styles/import/button.css');
@import url('../../CBS_GEN/styles/import/fields.css');
@import url('../../../../../styles/import/overlay.css');
@import url('../../CBS_GEN/styles/import/tooltip.css');

::selection {
	background-color: #DB2183;
	color: #ffffff;
}

::-moz-selection {
	background-color: #DB2183;
	color: #ffffff;
}

input::-webkit-input-placeholder {
	color: #dedede;
}

:-moz-placeholder {
	color: #dedede;
}

::-moz-placeholder {
	color: #dedede;
}

:-ms-input-placeholder {
	color: #dedede;
}

body,
html {
	height: 100%;
	color: #53565a;
	min-height: 600px;
	background-color: #FFDBEC;
	font-family: Arial, sans-serif;
}

#wrapper {
	height: 100%;
	overflow: hidden;
}

header,
#menulogin {
	width: 100%;
	min-width: 1020px;
	margin: 0;
	padding: 0;
	background-color: #DC1E83;
	color: #ffffff;
}

#bannerlogin,
#menulogin div {
	width: 1020px;
	padding: 0;
	margin: 0 auto;
}

#bannerlogin {
	background: transparent url("../images/logo_image.png") 0px 8px no-repeat;
	height: 100px;
}

#bannerlogin div {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.207;
	color: #ffffff;
	text-align: right;
	padding: 32px 0;
}

#menulogin {
	height: 30px;
	background-color: #DC1E83;
	font-size: 16px;
}

#menulogin div {
	text-align: right;
	height: 100%;
	padding: 6px 0 9px;
}

#content {
	width: 1020px;
	margin: 0 auto;
	max-height: 100%;
	min-height: 400px;
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

#info,
#login {
	padding: 0;
	width: 490px;
	position: absolute;
	top: 130px;
	bottom: 0px;
	min-height: 450px;
}

#login {
	width: 450px;
	padding-right: 40px;
	overflow: auto;
}

#info {
	background: #DC1E83;
	margin-right: 530px;
}

#infocontent {
	position: absolute;
	height: 600px;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 0 30px;
}

#login {
	margin-left: 530px;
	background-color: #ffffff;
}

#tbl_login tr td:first-child,
table.formtable.vertheading tr td:first-child {
	width: 110px;
}

#timeline {
	padding: 0 0 50px 0;
	overflow: auto;
	width: 970px;
	position: absolute;
	top: 271px;
	bottom: 0px;
	min-height: 447px;
}

h1,
h2,
h3,
h4,
h5,
h6,
caption {
	font-family: 'Arial Narrow', Arial, sans-serif;
	line-height: 1.2;
	text-align: left;
}

h1,
h2,
h3,
caption {
	color: #DC1E83;
}

h1 {
	font-size: 30px;
	line-height: 1.207;
	padding: 0.55em 0 0.6em;
}

#info h1 {
	font-size: 47px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	text-align: center;
}

#info {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

#info ul {
	text-align: left;
}

h2,
caption {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 0.35em;
}

h3 {
	font-size: 15px;
	line-height: 1.26;
	margin-bottom: 0.45em;
}

h4 {
	font-size: 12px;
	line-height: 1.35;
	margin-bottom: 0.6em;
}

h5 {
	font-size: 9px;
	line-height: 1.4;
	margin-bottom: 0.8em;
}

h6 {
	font-size: 6px;
	line-height: 1.5;
	margin-bottom: 0.15em;
}

p {
	color: #464545;
	margin: 0 0 21px;
}

#info p {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}

#info li {
	color: #FFFFFF;
}

ul {
	padding: 20px 0;
}

li {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 7px 20px 7px 20px;
	background: transparent url("../images/dot.png") left 10px no-repeat;
	color: #000000;
}

a,
a:link,
a:hover,
a:visited,
a:hover {
	text-decoration: underline;
	color: #0000ff;
}

/* Button group */

#button_panel {
	border-top: 1px solid #53565a;
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	white-space: nowrap;
	width: 100%;
	padding-bottom: 40px;
}

#button_panel:before,
#button_panel:after {
	content: "";
	display: table;
}

#button_panel:after {
	clear: both;
}

#button_panel {
	zoom: 1;
}

#button_panel>#secondary>a.button.secondary.reverse:first-child,
#button_panel>#secondary>button.button.secondary.reverse:first-child {
	margin-left: 32px;
}

#button_panel>#secondary>a.button.secondary.reverse,
#button_panel>#secondary>button.button.secondary.reverse {
	margin-left: 42px;
	margin-right: 0px;
}

#button_panel>#primary>a.button:first-child,
#button_panel>#primary>button.button:first-child {
	margin-left: 20px;
}

#button_panel span.buttontype {
	display: inline-block;
	float: right;
}

#button_panel>#primary {
	padding-right: 35px;
}

#button_panel>#primary a.button,
#button_panel>#secondary>a.button.secondary,
#button_panel>#primary button.button,
#button_panel>#secondary>button.button.secondary {
	margin-left: 10px;
	margin-right: 32px;
}

caption {
	caption-side: top;
	font-weight: bold;
}

table {
	width: 100%;
	margin: 20px 0px;
}


span#siteinfo {
	position: fixed;
	font-size: 16px;
	left: 250px;
	color: white;
	text-align: left;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
}

td,
th {
	vertical-align: middle;
}

th,
tbody th,
thead th {
	font-weight: bold;
}

table.formtable tbody tr td:first-child {
	min-width: 100px;
	max-width: 100px;
	text-align: left;
}

table.formtable+table.formtable,
table.formtable+input[type="hidden"]+table.formtable,
table.formtable+div table.formtable {
	margin-top: -20px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="time"],
input[type="password"],
input[type="tel"],
textarea,
select,
div.selector,
table.disabledinputborder td.disabledinputcell {
	border: 1px solid #53565a;
	padding: 0 0 0 11px;
	line-height: 22px !important;
	border-radius: 3px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="time"],
input[type="password"],
input[type="tel"],
div.selector,
table.disabledinputborder td.disabledinputcell,
option {
	height: 22px !important;
	vertical-align: middle !important;
	width: 100%;
}

select {
	height: 24px !important;
	line-height: 24px !important;
	vertical-align: middle !important;
	width: 100%;
}

textarea {
	width: 95%;
	min-height: 200px;
}

:root {
	filter: none !important \0/IE9;
}

input[type="submit"] {
	border: 1px solid #d5d6d8;
}

table#aedatetable {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	border-collapse: separate;
	margin-top: 0px;
}

table#aedatetable td {
	width: 25%;
	background-color: #f6f8fa;
	vertical-align: top;
}

#aedatetable td.aedate,
aedatetable td.aedaystogo {
	height: 40px;
}

#aedatetable thead th {
	height: 80px;
	padding: 6px;
	font-size: 16pt;
	background-color: #4EAB48;
	vertical-align: middle;
	color: #FFFFFF;
}

#aedatetable td,
#aedatetable th {
	padding: 6px;
	vertical-align: middle;
	border: 4px solid #ffffff;
}

#aedatetable tbody tr:nth-child(2n) td {
	background-color: #ffffff;
}

#aedatetable td.aedaystogo {
	color: #4EAB48;
	padding: 10px;
	border: 4px solid #53565a;
	height: 100%;
}

#aedatetable td.aeinfo {
	height: 100%;
	padding: 10px;
	text-align: left;
}

#aedatetable td ul {
	padding: 0px;
	margin: 0px;
}

#aedatetable td li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#aedatetable td.current,
#aedatetable th.current {
	border: 4px solid #e57036;
}

header ul.icons {
	position: absolute;
	top: 60px;
	right: 0;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

header ul.icons li {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
}

header ul.icons li.tel_no {
	color: #4eab48;
	font-weight: bold;
	font-size: 16px;
}

header ul.icons li.twitter a {
	text-indent: -500em;
	background: url(../../CBS_GEN/images/twitter-icon.png) no-repeat center;
	display: inline-block;
	width: 30px;
	height: 20px;
}

header ul.icons li.linkedin a {
	text-indent: -500em;
	background: url(../../CBS_GEN/images/linkedin-icon.png) no-repeat center;
	display: inline-block;
	width: 30px;
	height: 20px;
}

header ul.icons li.request_meeting a {
	background-color: #4EAB48;
	color: #fff;
	border-radius: 5px;
	padding: 3px;
}

.terms {
	display: none;
}

.bghighlight {
	background-color: #FEC7C6;
	border-radius: 1px #FEC7C6;
}

#dd_confirm {
	margin-top: 0;
	height: 509px;
	padding: 100px 0;
	width: 450px;
	background-image: url('../../CBS_NATWEST/images/dd_background.png');
}

#dd_confirm tbody tr:first-child {
	height: 260px;
}

#dd_confirm tbody tr:first-child+tr,
#dd_confirm tbody tr:first-child+tr+tr+tr,
#dd_confirm tbody tr:first-child+tr+tr+tr+tr+tr {
	height: 15px;
}

#dd_confirm tbody tr:first-child+tr td {
	text-align: left;
}

#dd_confirm tbody tr:first-child+tr+tr {
	height: 40px;
}

#dd_confirm tbody tr:first-child+tr+tr+tr+tr {
	height: 14px;
	padding: 0;
}

#dd_confirm tbody tr:first-child+tr+tr+tr+tr td {
	padding: 0;
	font-size: 10pt;
}

#dd_confirm tbody tr:first-child+tr+tr+tr+tr+tr+tr {
	height: 87px;
}

#dd_confirm tbody tr:first-child+tr+tr+tr+tr+tr+tr+tr td {
	text-align: right;
	padding-right: 20px;
}

#dd_confirm tr td:first-child,
#dd_confirm tr td:first-child+td,
#dd_confirm tr td:first-child+td+td,
#dd_confirm tr td:first-child+td+td+td,
#dd_confirm tr td:first-child+td+td+td+td,
#dd_confirm tr td:first-child+td+td+td+td+td,
#dd_confirm tr td:first-child+td+td+td+td+td+td,
#dd_confirm tr td:first-child+td+td+td+td+td+td,
#dd_confirm tr td:first-child+td+td+td+td+td+td+td {
	text-align: center;
	width: 14px;
	vertical-align: top;
}
